aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen
AgeCommit message (Expand)Author
2013-05-14StackColoring: don't clear an instruction's mem operand if the underlyingAkira Hatanaka
2013-05-14Assert that DIEEntries are constructed with non-null DIEsDavid Blaikie
2013-05-13Remove redundant variable introduced by r181682.Bob Wilson
2013-05-13Fix PR15950 A bug in DAG Combiner about undef maskHao Liu
2013-05-13Remove the MachineMove class.Rafael Espindola
2013-05-11StringRefize some debug accel table bits.Benjamin Kramer
2013-05-11Change getFrameMoves to return a const reference.Rafael Espindola
2013-05-11Remove more dead code.Rafael Espindola
2013-05-10PR14492: Debug Info: Support for values of non-integer non-type template para...David Blaikie
2013-05-10DAGCombiner: Generate a correct constant for vector types when folding (xor (...Benjamin Kramer
2013-05-09Teach SelectionDAG to constant fold all-constant FMA nodes the same way that ...Owen Anderson
2013-05-09Revert "Make sure debug info contains linkage names (DW_AT_MIPS_linkage_name)"Eric Christopher
2013-05-08Make sure debug info contains linkage names (DW_AT_MIPS_linkage_name)Eric Christopher
2013-05-08DAGCombiner: Simplify inverted bit testsDavid Majnemer
2013-05-08Debug Info: Support DW_TAG_imported_declarationDavid Blaikie
2013-05-08Finish renaming constructImportedModuleDIE to constructImportedEntityDIEDavid Blaikie
2013-05-08Pass the MDNode in and do the insertion at compile unit creation timeEric Christopher
2013-05-08Typo.Eric Christopher
2013-05-07Rename DIImportedModule to DIImportedEntity and allow imported declarationsDavid Blaikie
2013-05-07Remove exception handling support from the old JIT.Rafael Espindola
2013-05-07Fix vselect when getSetCCResultType returns a different type from the operandsMatt Arsenault
2013-05-07Debug Info: Fix for break due to r181271David Blaikie
2013-05-07Fix the VS2010 build broken by r181271Timur Iskhodzhanov
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