[X86][SSE] Tidyup with implicit SDValue bool check. NFC.
[oota-llvm.git] / lib /
2015-11-15 Simon Pilgrim[X86][SSE] Tidyup with implicit SDValue bool check...
2015-11-15 Teresa JohnsonFix mapping of unmaterialized global values during...
2015-11-15 James Molloy[GlobalOpt] Demote globals to locals more aggressively
2015-11-15 Igor BregerRevert r253160.
2015-11-15 Elena DemikhovskyFixed GEP visitor in the InstCombine pass.
2015-11-15 Igor BregerAVX512: Implemented encoding and intrinsics for VMOVSHD...
2015-11-15 Teresa JohnsonUse a different block id for block of metadata kind...
2015-11-14 Dan Gohman[WebAssembly] Minor code simplification. NFC.
2015-11-14 Dan Gohman[WebAssembly] Support signext, zeroext, and several...
2015-11-14 Akira HatanakaReduce the size of MCRelaxableFragment.
2015-11-14 Michael ZolotukhinDon't recompute LCSSA after loop-unrolling when possible.
2015-11-14 Akira Hatanaka[MCTargetAsmParser] Move the member varialbes that...
2015-11-14 Eric ChristopherAdd MMX to the 3dnow enum and propagate changes around...
2015-11-14 Quentin Colombet[ShrinkWrapping] Disable the optimization for functions...
2015-11-14 Sanjoy Das[RuntimeDyld] Fix indentation and whitespace; NFC
2015-11-13 Justin BognerAArch64: Default AArch64Subtarget::ReserveX18 to true...
2015-11-13 Matthias BraunMachineScheduler: Print initial pressure in debug dump
2015-11-13 Matthias BraunMachineScheduler: Improve debug output for "only one...
2015-11-13 Chad Rosier[LIR] Add support for creating memcpys from loops with...
2015-11-13 Colin LeMahieu[Hexagon] Fixing memory leak during relaxation by alloc...
2015-11-13 Reid Kleckner[WinEH] Fix ESP management with 32-bit __CxxFrameHandler3
2015-11-13 Evgeniy Stepanov[safestack] Rewrite isAllocaSafe using SCEV.
2015-11-13 Dan Gohman[WebAssembly] Rename the Const instructions to be upper...
2015-11-13 Diego NovilloSamplePGO - Add dump routines for LineLocation, SampleR...
2015-11-13 Dan Gohman[WebAssembly] Rename memory intrinsics to be upper...
2015-11-13 Cong Hou[X86][SSE] Combine UNPCKL with vector_shuffle into...
2015-11-13 David Blaikiedwarfdump: Add support for dumping the table contents...
2015-11-13 Chad RosierAdd a comment that should have made my last commit.
2015-11-13 Chad Rosier[LIR] Factor out the code to compute base ptr for negat...
2015-11-13 Reid Kleckner[WinEH] Make UnwindHelp a fixed stack object allocated...
2015-11-13 Colin LeMahieu[Hexagon] Factoring bundle creation in to a utility...
2015-11-13 Tom StellardAMDGPU: Add stony support
2015-11-13 Tom StellardELFYAML: Add support for parsing AMDGPU section attribu...
2015-11-13 Reid Kleckner[Symbolizer] Don't use PE symbol tables to override...
2015-11-13 Sanjay Pateluse range-based for loop; NFCI
2015-11-13 James Molloy[ARM] Replace ARMISD::RBIT with ISD::BITREVERSE
2015-11-13 Zlatko Buljan[mips][microMIPS] Implement SHRA[_R].PH, SHRAV[_R]...
2015-11-13 Ulrich Weigand[SystemZ] Simplify boolean conditional return statements
2015-11-13 James Molloy[GlobalOpt] Make sure all debug lines end with '\n'
2015-11-13 James Molloy[GlobalOpt] Coding style - remove function names from...
2015-11-13 James Molloy[SDAG] Fix expansion of BITREVERSE
2015-11-13 Sanjoy Das[ImplicitNulls] Add some clarifying comments; NFC
2015-11-13 Colin LeMahieu[Hexagon] Fixing leak in padEndloop by allocating in...
2015-11-13 Nathan Slingerland[llvm-profdata] Add check for text profile formats...
2015-11-13 Davide Italiano[lib/Linker] Convert assert(false) to llvm_unreachable().
2015-11-13 Kostya Serebryany[libFuzzer] make libFuzzer build even with a compiler...
2015-11-13 Akira HatanakaRevert r252990.
2015-11-13 Dan Gohman[WebAssembly] Inline asm support.
2015-11-13 Akira HatanakaProvide a way to specify inliner's attribute compatibil...
2015-11-13 Colin LeMahieu[Hexagon] Adding relaxation functionality to backend...
2015-11-13 Dan Gohman[WebAssembly] Un-mangle the conversion instruction...
2015-11-13 Dan Gohman[WebAssembly] Rename BR_IF_ to BR_IF
2015-11-13 Dan Gohman[WebAssembly] Remove unneeded TODO items. NFC.
2015-11-13 Dan Gohman[WebAssembly] Tidy up and update a TODO item. NFC.
2015-11-13 Joseph Tremoulet[WinEH] Find root frame correctly in CLR funclets
2015-11-13 Dan Gohman[WebAssembly] Introduce a new pseudo-operand for unused...
2015-11-13 Vyacheslav KlochkovX86-FMA3: Implemented commute transformations FMA*_Int...
2015-11-12 Davide Italiano[SimplifyLibCalls] Make a function shorter. NFC.
2015-11-12 Tom StellardRevert "Remove unnecessary call to getAllocatableRegClass"
2015-11-12 Akira HatanakaRevert r252949.
2015-11-12 Akira HatanakaProvide a way to specify inliner's attribute compatibil...
2015-11-12 Sanjoy DasRevert r243347 "Add TargetTransformInfo::isZExtFree."
2015-11-12 Sanjoy Das[ImplicitNulls] Fix wrapping by breaking up a condition...
2015-11-12 Sanjoy Das[ImplicitNull] Extract out a HazardDetector class, NFC
2015-11-12 Vyacheslav KlochkovMy first/test commit. Removed a trailing whitespace.
2015-11-12 Tobias GrosserRevert "Fix bug 25440: GVN assertion after coercing...
2015-11-12 Benjamin Kramer[Hexagon] Allocate MCInst in the MCContext to avoid...
2015-11-12 Chad Rosier[LIR] Minor refactoring. NFCI.
2015-11-12 David BlaikieRoll an expression into an assert to fix -Wunused-varia...
2015-11-12 Nathan Slingerlandreverting r252916 to investigate test failure
2015-11-12 Weiming ZhaoFix bug 25440: GVN assertion after coercing loads
2015-11-12 Quentin Colombet[ShrinkWrap] Fix a typo in a comment.
2015-11-12 Quentin Colombet[ShrinkWrap] Make sure we do not mess up with EH funcle...
2015-11-12 Nathan Slingerland[llvm-profdata] Add check for text profile formats...
2015-11-12 Diego NovilloSamplePGO - Move FunctionSamples::print() to a better...
2015-11-12 Andrew Kaylor[WinEH] Fix problem with removing an element from a...
2015-11-12 Rafael EspindolaComment update. NFC.
2015-11-12 Dan Gohman[WebAssembly] Reapply r252858, with svn add for the...
2015-11-12 Michael Zuckerman[x86] translating "fp" (floating point) instructions...
2015-11-12 Artyom SkrobovCull non-standard variants of ARM architectures (NFC)
2015-11-12 Hans WennborgRevert r252858: "[WebAssembly] Switch to MC for instruc...
2015-11-12 Vasileios KalintirisRe-apply "[mips] Use correct frame register for DWARF...
2015-11-12 James Molloy[ARM] CMOV->BFI combining: handle both senses of CMPZ
2015-11-12 Renato GolinRevert "[ARM] Enable shrink-wrapping by default."
2015-11-12 Daniel SandersImplement .reloc (constant offset only) with support...
2015-11-12 Zlatko Buljan[mips][microMIPS] Implement LWM16, SB16, SH16, SW16...
2015-11-12 Vasileios KalintirisRevert "[mips] Use correct frame register for DWARF...
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...
next