Remove mention of {ADD,SUB}_PARTS. They were removed in r26255.
[oota-llvm.git] / lib /
2015-11-12 Vasileios Kalintiris[mips] Use correct frame register for DWARF info when...
2015-11-12 James Molloy[InstCombine] Add trivial folding (bitreverse (bitrever...
2015-11-12 James Molloy[SDAG] Introduce a new BITREVERSE node along with a...
2015-11-12 James MolloyRevert "Revert "[FunctionAttrs] Identify norecurse...
2015-11-12 Kuba Brecka[Object, MachO] Mark symbols from DATA and BSS sections...
2015-11-12 Amjad Abouddwarfdump: Added macro support to llvm-dwarfdump tool.
2015-11-12 Dylan McKayAdd AVR backend skeleton
2015-11-12 James MolloyRevert "[FunctionAttrs] Identify norecurse functions"
2015-11-12 James Molloy[FunctionAttrs] Identify norecurse functions
2015-11-12 David BlaikieMostly revert 252842 due to failures on some buildbots.
2015-11-12 Dan Gohman[WebAssembly] Switch to MC for instruction printing.
2015-11-12 Mike Aizatskyoutput_csv libfuzzer option
2015-11-12 David Blaikiedwarfdump: Add error checking to fix the buildbots...
2015-11-12 David Blaikiedwarfdump: Add some error handling for DWP index sectio...
2015-11-12 David Blaikiedwarfdump: Dump the contents of DWP indexes
2015-11-12 Matthias BraunLegalizeDAG: Fix and improve FCOPYSIGN/FABS legalization
2015-11-12 Kostya Serebryany[libFuzzer] experimental flag -drill (another search...
2015-11-12 Manman Ren[TLS on Darwin] use a different mask for tls calls...
2015-11-12 Xinliang David LiFix problems in coding style
2015-11-11 Quentin Colombet[ARM] Enable shrink-wrapping by default.
2015-11-11 Reid Kleckner[WinEH] Don't forward branches across empty EH pad BBs
2015-11-11 Chad Rosier[LIR] General refactor to improve compile-time and...
2015-11-11 David Majnemer[IR] Add support for empty tokens
2015-11-11 Sanjoy DasIntroduce deoptimization operand bundles
2015-11-11 Paul RobinsonReport Windows error code in a fatal error after a...
2015-11-11 David Blaikieunique_ptrify the AllocValueProfData helper function...
2015-11-11 Hemant Kulkarni[Symbolizer]: Add -pretty-print option
2015-11-11 Akira HatanakaMove the enum attributes defined in Attributes.h to...
2015-11-11 Yunzhong GaoAdd a libLTO diagnostic handler that supports lto_get_e...
2015-11-11 Geoff Berry[DAGCombiner] Improve zextload optimization.
2015-11-11 David Blaikiedwarfdump: DWP type unit index dumping skeleton
2015-11-11 Xinliang David LiRefactoring and fix another instance of asan error
2015-11-11 David BlaikieFormat my previous commit
2015-11-11 David Blaikiedwarfdump: First piece of support for DWP dumping
2015-11-11 Joseph Tremoulet[WinEH] Only generate UnwindHelp slot for MSVCXX
2015-11-11 Dawn PerchikSupport: Recognize Borland DWARF extensions.
2015-11-11 Matt ArsenaultAdd target preference for GatherAllAliases max depth
2015-11-11 Colin LeMahieuReverting r252760
2015-11-11 Dehao Chenclang-format lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
2015-11-11 Dehao ChenEmit discriminator for inlined callsites.
2015-11-11 Diego NovilloSamplePGO - Fix PR 25482 - Do not rely on llvm.dbg...
2015-11-11 Hemant Kulkarni[Symbolizer]: Add -pretty-print option
2015-11-11 Sanjay Patel[MIPS] add overrides for isCheapToSpeculateCttz() and...
2015-11-11 Diego NovilloProperly fix unused variable in disable-assert builds.
2015-11-11 Diego NovilloRemove unused variable in disable-assert builds. NFC.
2015-11-11 Douglas KatzmanVisibly fail if attempting to encode register AH,BH...
2015-11-11 James Molloy[ARM] Combine BFIs together
2015-11-11 Charlie Turner[SLP] Enable -slp-vectorize-hor by default.
2015-11-11 Aaron BallmanSilencing a signed vs unsigned type mismatch warning.
2015-11-11 Aaron BallmanSilencing nine warnings for "enumeral and non-enumeral...
2015-11-11 Michael Kuperstein[X86] Replace LEAs with INC/DEC when profitable
2015-11-11 Yury Gribov[ASan] Enable optional ASan recovery.
2015-11-11 Craig Topper[X86] Fix feature flags on some MMX register instructio...
2015-11-11 Craig Topper[X86] Remove redundant MMX isel patterns.
2015-11-11 Dan Gohman[WebAssembly] Support non-legal argument and return...
2015-11-11 Ahmed Bougacha[MC] Use LShr for constant evaluation of ">>" on non...
2015-11-11 Matthias BraunMachineInstr: addRegisterDefReadUndef() => setRegisterD...
2015-11-11 Matt ArsenaultAMDGPU: Print more fields in comments
2015-11-11 Sanjoy Das[ValueTracking] Remove untested / unreachable code...
2015-11-11 Matt ArsenaultAMDGPU: Remove dead code
2015-11-11 Matt ArsenaultAMDGPU: Set isAllocatable = 0 on VS_32/VS_64
2015-11-10 Sanjoy Das[ValueTracking] Teach isImpliedCondition a new bitwise...
2015-11-10 Sanjoy Das[ValueTracking] Use m_APInt instead of m_ConstantInt...
2015-11-10 Matthias BraunTableGen: Emit LaneMask for register classes without...
2015-11-10 Reid Kleckner[WinEH] Insert the MBB for EH_RESTORE after the catchret
2015-11-10 Kostya Serebryany[libFuzzer] add UninstrumentedTest.cpp (missing from...
2015-11-10 Dan Gohman[WebAssembly] Remove special cases for things that...
2015-11-10 Bill SchmidtAdd PPCMIPeephole.cpp to CMakeLists.txt
2015-11-10 Dan Gohman[WebAssembly] Support for floating point min and max.
2015-11-10 Bill Schmidt[PowerPC] Add an MI SSA peephole pass.
2015-11-10 Teresa JohnsonEnsure ModuleLinker materializes complete comdat groups
2015-11-10 Sanjoy Das[IR] Make {Call,Invoke}::cloneImpl aware of operand...
2015-11-10 Sanjoy Das[OperandBundles] Identify operand bundles with both...
2015-11-10 Sanjay Patelless indent; NFCI
2015-11-10 Sanjay Patel[ARM] add overrides for isCheapToSpeculateCttz() and...
2015-11-10 Matt ArsenaultLegalizeDAG: Implement promote for scalar_to_vector
2015-11-10 Matt ArsenaultLegalizeDAG: Implement promote for insert_vector_elt
2015-11-10 Matt ArsenaultLegalizeDAG: Implement promote for extract_vector_elt
2015-11-10 Philip Reames[ValueTracking] Recognize that and(x, add (x, -1))...
2015-11-10 Teresa Johnson[ThinLTO] Update comment per change in WeakAny handling...
2015-11-10 Teresa Johnson[ThinLTO] WeakAny fixes/cleanup
2015-11-10 Sanjay Patel[AArch64] add overrides for isCheapToSpeculateCttz...
2015-11-10 Renato GolinRevert "Strip metadata when speculatively hoisting...
2015-11-10 Michael Kuperstein[X86] Do not try to custom-lower sitofp/fptosi in soft...
2015-11-10 Xinliang David LiFix asan warning (NFC)
2015-11-10 Sanjay Pateladd 'MustReduceDepth' as an objective/cost-metric for...
2015-11-10 James MolloyReapply "[ARM] Combine CMOV into BFI where possible"
2015-11-10 Igor LaevskyStrip metadata when speculatively hoisting instructions
2015-11-10 Tilmann Scheller[PowerPC] Remove redundant code.
2015-11-10 Oliver Stannard[AArch64] Fix halfword load merging for big-endian...
2015-11-10 Hans WennborgInliner: Do zero-cost inlines even if above a negative...
2015-11-10 Igor BregerAVX512 : Implemented encoding and DAG lowering for...
2015-11-10 David BlaikieRemove another variable unused in -Asserts build
2015-11-10 David BlaikieRemove some unused variables to clean up the -Werror...
2015-11-10 Colin LeMahieu[Hexagon] Adding instruction aliases and tests.
2015-11-10 Andy AyersSupport for emitting inline stack probes
2015-11-10 Colin LeMahieu[Hexagon] Fixing compound register printing and reenabl...
2015-11-10 Tim NorthoverAArch64: add experimental support for address tagging.
2015-11-10 Kevin EnderbyFix llvm-nm(1) printing of llvm-bitcode files for ...
2015-11-10 Derek Schuff[WebAssembly] Support 'unreachable' expression
next