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
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
just remove this xform which is subsumed by others.
Chris Lattner
2010-01-05
1
-26
/
+1
*
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
2
-0
/
+10
*
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
*
NamedMDNode is a collection MDNodes.
Devang Patel
2010-01-05
3
-16
/
+15
*
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
1
-0
/
+5
*
optimize comparisons against cttz/ctlz/ctpop, patch by Alastair Lynn!
Chris Lattner
2010-01-05
1
-1
/
+23
*
Nick Lewycky pointed out that this code makes changes unconditionally.
Dan Gohman
2010-01-05
1
-1
/
+2
*
If a scope has only one instruction then first instruction is also the last i...
Devang Patel
2010-01-05
1
-1
/
+1
*
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
2
-9
/
+17
*
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
1
-1
/
+34
*
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
*
split select out to its own file.
Chris Lattner
2010-01-05
3
-692
/
+712
*
split out load/store/alloca.
Chris Lattner
2010-01-05
3
-607
/
+614
*
reduce indentation
Chris Lattner
2010-01-05
1
-4
/
+7
*
split vector stuff out to InstCombineVectorOps.cpp
Chris Lattner
2010-01-05
3
-540
/
+558
*
split PHI node stuff out to InstCombinePHI.cpp
Chris Lattner
2010-01-05
3
-821
/
+842
*
convert various IntrinsicInst's to use class instead of struct.
Chris Lattner
2010-01-05
1
-3
/
+3
*
fix an infinite loop in reassociate building emacs.
Chris Lattner
2010-01-05
1
-0
/
+4
*
Change this back to errs().
David Greene
2010-01-05
1
-2
/
+1
*
These should probably be errs().
David Greene
2010-01-05
1
-3
/
+3
*
Delete renaming use of dead dbg intrinsics.
Devang Patel
2010-01-05
3
-16
/
+0
*
Use StringRef.startswith().
Devang Patel
2010-01-05
1
-37
/
+20
*
Fix a build error and change errs() to dbgs().
David Greene
2010-01-05
1
-1
/
+2
[next]