aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen
Commit message (Expand)AuthorAgeFilesLines
...
* No need to store the TargetMachine variable in this class.Bill Wendling2013-05-201-4/+2
* Add LLVMContext argument to getSetCCResultTypeMatt Arsenault2013-05-1810-61/+81
* Replace redundant codeMatt Arsenault2013-05-171-7/+2
* Add missing -*- C++ -*- to headersMatt Arsenault2013-05-171-1/+1
* Generate debug info for by-value struct args even if they are not used.Adrian Prantl2013-05-161-1/+7
* Remove addFrameMove.Rafael Espindola2013-05-161-33/+0
* DAGCombine: Also shrink eq compares where the constant is exactly as large as...Benjamin Kramer2013-05-161-1/+1
* Add TargetRegisterInfo::getCoveringLanes().Jakob Stoklund Olesen2013-05-161-2/+4
* Fix legalization of SETCC with promoted integer intrinsicsHal Finkel2013-05-151-2/+13
* Fix miscompile due to StackColoring incorrectly merging stack slots (PR15707)Derek Schuff2013-05-151-11/+8
* Use only explicit bool conversion operatorsDavid Blaikie2013-05-151-1/+1
* Make getCompileUnit non-const and return the current DIE if itEric Christopher2013-05-142-3/+3
* Add bitcast to store of personality function.Kai Nacke2013-05-141-1/+3
* StackColoring: don't clear an instruction's mem operand if the underlyingAkira Hatanaka2013-05-141-0/+5
* Assert that DIEEntries are constructed with non-null DIEsDavid Blaikie2013-05-141-1/+3
* 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