2011-01-10 |
Dale Johannesen | Fix PR 8916 (qv for analysis), at least the immediate... |
commit | commitdiff | tree | snapshot |
2011-01-10 |
Chris Lattner | +0.0 vs -0.0 differences can be handled by looking... |
commit | commitdiff | tree | snapshot |
2011-01-10 |
Daniel Dunbar | McARM: Flush out hard coded known non-predicated mnemon... |
commit | commitdiff | tree | snapshot |
2011-01-10 |
Daniel Dunbar | McARM: Mark some T2 ...s instructions as codegen only... |
commit | commitdiff | tree | snapshot |
2011-01-10 |
Daniel Dunbar | ARM/MC: Mark several '...S' instructions as codegen... |
commit | commitdiff | tree | snapshot |
2011-01-10 |
Daniel Dunbar | MC/ARM/AsmParser: Minor nitty fixes. |
commit | commitdiff | tree | snapshot |
2011-01-10 |
Daniel Dunbar | MC/AsmMatcher: Fix indirect 80-col viola. |
commit | commitdiff | tree | snapshot |
2011-01-10 |
Anton Korobeynikov | Fix merge fallout |
commit | commitdiff | tree | snapshot |
2011-01-10 |
Anton Korobeynikov | Update CMake stuff |
commit | commitdiff | tree | snapshot |
2011-01-10 |
Anton Korobeynikov | Rename TargetFrameInfo into TargetFrameLowering. Also... |
commit | commitdiff | tree | snapshot |
2011-01-10 |
Daniel Dunbar | MC/ARM/AsmParser: Split out SplitMnemonicAndCC(). |
commit | commitdiff | tree | snapshot |
2011-01-10 |
Chandler Carruth | Cleanup some of the constant folding code to consistent... |
commit | commitdiff | tree | snapshot |
2011-01-10 |
Chris Lattner | fit in 80 cols and use MBB::isSuccessor instead of... |
commit | commitdiff | tree | snapshot |
2011-01-10 |
Chandler Carruth | Teach instcombine about the rest of the SSE and SSE2... |
commit | commitdiff | tree | snapshot |
2011-01-10 |
Jakob Stoklund... | Simplify a bunch of isVirtualRegister() and isPhysicalR... |
commit | commitdiff | tree | snapshot |
2011-01-10 |
Chandler Carruth | Fold two related tests into the newly FileCheck-ized... |
commit | commitdiff | tree | snapshot |
2011-01-10 |
Chandler Carruth | Clean up and FileCheck-ize a test. |
commit | commitdiff | tree | snapshot |
2011-01-10 |
Michael J.... | Fix Whitespace. |
commit | commitdiff | tree | snapshot |
2011-01-10 |
Michael J.... | Support/Path: Deprecate PathV1::exists and replace... |
commit | commitdiff | tree | snapshot |
2011-01-10 |
Chris Lattner | another random stab in the dark trying to fix llvm... |
commit | commitdiff | tree | snapshot |
2011-01-10 |
Chris Lattner | fix typo |
commit | commitdiff | tree | snapshot |
2011-01-10 |
Chris Lattner | another (more) aggressive attempt to bring llvm-gcc... |
commit | commitdiff | tree | snapshot |
2011-01-10 |
Chris Lattner | expand on a note |
commit | commitdiff | tree | snapshot |
2011-01-09 |
Chris Lattner | temporarily disable memset formation from memsets in... |
commit | commitdiff | tree | snapshot |
2011-01-09 |
Chris Lattner | add a testcase I missed in previous commit. |
commit | commitdiff | tree | snapshot |
2011-01-09 |
Chris Lattner | typo |
commit | commitdiff | tree | snapshot |
2011-01-09 |
Chris Lattner | xref a PR # |
commit | commitdiff | tree | snapshot |
2011-01-09 |
Jakob Stoklund... | Remove TargetRegisterInfo::NoRegister. |
commit | commitdiff | tree | snapshot |
2011-01-09 |
Chris Lattner | add a fixme: ir isn't expressive enough. |
commit | commitdiff | tree | snapshot |
2011-01-09 |
Chris Lattner | Step #4 in improving trip count analysis: HowFarToZero... |
commit | commitdiff | tree | snapshot |
2011-01-09 |
Jakob Stoklund... | Change virtual register numbering to make more space... |
commit | commitdiff | tree | snapshot |
2011-01-09 |
Chris Lattner | rearrange some code, no functionality change. |
commit | commitdiff | tree | snapshot |
2011-01-09 |
Chandler Carruth | Add a note about the inability to model FP -> int conve... |
commit | commitdiff | tree | snapshot |
2011-01-09 |
Chris Lattner | Step #3 to improving trip count analysis: If we fold |
commit | commitdiff | tree | snapshot |
2011-01-09 |
Chris Lattner | Step #2 to improve trip count analysis for loops like... |
commit | commitdiff | tree | snapshot |
2011-01-09 |
Jakob Stoklund... | Remove MachineRegisterInfo::getLastVirtReg(), it was... |
commit | commitdiff | tree | snapshot |
2011-01-09 |
Chris Lattner | sort this. |
commit | commitdiff | tree | snapshot |
2011-01-09 |
Jakob Stoklund... | Teach TargetRegisterInfo how to cram stack slot indexes... |
commit | commitdiff | tree | snapshot |
2011-01-09 |
Chandler Carruth | Add a note about a missed FP optimization. |
commit | commitdiff | tree | snapshot |
2011-01-09 |
Jakob Stoklund... | Fix comment. |
commit | commitdiff | tree | snapshot |
2011-01-09 |
Chris Lattner | fix a few old bugs (found by inspection) where we would... |
commit | commitdiff | tree | snapshot |
2011-01-09 |
Jakob Stoklund... | Add a forgotten VireReg2IndexFunctor. |
commit | commitdiff | tree | snapshot |
2011-01-09 |
Oscar Fuentes | Apply -fPIC to C sources too. |
commit | commitdiff | tree | snapshot |
2011-01-09 |
Tobias Grosser | Instcombine: Fix pattern where the sext did not dominat... |
commit | commitdiff | tree | snapshot |
2011-01-09 |
Tobias Grosser | DominatorTree->print() now prints the status of the... |
commit | commitdiff | tree | snapshot |
2011-01-09 |
Oscar Fuentes | Rewrite handling of LLVM_ENABLE_PIC. It was being proce... |
commit | commitdiff | tree | snapshot |
2011-01-09 |
Cameron Zwarich | LoopInstSimplify preserves LoopSimplify. |
commit | commitdiff | tree | snapshot |
2011-01-09 |
Chandler Carruth | Another missed memset in std::vector initialization. |
commit | commitdiff | tree | snapshot |
2011-01-09 |
Cameron Zwarich | Eliminate some extra hash table lookups. |
commit | commitdiff | tree | snapshot |
2011-01-09 |
Cameron Zwarich | Add an informative comment. |
commit | commitdiff | tree | snapshot |
2011-01-09 |
Chandler Carruth | Fix a cut-paste-o so that the sample code is correct... |
commit | commitdiff | tree | snapshot |
2011-01-09 |
Chandler Carruth | Another missed optimization of trivial vector code. |
commit | commitdiff | tree | snapshot |
2011-01-09 |
Chandler Carruth | Add a note about vector's size-constructor producing... |
commit | commitdiff | tree | snapshot |
2011-01-09 |
Jakob Stoklund... | Simplify LiveDebugVariables by storing MachineOperand... |
commit | commitdiff | tree | snapshot |
2011-01-09 |
Jakob Stoklund... | Shrink a BitVector that didn't mean to store bits for... |
commit | commitdiff | tree | snapshot |
2011-01-09 |
Jakob Stoklund... | Replace TargetRegisterInfo::printReg with a PrintReg... |
commit | commitdiff | tree | snapshot |
2011-01-09 |
Jakob Stoklund... | Use IndexedMap for MachineRegisterInfo as well. No... |
commit | commitdiff | tree | snapshot |
2011-01-09 |
Chris Lattner | teach SCEV analysis of PHI nodes that PHI recurences... |
commit | commitdiff | tree | snapshot |
2011-01-09 |
Chris Lattner | reduce indentation. Print <nuw> and <nsw> when dumping... |
commit | commitdiff | tree | snapshot |
2011-01-09 |
Chandler Carruth | Add a note about a missed memset optimization from... |
commit | commitdiff | tree | snapshot |
2011-01-08 |
Jakob Stoklund... | Fix the last virtual register enumerations. |
commit | commitdiff | tree | snapshot |
2011-01-08 |
Jakob Stoklund... | Fix VirtRegMap to use TRI::index2VirtReg and TRI::virtR... |
commit | commitdiff | tree | snapshot |
2011-01-08 |
Jakob Stoklund... | Fix a MachineVerifier loop that probably didn't mean... |
commit | commitdiff | tree | snapshot |
2011-01-08 |
Jakob Stoklund... | Don't document exactly how virtual registers are repres... |
commit | commitdiff | tree | snapshot |
2011-01-08 |
Jakob Stoklund... | Use an IndexedMap for LiveVariables::VirtRegInfo. |
commit | commitdiff | tree | snapshot |
2011-01-08 |
Jakob Stoklund... | Do not talk about TargetRegisterInfo::FirstVirtualRegister. |
commit | commitdiff | tree | snapshot |
2011-01-08 |
Jakob Stoklund... | Use an IndexedMap for LiveOutRegInfo to hide its depend... |
commit | commitdiff | tree | snapshot |
2011-01-08 |
Cameron Zwarich | Fix coding style. |
commit | commitdiff | tree | snapshot |
2011-01-08 |
Chris Lattner | fix a latent bug in memcpyoptimizer that my recent... |
commit | commitdiff | tree | snapshot |
2011-01-08 |
Chris Lattner | tryMergingIntoMemset can only handle constant length... |
commit | commitdiff | tree | snapshot |
2011-01-08 |
Chris Lattner | Merge memsets followed by neighboring memsets and other... |
commit | commitdiff | tree | snapshot |
2011-01-08 |
Chris Lattner | fix an issue in IsPointerOffset that prevented us from... |
commit | commitdiff | tree | snapshot |
2011-01-08 |
Chris Lattner | enhance memcpyopt to merge a store and a subsequent |
commit | commitdiff | tree | snapshot |
2011-01-08 |
Chris Lattner | fit in 80 cols |
commit | commitdiff | tree | snapshot |
2011-01-08 |
Chris Lattner | merge two tests and filecheckify |
commit | commitdiff | tree | snapshot |
2011-01-08 |
Chris Lattner | constify TargetData references. |
commit | commitdiff | tree | snapshot |
2011-01-08 |
Chris Lattner | When loop rotation happens, it is *very* common for... |
commit | commitdiff | tree | snapshot |
2011-01-08 |
Chris Lattner | make domtree verification print something useful on... |
commit | commitdiff | tree | snapshot |
2011-01-08 |
Chris Lattner | split ssa updating code out to its own helper function... |
commit | commitdiff | tree | snapshot |
2011-01-08 |
Chris Lattner | Implement a TODO: Enhance loopinfo to merge away the... |
commit | commitdiff | tree | snapshot |
2011-01-08 |
Chris Lattner | various code cleanups, enhance MergeBlockIntoPredecesso... |
commit | commitdiff | tree | snapshot |
2011-01-08 |
Chris Lattner | inline preserveCanonicalLoopForm now that it is simple. |
commit | commitdiff | tree | snapshot |
2011-01-08 |
Chris Lattner | Three major changes: |
commit | commitdiff | tree | snapshot |
2011-01-08 |
Chris Lattner | reduce nesting. |
commit | commitdiff | tree | snapshot |
2011-01-08 |
Francois Pichet | On Windows, replace each occurrence of '\' by '\\'... |
commit | commitdiff | tree | snapshot |
2011-01-08 |
Chris Lattner | LoopRotate requires canonical loop form, so it always... |
commit | commitdiff | tree | snapshot |
2011-01-08 |
Chris Lattner | use the LI ivar. |
commit | commitdiff | tree | snapshot |
2011-01-08 |
Chris Lattner | some cleanups: remove dead arguments and eliminate... |
commit | commitdiff | tree | snapshot |
2011-01-08 |
Chris Lattner | fix an issue duncan pointed out, which could cause... |
commit | commitdiff | tree | snapshot |
2011-01-08 |
Cameron Zwarich | Fix coding style issues. |
commit | commitdiff | tree | snapshot |
2011-01-08 |
Cameron Zwarich | Make more passes preserve dominators (or state that... |
commit | commitdiff | tree | snapshot |
2011-01-08 |
Rafael Espindola | First step in fixing PR8927: |
commit | commitdiff | tree | snapshot |
2011-01-08 |
Cameron Zwarich | Contract subloop bodies. However, it is still important... |
commit | commitdiff | tree | snapshot |
2011-01-08 |
Frits van Bommel | Fix a bug in r123034 (trying to sext/zext non-integers... |
commit | commitdiff | tree | snapshot |
2011-01-08 |
Chris Lattner | Have loop-rotate simplify instructions (yay instsimplif... |
commit | commitdiff | tree | snapshot |
2011-01-08 |
Chris Lattner | make this file properly self contained. |
commit | commitdiff | tree | snapshot |
2011-01-08 |
Chris Lattner | Revamp the ValueMapper interfaces in a couple ways: |
commit | commitdiff | tree | snapshot |
2011-01-08 |
Chris Lattner | two minor changes: switch to the standard ValueToValueMapTy |
commit | commitdiff | tree | snapshot |
2011-01-08 |
Eric Christopher | I don't think I could find a 10.2.x box if I tried. |
commit | commitdiff | tree | snapshot |
2011-01-08 |
Evan Cheng | Recognize inline asm 'rev /bin/bash, ' as a bswap intri... |
commit | commitdiff | tree | snapshot |
next |