summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Remove dead variable, const-ref-ize an APInt.Owen Anderson2011-01-11
* this pass claims to preserve scev, make sure to tell it about deletions.Chris Lattner2011-01-11
* Fix a comment: We now have intrinsics for vcvtr.Bob Wilson2011-01-11
* some comment improvements.Chris Lattner2011-01-11
* Fix PR8946, a missing reg/reg form of movdqu.Chris Lattner2011-01-11
* McARM: Sketch some logic for determining when to add carry set and predicatio...Daniel Dunbar2011-01-11
* McARM: Add more hard coded logic to SplitMnemonicAndCC to also split out theDaniel Dunbar2011-01-11
* FixedNumOperandTraits and VariadicOperandTraits assumed that, given aJay Foad2011-01-11
* Factor the actual simplification out of SimplifyIndirectBrOnSelect and into a...Frits van Bommel2011-01-11
* 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