2011-01-11 |
Jay Foad | FixedNumOperandTraits and VariadicOperandTraits assumed... |
tree | commitdiff |
2011-01-11 |
Frits van Bommel | Factor the actual simplification out of SimplifyIndirec... |
tree | commitdiff |
2011-01-11 |
Kalle Raiskila | Fix a thinko in 123226 that caused test failures on... |
tree | commitdiff |
2011-01-11 |
Kalle Raiskila | Add a "nop filler" pass to SPU. |
tree | commitdiff |
2011-01-11 |
Eric Christopher | Temporarily revert 123133, it's causing some regression... |
tree | commitdiff |
2011-01-11 |
Chris Lattner | update memdep when an instruction is deleted. This... |
tree | commitdiff |
2011-01-11 |
Chris Lattner | when MergeBlockIntoPredecessor merges two blocks, updat... |
tree | commitdiff |
2011-01-11 |
Chris Lattner | Fix FoldSingleEntryPHINodes to update memdep and AA... |
tree | commitdiff |
2011-01-11 |
Chris Lattner | random cleanups |
tree | commitdiff |
2011-01-11 |
Chris Lattner | remove a bogus assertion: the latch block of a loop... |
tree | commitdiff |
2011-01-11 |
Chris Lattner | the GEP faq says that only inbounds geps are guaranteed... |
tree | commitdiff |
2011-01-11 |
Jakob Stoklund Olesen | Revert r123207: "Turn on memdep's verifyRemoved() in... |
tree | commitdiff |
2011-01-11 |
Michael J. Spencer | Support/Path: Deprecate PathV1::isDirectory and replace... |
tree | commitdiff |
2011-01-11 |
Jakob Stoklund Olesen | Turn on memdep's verifyRemoved() in an attempt to smoke... |
tree | commitdiff |
2011-01-11 |
Chandler Carruth | Teach constant folding to perform conversions from... |
tree | commitdiff |
2011-01-11 |
Owen Anderson | Fix a random missed optimization by making InstCombine... |
tree | commitdiff |
2011-01-11 |
Eric Christopher | Move ExpandAtomic into the integer expansion routines... |
tree | commitdiff |
2011-01-11 |
Eric Christopher | Even if we don't have 7 bytes of stack space we may... |
tree | commitdiff |
2011-01-10 |
Eric Christopher | Expand on the safeness of restoring the sp from the... |
tree | commitdiff |
2011-01-10 |
Dale Johannesen | Fix PR 8916 (qv for analysis), at least the immediate... |
tree | commitdiff |
2011-01-10 |
Chris Lattner | +0.0 vs -0.0 differences can be handled by looking... |
tree | commitdiff |
2011-01-10 |
Daniel Dunbar | McARM: Flush out hard coded known non-predicated mnemon... |
tree | commitdiff |
2011-01-10 |
Daniel Dunbar | McARM: Mark some T2 ...s instructions as codegen only... |
tree | commitdiff |
2011-01-10 |
Daniel Dunbar | ARM/MC: Mark several '...S' instructions as codegen... |
tree | commitdiff |
2011-01-10 |
Daniel Dunbar | MC/ARM/AsmParser: Minor nitty fixes. |
tree | commitdiff |
2011-01-10 |
Anton Korobeynikov | Fix merge fallout |
tree | commitdiff |
2011-01-10 |
Anton Korobeynikov | Update CMake stuff |
tree | commitdiff |
2011-01-10 |
Anton Korobeynikov | Rename TargetFrameInfo into TargetFrameLowering. Also... |
tree | commitdiff |
2011-01-10 |
Daniel Dunbar | MC/ARM/AsmParser: Split out SplitMnemonicAndCC(). |
tree | commitdiff |
2011-01-10 |
Chandler Carruth | Cleanup some of the constant folding code to consistent... |
tree | commitdiff |
2011-01-10 |
Chris Lattner | fit in 80 cols and use MBB::isSuccessor instead of... |
tree | commitdiff |
2011-01-10 |
Chandler Carruth | Teach instcombine about the rest of the SSE and SSE2... |
tree | commitdiff |
2011-01-10 |
Jakob Stoklund Olesen | Simplify a bunch of isVirtualRegister() and isPhysicalR... |
tree | commitdiff |
2011-01-10 |
Michael J. Spencer | Fix Whitespace. |
tree | commitdiff |
2011-01-10 |
Michael J. Spencer | Support/Path: Deprecate PathV1::exists and replace... |
tree | commitdiff |
2011-01-10 |
Chris Lattner | another random stab in the dark trying to fix llvm... |
tree | commitdiff |
2011-01-10 |
Chris Lattner | another (more) aggressive attempt to bring llvm-gcc... |
tree | commitdiff |
2011-01-10 |
Chris Lattner | expand on a note |
tree | commitdiff |
2011-01-09 |
Chris Lattner | temporarily disable memset formation from memsets in... |
tree | commitdiff |
2011-01-09 |
Chris Lattner | typo |
tree | commitdiff |
2011-01-09 |
Chris Lattner | xref a PR # |
tree | commitdiff |
2011-01-09 |
Chris Lattner | add a fixme: ir isn't expressive enough. |
tree | commitdiff |
2011-01-09 |
Chris Lattner | Step #4 in improving trip count analysis: HowFarToZero... |
tree | commitdiff |
2011-01-09 |
Chris Lattner | rearrange some code, no functionality change. |
tree | commitdiff |
2011-01-09 |
Chandler Carruth | Add a note about the inability to model FP -> int conve... |
tree | commitdiff |
2011-01-09 |
Chris Lattner | Step #3 to improving trip count analysis: If we fold |
tree | commitdiff |
2011-01-09 |
Chris Lattner | Step #2 to improve trip count analysis for loops like... |
tree | commitdiff |
2011-01-09 |
Jakob Stoklund Olesen | Remove MachineRegisterInfo::getLastVirtReg(), it was... |
tree | commitdiff |
2011-01-09 |
Chris Lattner | sort this. |
tree | commitdiff |
2011-01-09 |
Jakob Stoklund Olesen | Teach TargetRegisterInfo how to cram stack slot indexes... |
tree | commitdiff |
2011-01-09 |
Chandler Carruth | Add a note about a missed FP optimization. |
tree | commitdiff |
2011-01-09 |
Chris Lattner | fix a few old bugs (found by inspection) where we would... |
tree | commitdiff |
2011-01-09 |
Jakob Stoklund Olesen | Add a forgotten VireReg2IndexFunctor. |
tree | commitdiff |
2011-01-09 |
Tobias Grosser | Instcombine: Fix pattern where the sext did not dominat... |
tree | commitdiff |
2011-01-09 |
Cameron Zwarich | LoopInstSimplify preserves LoopSimplify. |
tree | commitdiff |
2011-01-09 |
Chandler Carruth | Another missed memset in std::vector initialization. |
tree | commitdiff |
2011-01-09 |
Cameron Zwarich | Eliminate some extra hash table lookups. |
tree | commitdiff |
2011-01-09 |
Cameron Zwarich | Add an informative comment. |
tree | commitdiff |
2011-01-09 |
Chandler Carruth | Fix a cut-paste-o so that the sample code is correct... |
tree | commitdiff |
2011-01-09 |
Chandler Carruth | Another missed optimization of trivial vector code. |
tree | commitdiff |
2011-01-09 |
Chandler Carruth | Add a note about vector's size-constructor producing... |
tree | commitdiff |
2011-01-09 |
Jakob Stoklund Olesen | Simplify LiveDebugVariables by storing MachineOperand... |
tree | commitdiff |
2011-01-09 |
Jakob Stoklund Olesen | Shrink a BitVector that didn't mean to store bits for... |
tree | commitdiff |
2011-01-09 |
Jakob Stoklund Olesen | Replace TargetRegisterInfo::printReg with a PrintReg... |
tree | commitdiff |
2011-01-09 |
Jakob Stoklund Olesen | Use IndexedMap for MachineRegisterInfo as well. No... |
tree | commitdiff |
2011-01-09 |
Chris Lattner | teach SCEV analysis of PHI nodes that PHI recurences... |
tree | commitdiff |
2011-01-09 |
Chris Lattner | reduce indentation. Print <nuw> and <nsw> when dumping... |
tree | commitdiff |
2011-01-09 |
Chandler Carruth | Add a note about a missed memset optimization from... |
tree | commitdiff |
2011-01-08 |
Jakob Stoklund Olesen | Fix the last virtual register enumerations. |
tree | commitdiff |
2011-01-08 |
Jakob Stoklund Olesen | Fix VirtRegMap to use TRI::index2VirtReg and TRI::virtR... |
tree | commitdiff |
2011-01-08 |
Jakob Stoklund Olesen | Fix a MachineVerifier loop that probably didn't mean... |
tree | commitdiff |
2011-01-08 |
Jakob Stoklund Olesen | Use an IndexedMap for LiveVariables::VirtRegInfo. |
tree | commitdiff |
2011-01-08 |
Jakob Stoklund Olesen | Use an IndexedMap for LiveOutRegInfo to hide its depend... |
tree | commitdiff |
2011-01-08 |
Cameron Zwarich | Fix coding style. |
tree | commitdiff |
2011-01-08 |
Chris Lattner | fix a latent bug in memcpyoptimizer that my recent... |
tree | commitdiff |
2011-01-08 |
Chris Lattner | tryMergingIntoMemset can only handle constant length... |
tree | commitdiff |
2011-01-08 |
Chris Lattner | Merge memsets followed by neighboring memsets and other... |
tree | commitdiff |
2011-01-08 |
Chris Lattner | fix an issue in IsPointerOffset that prevented us from... |
tree | commitdiff |
2011-01-08 |
Chris Lattner | enhance memcpyopt to merge a store and a subsequent |
tree | commitdiff |
2011-01-08 |
Chris Lattner | constify TargetData references. |
tree | commitdiff |
2011-01-08 |
Chris Lattner | When loop rotation happens, it is *very* common for... |
tree | commitdiff |
2011-01-08 |
Chris Lattner | make domtree verification print something useful on... |
tree | commitdiff |
2011-01-08 |
Chris Lattner | split ssa updating code out to its own helper function... |
tree | commitdiff |
2011-01-08 |
Chris Lattner | Implement a TODO: Enhance loopinfo to merge away the... |
tree | commitdiff |
2011-01-08 |
Chris Lattner | various code cleanups, enhance MergeBlockIntoPredecesso... |
tree | commitdiff |
2011-01-08 |
Chris Lattner | inline preserveCanonicalLoopForm now that it is simple. |
tree | commitdiff |
2011-01-08 |
Chris Lattner | Three major changes: |
tree | commitdiff |
2011-01-08 |
Chris Lattner | reduce nesting. |
tree | commitdiff |
2011-01-08 |
Chris Lattner | LoopRotate requires canonical loop form, so it always... |
tree | commitdiff |
2011-01-08 |
Chris Lattner | use the LI ivar. |
tree | commitdiff |
2011-01-08 |
Chris Lattner | some cleanups: remove dead arguments and eliminate... |
tree | commitdiff |
2011-01-08 |
Chris Lattner | fix an issue duncan pointed out, which could cause... |
tree | commitdiff |
2011-01-08 |
Cameron Zwarich | Fix coding style issues. |
tree | commitdiff |
2011-01-08 |
Cameron Zwarich | Make more passes preserve dominators (or state that... |
tree | commitdiff |
2011-01-08 |
Rafael Espindola | First step in fixing PR8927: |
tree | commitdiff |
2011-01-08 |
Cameron Zwarich | Contract subloop bodies. However, it is still important... |
tree | commitdiff |
2011-01-08 |
Frits van Bommel | Fix a bug in r123034 (trying to sext/zext non-integers... |
tree | commitdiff |
2011-01-08 |
Chris Lattner | Have loop-rotate simplify instructions (yay instsimplif... |
tree | commitdiff |
2011-01-08 |
Chris Lattner | Revamp the ValueMapper interfaces in a couple ways: |
tree | commitdiff |
2011-01-08 |
Chris Lattner | two minor changes: switch to the standard ValueToValueMapTy |
tree | commitdiff |
next |