summaryrefslogtreecommitdiff
path: root/lib/CodeGen
Commit message (Expand)AuthorAge
* [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
* Don't drop alignment info on local common symbols.Benjamin Kramer2011-09-01
* Permit remat of partial register defs when it is safe.Jakob Stoklund Olesen2011-09-01
* Revert r138794, "Do not try to rematerialize a value from a partial definition."Jakob Stoklund Olesen2011-09-01
* Prevent remat of partial register redefinitions.Jakob Stoklund Olesen2011-09-01
* Teach MachineLICM reg pressure tracking code to deal with MVT::untyped. Sorry...Evan Cheng2011-09-01
* PreRA scheduler should avoid cloning compares.Andrew Trick2011-09-01
* Fix Size TypingDavid Greene2011-08-31
* Misc cleanup; addresses Duncan's comments on r138877.Eli Friedman2011-08-31
* Fill in type legalization for MERGE_VALUES in all the various cases. Patch b...Eli Friedman2011-08-31
* Generic expansion for atomic load/store into cmpxchg/atomicrmw xchg; implemen...Eli Friedman2011-08-31
* Compress Repeated Byte OutputDavid Greene2011-08-31
* Spelling and grammar fixes to problems found by Duncan.Rafael Espindola2011-08-31