index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2010-01-05
Add a new predicate for integer type equality tests.
Benjamin Kramer
2010-01-05
Add an !eq() operator to TableGen. It operates on strings only.
David Greene
2010-01-05
Add an entry on SmallBitVector.
Dan Gohman
2010-01-05
optimize comparisons against cttz/ctlz/ctpop, patch by Alastair Lynn!
Chris Lattner
2010-01-05
Delete useless trailing semicolons.
Dan Gohman
2010-01-05
Nick Lewycky pointed out that this code makes changes unconditionally.
Dan Gohman
2010-01-05
Have TableGen emit code that uses dbgs() rather than errs().
David Greene
2010-01-05
If a scope has only one instruction then first instruction is also the last i...
Devang Patel
2010-01-05
Set Changed properly after calling DeleteDeadPHIs.
Dan Gohman
2010-01-05
Use do+while instead of while for loops which obviously have a
Dan Gohman
2010-01-05
Fix indentation.
Dan Gohman
2010-01-05
Make RecursivelyDeleteTriviallyDeadInstructions,
Dan Gohman
2010-01-05
Some versions of GCC don't like non-static data members in sizeof
Dan Gohman
2010-01-05
Add a SmallBitVector class, which mimics BitVector but uses only
Dan Gohman
2010-01-05
Add newline at EOF.
Benjamin Kramer
2010-01-05
Avoid going through the LLVMContext for type equality where it's safe to dere...
Benjamin Kramer
2010-01-05
prune some #includes.
Chris Lattner
2010-01-05
split and/or/xor out into one overly-large (2000LOC) file. However, I think
Chris Lattner
2010-01-05
missed file with previous commit.
Chris Lattner
2010-01-05
split instcombine of shifts out to its own file.
Chris Lattner
2010-01-05
eliminate getBitCastOperand and simplify some over-complex inbounds stuff.
Chris Lattner
2010-01-05
split call handling out to InstCombineCalls.cpp
Chris Lattner
2010-01-05
optimize cttz and ctlz when we can prove something about the
Chris Lattner
2010-01-05
this inline function moved to addsub
Chris Lattner
2010-01-05
split add/sub out to its own file. Eliminate use of
Chris Lattner
2010-01-05
all the places we use hasOneUse() we know are instructions, so inline
Chris Lattner
2010-01-05
eliminate AssociativeOpt and its last uses.
Chris Lattner
2010-01-05
inline the FoldICmpLogical functor.
Chris Lattner
2010-01-05
Code refactoring.
Evan Cheng
2010-01-05
inline the 'AddRHS' transformation, simplifying things significantly.
Chris Lattner
2010-01-05
remove massive over-genality manifested as a big template
Chris Lattner
2010-01-05
split mul/div/rem instructions out to their own file.
Chris Lattner
2010-01-05
clean up header.
Chris Lattner
2010-01-05
split select out to its own file.
Chris Lattner
2010-01-05
split out load/store/alloca.
Chris Lattner
2010-01-05
reduce indentation
Chris Lattner
2010-01-05
split vector stuff out to InstCombineVectorOps.cpp
Chris Lattner
2010-01-05
split PHI node stuff out to InstCombinePHI.cpp
Chris Lattner
2010-01-05
convert various IntrinsicInst's to use class instead of struct.
Chris Lattner
2010-01-05
fix an infinite loop in reassociate building emacs.
Chris Lattner
2010-01-05
Change this back to errs().
David Greene
2010-01-05
These should probably be errs().
David Greene
2010-01-05
Delete renaming use of dead dbg intrinsics.
Devang Patel
2010-01-05
Use StringRef.startswith().
Devang Patel
2010-01-05
Fix a build error by adding a missing commit.
David Greene
2010-01-05
Fix a build error and change errs() to dbgs().
David Greene
2010-01-05
Remove an unneeded svn:ignore property.
Dan Gohman
2010-01-05
Enable debug buffering.
David Greene
2010-01-05
Enable debug buffering.
David Greene
2010-01-05
Change errs() to dbgs().
David Greene
[prev]
[next]