aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen
AgeCommit message (Expand)Author
2013-05-08Merging r181296:Bill Wendling
2013-05-06DebugInfo: Support imported modules in lexical blocksDavid Blaikie
2013-05-06Remove unnecessary instance variable and rework logic accordingly.Eric Christopher
2013-05-06Grammar.Eric Christopher
2013-05-06Fix slightly too aggressive conact_vector optimization.Michael Kuperstein
2013-05-05Teach if-converter to avoid removing BBs whose addresses are takne. rdar://13...Evan Cheng
2013-05-05InlineSpiller: Remove quadratic behavior.Benjamin Kramer
2013-05-05For ARM backend, fixed "byval" attribute support.Stepan Dyatkovskiy
2013-05-05Add ArrayRef constructor from None, and do the cleanups that this constructor...Dmitri Gribenko
2013-05-02TiedTo flag can now be placed on implicit operands. isTwoAddrUse() should lookEvan Cheng
2013-05-01Revert r180737. The companion patch was reverted, and this is not relevant ri...Bill Wendling
2013-05-01This patch breaks up Wrap.h so that it does not have to include all of Filip Pizlo
2013-05-01[inline asm] Return an undef SDValue of the expected value type, rather thanChad Rosier
2013-05-01Optimize away nop CONCAT_VECTOR nodes.Nadav Rotem
2013-04-30Only pass 'returned' to target-specific lowering code when the value of entir...Stephen Lin
2013-04-30Temporarily revert "Change the informal convention of DBG_VALUE so that we ca...Adrian Prantl
2013-04-30Change the informal convention of DBG_VALUE so that we can express aAdrian Prantl
2013-04-30MI Sched: revert a minor heuristic that snuck in with -misched-vcopy.Andrew Trick
2013-04-30LocalStackSlotAllocation improvementsHal Finkel
2013-04-29Emit the TLS initialization function pointers into the correct section.Bill Wendling
2013-04-27Generalize the MachineTraceMetrics public API.Andrew Trick
2013-04-27Use the target triple from the target machine rather than the moduleEric Christopher
2013-04-26Cleanup and document MachineLocation.Adrian Prantl
2013-04-26Micro-optimizationBill Wendling
2013-04-26Re-write the address propagation code for pre-indexed loads/stores to take in...Silviu Baranga
2013-04-26DAGCombiner: Canonicalize vector integer abs in the same way we do it for sca...Benjamin Kramer
2013-04-25[mc-coff] Forward Linker Option flags into the .drectve sectionReid Kleckner
2013-04-25Fix constant folding for one lane vector types. Constant folding one lane vec...Silviu Baranga
2013-04-24Fix for r180193 - MI Sched: eliminate local vreg.Andrew Trick
2013-04-24[inline asm] Fix a crasher for an invalid value type/register class.Chad Rosier
2013-04-24MI Sched: eliminate local vreg copies.Andrew Trick
2013-04-24Register Coalescing: add a flag to disable rescheduling.Andrew Trick
2013-04-24MI Sched: regpressure tracing.Andrew Trick
2013-04-24Formatting.Eric Christopher
2013-04-23DAGCombine should not aggressively fold SEXT(VSETCC(...)) into a wider VSETCC...Owen Anderson
2013-04-23Add some constraints to use of 'returned':Stephen Lin
2013-04-22Remove unused DwarfSectionOffsetDirective stringMatt Arsenault
2013-04-22Move C++ code out of the C headers and into either C++ headersEric Christopher
2013-04-22Optimize MachineBasicBlock::getSymbol by caching the symbol. Since the symbolEli Bendersky
2013-04-22Clarify that llvm.used can contain aliases.Rafael Espindola
2013-04-22Tidy.Eric Christopher
2013-04-22Update comment. Whitespace.Eric Christopher
2013-04-22Revert "Revert "PR14606: debug info imported_module support""David Blaikie
2013-04-21Legalize vector truncates by parts rather than just splitting.Jim Grosbach
2013-04-21Tidy up comment grammar.Jim Grosbach
2013-04-20Remove unused ShouldFoldAtomicFences flag.Tim Northover
2013-04-20Remove unused MEMBARRIER DAG node; it's been replaced by ATOMIC_FENCE.Tim Northover
2013-04-20Add CodeGen support for functions that always return arguments via a new para...Stephen Lin
2013-04-20Allow tail call opportunity detection through nested and/or multiple iteratio...Stephen Lin
2013-04-19Simplify the code in FastISel::tryToFoldLoad, add an assertion and fix a comm...Eli Bendersky