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
*
Added code that ensures that we pass the beginning of the data buffer to
John Criswell
2003-09-23
1
-1
/
+1
*
Fix bug: IndVarsSimplify/2003-09-23-NotAtTop.ll
Chris Lattner
2003-09-23
1
-2
/
+8
*
Fixed spelling.
Misha Brukman
2003-09-23
2
-3
/
+3
*
Fix spelling.
Misha Brukman
2003-09-23
1
-1
/
+1
*
Stop returning bool and pass Instruction by reference;
Misha Brukman
2003-09-23
2
-135
/
+146
*
Suggestions made by Chris:
Misha Brukman
2003-09-23
1
-10
/
+14
*
* Group class definitions & implementations together
Misha Brukman
2003-09-23
1
-58
/
+110
*
Move getAnalysisUsage method from header to .cpp file. Add a normal file
Chris Lattner
2003-09-23
4
-42
/
+44
*
* Constantify arguments to copy function
Misha Brukman
2003-09-23
1
-8
/
+4
*
Removed no longer used member variable.
Misha Brukman
2003-09-22
1
-4
/
+1
*
Uppercase the acronym ASCII.
Misha Brukman
2003-09-22
1
-1
/
+1
*
Added file header comment.
Misha Brukman
2003-09-22
1
-0
/
+7
*
* No longer initialize the module, a subclass is more suitable to do this
Misha Brukman
2003-09-22
1
-6
/
+6
*
Update file header for renamed file
Chris Lattner
2003-09-22
3
-3
/
+3
*
* Cleaned up code:
Misha Brukman
2003-09-22
4
-340
/
+443
*
Fix bugs in the last change
Chris Lattner
2003-09-22
1
-2
/
+2
*
Fix bug: Inline/2003-09-22-PHINodesInNormalInvokeDest.ll
Chris Lattner
2003-09-22
1
-2
/
+7
*
Fix bug: Inline/2003-09-22-PHINodesInExceptionDest.ll
Chris Lattner
2003-09-22
1
-1
/
+28
*
Credits now go into the top-level CREDITS.TXT
Misha Brukman
2003-09-22
1
-3
/
+0
*
Credits are now in top-level CREDITS.TXT
Misha Brukman
2003-09-22
1
-2
/
+0
*
Squelch warning
Chris Lattner
2003-09-22
2
-3
/
+3
*
Fix assertion so it doesn't not trip incorrectly.
Vikram S. Adve
2003-09-21
1
-4
/
+4
*
Use C++ math header instead of C version.
Brian Gaeke
2003-09-21
2
-2
/
+2
*
Erase now-unused prototypes.
Brian Gaeke
2003-09-21
2
-6
/
+0
*
Rearrange #includes ... since there are fewer now I guess it's a win.
Brian Gaeke
2003-09-21
2
-4
/
+4
*
Standardize the names of include guards.
Brian Gaeke
2003-09-21
10
-22
/
+20
*
Standardize the names of include guards.
Brian Gaeke
2003-09-21
2
-8
/
+4
*
Standardize the names of include guards.
Brian Gaeke
2003-09-21
2
-12
/
+10
*
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
*
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
7
-77
/
+83
*
Make this work better for constants that aren't necessarily in ANY graph, suc...
Chris Lattner
2003-09-20
1
-4
/
+15
*
Rename Function::getEntryNode -> getEntryBlock
Chris Lattner
2003-09-20
12
-16
/
+17
*
Minor cleanups, no functional changes
Chris Lattner
2003-09-20
1
-89
/
+70
*
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
1
-0
/
+3
*
New transformation: tail recursion elimination
Chris Lattner
2003-09-20
1
-0
/
+96
*
Fix bug: BasicAA/2003-09-19-LocalArgument.ll
Chris Lattner
2003-09-20
1
-7
/
+22
*
Keep track of the number of typed/untyped memory accesses theyre are in the p...
Chris Lattner
2003-09-20
1
-30
/
+62
*
Removed linking functionality from gccld.cpp and moved it to linker.cpp.
John Criswell
2003-09-19
1
-0
/
+601
*
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
[next]