aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant variable introduced by r181682.Bob Wilson2013-05-131-1/+0
* Fix PR15950 A bug in DAG Combiner about undef maskHao Liu2013-05-131-10/+25
* Remove the MachineMove class.Rafael Espindola2013-05-135-38/+65
* StringRefize some debug accel table bits.Benjamin Kramer2013-05-113-7/+7
* Change getFrameMoves to return a const reference.Rafael Espindola2013-05-111-3/+4
* Remove more dead code.Rafael Espindola2013-05-112-13/+0
* PR14492: Debug Info: Support for values of non-integer non-type template para...David Blaikie2013-05-101-2/+18
* DAGCombiner: Generate a correct constant for vector types when folding (xor (...Benjamin Kramer2013-05-101-2/+1
* Teach SelectionDAG to constant fold all-constant FMA nodes the same way that ...Owen Anderson2013-05-091-0/+15
* Revert "Make sure debug info contains linkage names (DW_AT_MIPS_linkage_name)"Eric Christopher2013-05-091-15/+11
* Make sure debug info contains linkage names (DW_AT_MIPS_linkage_name)Eric Christopher2013-05-081-11/+15
* DAGCombiner: Simplify inverted bit testsDavid Majnemer2013-05-081-0/+9
* Debug Info: Support DW_TAG_imported_declarationDavid Blaikie2013-05-081-1/+3
* Finish renaming constructImportedModuleDIE to constructImportedEntityDIEDavid Blaikie2013-05-082-7/+7
* Pass the MDNode in and do the insertion at compile unit creation timeEric Christopher2013-05-083-7/+7
* Typo.Eric Christopher2013-05-081-2/+2
* Rename DIImportedModule to DIImportedEntity and allow imported declarationsDavid Blaikie2013-05-072-16/+23
* Remove exception handling support from the old JIT.Rafael Espindola2013-05-071-1/+0
* Fix vselect when getSetCCResultType returns a different type from the operandsMatt Arsenault2013-05-071-3/+8
* Debug Info: Fix for break due to r181271David Blaikie2013-05-071-0/+1
* Fix the VS2010 build broken by r181271Timur Iskhodzhanov2013-05-071-1/+2
* DebugInfo: Support imported modules in lexical blocksDavid Blaikie2013-05-063-6/+55
* Remove unnecessary instance variable and rework logic accordingly.Eric Christopher2013-05-062-8/+5
* Grammar.Eric Christopher2013-05-061-1/+2
* Fix slightly too aggressive conact_vector optimization.Michael Kuperstein2013-05-061-0/+6
* Teach if-converter to avoid removing BBs whose addresses are takne. rdar://13...Evan Cheng2013-05-051-2/+19
* InlineSpiller: Remove quadratic behavior.Benjamin Kramer2013-05-051-8/+11
* For ARM backend, fixed "byval" attribute support.Stepan Dyatkovskiy2013-05-051-1/+1
* Add ArrayRef constructor from None, and do the cleanups that this constructor...Dmitri Gribenko2013-05-052-4/+4
* 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