summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2015-01-30[Cygming] Seek also chkstk_ms, or JIT fails with DLL builds. It is fixup for ...NAKAMURA Takumi
2015-01-30[PM] Remove two very old and dead forward declarations for the priorChandler Carruth
2015-01-29[LPM] Remove a PPC64 hack to try to work around a bad interactionChandler Carruth
2015-01-29Compute the ELF SectionKind from the flags.Rafael Espindola
2015-01-29[Support][Windows] Unify dialog box suppression and print stack traces on abort.Michael J. Spencer
2015-01-29[Hexagon] Adding XTYPE/PRED intrinsic tests. Converting predicate types to i...Colin LeMahieu
2015-01-29Remove MergeableConst.Rafael Espindola
2015-01-29[LPM] Try again to appease powerpc64 in its self host. I've been unableChandler Carruth
2015-01-29[LPM] Fix an "obvious" typo from r227411. Really sorry for the noise.Chandler Carruth
2015-01-29[LPM] Clean up the use of TLS in pretty stack trace and disable itChandler Carruth
2015-01-29Add a Windows EH preparation pass that zaps resumesReid Kleckner
2015-01-28Teach SplitBlockPredecessors how to handle landingpad blocks.Philip Reames
2015-01-28Add DWARFUnit::getNumDIEs() and getDIEIndex()Frederic Riss
2015-01-28[Hexagon] Updating several V5 intrinsics and adding FP tests.Colin LeMahieu
2015-01-28Remove gc.root's performCustomLoweringPhilip Reames
2015-01-28Moving AddLiteralOption's declaration higher up in the header to make gcc happy.Chris Bieneman
2015-01-28Refactoring llvm command line parsing and option registration.Chris Bieneman
2015-01-28[LPM] A targeted but somewhat horrible fix to the legacy pass manager'sChandler Carruth
2015-01-28Fold fcmp in cases where value is provably non-negative. By Arch Robison.Elena Demikhovsky
2015-01-28Move EH personality type classification to Analysis/LibCallSemantics.hReid Kleckner
2015-01-27Re-landing changes to use ArrayRef instead of SmallVectorImpl, and new API test.Chris Bieneman
2015-01-27[SimplifyLibCalls] Don't confuse strcpy_chk for stpcpy_chk.Ahmed Bougacha
2015-01-27dd the option, -link-opt-hints to llvm-objdump used with -macho to print theKevin Enderby
2015-01-27[PM] Clean up file banner comments prior to refactoring this code.Chandler Carruth
2015-01-27Revert r227148 & r227154 which added a test which infinitely loops.Richard Trieu
2015-01-27[PM] Run clang-format over this header to clean up the very few)Chandler Carruth
2015-01-27[PM] Switch a doxygen comment to the standard format. NFCChandler Carruth
2015-01-27[PM] Refactor the core logic to run EarlyCSE over a function into anChandler Carruth
2015-01-27MachineRegisterInfo can access TII off of the MachineFunction'sEric Christopher
2015-01-27Remove extraneous period.Eric Christopher
2015-01-27One more fix to the new API to fix const-correctness.Chris Bieneman
2015-01-26Commoning of target specific load/store intrinsics in Early CSE.Chad Rosier
2015-01-26Pete Cooper suggested the new API should use ArrayRef instead of SmallVectorI...Chris Bieneman
2015-01-26Add new HideUnrelatedOptions API that takes a SmallVectorImpl.Chris Bieneman
2015-01-26Add a UTF8 to UTF16 conversion wrapper for use in the pdb dumperReid Kleckner
2015-01-26Add a FIXME about preferred alignment to DataLayout.Eric Christopher
2015-01-26Move DataLayout back to the TargetMachine from TargetSubtargetInfoEric Christopher
2015-01-26Pass QueryInst down through non-local dependency calculationPhilip Reames
2015-01-26Revert GCStrategy ownership changesPhilip Reames
2015-01-26Teach raw_ostream to support hex formatting without a prefix '0x'.Zachary Turner
2015-01-26Remove trailing whitespace.Alex Rosenberg
2015-01-26Store the passed in CPU name string so that it can be accessed later.Eric Christopher
2015-01-26[MC] The PS4's ELF OSABI value is the same as FreeBSD.Alex Rosenberg
2015-01-25[X86] Use i8 immediate for comparison type on AVX512 packed integer instructi...Craig Topper
2015-01-25Add the triple for the Sony Playstation®4.Alex Rosenberg
2015-01-25Instantiate Registry<GCStrategy> in LLVMCore, to let it available on Win32 DLL.NAKAMURA Takumi
2015-01-25[ELFYAML] Support mips64 relocation record format in yaml2obj/obj2yamlSimon Atanasyan
2015-01-25Orc/IRCompileLayer.h: Avoid non-static initializer.NAKAMURA Takumi
2015-01-25OrcJIT: Avoid non-static initializers.NAKAMURA Takumi
2015-01-25Implemented cost model for masked load/store operations.Elena Demikhovsky