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
*
include passes.h which defines the interface this file exposes
Chris Lattner
2003-09-30
2
-8
/
+8
*
Standardize header file comments
Chris Lattner
2003-09-30
3
-3
/
+3
*
Doxygen-ified comments.
Misha Brukman
2003-09-30
1
-187
/
+147
*
Made code more terse:
Misha Brukman
2003-09-30
1
-15
/
+4
*
Add statistic for # of emitWord() calls.
Brian Gaeke
2003-09-30
1
-0
/
+2
*
1. Use better error messages in LinkFiles().
Brian Gaeke
2003-09-30
1
-2
/
+2
*
Update file headers for renamed files.
Chris Lattner
2003-09-30
1
-12
/
+4
*
Fixed space issues, code alignment, tabs -> spaces.
Misha Brukman
2003-09-29
1
-11
/
+11
*
Implementation of the abstraction of running our tools + gcc, taken out of
Misha Brukman
2003-09-29
1
-0
/
+374
*
Tersified code:
Misha Brukman
2003-09-29
1
-39
/
+33
*
* Ordered includes according to LLVM programmers' guide
Misha Brukman
2003-09-29
1
-127
/
+50
*
Removed Support directory. It now lives in llvm/support/lib.
John Criswell
2003-09-29
1
-1
/
+1
*
Moved code from llvm/lib/Support to llvm/support/lib/Support.
John Criswell
2003-09-29
1
-1
/
+1
*
Just rethrow previous exception instead of making a new one
Chris Lattner
2003-09-26
1
-1
/
+1
*
Define the instance variable Buffer, not the automatic variable Buffer.
Chris Lattner
2003-09-25
1
-3
/
+2
*
DOn't crash if program calls the null pointer
Chris Lattner
2003-09-24
1
-1
/
+7
*
Fix alignment problem
Chris Lattner
2003-09-24
1
-1
/
+1
*
Remove explicit use of BasicBlock::succ_iterator
Chris Lattner
2003-09-24
1
-2
/
+2
*
Actually assign the string correctly through the std::string pointer.
Misha Brukman
2003-09-24
1
-2
/
+2
*
Use global *_iterator
Chris Lattner
2003-09-24
1
-2
/
+1
*
Do not use BasicBlock::*_iterator, just use *_iterator itself.
Chris Lattner
2003-09-24
4
-8
/
+4
*
* Eliminate BytecodeBufferReader::Length member variable
Misha Brukman
2003-09-24
1
-26
/
+7
*
Do not use BasicBlock::succ_iterator
Chris Lattner
2003-09-24
1
-2
/
+1
*
Update head-of-file comment.
Brian Gaeke
2003-09-24
2
-2
/
+20
*
Untabify tabs in stuff I've recently added.
Brian Gaeke
2003-09-24
4
-6
/
+312
*
Use getRegClassID() instead of getRegClass()->getID(), since it's there.
Brian Gaeke
2003-09-24
2
-34
/
+30
*
Remove some unused methods of class IGNode.
Brian Gaeke
2003-09-24
2
-26
/
+0
*
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
[next]