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
*
Make getNumBackEdges more efficient
Chris Lattner
2003-10-12
1
-7
/
+6
*
Rename loop preheaders pass to loop simplify
Chris Lattner
2003-10-12
4
-5
/
+7
*
File is renamed to LoopSimplify.cpp
Chris Lattner
2003-10-12
1
-1
/
+1
*
First step in renaming the preheaders pass to loopsimplify
Chris Lattner
2003-10-12
1
-16
/
+21
*
The preheader insertion pass only depends on the CFG. Mark it as such, which
Chris Lattner
2003-10-12
1
-1
/
+2
*
Rename method
Chris Lattner
2003-10-12
1
-1
/
+1
*
* Spell "necessary" correctly
Chris Lattner
2003-10-12
2
-6
/
+48
*
* Be TBAA safe
Chris Lattner
2003-10-12
2
-64
/
+118
*
Make mmap's fd for anonymous memory acquisition default to -1, except on
Brian Gaeke
2003-10-11
1
-2
/
+7
*
Don't include "Config/stdlib.h".
Brian Gaeke
2003-10-10
2
-2
/
+0
*
Include <cctype> and <cstdlib> instead of <ctype.h> and "Config/stdlib.h".
Brian Gaeke
2003-10-10
1
-2
/
+2
*
Include <cstdio> instead of <stdio.h>.
Brian Gaeke
2003-10-10
2
-2
/
+2
*
Don't include Config/stdio.h or <stdio.h>.
Brian Gaeke
2003-10-10
5
-6
/
+0
*
Fix spelling.
Misha Brukman
2003-10-10
34
-72
/
+73
*
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
2
-2
/
+2
*
* Doxygenified comments
Misha Brukman
2003-10-10
2
-16
/
+16
*
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
1
-0
/
+42
*
Reserve space for PHI operands
Chris Lattner
2003-10-10
1
-0
/
+1
*
Ok, the "fix" for this is to do a real associative container. Symbol tables
Chris Lattner
2003-10-10
1
-15
/
+11
*
Accept 'weak' as a linkage type. For now, just turn it into linkonce linkage
Chris Lattner
2003-10-10
2
-1
/
+3
*
Add better checking
Chris Lattner
2003-10-10
1
-0
/
+6
*
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
*
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
*
Change getConstantValue to throw an exception on error, not return null
Chris Lattner
2003-10-09
2
-10
/
+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
*
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
*
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
1
-4
/
+6
*
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
[next]