summaryrefslogtreecommitdiff
path: root/lib/CodeGen
Commit message (Expand)AuthorAge
* PR15662: Optimized debug info produces out of order function parametersTom Stellard2013-07-19
* Merging r182387:Bill Wendling2013-05-21
* Merging r182344:Bill Wendling2013-05-21
* Merging r181296:Bill Wendling2013-05-08
* DebugInfo: Support imported modules in lexical blocksDavid Blaikie2013-05-06
* Remove unnecessary instance variable and rework logic accordingly.Eric Christopher2013-05-06
* Grammar.Eric Christopher2013-05-06
* Fix slightly too aggressive conact_vector optimization.Michael Kuperstein2013-05-06
* Teach if-converter to avoid removing BBs whose addresses are takne. rdar://13...Evan Cheng2013-05-05
* InlineSpiller: Remove quadratic behavior.Benjamin Kramer2013-05-05
* For ARM backend, fixed "byval" attribute support.Stepan Dyatkovskiy2013-05-05
* Add ArrayRef constructor from None, and do the cleanups that this constructor...Dmitri Gribenko2013-05-05
* TiedTo flag can now be placed on implicit operands. isTwoAddrUse() should lookEvan Cheng2013-05-02
* Revert r180737. The companion patch was reverted, and this is not relevant ri...Bill Wendling2013-05-01
* This patch breaks up Wrap.h so that it does not have to include all of Filip Pizlo2013-05-01
* [inline asm] Return an undef SDValue of the expected value type, rather thanChad Rosier2013-05-01
* Optimize away nop CONCAT_VECTOR nodes.Nadav Rotem2013-05-01
* Only pass 'returned' to target-specific lowering code when the value of entir...Stephen Lin2013-04-30
* Temporarily revert "Change the informal convention of DBG_VALUE so that we ca...Adrian Prantl2013-04-30
* Change the informal convention of DBG_VALUE so that we can express aAdrian Prantl2013-04-30
* MI Sched: revert a minor heuristic that snuck in with -misched-vcopy.Andrew Trick2013-04-30
* LocalStackSlotAllocation improvementsHal Finkel2013-04-30
* 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