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
*
New testcase that crashes the -lowerswitch pass
Chris Lattner
2004-03-14
1
-0
/
+21
*
Minor random cleanups
Chris Lattner
2004-03-14
1
-9
/
+7
*
FunctionPass's should not define their own 'run' method.
Chris Lattner
2004-03-14
1
-8
/
+2
*
If a block is dead, dominators will not be calculated for it. Because of this
Chris Lattner
2004-03-14
1
-2
/
+33
*
Catch some more cases of broken code. The loop extractor seems to be creating
Chris Lattner
2004-03-14
1
-3
/
+8
*
Verify functions as they are produced if -debug is specified. Reduce
Chris Lattner
2004-03-14
1
-6
/
+5
*
verifyFunction has been broken for a long time now. Fix it.
Chris Lattner
2004-03-14
1
-12
/
+8
*
New testcase that crashes the loop extractor
Chris Lattner
2004-03-14
1
-0
/
+75
*
Move prototype to IPO.h instead of Scalar.h
Chris Lattner
2004-03-14
1
-3
/
+2
*
Move loop extractor to the IPO header
Chris Lattner
2004-03-14
2
-8
/
+8
*
Indent anon namespace properly, add copyright block
Chris Lattner
2004-03-14
1
-19
/
+20
*
Move to the IPO library. Utils shouldn't contain passes.
Chris Lattner
2004-03-14
1
-0
/
+0
*
Remove dead file
Chris Lattner
2004-03-14
1
-34
/
+0
*
DemoteRegToStack got moved from DemoteRegToStack.h to Local.h
Chris Lattner
2004-03-14
4
-10
/
+10
*
Move DemoteRegToStack prototype out of DemoteRegToStack.h to this file.
Chris Lattner
2004-03-14
1
-0
/
+9
*
Document stuff that is known to be broken
Chris Lattner
2004-03-14
1
-4
/
+26
*
Add some debugging output
Chris Lattner
2004-03-13
1
-1
/
+8
*
New testcase, distilled from povray I think.
Chris Lattner
2004-03-13
1
-0
/
+13
*
This change makes two big adjustments.
Chris Lattner
2004-03-13
1
-11
/
+49
*
This little patch speeds up the loop used to update the dominator set analysis.
Chris Lattner
2004-03-13
1
-17
/
+18
*
Turn on argument promotion in gccas. This can give us substantially better
Chris Lattner
2004-03-13
1
-0
/
+1
*
Option no more
Chris Lattner
2004-03-13
1
-1
/
+1
*
Fix the "infinite looping unless you disable adce" bug
Chris Lattner
2004-03-13
2
-7
/
+1
*
Fix a tiny bug that caused an incorrect assertion failure poolallocating
Chris Lattner
2004-03-13
1
-4
/
+6
*
It helps if I save the file. :)
Chris Lattner
2004-03-13
2
-6
/
+6
*
Rename the intrinsic enum values for llvm.va_* from Intrinsic::va_* to
Chris Lattner
2004-03-13
11
-44
/
+39
*
Implement sub.ll:test14
Chris Lattner
2004-03-13
1
-8
/
+29
*
Oh right, casts can interfere. Test this too
Chris Lattner
2004-03-13
1
-0
/
+8
*
Implement InstCombine/sub.ll:test12 & test13
Chris Lattner
2004-03-12
1
-0
/
+36
*
new testcases
Chris Lattner
2004-03-12
1
-1
/
+13
*
Fix a couple of minor problems. Because PHI nodes can use themselves, this
Chris Lattner
2004-03-12
1
-4
/
+1
*
Performed some updates on the new options to these command line tools.
John Criswell
2004-03-12
8
-20
/
+73
*
Implement mod/ref analysis for a trivial case where locals don't escape.
Chris Lattner
2004-03-12
1
-0
/
+52
*
new testcase
Chris Lattner
2004-03-12
2
-0
/
+20
*
Revise comment and error message for the Bug 38 situation. Also, make it
Brian Gaeke
2004-03-12
1
-4
/
+5
*
Fixed grammar typo.
John Criswell
2004-03-12
1
-1
/
+1
*
Make -print-machineinstrs show us the code both before and after reg. alloc.
Brian Gaeke
2004-03-12
1
-1
/
+4
*
Fixed grammar typo.
John Criswell
2004-03-12
1
-1
/
+1
*
Added minor information on C++.
John Criswell
2004-03-12
1
-3
/
+5
*
Updated to LLVM 1.2.
John Criswell
2004-03-12
1
-14
/
+37
*
Fix PR266: Make Module Not Inherit From Annotable
Chris Lattner
2004-03-12
1
-1
/
+1
*
Point to the new license (includes year 2004).
John Criswell
2004-03-12
1
-3
/
+3
*
Added a header indicating that the Linux and MacOS configure procedures are
John Criswell
2004-03-12
1
-0
/
+22
*
Add support for a wider range of CMOV instructions.
Alkis Evlogimenos
2004-03-12
1
-2
/
+54
*
Updated copyright to year 2004.
John Criswell
2004-03-12
1
-2
/
+2
*
Simplify code to process CallSites (thanks to Chris).
Misha Brukman
2004-03-12
1
-4
/
+2
*
Test the mod/ref analysis in DSA.
Misha Brukman
2004-03-12
2
-0
/
+27
*
Keep transitively-required passes alive for queries to work after the initial
Misha Brukman
2004-03-12
1
-1
/
+10
*
Evaluate ModRef information in addition to regular ol' pointer analysis.
Misha Brukman
2004-03-12
1
-24
/
+93
*
Implement getModRefInfo() for DSA to calculate whether a function modifies or
Misha Brukman
2004-03-12
1
-5
/
+39
[next]