index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
another example.
Chris Lattner
2010-01-05
1
-0
/
+8
*
Don't specify CR sub-registers as implicit defs of BL instructions.
Jakob Stoklund Olesen
2010-01-05
1
-6
/
+2
*
remove a useless negative test, add a rdar # to an xfail that I'm working on.
Chris Lattner
2010-01-05
2
-46
/
+1
*
clean up tests.
Chris Lattner
2010-01-05
3
-28
/
+9
*
just remove this xform which is subsumed by others.
Chris Lattner
2010-01-05
2
-28
/
+3
*
Fix comment for CheckDebugInfoIntrinsics
Victor Hernandez
2010-01-05
1
-2
/
+3
*
move a trunc-specific transform out of commonIntCastTransforms into visitTrunc.
Chris Lattner
2010-01-05
1
-32
/
+34
*
Restore dump() methods to Loop and MachineLoop.
Dan Gohman
2010-01-05
4
-1
/
+15
*
Move remaining stuff to the isInteger predicate.
Benjamin Kramer
2010-01-05
14
-40
/
+31
*
move a zext specific xform out of commonIntCastTransforms into visitZExt and ...
Chris Lattner
2010-01-05
1
-10
/
+9
*
Remove livein checks from machine code verifier.
Jakob Stoklund Olesen
2010-01-05
1
-99
/
+13
*
move a trunc-specific xform out of commonIntCastTransforms into visitTrunc
Chris Lattner
2010-01-05
1
-16
/
+25
*
reduce indentation
Chris Lattner
2010-01-05
1
-15
/
+18
*
Regenerate
Anton Korobeynikov
2010-01-05
1
-1
/
+1
*
Proper deduce z/System LLVM target from target triple when
Anton Korobeynikov
2010-01-05
1
-1
/
+1
*
NamedMDNode is a collection MDNodes.
Devang Patel
2010-01-05
6
-23
/
+25
*
Convert a ton of simple integer type equality tests to the new predicate.
Benjamin Kramer
2010-01-05
17
-39
/
+36
*
Add a new predicate for integer type equality tests.
Benjamin Kramer
2010-01-05
2
-0
/
+8
*
Add an !eq() operator to TableGen. It operates on strings only.
David Greene
2010-01-05
7
-2
/
+37
*
Add an entry on SmallBitVector.
Dan Gohman
2010-01-05
1
-1
/
+21
*
optimize comparisons against cttz/ctlz/ctpop, patch by Alastair Lynn!
Chris Lattner
2010-01-05
2
-5
/
+49
*
Delete useless trailing semicolons.
Dan Gohman
2010-01-05
57
-102
/
+102
*
Nick Lewycky pointed out that this code makes changes unconditionally.
Dan Gohman
2010-01-05
1
-1
/
+2
*
Have TableGen emit code that uses dbgs() rather than errs().
David Greene
2010-01-05
1
-2
/
+2
*
If a scope has only one instruction then first instruction is also the last i...
Devang Patel
2010-01-05
2
-1
/
+19
*
Set Changed properly after calling DeleteDeadPHIs.
Dan Gohman
2010-01-05
2
-2
/
+2
*
Use do+while instead of while for loops which obviously have a
Dan Gohman
2010-01-05
12
-29
/
+23
*
Fix indentation.
Dan Gohman
2010-01-05
1
-1
/
+1
*
Make RecursivelyDeleteTriviallyDeadInstructions,
Dan Gohman
2010-01-05
4
-15
/
+25
*
Some versions of GCC don't like non-static data members in sizeof
Dan Gohman
2010-01-05
1
-1
/
+1
*
Add a SmallBitVector class, which mimics BitVector but uses only
Dan Gohman
2010-01-05
4
-0
/
+671
*
Add newline at EOF.
Benjamin Kramer
2010-01-05
1
-1
/
+1
*
Avoid going through the LLVMContext for type equality where it's safe to dere...
Benjamin Kramer
2010-01-05
25
-58
/
+46
*
prune some #includes.
Chris Lattner
2010-01-05
1
-8
/
+1
*
split and/or/xor out into one overly-large (2000LOC) file. However, I think
Chris Lattner
2010-01-05
3
-1963
/
+1978
*
missed file with previous commit.
Chris Lattner
2010-01-05
1
-418
/
+0
*
split instcombine of shifts out to its own file.
Chris Lattner
2010-01-05
2
-0
/
+437
*
eliminate getBitCastOperand and simplify some over-complex inbounds stuff.
Chris Lattner
2010-01-05
1
-46
/
+22
*
split call handling out to InstCombineCalls.cpp
Chris Lattner
2010-01-05
3
-1110
/
+1133
*
optimize cttz and ctlz when we can prove something about the
Chris Lattner
2010-01-05
2
-2
/
+58
*
this inline function moved to addsub
Chris Lattner
2010-01-05
1
-24
/
+0
*
split add/sub out to its own file. Eliminate use of
Chris Lattner
2010-01-05
3
-695
/
+749
*
all the places we use hasOneUse() we know are instructions, so inline
Chris Lattner
2010-01-05
1
-12
/
+9
*
eliminate AssociativeOpt and its last uses.
Chris Lattner
2010-01-05
1
-35
/
+2
*
inline the FoldICmpLogical functor.
Chris Lattner
2010-01-05
1
-98
/
+90
*
Code refactoring.
Evan Cheng
2010-01-05
1
-9
/
+19
*
inline the 'AddRHS' transformation, simplifying things significantly.
Chris Lattner
2010-01-05
1
-39
/
+4
*
remove massive over-genality manifested as a big template
Chris Lattner
2010-01-05
1
-60
/
+1
*
split mul/div/rem instructions out to their own file.
Chris Lattner
2010-01-05
4
-674
/
+701
*
clean up header.
Chris Lattner
2010-01-05
1
-7
/
+2
[next]