Introduce llvm/test/LTO/X86. LTO tests may be assumed as target-specific.
[oota-llvm.git] / include /
2015-01-30 Chandler Carruth[PM] Remove two very old and dead forward declarations...
2015-01-29 Chandler Carruth[LPM] Remove a PPC64 hack to try to work around a bad...
2015-01-29 Rafael EspindolaCompute the ELF SectionKind from the flags.
2015-01-29 Michael J. Spencer[Support][Windows] Unify dialog box suppression and...
2015-01-29 Colin LeMahieu[Hexagon] Adding XTYPE/PRED intrinsic tests. Convertin...
2015-01-29 Rafael EspindolaRemove MergeableConst.
2015-01-29 Chandler Carruth[LPM] Try again to appease powerpc64 in its self host...
2015-01-29 Chandler Carruth[LPM] Fix an "obvious" typo from r227411. Really sorry...
2015-01-29 Chandler Carruth[LPM] Clean up the use of TLS in pretty stack trace...
2015-01-29 Reid KlecknerAdd a Windows EH preparation pass that zaps resumes
2015-01-28 Philip ReamesTeach SplitBlockPredecessors how to handle landingpad...
2015-01-28 Frederic RissAdd DWARFUnit::getNumDIEs() and getDIEIndex()
2015-01-28 Colin LeMahieu[Hexagon] Updating several V5 intrinsics and adding...
2015-01-28 Philip ReamesRemove gc.root's performCustomLowering
2015-01-28 Chris BienemanMoving AddLiteralOption's declaration higher up in...
2015-01-28 Chris BienemanRefactoring llvm command line parsing and option regist...
2015-01-28 Chandler Carruth[LPM] A targeted but somewhat horrible fix to the legac...
2015-01-28 Elena DemikhovskyFold fcmp in cases where value is provably non-negative...
2015-01-28 Reid KlecknerMove EH personality type classification to Analysis...
2015-01-27 Chris BienemanRe-landing changes to use ArrayRef instead of SmallVect...
2015-01-27 Ahmed Bougacha[SimplifyLibCalls] Don't confuse strcpy_chk for stpcpy_chk.
2015-01-27 Kevin Enderbydd the option, -link-opt-hints to llvm-objdump used...
2015-01-27 Chandler Carruth[PM] Clean up file banner comments prior to refactoring...
2015-01-27 Richard TrieuRevert r227148 & r227154 which added a test which infin...
2015-01-27 Chandler Carruth[PM] Run clang-format over this header to clean up...
2015-01-27 Chandler Carruth[PM] Switch a doxygen comment to the standard format...
2015-01-27 Chandler Carruth[PM] Refactor the core logic to run EarlyCSE over a...
2015-01-27 Eric ChristopherMachineRegisterInfo can access TII off of the MachineFu...
2015-01-27 Eric ChristopherRemove extraneous period.
2015-01-27 Chris BienemanOne more fix to the new API to fix const-correctness.
2015-01-26 Chad RosierCommoning of target specific load/store intrinsics...
2015-01-26 Chris BienemanPete Cooper suggested the new API should use ArrayRef...
2015-01-26 Chris BienemanAdd new HideUnrelatedOptions API that takes a SmallVect...
2015-01-26 Reid KlecknerAdd a UTF8 to UTF16 conversion wrapper for use in the...
2015-01-26 Eric ChristopherAdd a FIXME about preferred alignment to DataLayout.
2015-01-26 Eric ChristopherMove DataLayout back to the TargetMachine from TargetSu...
2015-01-26 Philip ReamesPass QueryInst down through non-local dependency calcul...
2015-01-26 Philip ReamesRevert GCStrategy ownership changes
2015-01-26 Zachary TurnerTeach raw_ostream to support hex formatting without...
2015-01-26 Alex RosenbergRemove trailing whitespace.
2015-01-26 Eric ChristopherStore the passed in CPU name string so that it can...
2015-01-26 Alex Rosenberg[MC] The PS4's ELF OSABI value is the same as FreeBSD.
2015-01-25 Craig Topper[X86] Use i8 immediate for comparison type on AVX512...
2015-01-25 Alex RosenbergAdd the triple for the Sony Playstation®4.
2015-01-25 NAKAMURA TakumiInstantiate Registry<GCStrategy> in LLVMCore, to let...
2015-01-25 Simon Atanasyan[ELFYAML] Support mips64 relocation record format in...
2015-01-25 NAKAMURA TakumiOrc/IRCompileLayer.h: Avoid non-static initializer.
2015-01-25 NAKAMURA TakumiOrcJIT: Avoid non-static initializers.
2015-01-25 Elena DemikhovskyImplemented cost model for masked load/store operations.
2015-01-25 Chandler Carruth[PM] Remove the restricted visibility from the instcomb...
2015-01-24 Justin BognerInstrProf: Add operator!= to coverage counters
2015-01-24 Patrik HagglundRevert r227013 "Add visibility attribute for InstCombin...
2015-01-24 Patrik HagglundAdd visibility attribute for InstCombinePass (r226987).
2015-01-24 Benjamin KramerDebugInfo: Fix use after return found by asan.
2015-01-24 Alexei StarovoitovBPF backend
2015-01-24 Chandler Carruth[PM] Port LowerExpectIntrinsic to the new pass manager.
2015-01-24 Chandler Carruth[PM] Port instcombine to the new pass manager!
2015-01-24 Filipe Cabecinhas[Bitcode] Diagnose errors instead of asserting from...
2015-01-24 Chandler Carruth[PM] Rework how the TargetLibraryInfo pass integrates...
2015-01-24 Richard SmithBring the modules buildbot back to life after r226940.
2015-01-24 Lang Hames[Orc] Add some missing headers to the CompileOnDemandLa...
2015-01-23 Adrian PrantlAddress more review comments for DIExpression::iterator.
2015-01-23 Justin BognerInstrProf: debug dumps should go to dbgs(), not outs()
2015-01-23 Justin Bognerllvm-cov: Don't use llvm::outs() in library code
2015-01-23 Justin Bognerllvm-cov: Use range-for (NFC)
2015-01-23 Justin Bognerllvm-cov: clang-format the GCOV files (NFC)
2015-01-23 Reid KlecknerFix the MSVC build with the new Orc JIT APIs
2015-01-23 Michael J. Spencer[YAMLIO] Dirty hack: Force integral conversion to allow...
2015-01-23 Lang Hames[Orc] Remove a bunch of constructors from ObjectLinking...
2015-01-23 Michael J. Spencer[YAMLIO] Add support for numeric values in enums.
2015-01-23 Lang Hames[Orc] New JIT APIs.
2015-01-23 Adrian PrantlMove the accessor functions from DIExpression::iterato...
2015-01-23 Reid KlecknerClassify functions by EH personality type rather than...
2015-01-23 Lang Hames[ADT] Add move operations to SmallVector<T,N> from...
2015-01-23 Craig TopperFix 80 column violation
2015-01-23 Craig Topper[X86] Add IntrNoMem to the AVX512 conflict intrinsics.
2015-01-23 Rafael EspindolaAdd STB_GNU_UNIQUE to the ELF writer.
2015-01-23 NAKAMURA TakumiPrune an out-of-date \param since r226476. [-Wdocumenta...
2015-01-22 Duncan P. N. Exon... IR: Change GenericDwarfNode::getHeader() to StringRef
2015-01-22 Duncan P. N. Exon... IR: DwarfNode => DebugNode, NFC
2015-01-22 Lang Hames[Object] Fix a bug in a condition introduced in r226217...
2015-01-22 Chandler Carruth[PM] Actually add the new pass manager support for...
2015-01-22 Duncan P. N. Exon... IR: Update references to temporaries before deleting
2015-01-22 Chris BienemanRefactoring cl::parser construction and initialization.
2015-01-22 Ramkumar RamachandraIntrinsics: introduce llvm_any_ty aka ValueType Any
2015-01-22 Adrian PrantlFix the condition in this assertion, and also make...
2015-01-22 Adrian PrantlRun clang-format on parts of DebugInfo.h
2015-01-22 Adrian PrantlDocument DIExpression.
2015-01-22 Adrian PrantlRename DIExpressionIterator to DIExpression::iterator.
2015-01-22 Adrian PrantlFix a comment.
2015-01-22 Elena DemikhovskyFixed a bug in type legalizer for masked load/store...
2015-01-22 Saleem AbdulrasoolARM: fail less catastrophically on invalid Windows...
2015-01-22 Duncan P. N. Exon... DIBuilder: Make header iterator constructor explicit...
2015-01-22 Duncan P. N. Exon... DIBuilder: Extract header_begin() and header_end()...
2015-01-22 Duncan P. N. Exon... DIBuilder: Stop abusing DIExpressionIterator::operator...
2015-01-22 Duncan P. N. Exon... DIBuilder: Extract DIHeaderFieldIterator::getNumber...
2015-01-22 Duncan P. N. Exon... DIBuilder: Create a getHeaderIterator() helper, NFC
2015-01-22 Chris BienemanMaking deleted copy constructors and operators to be...
2015-01-22 Chris BienemanAssigning and copying command line option objects shoul...
2015-01-22 Adrian PrantlRewrite DIExpression::Verify() using an iterator. NFC.
next