summaryrefslogtreecommitdiff
path: root/lib/CodeGen
Commit message (Expand)AuthorAge
* Emit the TLS initialization function pointers into the correct section.Bill Wendling2013-04-29
* Generalize the MachineTraceMetrics public API.Andrew Trick2013-04-27
* Use the target triple from the target machine rather than the moduleEric Christopher2013-04-27
* Cleanup and document MachineLocation.Adrian Prantl2013-04-26
* Micro-optimizationBill Wendling2013-04-26
* Re-write the address propagation code for pre-indexed loads/stores to take in...Silviu Baranga2013-04-26
* DAGCombiner: Canonicalize vector integer abs in the same way we do it for sca...Benjamin Kramer2013-04-26
* [mc-coff] Forward Linker Option flags into the .drectve sectionReid Kleckner2013-04-25
* Fix constant folding for one lane vector types. Constant folding one lane vec...Silviu Baranga2013-04-25
* Fix for r180193 - MI Sched: eliminate local vreg.Andrew Trick2013-04-24
* [inline asm] Fix a crasher for an invalid value type/register class.Chad Rosier2013-04-24
* MI Sched: eliminate local vreg copies.Andrew Trick2013-04-24
* Register Coalescing: add a flag to disable rescheduling.Andrew Trick2013-04-24
* MI Sched: regpressure tracing.Andrew Trick2013-04-24
* Formatting.Eric Christopher2013-04-24
* DAGCombine should not aggressively fold SEXT(VSETCC(...)) into a wider VSETCC...Owen Anderson2013-04-23
* Add some constraints to use of 'returned':Stephen Lin2013-04-23
* Remove unused DwarfSectionOffsetDirective stringMatt Arsenault2013-04-22
* Move C++ code out of the C headers and into either C++ headersEric Christopher2013-04-22
* Optimize MachineBasicBlock::getSymbol by caching the symbol. Since the symbolEli Bendersky2013-04-22
* Clarify that llvm.used can contain aliases.Rafael Espindola2013-04-22
* Tidy.Eric Christopher2013-04-22
* Update comment. Whitespace.Eric Christopher2013-04-22
* Revert "Revert "PR14606: debug info imported_module support""David Blaikie2013-04-22
* Legalize vector truncates by parts rather than just splitting.Jim Grosbach2013-04-21
* Tidy up comment grammar.Jim Grosbach2013-04-21
* Remove unused ShouldFoldAtomicFences flag.Tim Northover2013-04-20
* Remove unused MEMBARRIER DAG node; it's been replaced by ATOMIC_FENCE.Tim Northover2013-04-20
* Add CodeGen support for functions that always return arguments via a new para...Stephen Lin2013-04-20
* Allow tail call opportunity detection through nested and/or multiple iteratio...Stephen Lin2013-04-20
* Simplify the code in FastISel::tryToFoldLoad, add an assertion and fix a comm...Eli Bendersky2013-04-19
* Move TryToFoldFastISelLoad to FastISel, where it belongs. In general, I'mEli Bendersky2013-04-19
* ArrayRefize getMachineNode(). No functionality change.Michael Liao2013-04-19
* Add an MRI::verifyUseLists() function.Jakob Stoklund Olesen2013-04-19
* Use dbgs() consistently for -debug printoutsEli Bendersky2013-04-19
* Revert "PR14606: debug info imported_module support"Eric Christopher2013-04-19
* PR14606: debug info imported_module supportDavid Blaikie2013-04-19
* Add some more stats for fast isel vs. SelectionDAG, w.r.t lowering functionEli Bendersky2013-04-19
* Add support for subsections to the ELF assembler. Fixes PR8717.Peter Collingbourne2013-04-17
* Replace uses of the deprecated std::auto_ptr with OwningPtr.Andy Gibbs2013-04-15
* Document the decision to assume that the cost of floats is twice as much as i...Nadav Rotem2013-04-14
* MI-Sched: DEBUG formatting.Andrew Trick2013-04-13
* MI-Sched cleanup. If an instruction has no valid sched class, do not attempt ...Andrew Trick2013-04-13
* MI-Sched: schedule physreg copies.Andrew Trick2013-04-13
* CostModel: increase the default cost of supported floating point operations f...Nadav Rotem2013-04-12
* Revert broken pieces of r179373.Benjamin Kramer2013-04-12
* Replace uses of the deprecated std::auto_ptr with OwningPtr.Andy Gibbs2013-04-12
* Don't disable block layout when forcing block alignment.Nadav Rotem2013-04-12
* Add a flag to align all basic blocks in the function.Nadav Rotem2013-04-12
* Add braces around || in && to pacify GCC.Benjamin Kramer2013-04-11