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
*
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
*
Use 3-arg form of AC_DEFINE.
Brian Gaeke
2003-10-08
1
-4
/
+8
*
I really meant to use that AUTOHEADER variable I put in there.
Brian Gaeke
2003-10-08
1
-1
/
+1
*
Various cleanups and simplifications. This speeds up reading a bytecode file
Chris Lattner
2003-10-08
3
-61
/
+57
*
Destroy allocated resources on exception.
Misha Brukman
2003-10-08
1
-3
/
+13
*
Make more error messages have gccld's name in them.
Brian Gaeke
2003-10-08
2
-8
/
+12
*
old testcase
Chris Lattner
2003-10-08
1
-0
/
+12
*
Checkin an old bug, which appears to be fixed
Chris Lattner
2003-10-08
1
-0
/
+17
*
Update comment
Chris Lattner
2003-10-08
1
-2
/
+2
*
Use a set to keep track of which edges have been noticed as executable already
Chris Lattner
2003-10-08
1
-15
/
+27
*
Minor fixes here and there
Chris Lattner
2003-10-08
1
-22
/
+21
*
Avoid building data structures we don't really need. This improves the runtime
Chris Lattner
2003-10-08
1
-10
/
+39
*
Convert over to short bug URLs
Chris Lattner
2003-10-08
1
-6
/
+6
*
Change MRegisterDesc::AliasSet, TargetInstrDescriptor::ImplicitDefs
Alkis Evlogimenos
2003-10-08
6
-48
/
+64
*
Properly close anchor tags in column descriptions
Alkis Evlogimenos
2003-10-08
1
-4
/
+4
*
Forward declare class Type since it is used in this class and Type.h is not i...
Alkis Evlogimenos
2003-10-08
1
-0
/
+1
*
Add rule for regenerating config.h.in using autoheader.
Brian Gaeke
2003-10-07
1
-1
/
+5
*
Regenerated with (at top-level llvm directory):
Brian Gaeke
2003-10-07
2
-132
/
+164
*
whoops, don't accidentally lose variable names
Chris Lattner
2003-10-07
1
-1
/
+1
*
Fix bug: InstCombine/cast.ll:test11 / PR#7
Chris Lattner
2003-10-07
1
-1
/
+23
*
new testcase
Chris Lattner
2003-10-07
1
-0
/
+7
*
Refactor code a bit
Chris Lattner
2003-10-07
1
-4
/
+12
*
Add a sanity check for constant expression casts
Chris Lattner
2003-10-07
1
-0
/
+2
[next]