summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Fix a thinko in 123226 that caused test failures on "other" platforms.Kalle Raiskila2011-01-11
* Add a "nop filler" pass to SPU.Kalle Raiskila2011-01-11
* Temporarily revert 123133, it's causing some regressions and I'm tryingEric Christopher2011-01-11
* update memdep when an instruction is deleted. This code isn'tChris Lattner2011-01-11
* when MergeBlockIntoPredecessor merges two blocks, update MemDep if itChris Lattner2011-01-11
* Fix FoldSingleEntryPHINodes to update memdep and AA when it deletesChris Lattner2011-01-11
* random cleanupsChris Lattner2011-01-11
* remove a bogus assertion: the latch block of a loop is not Chris Lattner2011-01-11
* the GEP faq says that only inbounds geps are guaranteed to not overflow.Chris Lattner2011-01-11
* Revert r123207: "Turn on memdep's verifyRemoved() in an attempt to smoke out ...Jakob Stoklund Olesen2011-01-11
* Support/Path: Deprecate PathV1::isDirectory and replace all uses with PathV2:...Michael J. Spencer2011-01-11
* Turn on memdep's verifyRemoved() in an attempt to smoke out the cause of our ...Jakob Stoklund Olesen2011-01-11
* Teach constant folding to perform conversions from constant floatingChandler Carruth2011-01-11
* Fix a random missed optimization by making InstCombine more aggressive when d...Owen Anderson2011-01-11
* Move ExpandAtomic into the integer expansion routines - it's only used there.Eric Christopher2011-01-11
* Even if we don't have 7 bytes of stack space we may need to save andEric Christopher2011-01-11
* Expand on the safeness of restoring the sp from the fp a bit more.Eric Christopher2011-01-10
* Fix PR 8916 (qv for analysis), at least the immediate problem.Dale Johannesen2011-01-10
* +0.0 vs -0.0 differences can be handled by looking at the user of theChris Lattner2011-01-10
* McARM: Flush out hard coded known non-predicated mnemonic list.Daniel Dunbar2011-01-10
* McARM: Mark some T2 ...s instructions as codegen only, they aren't realDaniel Dunbar2011-01-10
* ARM/MC: Mark several '...S' instructions as codegen only, they aren't realDaniel Dunbar2011-01-10
* MC/ARM/AsmParser: Minor nitty fixes.Daniel Dunbar2011-01-10
* Fix merge falloutAnton Korobeynikov2011-01-10
* Update CMake stuffAnton Korobeynikov2011-01-10
* Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov2011-01-10
* MC/ARM/AsmParser: Split out SplitMnemonicAndCC().Daniel Dunbar2011-01-10
* Cleanup some of the constant folding code to consistently test intrinsicChandler Carruth2011-01-10
* fit in 80 cols and use MBB::isSuccessor instead of a handChris Lattner2011-01-10
* Teach instcombine about the rest of the SSE and SSE2 conversionChandler Carruth2011-01-10
* Simplify a bunch of isVirtualRegister() and isPhysicalRegister() logic.Jakob Stoklund Olesen2011-01-10
* Fix Whitespace.Michael J. Spencer2011-01-10
* Support/Path: Deprecate PathV1::exists and replace all uses with PathV2::fs::...Michael J. Spencer2011-01-10
* another random stab in the dark trying to fix llvm-gcc-i386-linux-selfhostChris Lattner2011-01-10
* another (more) aggressive attempt to bring llvm-gcc-i386-linux-selfhostChris Lattner2011-01-10
* expand on a noteChris Lattner2011-01-10
* temporarily disable memset formation from memsets in an effort to restore bui...Chris Lattner2011-01-09
* typoChris Lattner2011-01-09
* xref a PR #Chris Lattner2011-01-09
* add a fixme: ir isn't expressive enough.Chris Lattner2011-01-09
* Step #4 in improving trip count analysis: HowFarToZero can analyzeChris Lattner2011-01-09
* rearrange some code, no functionality change.Chris Lattner2011-01-09
* Add a note about the inability to model FP -> int conversions whichChandler Carruth2011-01-09
* Step #3 to improving trip count analysis: If we foldChris Lattner2011-01-09
* Step #2 to improve trip count analysis for loops like this:Chris Lattner2011-01-09
* Remove MachineRegisterInfo::getLastVirtReg(), it was giving wrong resultsJakob Stoklund Olesen2011-01-09
* sort this.Chris Lattner2011-01-09
* Teach TargetRegisterInfo how to cram stack slot indexes in with the virtual andJakob Stoklund Olesen2011-01-09
* Add a note about a missed FP optimization.Chandler Carruth2011-01-09
* fix a few old bugs (found by inspection) where we would zap instructionsChris Lattner2011-01-09