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
...
*
I tried to standardize the formatting and tidy up the huge amount of
Brian Gaeke
2003-09-21
4
-408
/
+66
*
Convert PhyRegAlloc into a proper pass.
Brian Gaeke
2003-09-21
4
-264
/
+196
*
Add prototype
Chris Lattner
2003-09-21
2
-0
/
+6
*
Functions reachable from the arguments of unresolvable call nodes should
Chris Lattner
2003-09-20
2
-2
/
+17
*
The Globals graph must become complete at the end of the BU phase!
Chris Lattner
2003-09-20
1
-0
/
+5
*
Do not mark incoming arguments to functions complete if the function is point...
Chris Lattner
2003-09-20
1
-10
/
+30
*
Make sure to add global variable initializers to the Globals graph!
Chris Lattner
2003-09-20
1
-15
/
+69
*
Don't consider incomplete nodes to be typesafe!
Chris Lattner
2003-09-20
1
-1
/
+1
*
Remove trivially dead nodes was not removing nodes that were dead due to forw...
Chris Lattner
2003-09-20
1
-0
/
+14
*
Global variables with APPENDING linkage are very important to keep around!
Chris Lattner
2003-09-20
1
-3
/
+6
*
Add special case handling for calloc and realloc
Chris Lattner
2003-09-20
1
-0
/
+16
*
Switch from using CallInst's to represent call sites to using the LLVM
Chris Lattner
2003-09-20
12
-117
/
+125
*
Make this work better for constants that aren't necessarily in ANY graph, suc...
Chris Lattner
2003-09-20
1
-4
/
+15
*
update dox
Chris Lattner
2003-09-20
1
-2
/
+2
*
Rename Function::getEntryNode -> getEntryBlock
Chris Lattner
2003-09-20
13
-20
/
+21
*
Rename getEntryNode -> getEntryBlock()
Chris Lattner
2003-09-20
1
-2
/
+2
*
Minor cleanups, no functional changes
Chris Lattner
2003-09-20
1
-89
/
+70
*
Cleanup header file
Chris Lattner
2003-09-20
1
-2
/
+4
*
Now that the TCE pass passes all of the tests, add it to GCCAS
Chris Lattner
2003-09-20
1
-1
/
+1
*
Fix a really obvious huge gaping bug, add a comment
Chris Lattner
2003-09-20
1
-1
/
+2
*
Expose the TCE pass
Chris Lattner
2003-09-20
2
-0
/
+10
*
New transformation: tail recursion elimination
Chris Lattner
2003-09-20
1
-0
/
+96
*
New testcase
Chris Lattner
2003-09-20
1
-0
/
+29
*
Fix header, fix broken friend decl
Chris Lattner
2003-09-20
1
-3
/
+4
*
Fix bug: BasicAA/2003-09-19-LocalArgument.ll
Chris Lattner
2003-09-20
1
-7
/
+22
*
New testcase that basicaa should be able to handle
Chris Lattner
2003-09-20
2
-0
/
+24
*
Fix file header
Chris Lattner
2003-09-20
1
-2
/
+1
*
Unsquishify
Chris Lattner
2003-09-20
2
-2
/
+2
*
Keep track of the number of typed/untyped memory accesses theyre are in the p...
Chris Lattner
2003-09-20
1
-30
/
+62
*
New header file for gccld.
John Criswell
2003-09-19
1
-0
/
+64
*
Removed linking functionality from gccld.cpp and moved it to linker.cpp.
John Criswell
2003-09-19
6
-567
/
+1416
*
Reject "llvm." as a function name
Chris Lattner
2003-09-19
1
-1
/
+3
*
Implement InstCombine/and.ll:test(15|16)
Chris Lattner
2003-09-19
1
-0
/
+27
*
Two new tests for shifts followed by ands
Chris Lattner
2003-09-19
1
-0
/
+12
*
pull a large nested conditional out into its own function
Chris Lattner
2003-09-19
1
-70
/
+91
*
Implement InstCombine/add.ll:test(15|16)
Chris Lattner
2003-09-19
1
-0
/
+37
*
New testcases
Chris Lattner
2003-09-19
1
-0
/
+12
*
a bitfield stress test to exercise various parts of the front-end.
Chris Lattner
2003-09-19
1
-0
/
+28
*
Changed the empty rule for .h files. The rule needs an empty command so that
John Criswell
2003-09-18
1
-1
/
+1
*
Fix a typo in Sparc.cpp.
Brian Gaeke
2003-09-18
2
-10
/
+6
*
Rename the pass creator fn to mimic the other creator fn names.
Brian Gaeke
2003-09-18
1
-1
/
+1
*
Fix (and properly doxygenify) some comments. Incorporate
Brian Gaeke
2003-09-18
1
-39
/
+86
*
Make the symbol prologue/epilogue stuff redundant with MappingInfo, in
Brian Gaeke
2003-09-18
1
-20
/
+31
*
Refactored gccld into three C++ source files.
John Criswell
2003-09-18
4
-313
/
+606
*
Minimal implementation of the abstract ModuleProvider interface.
Misha Brukman
2003-09-18
1
-0
/
+28
*
Abstract interface for module providers, e.g. streaming bytecode reader.
Misha Brukman
2003-09-18
1
-0
/
+40
*
Document new column
Chris Lattner
2003-09-17
1
-0
/
+2
*
Fixed spelling.
Misha Brukman
2003-09-17
7
-17
/
+17
*
Replaced the call to strdup() with a new operator followed by a strcpy().
John Criswell
2003-09-17
1
-1
/
+2
*
Added the use of the const keyword.
John Criswell
2003-09-17
1
-14
/
+29
[prev]
[next]