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
*
Fix grammar.
Misha Brukman
2003-10-10
6
-7
/
+7
*
Fix spelling/grammar.
Misha Brukman
2003-10-10
7
-17
/
+17
*
* Tabs to spaces
Misha Brukman
2003-10-10
1
-8
/
+16
*
Fix spelling.
Misha Brukman
2003-10-10
5
-5
/
+5
*
* Doxygenified comments
Misha Brukman
2003-10-10
2
-16
/
+16
*
Use 'F' for Function instead of 'M'.
Misha Brukman
2003-10-10
1
-1
/
+1
*
Print out just the filename being compiled/linked, not the full path to it.
Misha Brukman
2003-10-10
1
-12
/
+12
*
Renamed dis.cpp => llvm-dis.cpp
Misha Brukman
2003-10-10
1
-129
/
+0
*
Renamed as.cpp => llvm-as.cpp; this should've happened a long time ago.
Misha Brukman
2003-10-10
1
-115
/
+0
*
The code that called strsignal is toast.
Brian Gaeke
2003-10-10
1
-5
/
+1
*
Never set any signal handlers.
Brian Gaeke
2003-10-10
1
-37
/
+2
*
Rewrite head-of-file comment.
Brian Gaeke
2003-10-10
1
-14
/
+16
*
Change to use GetAddressOfSymbol instead of dlsym.
Brian Gaeke
2003-10-10
2
-18
/
+9
*
Change to use LinkDynamicObject instead of dlopen.
Brian Gaeke
2003-10-10
1
-3
/
+5
*
Change to use strtoul instead of strtoll.
Brian Gaeke
2003-10-10
1
-2
/
+7
*
Fixing the spelling of this filename.
Misha Brukman
2003-10-10
1
-669
/
+0
*
Add my abstracted dynamic linker support files.
Brian Gaeke
2003-10-10
3
-0
/
+100
*
Reserve space for PHI operands
Chris Lattner
2003-10-10
1
-0
/
+1
*
Removed information about compiling the GCC front end. This will be in a
John Criswell
2003-10-10
1
-149
/
+60
*
Make the message stand out more
Chris Lattner
2003-10-10
1
-2
/
+4
*
Re-did some of the text wrapping (sorry).
John Criswell
2003-10-10
1
-143
/
+167
*
Ok, the "fix" for this is to do a real associative container. Symbol tables
Chris Lattner
2003-10-10
1
-15
/
+11
*
Add documentation for weak variables
Chris Lattner
2003-10-10
1
-2
/
+10
*
Add support for the weak linkage specifier
Chris Lattner
2003-10-10
2
-2
/
+2
*
new testcase. globaldce should not delete the global
Chris Lattner
2003-10-10
1
-0
/
+6
*
Accept 'weak' as a linkage type. For now, just turn it into linkonce linkage
Chris Lattner
2003-10-10
2
-1
/
+3
*
New testcase
Chris Lattner
2003-10-10
1
-0
/
+15
*
Add better checking
Chris Lattner
2003-10-10
1
-0
/
+6
*
Added the eon and perlbmk benchmarks.
John Criswell
2003-10-10
2
-28
/
+42
*
Another 10% performance improvement by not using replaceAllUsesWith
Chris Lattner
2003-10-09
1
-13
/
+20
*
Reserve space for PHI nodes when we read them in. This provides a VERY
Chris Lattner
2003-10-09
1
-0
/
+1
*
Add a method to reserve space for operands
Chris Lattner
2003-10-09
1
-0
/
+2
*
Use the version of getValue that takes the type plane instead of the type
Chris Lattner
2003-10-09
2
-17
/
+18
*
Pass a vector around to reduce dynamic allocation
Chris Lattner
2003-10-09
3
-13
/
+17
*
Kill warning when compiling in optimized mode
Chris Lattner
2003-10-09
1
-0
/
+1
*
Change getConstantValue to throw an exception on error, not return null
Chris Lattner
2003-10-09
2
-10
/
+7
*
Make getContainedType more efficient by not returning null if out of range!
Chris Lattner
2003-10-09
2
-8
/
+7
*
Do not read past the end of the contained type list
Chris Lattner
2003-10-09
1
-2
/
+2
*
Remove potentially N^2 algorithm from symbol table reader. No speedup
Chris Lattner
2003-10-09
1
-5
/
+13
*
Major refactoring of the bytecode reader. This includes the following
Chris Lattner
2003-10-09
4
-315
/
+171
*
Significantly clean up parsing of instructions. This exceptionizes and
Chris Lattner
2003-10-09
3
-144
/
+106
*
Include the new docs directory, whenever it gets added. www is gone
Chris Lattner
2003-10-09
1
-1
/
+1
*
Added 177.mesa to the list of Makefiles to propogate to the object root.
John Criswell
2003-10-09
2
-86
/
+125
*
Eliminate the instruction placeholder. Simplify a bunch of code.
Chris Lattner
2003-10-09
2
-15
/
+1
*
Eliminate the old LateResolveValues data structure, replacing it with a
Chris Lattner
2003-10-09
2
-25
/
+27
*
Remove a dead method
Chris Lattner
2003-10-09
2
-12
/
+0
*
This patch substantially simplifies and cleans up handling of basic blocks
Chris Lattner
2003-10-08
3
-60
/
+84
*
Inline the postResolveValues method. It was poorly named anyway
Chris Lattner
2003-10-08
2
-34
/
+26
*
test/Programs/NoSource and www are gone from the tree; don't try to configure
Brian Gaeke
2003-10-08
1
-7
/
+0
*
Use 3-arg form of AC_DEFINE.
Brian Gaeke
2003-10-08
1
-2
/
+2
[next]