aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* Stop verifying hasPHIKill() flags.Jakob Stoklund Olesen2011-09-151-11/+1
* RemoveCopyByCommutingDef doesn't need hasPHIKill().Jakob Stoklund Olesen2011-09-151-8/+8
* It is safe to remat a value killed by phis.Jakob Stoklund Olesen2011-09-151-3/+1
* Leave hasPHIKill flags alone in LiveInterval::RenumberValues.Jakob Stoklund Olesen2011-09-151-21/+0
* [regcoalescing] bug fix for RegistersDefinedFromSameValue.Andrew Trick2011-09-151-2/+5
* Add support to emit debug info for C++0x nullptr type.Devang Patel2011-09-141-4/+11
* Ignore the cloning of unknown registers.Jakob Stoklund Olesen2011-09-141-0/+4
* Hoist back-copies to the least busy dominator.Jakob Stoklund Olesen2011-09-142-2/+66
* Add integer promotion support for vselectNadav Rotem2011-09-142-0/+10
* Distinguish complex mapped values from forced recomputation.Jakob Stoklund Olesen2011-09-132-53/+40
* Implement -split-spill-mode=size.Jakob Stoklund Olesen2011-09-132-0/+164
* Fix check for unaligned load/store so it doesn't catch over-aligned load/store.Eli Friedman2011-09-131-2/+2
* Error out on CodeGen of unaligned load/store. Fix test so it isn't accidenta...Eli Friedman2011-09-131-2/+9
* Fix the assertion which checks the size of the input operand.Nadav Rotem2011-09-131-1/+1
* Add vselect target support for targets that do not support blend but do supportNadav Rotem2011-09-132-2/+45
* Use a cache to maintain list of machine basic blocks for a given UserValue.Devang Patel2011-09-131-10/+33
* Add SplitEditor::markOverlappedComplement().Jakob Stoklund Olesen2011-09-132-2/+28
* Eliminate the extendRange() wrapper.Jakob Stoklund Olesen2011-09-132-20/+15
* Switch extendInBlock() to take a kill slot instead of the last use slot.Jakob Stoklund Olesen2011-09-134-16/+13
* Use a separate LiveRangeCalc for the complement in spill modes.Jakob Stoklund Olesen2011-09-132-11/+30
* Unbreak msvc.NAKAMURA Takumi2011-09-132-2/+2
* Extract live range calculations from SplitKit.Jakob Stoklund Olesen2011-09-135-306/+516
* Introduce a bit of a hack.Bill Wendling2011-09-121-15/+44
* Remove the -compact-regions flag.Jakob Stoklund Olesen2011-09-121-11/+5
* Add an interface for SplitKit complement spill modes.Jakob Stoklund Olesen2011-09-123-5/+49
* Update comments to reflect some (not so) recent changes.Jakob Stoklund Olesen2011-09-121-4/+5
* Fix asserts in CodeGen from:Richard Trieu2011-09-102-3/+3
* tidy up a bitChris Lattner2011-09-091-7/+5
* Make the SelectionDAG verify that all the operands of BUILD_VECTOR have the s...Eli Friedman2011-09-092-24/+36
* Reapply r139247: Cache intermediate results during traceSiblingValue.Jakob Stoklund Olesen2011-09-091-82/+239
* Directly point debug info to the stack slot of the arugment, instead of tryin...Devang Patel2011-09-083-28/+25
* Revert r139247 "Cache intermediate results during traceSiblingValue."Jakob Stoklund Olesen2011-09-071-221/+82
* Cache intermediate results during traceSiblingValue.Jakob Stoklund Olesen2011-09-071-82/+221
* Refactor instprinter and mcdisassembler to take a SubtargetInfo. Add -mattr= ...James Molloy2011-09-071-2/+2
* Relax the MemOperands on atomics a bit. Fixes -verify-machineinstrs failures...Eli Friedman2011-09-071-2/+17
* While sinking machine instructions, sink matching DBG_VALUEs also otherwise l...Devang Patel2011-09-071-0/+31
* Add codegen support for vector select (in the IR this means a selectDuncan Sands2011-09-0610-82/+123
* Split the init.trampoline intrinsic, which currently combines GCC'sDuncan Sands2011-09-063-7/+12
* Fix a truly heinous bug in DAGCombine related to AssertZext.Owen Anderson2011-09-031-7/+6
* Simplify by using isFullCopy().Jakob Stoklund Olesen2011-09-021-3/+1
* Darwin wants ctors/dtors to be ordered the other way round to linux.Duncan Sands2011-09-021-1/+10
* Revert r131152, r129796, r129761. This code is currently consideredDan Gohman2011-09-011-52/+43
* Don't drop alignment info on local common symbols.Benjamin Kramer2011-09-011-5/+5
* Permit remat of partial register defs when it is safe.Jakob Stoklund Olesen2011-09-011-5/+10
* Revert r138794, "Do not try to rematerialize a value from a partial definition."Jakob Stoklund Olesen2011-09-011-22/+1
* Prevent remat of partial register redefinitions.Jakob Stoklund Olesen2011-09-011-0/+9
* Teach MachineLICM reg pressure tracking code to deal with MVT::untyped. Sorry...Evan Cheng2011-09-011-27/+40
* PreRA scheduler should avoid cloning compares.Andrew Trick2011-09-011-1/+35
* Fix Size TypingDavid Greene2011-08-311-1/+1
* Misc cleanup; addresses Duncan's comments on r138877.Eli Friedman2011-08-314-22/+17