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
*
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
*
Add AnalysisUsage::addRequiredTransitive() to keep analysis info alive for
Misha Brukman
2004-03-12
1
-4
/
+17
*
test instruction combiner opts for select instruction
Chris Lattner
2004-03-12
1
-0
/
+18
*
Teach vim about the select instruction. Allow it to forget about the long-dead
Chris Lattner
2004-03-12
1
-2
/
+2
*
Teach emacs about the select instruction
Chris Lattner
2004-03-12
1
-1
/
+1
*
Add support for checking the select instruction
Chris Lattner
2004-03-12
1
-0
/
+11
*
Know the opcode name of the select instruction
Chris Lattner
2004-03-12
1
-0
/
+1
*
Add support for select constant expressions. Use reserve a bit more to avoid
Chris Lattner
2004-03-12
1
-0
/
+35
*
Add new function
Chris Lattner
2004-03-12
2
-0
/
+6
*
Teach the constant folder how to do select instructions
Chris Lattner
2004-03-12
1
-0
/
+11
*
Print select instructions correctly
Chris Lattner
2004-03-12
1
-2
/
+3
*
Add constant folding wrapper support for select instructions.
Chris Lattner
2004-03-12
1
-0
/
+4
*
Add sccp support for select instructions
Chris Lattner
2004-03-12
1
-0
/
+23
*
Add trivial optimizations for select instructions
Chris Lattner
2004-03-12
1
-0
/
+15
*
ADd support for select instructions
Chris Lattner
2004-03-12
2
-0
/
+24
[next]