summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* TiedTo flag can now be placed on implicit operands. isTwoAddrUse() should lookEvan Cheng2013-05-021-5/+3
* Revert r180737. The companion patch was reverted, and this is not relevant ri...Bill Wendling2013-05-011-15/+0
* This patch breaks up Wrap.h so that it does not have to include all of Filip Pizlo2013-05-011-1/+1
* [inline asm] Return an undef SDValue of the expected value type, rather thanChad Rosier2013-05-011-1/+1
* Optimize away nop CONCAT_VECTOR nodes.Nadav Rotem2013-05-011-0/+39
* Only pass 'returned' to target-specific lowering code when the value of entir...Stephen Lin2013-04-302-28/+42
* Temporarily revert "Change the informal convention of DBG_VALUE so that we ca...Adrian Prantl2013-04-307-58/+36
* Change the informal convention of DBG_VALUE so that we can express aAdrian Prantl2013-04-307-36/+58
* MI Sched: revert a minor heuristic that snuck in with -misched-vcopy.Andrew Trick2013-04-301-0/+6
* LocalStackSlotAllocation improvementsHal Finkel2013-04-301-94/+111
* Emit the TLS initialization function pointers into the correct section.Bill Wendling2013-04-291-0/+15
* Generalize the MachineTraceMetrics public API.Andrew Trick2013-04-271-1/+15
* Use the target triple from the target machine rather than the moduleEric Christopher2013-04-272-1/+5
* Cleanup and document MachineLocation.Adrian Prantl2013-04-262-3/+9
* Micro-optimizationBill Wendling2013-04-261-5/+4
* Re-write the address propagation code for pre-indexed loads/stores to take in...Silviu Baranga2013-04-261-14/+29
* DAGCombiner: Canonicalize vector integer abs in the same way we do it for sca...Benjamin Kramer2013-04-261-0/+42
* [mc-coff] Forward Linker Option flags into the .drectve sectionReid Kleckner2013-04-251-0/+46
* Fix constant folding for one lane vector types. Constant folding one lane vec...Silviu Baranga2013-04-251-1/+1
* Fix for r180193 - MI Sched: eliminate local vreg.Andrew Trick2013-04-241-2/+6
* [inline asm] Fix a crasher for an invalid value type/register class.Chad Rosier2013-04-241-4/+11
* MI Sched: eliminate local vreg copies.Andrew Trick2013-04-241-7/+194
* Register Coalescing: add a flag to disable rescheduling.Andrew Trick2013-04-241-2/+8
* MI Sched: regpressure tracing.Andrew Trick2013-04-241-0/+8
* Formatting.Eric Christopher2013-04-241-1/+1
* DAGCombine should not aggressively fold SEXT(VSETCC(...)) into a wider VSETCC...Owen Anderson2013-04-231-1/+3
* Add some constraints to use of 'returned':Stephen Lin2013-04-231-0/+4
* Remove unused DwarfSectionOffsetDirective stringMatt Arsenault2013-04-221-1/+1
* Move C++ code out of the C headers and into either C++ headersEric Christopher2013-04-221-0/+1
* Optimize MachineBasicBlock::getSymbol by caching the symbol. Since the symbolEli Bendersky2013-04-221-7/+11
* Clarify that llvm.used can contain aliases.Rafael Espindola2013-04-222-7/+3
* Tidy.Eric Christopher2013-04-221-4/+6
* Update comment. Whitespace.Eric Christopher2013-04-221-2/+2
* Revert "Revert "PR14606: debug info imported_module support""David Blaikie2013-04-222-0/+25
* Legalize vector truncates by parts rather than just splitting.Jim Grosbach2013-04-212-1/+62
* Tidy up comment grammar.Jim Grosbach2013-04-211-2/+2
* Remove unused ShouldFoldAtomicFences flag.Tim Northover2013-04-201-1/+0
* Remove unused MEMBARRIER DAG node; it's been replaced by ATOMIC_FENCE.Tim Northover2013-04-205-71/+1
* Add CodeGen support for functions that always return arguments via a new para...Stephen Lin2013-04-202-7/+37
* Allow tail call opportunity detection through nested and/or multiple iteratio...Stephen Lin2013-04-201-73/+126
* Simplify the code in FastISel::tryToFoldLoad, add an assertion and fix a comm...Eli Bendersky2013-04-191-17/+10
* Move TryToFoldFastISelLoad to FastISel, where it belongs. In general, I'mEli Bendersky2013-04-192-79/+66
* ArrayRefize getMachineNode(). No functionality change.Michael Liao2013-04-192-22/+24
* Add an MRI::verifyUseLists() function.Jakob Stoklund Olesen2013-04-192-3/+54
* Use dbgs() consistently for -debug printoutsEli Bendersky2013-04-191-13/+13
* Revert "PR14606: debug info imported_module support"Eric Christopher2013-04-192-25/+0
* PR14606: debug info imported_module supportDavid Blaikie2013-04-192-0/+25
* Add some more stats for fast isel vs. SelectionDAG, w.r.t lowering functionEli Bendersky2013-04-191-1/+10
* Add support for subsections to the ELF assembler. Fixes PR8717.Peter Collingbourne2013-04-171-1/+1
* Replace uses of the deprecated std::auto_ptr with OwningPtr.Andy Gibbs2013-04-151-23/+22
OpenPOWER on IntegriCloud