summaryrefslogtreecommitdiff
path: root/lib/CodeGen
Commit message (Expand)AuthorAge
* Some legalization fixes for atomic load and store.Eli Friedman2011-09-15
* Add an option to disable spill hoisting.Jakob Stoklund Olesen2011-09-15
* VirtRegMap is counting spill slots, not register spills.Jakob Stoklund Olesen2011-09-15
* Count correctly when a COPY turns into a spill or reload.Jakob Stoklund Olesen2011-09-15
* Count inserted spills and reloads more accurately.Jakob Stoklund Olesen2011-09-15
* Trace through sibling PHIs in bulk.Jakob Stoklund Olesen2011-09-15
* Speed up LiveIntervals::shrinkToUse with some caching.Jakob Stoklund Olesen2011-09-15
* Revert r139782, "RemoveCopyByCommutingDef doesn't need hasPHIKill()."Jakob Stoklund Olesen2011-09-15
* Stop verifying hasPHIKill() flags.Jakob Stoklund Olesen2011-09-15
* RemoveCopyByCommutingDef doesn't need hasPHIKill().Jakob Stoklund Olesen2011-09-15
* It is safe to remat a value killed by phis.Jakob Stoklund Olesen2011-09-15
* Leave hasPHIKill flags alone in LiveInterval::RenumberValues.Jakob Stoklund Olesen2011-09-15
* [regcoalescing] bug fix for RegistersDefinedFromSameValue.Andrew Trick2011-09-15
* Add support to emit debug info for C++0x nullptr type.Devang Patel2011-09-14
* Ignore the cloning of unknown registers.Jakob Stoklund Olesen2011-09-14
* Hoist back-copies to the least busy dominator.Jakob Stoklund Olesen2011-09-14
* Add integer promotion support for vselectNadav Rotem2011-09-14
* Distinguish complex mapped values from forced recomputation.Jakob Stoklund Olesen2011-09-13
* Implement -split-spill-mode=size.Jakob Stoklund Olesen2011-09-13
* Fix check for unaligned load/store so it doesn't catch over-aligned load/store.Eli Friedman2011-09-13
* Error out on CodeGen of unaligned load/store. Fix test so it isn't accidenta...Eli Friedman2011-09-13
* Fix the assertion which checks the size of the input operand.Nadav Rotem2011-09-13
* Add vselect target support for targets that do not support blend but do supportNadav Rotem2011-09-13
* Use a cache to maintain list of machine basic blocks for a given UserValue.Devang Patel2011-09-13
* Add SplitEditor::markOverlappedComplement().Jakob Stoklund Olesen2011-09-13
* Eliminate the extendRange() wrapper.Jakob Stoklund Olesen2011-09-13
* Switch extendInBlock() to take a kill slot instead of the last use slot.Jakob Stoklund Olesen2011-09-13
* Use a separate LiveRangeCalc for the complement in spill modes.Jakob Stoklund Olesen2011-09-13
* Unbreak msvc.NAKAMURA Takumi2011-09-13
* Extract live range calculations from SplitKit.Jakob Stoklund Olesen2011-09-13
* Introduce a bit of a hack.Bill Wendling2011-09-12
* Remove the -compact-regions flag.Jakob Stoklund Olesen2011-09-12
* Add an interface for SplitKit complement spill modes.Jakob Stoklund Olesen2011-09-12
* Update comments to reflect some (not so) recent changes.Jakob Stoklund Olesen2011-09-12
* Fix asserts in CodeGen from:Richard Trieu2011-09-10
* tidy up a bitChris Lattner2011-09-09
* Make the SelectionDAG verify that all the operands of BUILD_VECTOR have the s...Eli Friedman2011-09-09
* Reapply r139247: Cache intermediate results during traceSiblingValue.Jakob Stoklund Olesen2011-09-09
* Directly point debug info to the stack slot of the arugment, instead of tryin...Devang Patel2011-09-08
* Revert r139247 "Cache intermediate results during traceSiblingValue."Jakob Stoklund Olesen2011-09-07
* Cache intermediate results during traceSiblingValue.Jakob Stoklund Olesen2011-09-07
* Refactor instprinter and mcdisassembler to take a SubtargetInfo. Add -mattr= ...James Molloy2011-09-07
* Relax the MemOperands on atomics a bit. Fixes -verify-machineinstrs failures...Eli Friedman2011-09-07
* While sinking machine instructions, sink matching DBG_VALUEs also otherwise l...Devang Patel2011-09-07
* Add codegen support for vector select (in the IR this means a selectDuncan Sands2011-09-06
* Split the init.trampoline intrinsic, which currently combines GCC'sDuncan Sands2011-09-06
* Fix a truly heinous bug in DAGCombine related to AssertZext.Owen Anderson2011-09-03
* Simplify by using isFullCopy().Jakob Stoklund Olesen2011-09-02
* Darwin wants ctors/dtors to be ordered the other way round to linux.Duncan Sands2011-09-02
* Revert r131152, r129796, r129761. This code is currently consideredDan Gohman2011-09-01