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
*
GhostLinkage not allowed in LLVM AsmWriter, either
Misha Brukman
2004-11-14
1
-0
/
+6
*
GhostLinkage should not reach asm printing stage
Misha Brukman
2004-11-14
1
-0
/
+3
*
Handle GhostLinkage (should not ever reach the assembly printing stage!)
Misha Brukman
2004-11-14
1
-0
/
+3
*
Mark an unmaterialized function as having GhostLinkage
Misha Brukman
2004-11-14
1
-0
/
+4
*
If a global is just loaded and restored, realize that it is not changing
Chris Lattner
2004-11-14
1
-3
/
+9
*
Fix build on Linux/PowerPC64 using SuSE GCC (#undef PPC)
Misha Brukman
2004-11-14
1
-0
/
+3
*
Moved to lib/Bytecode/Archive in preparation for re-write.
Reid Spencer
2004-11-14
2
-2
/
+2
*
This optimization makes MANY phi nodes that all have the same incoming value.
Chris Lattner
2004-11-14
1
-7
/
+23
*
Implement instcombine/phi.ll:test6 - pulling operations through PHI nodes.
Chris Lattner
2004-11-14
1
-6
/
+85
*
Transform this:
Chris Lattner
2004-11-14
1
-4
/
+6
*
Remove note to self
Chris Lattner
2004-11-14
1
-4
/
+0
*
Fix problem with insertion point for ADJCALLSTACKDOWN.
Brian Gaeke
2004-11-14
2
-4
/
+2
*
Update lists of failing unit tests.
Brian Gaeke
2004-11-14
2
-8
/
+10
*
If a function always returns a constant, replace all calls sites with that
Chris Lattner
2004-11-14
1
-11
/
+80
*
Fix NotTest - round up extraStack to the nearest doubleword, if it is
Brian Gaeke
2004-11-14
4
-2
/
+6
*
Teach SROA how to promote an array index that is variable, if the dimension
Chris Lattner
2004-11-14
1
-40
/
+98
*
Update failing Benchmarks; point out that I'm skipping Shootout-C++.
Brian Gaeke
2004-11-14
2
-4
/
+4
*
Rearrange some code, no functionality changes.
Chris Lattner
2004-11-14
1
-49
/
+68
*
Update expected UnitTests failures.
Brian Gaeke
2004-11-14
2
-12
/
+4
*
Rewrite outgoing arg handling to handle more weird corner cases.
Brian Gaeke
2004-11-14
2
-80
/
+134
*
Support UndefValue emission.
Brian Gaeke
2004-11-14
2
-2
/
+10
*
Remove debugging code
Chris Lattner
2004-11-13
1
-1
/
+0
*
Argument promotion transforms functions to unconditionally load their
Chris Lattner
2004-11-13
1
-3
/
+51
*
Don't print unneeded labels
Chris Lattner
2004-11-13
1
-5
/
+7
*
Hack around stupidity in GCC, fixing Burg with the CBE and
Chris Lattner
2004-11-13
2
-18
/
+112
*
shld is a very high latency operation. Instead of emitting it for shifts of
Chris Lattner
2004-11-13
1
-14
/
+52
*
Add missing check
Chris Lattner
2004-11-13
1
-1
/
+1
*
Compile:
Chris Lattner
2004-11-13
1
-4
/
+14
*
Simplify handling of shifts to be the same as we do for adds. Add support
Chris Lattner
2004-11-13
1
-45
/
+40
*
Fold:
Chris Lattner
2004-11-13
1
-0
/
+13
*
Lazily create the abort message, so only translation units that use unwind
Chris Lattner
2004-11-13
1
-22
/
+31
*
Fix: CodeExtractor/2004-11-12-InvokeExtract.ll
Chris Lattner
2004-11-13
1
-2
/
+16
*
Fix a bug where the code extractor would get a bit confused handling invoke
Chris Lattner
2004-11-12
1
-1
/
+13
*
Simplify handling of constant initializers
Chris Lattner
2004-11-12
1
-36
/
+13
*
Makefile for lib/Linker
Reid Spencer
2004-11-12
1
-0
/
+13
*
This file originated in lib/VMCore/Linker.cpp but now lives in
Reid Spencer
2004-11-12
1
-1
/
+1
*
This file originated in tools/gccld/Linker.cpp but now lives in
Reid Spencer
2004-11-12
1
-1
/
+1
*
Make this build in release mode
Chris Lattner
2004-11-11
1
-1
/
+1
*
Actually, leave the check in. This prevents us from counting dead arguments
Chris Lattner
2004-11-11
1
-1
/
+1
*
Fix bug: IPConstantProp/deadarg.ll
Chris Lattner
2004-11-11
1
-2
/
+2
*
Make IP Constant prop more aggressive about handling self recursive calls.
Chris Lattner
2004-11-10
1
-2
/
+4
*
Correct the name of stosd for the AT&T syntax:
John Criswell
2004-11-10
1
-1
/
+1
*
Do not let dead constant expressions hanging off of functions prevent IPCP.
Chris Lattner
2004-11-09
1
-0
/
+3
*
Fix isBytecodeFile to correctly recognized compressed bytecode too.
Reid Spencer
2004-11-09
2
-8
/
+14
*
* Implement getStatusInfo for getting stat(2) like information
Reid Spencer
2004-11-09
2
-10
/
+78
*
Recognize compressed LLVM bytecode files.
John Criswell
2004-11-09
3
-0
/
+9
*
Tune compression:
Reid Spencer
2004-11-09
1
-2
/
+2
*
Change this back so that I get stable numbers to reflect the change from the
Chris Lattner
2004-11-09
1
-1
/
+1
*
Fix bug: 2004-11-08-FreeUseCrash.ll
Chris Lattner
2004-11-09
1
-1
/
+3
*
* Convert tabs to spaces
Misha Brukman
2004-11-09
1
-10
/
+6
[next]