2009-10-26 |
Victor Hernandez | Remove all references to MallocInst and FreeInst |
commit | commitdiff | tree | snapshot |
2009-10-26 |
Victor Hernandez | Remove FreeInst. |
commit | commitdiff | tree | snapshot |
2009-10-26 |
Bob Wilson | Try to get ahead of Johnny Chen and pro-actively add... |
commit | commitdiff | tree | snapshot |
2009-10-26 |
Edward O'Callaghan | Convert a few tests to FileCheck for PR5307. |
commit | commitdiff | tree | snapshot |
2009-10-26 |
Bob Wilson | Fix ARM encoding typo: Opcod3 is not passed to ASuI... |
commit | commitdiff | tree | snapshot |
2009-10-26 |
Bob Wilson | Add more ARM instruction encodings for 's' bit set... |
commit | commitdiff | tree | snapshot |
2009-10-26 |
David Goodwin | Allow the aggressive anti-dep breaker to process the... |
commit | commitdiff | tree | snapshot |
2009-10-26 |
Dan Gohman | Simplify this code. LoopDeletion doesn't need to explic... |
commit | commitdiff | tree | snapshot |
2009-10-26 |
Dan Gohman | Code that checks WillNotOverflowSignedAdd before creati... |
commit | commitdiff | tree | snapshot |
2009-10-26 |
Ted Kremenek | Update CMake files. |
commit | commitdiff | tree | snapshot |
2009-10-26 |
Dan Gohman | Teach BasicAA how to analyze Select instructions, and... |
commit | commitdiff | tree | snapshot |
2009-10-26 |
Julien Lerouge | Remove / use flags that are now set in the Makefile... |
commit | commitdiff | tree | snapshot |
2009-10-26 |
Julien Lerouge | Regenerate. |
commit | commitdiff | tree | snapshot |
2009-10-26 |
Julien Lerouge | Add an autoconf test to check for optional compiler... |
commit | commitdiff | tree | snapshot |
2009-10-26 |
David Goodwin | Define virtual destructor in *.cpp file. |
commit | commitdiff | tree | snapshot |
2009-10-26 |
David Goodwin | Add aggressive anti-dependence breaker. Currently it... |
commit | commitdiff | tree | snapshot |
2009-10-26 |
Dan Gohman | Check in the experimental GEP splitter pass. This pass... |
commit | commitdiff | tree | snapshot |
2009-10-26 |
David Goodwin | Add virtual destructor. |
commit | commitdiff | tree | snapshot |
2009-10-26 |
Anton Korobeynikov | Revert r85134, it breaks mingw build |
commit | commitdiff | tree | snapshot |
2009-10-26 |
Dan Gohman | Add CreateZExtOrBitCast and CreateSExtOrBitCast to... |
commit | commitdiff | tree | snapshot |
2009-10-26 |
Dan Gohman | When checking whether a def of an aliased register... |
commit | commitdiff | tree | snapshot |
2009-10-26 |
Sanjiv Gupta | Make PIC16 overlay a loadable pass. |
commit | commitdiff | tree | snapshot |
2009-10-26 |
Devang Patel | Do not use expensive sort(). |
commit | commitdiff | tree | snapshot |
2009-10-26 |
Benjamin Kramer | Some svn:ignore tweaks. |
commit | commitdiff | tree | snapshot |
2009-10-26 |
David Goodwin | Break anti-dependence breaking out into its own class. |
commit | commitdiff | tree | snapshot |
2009-10-26 |
Devang Patel | Add support to encode type info using llvm::Constant. |
commit | commitdiff | tree | snapshot |
2009-10-26 |
Dan Gohman | Fix a typo in a comment. |
commit | commitdiff | tree | snapshot |
2009-10-26 |
Chris Lattner | reapply r85085 with a bugfix to avoid infinite looping. |
commit | commitdiff | tree | snapshot |
2009-10-26 |
Dan Gohman | Make LSR's OptimizeShadowIV ignore induction variables... |
commit | commitdiff | tree | snapshot |
2009-10-26 |
Evan Cheng | - Revert some changes from 85044, 85045, and 85047... |
commit | commitdiff | tree | snapshot |
2009-10-26 |
Evan Cheng | Revert 85085. It causes infinite looping during llvm... |
commit | commitdiff | tree | snapshot |
2009-10-26 |
Edward O'Callaghan | Fix gmake check for AuroraUX triple. |
commit | commitdiff | tree | snapshot |
2009-10-26 |
Chandler Carruth | Move DataTypes.h to include/llvm/System, update all... |
commit | commitdiff | tree | snapshot |
2009-10-26 |
Chris Lattner | Implement PR3266 & PR5276, folding: |
commit | commitdiff | tree | snapshot |
2009-10-25 |
Chandler Carruth | Update the 'svn:ignore' property to remove stale file... |
commit | commitdiff | tree | snapshot |
2009-10-25 |
Chris Lattner | convert or.ll to filecheck and merge or2 into it. |
commit | commitdiff | tree | snapshot |
2009-10-25 |
Chandler Carruth | Remove stale reference to ThreadSupport.h. |
commit | commitdiff | tree | snapshot |
2009-10-25 |
Chris Lattner | fix PR5295 where the .ll parser didn't reject a functio... |
commit | commitdiff | tree | snapshot |
2009-10-25 |
Daniel Dunbar | Suppress -Asserts warning. |
commit | commitdiff | tree | snapshot |
2009-10-25 |
Chris Lattner | fix PR5186: the JIT shouldn't try to codegen available_... |
commit | commitdiff | tree | snapshot |
2009-10-25 |
Chandler Carruth | Remove unused includes. |
commit | commitdiff | tree | snapshot |
2009-10-25 |
Jim Grosbach | of -> or |
commit | commitdiff | tree | snapshot |
2009-10-25 |
Jim Grosbach | 80-column cleanup |
commit | commitdiff | tree | snapshot |
2009-10-25 |
Sanjiv Gupta | Reapply 85006 with a minor fix. |
commit | commitdiff | tree | snapshot |
2009-10-25 |
Evan Cheng | Add a couple of ARM cross-rc coalescing tests. |
commit | commitdiff | tree | snapshot |
2009-10-25 |
Evan Cheng | Update tests. |
commit | commitdiff | tree | snapshot |
2009-10-25 |
Evan Cheng | Add ARM getMatchingSuperRegClass to handle S / D /... |
commit | commitdiff | tree | snapshot |
2009-10-25 |
Evan Cheng | Don't forget subreg indices when folding load / store. |
commit | commitdiff | tree | snapshot |
2009-10-25 |
Evan Cheng | Use isIdentityCopy. Fix a bozo bug (flipped condition... |
commit | commitdiff | tree | snapshot |
2009-10-25 |
Evan Cheng | Code clean up. |
commit | commitdiff | tree | snapshot |
2009-10-25 |
Evan Cheng | Do not delete identity insert_subreg even if dest is... |
commit | commitdiff | tree | snapshot |
2009-10-25 |
Evan Cheng | Add isIdentityCopy to check for identity copy (or extra... |
commit | commitdiff | tree | snapshot |
2009-10-25 |
Nick Lewycky | Remove includes of Support/Compiler.h that are no longe... |
commit | commitdiff | tree | snapshot |
2009-10-25 |
Nick Lewycky | Remove VISIBILITY_HIDDEN from class/struct found inside... |
commit | commitdiff | tree | snapshot |
2009-10-25 |
Chris Lattner | this is done. |
commit | commitdiff | tree | snapshot |
2009-10-25 |
Chris Lattner | Teach FoldBitCast to be able to handle bitcasts from... |
commit | commitdiff | tree | snapshot |
2009-10-25 |
Chris Lattner | move FoldBitCast earlier in the file, and use it instead of |
commit | commitdiff | tree | snapshot |
2009-10-25 |
Chris Lattner | refactor FoldBitCast to reduce nesting and to always... |
commit | commitdiff | tree | snapshot |
2009-10-25 |
Nick Lewycky | Remove ICmpInst::isSignedPredicate which was a reimplem... |
commit | commitdiff | tree | snapshot |
2009-10-25 |
Nick Lewycky | Sink isTrueWhenEqual from ICmpInst to CmpInst. Add... |
commit | commitdiff | tree | snapshot |
2009-10-25 |
Daniel Dunbar | lit: Add --config-prefix option, to override default... |
commit | commitdiff | tree | snapshot |
2009-10-25 |
Nick Lewycky | Indent. |
commit | commitdiff | tree | snapshot |
2009-10-25 |
Mikhail Glushenkov | Regenerate. |
commit | commitdiff | tree | snapshot |
2009-10-25 |
Mikhail Glushenkov | Document OptionPreprocessor. |
commit | commitdiff | tree | snapshot |
2009-10-25 |
Mikhail Glushenkov | Add a test for OptionPreprocessor. |
commit | commitdiff | tree | snapshot |
2009-10-25 |
Daniel Dunbar | lit: Allow use of /dev/null in redirects on Windows... |
commit | commitdiff | tree | snapshot |
2009-10-25 |
Jim Grosbach | When the scavenger is looking for a good candidate... |
commit | commitdiff | tree | snapshot |
2009-10-24 |
Dan Gohman | Update these tests to match what Loop::print now prints. |
commit | commitdiff | tree | snapshot |
2009-10-24 |
Dan Gohman | MapValue doesn't needs its LLVMContext argument. |
commit | commitdiff | tree | snapshot |
2009-10-24 |
Dan Gohman | Rename isLoopExit to isLoopExiting, for consistency... |
commit | commitdiff | tree | snapshot |
2009-10-24 |
Dan Gohman | Delete a spurious semicolon. |
commit | commitdiff | tree | snapshot |
2009-10-24 |
Dan Gohman | Make these tests more interesting by using |
commit | commitdiff | tree | snapshot |
2009-10-24 |
Dan Gohman | Rewrite LoopRotation's SSA updating code using SSAUpdater. |
commit | commitdiff | tree | snapshot |
2009-10-24 |
Daniel Dunbar | lit: Support '>>' redirections when executing scripts... |
commit | commitdiff | tree | snapshot |
2009-10-24 |
Daniel Dunbar | Update CMake dependencies. |
commit | commitdiff | tree | snapshot |
2009-10-24 |
Daniel Dunbar | Teach macho-dump to dump UUIDs. |
commit | commitdiff | tree | snapshot |
2009-10-24 |
Dan Gohman | Make DominanceFrontierBase::print's output prettier. |
commit | commitdiff | tree | snapshot |
2009-10-24 |
Dan Gohman | Make DominanceFrontier::addBasicBlock return the iterat... |
commit | commitdiff | tree | snapshot |
2009-10-24 |
Dan Gohman | Add an explicit keyword. |
commit | commitdiff | tree | snapshot |
2009-10-24 |
Sanjiv Gupta | Revert back 85006 for now as it breaks PIC16 tests. |
commit | commitdiff | tree | snapshot |
2009-10-24 |
Sanjiv Gupta | Adding support for placing global objects in shared... |
commit | commitdiff | tree | snapshot |
2009-10-24 |
Chris Lattner | various cleanups suggested by Duncan |
commit | commitdiff | tree | snapshot |
2009-10-24 |
Chris Lattner | fix PR5287, a serious regression from my previous patch... |
commit | commitdiff | tree | snapshot |
2009-10-24 |
Victor Hernandez | Auto-upgrade free instructions to calls to the builtin... |
commit | commitdiff | tree | snapshot |
2009-10-24 |
Evan Cheng | 80 col violation. |
commit | commitdiff | tree | snapshot |
2009-10-24 |
Anton Korobeynikov | Add some asserts to catch copyRegToReg() fails early |
commit | commitdiff | tree | snapshot |
2009-10-24 |
Jim Grosbach | Restrict Thumb1 register allocation to low registers... |
commit | commitdiff | tree | snapshot |
2009-10-23 |
Evan Cheng | Identity copies should not contribute to spill weight. |
commit | commitdiff | tree | snapshot |
2009-10-23 |
Jim Grosbach | FIXME no longer applies. R12 and R3 are available for... |
commit | commitdiff | tree | snapshot |
2009-10-23 |
Jeffrey Yasskin | Fix llvm.org/PR4822: allow module deletion after a... |
commit | commitdiff | tree | snapshot |
2009-10-23 |
Victor Hernandez | Remove AllocationInst. Since MallocInst went away... |
commit | commitdiff | tree | snapshot |
2009-10-23 |
Jeffrey Yasskin | Fix stylistic and documentation problems in ValueMap... |
commit | commitdiff | tree | snapshot |
2009-10-23 |
Dan Gohman | APInt-ify the gep scaling code, so that it correctly... |
commit | commitdiff | tree | snapshot |
2009-10-23 |
Dan Gohman | Make LoopDeletion check the maximum backedge taken... |
commit | commitdiff | tree | snapshot |
2009-10-23 |
Chris Lattner | some stuff is done, we still have constantexpr simplifi... |
commit | commitdiff | tree | snapshot |
2009-10-23 |
Chris Lattner | teach libanalysis to simplify vector loads with bitcast... |
commit | commitdiff | tree | snapshot |
2009-10-23 |
Chris Lattner | enhance FoldReinterpretLoadFromConstPtr to handle loads... |
commit | commitdiff | tree | snapshot |
2009-10-23 |
Chris Lattner | teach libanalysis to fold int and fp loads from almost... |
commit | commitdiff | tree | snapshot |
2009-10-23 |
Tanya Lattner | Add 2.6 release note. |
commit | commitdiff | tree | snapshot |
2009-10-23 |
Evan Cheng | Update tests for 84931. |
commit | commitdiff | tree | snapshot |
next |