[MCJIT] Unique-ptrify the RTDyldMemoryManager member of MCJIT. NFC.
[oota-llvm.git] / lib /
2014-12-03 Lang Hames[MCJIT] Unique-ptrify the RTDyldMemoryManager member...
2014-12-03 Hal Finkel[PowerPC] Fix readcyclecounter to be custom expanded...
2014-12-02 Tim NorthoverAArch64: strengthen Darwin ABI alignment assumptions
2014-12-02 Tim NorthoverAArch64: don't be too greedy when folding :lo12: access...
2014-12-02 Michael ZolotukhinPR21302. Vectorize only bottom-tested loops.
2014-12-02 Simon Pilgrim[X86][SSE] Keep 4i32 vector insertions in integer domai...
2014-12-02 Hal Finkel[PowerPC] Implement readcyclecounter for PPC32
2014-12-02 Tom StellardR600/SI: Emit amd_kernel_code_t header for AMDGPU envir...
2014-12-02 Lang Hames[AArch64][Stackmaps] Optimize stackmap shadows on AArch64.
2014-12-02 Tom StellardR600/SI: Move more information into SIProgramInfo struct
2014-12-02 Philip ReamesRestructure some assertion checking based on post commi...
2014-12-02 Daniel Sanders[mips] Fix passing of small structures for big-endian...
2014-12-02 Roman DivackyIntroduce CPUStringIsValid() into MCSubtargetInfo and...
2014-12-02 Tom StellardR600/SI: Refactor AMDGPUAsmPrinter::EmitProgramInfoSI()
2014-12-02 Philip ReamesAppease a build bot complaining about an unused variabl...
2014-12-02 Philip Reames[Statepoints 3/4] Statepoint infrastructure for garbage...
2014-12-02 Bruno Cardoso Lopes[SwitchLowering] Handle destinations on multiple phi...
2014-12-02 Ahmed Bougacha[MachineCSE] Clear kill-flag on registers imp-def'd...
2014-12-02 Philip ReamesRemove unneccessary code introduced with 223101.
2014-12-02 Tom StellardR600/SI: Set correct number of user sgprs for HSA runtime
2014-12-02 Sanjay Patelfix typo in comment
2014-12-02 Tim NorthoverAArch64: make register block rules apply to vector...
2014-12-02 Tom StellardR600/SI: Set the ATC bit on all resource descriptors...
2014-12-02 Tom StellardTriple: Add AMDHSA operating system type
2014-12-02 Bruno Cardoso Lopes[LICM] Avoind store sinking if no preheader is available
2014-12-02 Asiri RathnayakeRemove unused function.
2014-12-02 Asiri RathnayakeAdd support for ARM modified-immediate assembly syntax.
2014-12-02 Will NewtonAdd ARM relocations to ELFYAML
2014-12-02 Charlie TurnerEmit Tag_ABI_FP_denormal correctly in fast-math mode.
2014-12-02 Nick LewyckyFix variable used only in assertion.
2014-12-02 Chandler CarruthFix several bugs in r221220's new program finding code.
2014-12-01 Hal FinkelSimplify pointer comparisons involving memory allocatio...
2014-12-01 Philip ReamesTry to fix a bot failure due to a variable used only...
2014-12-01 Philip Reames[Statepoints 2/4] Statepoint infrastructure for garbage...
2014-12-01 Philip Reames[Statepoints 1/4] Statepoint infrastructure for garbage...
2014-12-01 Jingyue Wu[NVPTX] Do not emit .weak symbols for NVPTX
2014-12-01 Reid KlecknerParse 'ghccc' in .ll files as the GHC convention (cc 10)
2014-12-01 Ahmed Bougacha[AArch64] Don't combine "select (setcc i1 LHS, RHS...
2014-12-01 Ahmed Bougacha[AArch64] Fix v2i8->i16 bitcast legalization.
2014-12-01 Rafael EspindolaUse a continue to reduce indentation and clang-format...
2014-12-01 Rafael EspindolaUse a range loop. NFC.
2014-12-01 Ahmed Bougacha[MachineVerifier] Accept a MBB with a single landing...
2014-12-01 Rafael EspindolaDrop SrcStructTypesSet. It is redundant.
2014-12-01 Tim NorthoverARM: lower tail calls correctly when using GHC calling...
2014-12-01 Hans WennborgRevert r223049, r223050 and r223051 while investigating...
2014-12-01 Hans WennborgSimplifyCFG: Omit range checks for switch lookup tables...
2014-12-01 Hans WennborgSimplifyCFG: don't remove unreachable default switch...
2014-12-01 Hans WennborgSelectionDAG switch lowering: Replace unreachable defau...
2014-12-01 Rafael EspindolaPartial revert of r222986.
2014-12-01 Matt ArsenaultR600/SI: Various instruction format bit test cleanups
2014-12-01 Vladimir MedicThe andi16, addiusp and jraddiusp micromips instruction...
2014-12-01 Evgeniy Stepanov[msan] Add compile-time checks for missing origins.
2014-12-01 Jay Foad[PowerPC] Fix unwind info with dynamic stack realignment
2014-12-01 Charlie TurnerAdd post-decode checking of HVC instruction.
2014-12-01 Yury Gribov[asan] Change dynamic alloca instrumentation to only...
2014-12-01 Charlie TurnerAdd Thumb HVC and ERET virtualisation extension instruc...
2014-12-01 Charlie TurnerAdd ARM ERET and HVC virtualisation extension instructions.
2014-12-01 Akira HatanakaFix capitalization. NFC.
2014-12-01 Akira Hatanaka[stack protector] Set edge weights for newly created...
2014-12-01 Rafael EspindolaChange how we keep track of which types are in the...
2014-12-01 Rafael EspindolaRelax an assert a bit to avoid a crash on unreachable...
2014-11-30 Hal Finkel[PowerPC] Add asm support for cache-inhibited ld/st...
2014-11-30 Craig TopperRevert r222957 "Replace std::map<K, V*> with std::map...
2014-11-30 Hans WennborgRevert r222965 "Make MultiClass::DefPrototypes own...
2014-11-30 Hans WennborgQualify one more make_unique call.
2014-11-30 Hans WennborgSpeculatively qualify some llvm::make_unique calls...
2014-11-30 Craig TopperUse an unsigned type because there seems to be no reaso...
2014-11-30 Craig TopperMake MultiClass::DefPrototypes own their Records to...
2014-11-29 Hans WennborgSwitch lowering: reformat some for loops etc. NFC
2014-11-29 Hans WennborgSwitch lowering: Fix broken 'Figure out which block...
2014-11-29 Simon PilgrimTarget triple OS detection tidyup. NFC
2014-11-29 Craig TopperReplace std::map<K, V*> with std::map<K, V> to handle...
2014-11-29 Craig TopperRemove 'else' after 'return'. Fix formatting of a ...
2014-11-29 Jozef Kolek[mips][microMIPS] Implement NOP aliases
2014-11-29 Craig TopperMake RecordKeeper::addClass/addDef take unique_ptrs...
2014-11-29 Craig TopperUse unique_ptr to remove some explicit deletes on some...
2014-11-29 Duncan P. N. Exon... DebugIR: Delete -debug-ir
2014-11-28 Matt ArsenaultR600/SI: Fix assertion on sign extend of 3 vectors
2014-11-28 Duncan P. N. Exon... Revert "Masked Vector Load and Store Intrinsics."
2014-11-28 David MajnemerInstCombine: FoldOrOfICmps harder
2014-11-28 Bruno Cardoso Lopes[LICM] Store sink and indirectbr instructions
2014-11-28 Bruno Cardoso Lopes[SwitchLowering] Handle multiple destinations on conden...
2014-11-28 Sanjay PatelEnable FeatureFastUAMem for btver2
2014-11-28 Rafael EspindolaAdd back r222727 with a fix.
2014-11-28 Rafael EspindolaAdd an assert and use a range loop. NFC.
2014-11-28 Charlie TurnerFix wrong encoding of MRSBanked.
2014-11-28 Evgeniy Stepanov[msan] Fix origin propagation for select of floats.
2014-11-28 Ankur GargRemoved extra line from a comment to test first commit...
2014-11-28 Craig TopperAdd missing 'override' keyword.
2014-11-27 Tim NorthoverStop using ArrayRef of a const type.
2014-11-27 Tim NorthoverAArch64: treat [N x Ty] as a block during procedure...
2014-11-27 Zoran Jovanovic[mips][microMIPS] Implement SWM16 and LWM16 instructions
2014-11-27 Jozef Kolek[mips][microMIPS] Implement BREAK16 and SDBBP16 instruc...
2014-11-27 Daniel Sanders[mips] Add synci instruction.
2014-11-27 Rafael EspindolaCommit back the correct bits of r222760 (was r222538).
2014-11-27 Rafael EspindolaRevert "Reapply 222538 and update tests to explicitly...
2014-11-27 Duncan P. N. Exon... Revert "Fix overly aggressive type merging."
2014-11-27 Erik Ecksteinreinstate r222872: Peephole optimization in switch...
2014-11-27 Evgeniy Stepanov[msan] Remove indirect call wrapping code.
2014-11-27 Jozef Kolek[mips][microMIPS] Implement disassembler support for...
next