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
*
simplify some code.
Chris Lattner
2008-06-16
1
-24
/
+21
*
Apply a patch from Nathan Keynes, which speeds up llvm-link on
Chris Lattner
2008-06-16
1
-1
/
+0
*
Remove special case handling of empty MBBs now that we assign indices to them.
Owen Anderson
2008-06-16
1
-8
/
+5
*
handle vectors. Any integers that got here would necessarily be different al...
Chris Lattner
2008-06-16
1
-8
/
+11
*
Simplify ResolveTypes by pulling the null case out into the one
Chris Lattner
2008-06-16
1
-42
/
+30
*
Iterating over SmallPtrSet is not deterministic.
Evan Cheng
2008-06-16
1
-6
/
+6
*
simplify RecursiveResolveTypes and ResolveTypes by pulling the naming out of
Chris Lattner
2008-06-16
1
-23
/
+20
*
Add a new flag that disables symbol lookup with dlsym when set. This allows
Chris Lattner
2008-06-16
1
-33
/
+35
*
Add support for icache invalidation on non-darwin ppc systems.
Chris Lattner
2008-06-16
1
-2
/
+19
*
Re-enable empty block indexing by default, since it doesn't seem to have any
Owen Anderson
2008-06-16
1
-21
/
+9
*
Make BuildSubAggregate use FindInsertedElement again to prevent it from
Matthijs Kooijman
2008-06-16
1
-20
/
+48
*
Make the InsertBefore argument to FindInsertedValue optional, so you can find...
Matthijs Kooijman
2008-06-16
1
-3
/
+8
*
Pass around Instruction* instead of Instruction& in FindInsertedValue and fri...
Matthijs Kooijman
2008-06-16
2
-6
/
+6
*
80 column fixes.
Matthijs Kooijman
2008-06-16
2
-16
/
+33
*
Move FindScalarValue from InstructionCombining.cpp to ValueTracking.cpp. While
Matthijs Kooijman
2008-06-16
2
-147
/
+129
*
Minor comment fix.
Argyrios Kyrtzidis
2008-06-16
1
-1
/
+1
*
Allow these transforms for types like i256 while
Duncan Sands
2008-06-16
1
-8
/
+6
*
Fix read after free found by valgrind.
Evan Cheng
2008-06-16
1
-15
/
+10
*
Add option to commuteInstruction() which forces it to create a new (commuted)...
Evan Cheng
2008-06-16
5
-11
/
+45
*
Make indexing empty basic blocks an option for the moment.
Owen Anderson
2008-06-16
1
-9
/
+21
*
simplify some code by using a helper function. This really really
Chris Lattner
2008-06-16
1
-22
/
+16
*
move a bunch of predicates up into their own section
Chris Lattner
2008-06-16
1
-157
/
+171
*
Other parts of this code treat noalias arguments as objects for
Chris Lattner
2008-06-16
1
-4
/
+8
*
If we are checking to see if the result of a call aliases a
Chris Lattner
2008-06-16
1
-1
/
+21
*
Assign indices to empty basic blocks. This will be necessary for StrongPHIEl...
Owen Anderson
2008-06-16
1
-4
/
+9
*
Refactor basicaa's main alias function somethin' fierce.
Chris Lattner
2008-06-16
1
-104
/
+94
*
Switch from generating the int128 typedefs based on targetdata to generating
Chris Lattner
2008-06-16
1
-6
/
+4
*
Fix the crash on SimplifyLibCalls/2005-05-20-sprintf-crash.ll
Chris Lattner
2008-06-16
1
-1
/
+1
*
fix pr2460
Chris Lattner
2008-06-16
1
-1
/
+2
*
The transforms in visitEXTRACT_VECTOR_ELT are
Duncan Sands
2008-06-15
1
-4
/
+4
*
LegalizeTypes support for INSERT_VECTOR_ELT with
Duncan Sands
2008-06-15
3
-26
/
+59
*
Fix PR2434. When scanning for exising binary operator to reuse don't
Wojciech Matyjewicz
2008-06-15
1
-15
/
+15
*
Add a missing semicolon.
Wojciech Matyjewicz
2008-06-15
1
-1
/
+1
*
Fix the sys::Path::getSuffix() implementation.
Argyrios Kyrtzidis
2008-06-15
3
-5
/
+32
*
Fix the environment block that is passed to the CreateProcess function.
Argyrios Kyrtzidis
2008-06-15
1
-1
/
+28
*
Remove a redundant AfterLegalize check. Turn
Duncan Sands
2008-06-14
1
-4
/
+5
*
Change 'while' loop to 'do' loop.
Wojciech Matyjewicz
2008-06-14
1
-4
/
+11
*
add missing atomic intrinsic from gcc
Andrew Lenharth
2008-06-14
7
-28
/
+28
*
Fix a case where tailcallelim wouldn't set the changed bit when it made a cha...
Chris Lattner
2008-06-14
1
-1
/
+3
*
Teach the spiller to commute instructions in order to fold a reload. This hit...
Evan Cheng
2008-06-13
1
-18
/
+125
*
Don't skip over instructions other than loads that might read memory
Eli Friedman
2008-06-13
1
-5
/
+6
*
Protect ChangeCompareStride from situations in which it is possible
Dan Gohman
2008-06-13
1
-3
/
+12
*
Make sure SimplifyStoreAtEndOfBlock doesn't mess with loops; the
Eli Friedman
2008-06-13
1
-2
/
+6
*
Disable some DAG combiner optimizations that may be
Duncan Sands
2008-06-13
3
-59
/
+92
*
Use recently added getTruncateOrZeroExtend method to make the code shorter.
Wojciech Matyjewicz
2008-06-13
1
-5
/
+1
*
Crash less. The i64 restriction in BinomialCoefficient caused some problems
Nick Lewycky
2008-06-13
1
-24
/
+30
*
fix a minor deviation from the original in my previous commit
Gabor Greif
2008-06-12
1
-1
/
+1
*
op_iterator-ify some loops, low hanging fruit only, there is more
Gabor Greif
2008-06-12
1
-19
/
+21
*
Do not speculatively execute an instruction by hoisting it to its predecessor...
Evan Cheng
2008-06-12
2
-2
/
+27
*
Revert 52223.
Evan Cheng
2008-06-12
1
-18
/
+0
[next]