summaryrefslogtreecommitdiff
path: root/lib/CodeGen
Commit message (Expand)AuthorAge
* Use only explicit bool conversion operatorsDavid Blaikie2013-05-15
* Make getCompileUnit non-const and return the current DIE if itEric Christopher2013-05-14
* Add bitcast to store of personality function.Kai Nacke2013-05-14
* StackColoring: don't clear an instruction's mem operand if the underlyingAkira Hatanaka2013-05-14
* Assert that DIEEntries are constructed with non-null DIEsDavid Blaikie2013-05-14
* Remove redundant variable introduced by r181682.Bob Wilson2013-05-13
* Fix PR15950 A bug in DAG Combiner about undef maskHao Liu2013-05-13
* Remove the MachineMove class.Rafael Espindola2013-05-13
* StringRefize some debug accel table bits.Benjamin Kramer2013-05-11
* Change getFrameMoves to return a const reference.Rafael Espindola2013-05-11
* Remove more dead code.Rafael Espindola2013-05-11
* PR14492: Debug Info: Support for values of non-integer non-type template para...David Blaikie2013-05-10
* DAGCombiner: Generate a correct constant for vector types when folding (xor (...Benjamin Kramer2013-05-10
* Teach SelectionDAG to constant fold all-constant FMA nodes the same way that ...Owen Anderson2013-05-09
* Revert "Make sure debug info contains linkage names (DW_AT_MIPS_linkage_name)"Eric Christopher2013-05-09
* Make sure debug info contains linkage names (DW_AT_MIPS_linkage_name)Eric Christopher2013-05-08
* DAGCombiner: Simplify inverted bit testsDavid Majnemer2013-05-08
* Debug Info: Support DW_TAG_imported_declarationDavid Blaikie2013-05-08
* Finish renaming constructImportedModuleDIE to constructImportedEntityDIEDavid Blaikie2013-05-08
* Pass the MDNode in and do the insertion at compile unit creation timeEric Christopher2013-05-08
* Typo.Eric Christopher2013-05-08
* Rename DIImportedModule to DIImportedEntity and allow imported declarationsDavid Blaikie2013-05-07
* Remove exception handling support from the old JIT.Rafael Espindola2013-05-07
* Fix vselect when getSetCCResultType returns a different type from the operandsMatt Arsenault2013-05-07
* Debug Info: Fix for break due to r181271David Blaikie2013-05-07
* Fix the VS2010 build broken by r181271Timur Iskhodzhanov2013-05-07
* 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