summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* Use operator<< instead of print in a few more places.Rafael Espindola2015-05-272-5/+2
* [ShrinkWrap] Add a target hook to check whether or notQuentin Colombet2015-05-271-5/+10
* MachineBasicBlock: Cleanup computeRegisterLiveness()Matthias Braun2015-05-271-16/+14
* Remove NoFramePointerElim and NoFramePointerElimOverride from TargetOptions andAkira Hatanaka2015-05-261-27/+0
* Use "auto &" in range-based for-loop and remove the extra braces.Adrian Prantl2015-05-261-2/+1
* Fix a use-after-free in a DEBUG output.Adrian Prantl2015-05-261-4/+4
* CodeGenPrepare: Don't match addressing modes through addrspacecastMatt Arsenault2015-05-261-1/+8
* Added promotion to EXTRACT_SUBVECTOR operand.Elena Demikhovsky2015-05-252-0/+12
* Reformat.NAKAMURA Takumi2015-05-251-2/+1
* Prune CRLFs.NAKAMURA Takumi2015-05-251-55/+55
* AsmPrinter: Avoid creating symbols in DwarfStringPoolDuncan P. N. Exon Smith2015-05-242-4/+14
* AsmPrinter: Prune an include, NFCDuncan P. N. Exon Smith2015-05-243-1/+3
* AsmPrinter: Remove dead code, NFCDuncan P. N. Exon Smith2015-05-241-17/+0
* AsmPrinter: Avoid EmitLabelDifference() in DwarfAccelTableDuncan P. N. Exon Smith2015-05-242-1/+11
* AsmPrinter: Use DwarfStringPoolEntry in DwarfAccelTable, NFCDuncan P. N. Exon Smith2015-05-243-17/+11
* AsmPrinter: Make DIEString smallDuncan P. N. Exon Smith2015-05-242-29/+38
* AsmPrinter: Extract DwarfStringPoolEntry from DwarfStringPool, NFCDuncan P. N. Exon Smith2015-05-242-14/+14
* AsmPrinter: Emit the DwarfStringPool offset directly when possibleDuncan P. N. Exon Smith2015-05-243-23/+35
* AsmPrinter: Refactor DwarfStringPool::getEntry(), NFCDuncan P. N. Exon Smith2015-05-242-14/+11
* Add target hook to allow merging stores of nonzero constantsMatt Arsenault2015-05-241-3/+10
* Silencing a spurious -Wreturn-type warning; NFC.Aaron Ballman2015-05-231-0/+1
* AsmPrinter: Remove the vtable-entry from DIEValueDuncan P. N. Exon Smith2015-05-231-29/+86
* CodeGen: Remove redundant DIETypeSignature::dump(), NFCDuncan P. N. Exon Smith2015-05-231-2/+0
* Stop resetting NoFramePointerElim in TargetMachine::resetTargetOptions.Akira Hatanaka2015-05-232-9/+26
* Simplify and rename function overrideFunctionAttributes. NFC.Akira Hatanaka2015-05-231-0/+20
* [AArch64][CGP] Sink zext feeding stxr/stlxr into the same block.Ahmed Bougacha2015-05-221-0/+10
* Compile time improvements to VirtRegRewriter.Puyan Lotfi2015-05-221-4/+7
* Revert r237954, "Resubmit r237708 (MIR Serialization: print and parse LLVM IR...NAKAMURA Takumi2015-05-2211-298/+9
* SDAG: Give SDDbgValues their own allocator (and reset it)Duncan P. N. Exon Smith2015-05-221-3/+4
* SDAG: Cleanup initialization of SDDbgValue, NFCDuncan P. N. Exon Smith2015-05-221-9/+7
* [InlineSpiller] Fix rematerialization for bundles.Quentin Colombet2015-05-211-1/+2
* fix typo in comment; NFCSanjay Patel2015-05-211-1/+1
* Resubmit r237708 (MIR Serialization: print and parse LLVM IR using MIR format).Alex Lorenz2015-05-2111-9/+298
* Move alignment from MCSectionData to MCSection.Rafael Espindola2015-05-2114-88/+76
* use range-based for-loops; NFCISanjay Patel2015-05-211-4/+2
* use range-based for-loops; NFCISanjay Patel2015-05-211-6/+2
* use range-based for-loopSanjay Patel2015-05-211-3/+2
* use range-based for-loop; NFCISanjay Patel2015-05-211-4/+1
* std::sort must be called with a strict weak ordering.Manuel Klimek2015-05-211-4/+4
* [X86][SSE] Improve support for 128-bit vector sign extensionSimon Pilgrim2015-05-212-7/+47
* AsmPrinter: Compute absolute label difference directlyDuncan P. N. Exon Smith2015-05-211-0/+4
* Fix build errorAndrew Kaylor2015-05-201-1/+1
* Fix build warningAndrew Kaylor2015-05-201-1/+1
* [WinEH] C++ EH state numbering fixesAndrew Kaylor2015-05-202-106/+364
* Don't generate comments in the DebugLocStream unless required. NFC.Pete Cooper2015-05-203-10/+22
* Revert "Add bool to DebugLocDwarfExpression to control emitting comments."Pete Cooper2015-05-204-17/+6
* Add bool to DebugLocDwarfExpression to control emitting comments.Pete Cooper2015-05-204-6/+17
* DAGCombiner: Continue combining if FoldConstantArithmetic() fails.Matthias Braun2015-05-202-74/+106
* Fix icmp loweringPawel Bylica2015-05-201-1/+2
* Change Function::getIntrinsicID() to return an Intrinsic::ID. NFC.Pete Cooper2015-05-202-2/+2
OpenPOWER on IntegriCloud