[Stackmap] Pre-assemble the stackmap parser test case. (Fix builders).
[oota-llvm.git] / lib /
2015-06-27 Petr Hosek[MC] Ensure that pending labels are flushed when -mc...
2015-06-27 Petr Hosek[MC] Align fragments when -mc-relax-all flag is used
2015-06-27 Duncan P. N. Exon... IR: Expose ModuleSlotTracker in Value::print()
2015-06-27 Peter CollingbourneLowerBitSets: Ignore bitset entries that do not directl...
2015-06-27 Duncan P. N. Exon... Plug a leak introduced by r240848
2015-06-26 Adrian PrantlDebug Info: Fix a bug in the DW_AT_bit_offset calculati...
2015-06-26 Duncan P. N. Exon... CodeGen: Create a proper ModuleSlotTracker for MachineInstr
2015-06-26 Alex LorenzMIR Serialization: Serialize global address machine...
2015-06-26 Philip Reames[RewriteStatepointsForGC] Generalized vector phi/select...
2015-06-26 Jingyue Wu[NVPTX] noop when kernel pointers are already global
2015-06-26 Duncan P. N. Exon... CodeGen: Push the ModuleSlotTracker through Metadata
2015-06-26 Philip ReamesMinor style cleanup after 240843 [NFC]
2015-06-26 Duncan P. N. Exon... CodeGen: Push the ModuleSlotTracker through MachineOperands
2015-06-26 Philip Reames[Verifier] Follow on to 240836
2015-06-26 Duncan P. N. Exon... CodeGen: Use a single SlotTracker in MachineFunction...
2015-06-26 Tom StellardAMDPGU/SI: Use correct resource descriptors for VI...
2015-06-26 Tom StellardAMDGPU/SI: Update amd_kernel_code_t definition and...
2015-06-26 Tom StellardAMDGPU/SI: Remove unused variable
2015-06-26 Philip Reames[Verifier] Verify invokes of intrinsics
2015-06-26 Adrian PrantlDebug Info: Clarify the documentation for bitfields...
2015-06-26 Tom StellardAMDGPU/SI: Set ELF OS/ABI to ELFOSABI_AMDGPU_HSA
2015-06-26 Tom StellardAMDGPU/SI: Add hsa code object directives
2015-06-26 Tom StellardAMDGPU/SI: There are no implicit kernel args in the...
2015-06-26 Tom StellardAMDGPU/SI: Emit amd_kernel_code_t in EmitFunctionBodySt...
2015-06-26 Philip ReamesTeach InlineCost to account for a null check which...
2015-06-26 Marek OlsakAMDGPU: really don't commute REV opcodes if the target...
2015-06-26 Pete CooperConvert a bunch of loops to foreach. NFC.
2015-06-26 Nemanja IvanovicAdd missing builtins to the PPC back end for ABI compli...
2015-06-26 Pete CooperWrap assert loops in #ifndef NDEBUG
2015-06-26 Pete CooperConvert a bunch of loops to foreach. NFC.
2015-06-26 Pete CooperConvert a bunch of loops to foreach. NFC.
2015-06-26 Matt ArsenaultShow invariant loads in MMO dumping
2015-06-26 David MajnemerRevert "Revert r240762 "[X86] Cleanup X86WindowsTargetO...
2015-06-26 Pete CooperConvert a bunch of loops to foreach. NFC.
2015-06-26 Pete CooperAdd op_values() to iterate over the SDValue operands...
2015-06-26 David BlaikieMove VectorUtils from Transforms to Analysis to correct...
2015-06-26 Javed Absar[ARM] Cortex-R5 is not VFPOnlySP
2015-06-26 Adam Nemet[LAA] Try to prove non-wrapping of pointers if SCEV...
2015-06-26 Alex LorenzFix unused variable from r240792.
2015-06-26 Benjamin Kramer[DAGCombine] Fix demanded bits computation for exact...
2015-06-26 Douglas Katzman[X86]: Correctly sign-extend 16-bit immediate in CALL...
2015-06-26 David BlaikieFix ODR violation waiting to happen by making static...
2015-06-26 Hans WennborgRevert r240762 "[X86] Cleanup X86WindowsTargetObjectFil...
2015-06-26 Alex LorenzMIR Serialization: Serialize machine basic block operands.
2015-06-26 Benjamin Kramer[DAGCombiner] Preserve the exact bit when simplifying...
2015-06-26 Benjamin Kramer[DAGCombine] fold (X >>?,exact C1) << C2 --> X << ...
2015-06-26 Rafael EspindolaRename getObjectFile to getObject for consistency.
2015-06-26 Toma Tabacu[mips] [IAS] Add partial support for the ULW pseudo...
2015-06-26 Rafael EspindolaExpose getFlags via ELFSectionRef.
2015-06-26 Rafael EspindolaAdd a ELFSectionRef class and use it to expose getSecti...
2015-06-26 Rafael EspindolaSimplify getSymbolType.
2015-06-26 Javed Absar[ARM] Cortex-R4F is not VFPOnlySP
2015-06-26 Rafael EspindolaMake getOther ELF only.
2015-06-26 Rafael EspindolaOptimize the creation of mapping symbols.
2015-06-26 David Majnemer[X86] Cleanup X86WindowsTargetObjectFile::getSectionFor...
2015-06-26 Hao Liu[InterleavedAccess] Fix failures "undefined type 'llvm...
2015-06-26 Hao Liu[ARM] Lower interleaved memory accesses to vldN/vstN...
2015-06-26 Hao Liu[AArch64] Lower interleaved memory accesses to ldN...
2015-06-26 Hao Liu[InterleavedAccess] Add a pass InterleavedAccess to...
2015-06-26 Matthias BraunRevert "X86: Reject register operands with obvious...
2015-06-26 Alexey Samsonov[ASan] Use llvm::getDISubprogram() to get function...
2015-06-25 Duncan P. N. Exon... AsmPrinter: Use an intrusively linked list for DIE...
2015-06-25 Duncan P. N. Exon... AsmPrinter: Convert DIE::Values to a linked list
2015-06-25 NAKAMURA TakumiPPCISelLowering.cpp: Appease PR23956. [-Wdocumentation]
2015-06-25 Anna Zaks[asan] Do not instrument special purpose LLVM sections.
2015-06-25 Anna Zaks[asan] Don't run stack malloc on functions containing...
2015-06-25 Matt ArsenaultDAGCombiner: Use pop_back_val()
2015-06-25 Rafael EspindolaAdd an ELFSymbolRef type.
2015-06-25 Frederic RissIAS: Use the root macro instanciation for location
2015-06-25 Sanjay Patelfix typos; NFC
2015-06-25 Pete CooperUse foreach loop over constant operands. NFC.
2015-06-25 Jingyue Wu[InstCombine] call SimplifyICmpInst with correct context
2015-06-25 Rafael EspindolaDiagnose undefined temporary symbols.
2015-06-25 Yaron KerenRangify for loop in Inliner.cpp. NFC.
2015-06-25 Matt ArsenaultDAGCombiner: Remove redundant check
2015-06-25 Peter CollingbourneGVN: If a branch has two identical successors, we canno...
2015-06-25 Kit Barton[PPC] Implement vmrgew and vmrgow instructions
2015-06-25 Bruno Cardoso Lopes[AsmPrinter] Fix crash in handleIndirectSymViaGOTPCRel
2015-06-25 Rafael EspindolaUse computeSymbolSizes in llvm-symbolize.
2015-06-25 Benjamin Kramer[PPC] Replace debug value skipping with getLastNonDebug...
2015-06-25 Benjamin KramerReplace copy-pasted debug value skipping with MBB:...
2015-06-25 Toma Tabacu[mips] [IAS] Refactor the emitDirectiveModuleFP() funct...
2015-06-25 Artur PilipenkoTake alignment into account in isSafeToLoadUnconditionally
2015-06-25 Ulrich Weigand[SystemZ] Only attempt RxSBG optimization for integer...
2015-06-25 Toma Tabacu[mips] [IAS] Refactor the emitDirectiveModuleOddSPReg...
2015-06-25 Jay FoadTeach LLVM about the PPC64 memory sanitizer implementation.
2015-06-25 Toma Tabacu[mips] [IAS] Fix parsing of memory offset expressions...
2015-06-25 Ahmed Bougacha[X86] Accept hasAVX512() as well as hasFMA() when gener...
2015-06-25 Swaroop SridharEnable StackMap Serialization for COFF
2015-06-25 Rui UeyamalibObject/COFF: Add a function to get pointers to reloc...
2015-06-24 Duncan P. N. Exon... Add simplify_type<const WeakVH>; simplify IndVarSimplify
2015-06-24 Douglas Katzman[X86] Simplify some stuff in X86DisassemblerDecoder...
2015-06-24 David Majnemer[GVN] Intersect the IR flags when CSE'ing two instructions
2015-06-24 David Majnemer[Reassociate] Don't propogate flags when creating negations
2015-06-24 Sanjay Patelfix typos; NFC
2015-06-24 Sanjay Pateldon't repeat function names in comments; NFC
2015-06-24 Akira Hatanaka[If Converter] Convert recursion to iteration.
2015-06-24 Pete CooperDevirtualize Instruction::clone_impl
2015-06-24 Jingyue WuAdd NVPTXPeephole pass to reduce unnecessary address...
2015-06-24 Sanjay Patelfix typos; NFC
next