Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
c1b5d092a0f89db5356ae79d8cc4213118f230dd
c1b5d09
Initial checkin
by Chris Lattner
· 23 years ago
6dc0193
Ignore the boost #include files
by Chris Lattner
· 23 years ago
e62dbe9
Enable USEDLIBS to contain .a and .o files
by Chris Lattner
· 23 years ago
56d2701
*** empty log message ***
by Chris Lattner
· 23 years ago
f78a824
Convert over to new style makefile where libraries by default build .o files
by Chris Lattner
· 23 years ago
40ac148
Convert over to new style of Makefile, where there is a difference between .o and .a libraries.
by Chris Lattner
· 23 years ago
aa852bb
*** empty log message ***
by Chris Lattner
· 23 years ago
af7e821
Add support for removing an option from a genericparser
by Chris Lattner
· 23 years ago
ae1257a
Change to avoid bug in GCC 3.0.4
by Chris Lattner
· 23 years ago
5eb6b70
initial checkin
by Chris Lattner
· 23 years ago
973fe1f
*** empty log message ***
by Chris Lattner
· 23 years ago
e08728b
Initial checkin
by Chris Lattner
· 23 years ago
6cf7849
moving to the Reoptimizer/Mapping dir
by Mehwish Nagda
· 23 years ago
5fb72ae
moved from CodeGen to this dir
by Mehwish Nagda
· 23 years ago
c4e9a14
Moved to Reoptimizer/Mapping directory
by Mehwish Nagda
· 23 years ago
eef796c
Always create a shadow node for a store instruction, even if it's storing
by Chris Lattner
· 23 years ago
54ec7ae
Minor bugfix, prevents error in LLI
by Chris Lattner
· 23 years ago
54e05af
Fix synopsis
by Chris Lattner
· 23 years ago
84b362b
Add description to Enum options.
by Chris Lattner
· 23 years ago
4689728
Hide extra argument
by Chris Lattner
· 23 years ago
5ff62e9
*** empty log message ***
by Chris Lattner
· 23 years ago
50e3f88
Convert command line option processing code over to use the syntax supported
by Chris Lattner
· 23 years ago
21735d7
Convert Command Line option handling code to use the CommandLine 2.0 interface
by Chris Lattner
· 23 years ago
331de23
Checkin CommandLine 2.0
by Chris Lattner
· 23 years ago
173e424
Print the contents, not the pointer...
by Chris Lattner
· 23 years ago
5585f53
comeented out debug printing
by Anand Shukla
· 23 years ago
3ee2ea8
Adding code for outputing length in .s
by Anand Shukla
· 23 years ago
9bdf841
changed first arg of parseBytecodeBuffer to unsigned char
by Anand Shukla
· 23 years ago
9cd186c
changed first arg og parseBytecodeBuffer to uchar
by Anand Shukla
· 23 years ago
b8a9d90
*** empty log message ***
by Chris Lattner
· 23 years ago
cb86317
Check in the boost type_traits library, because it is now used by the CommandLine library.
by Chris Lattner
· 23 years ago
cafc0d2
changed size computation
by Mehwish Nagda
· 23 years ago
9eee58d
Ignore some common varargs functions.
by Chris Lattner
· 23 years ago
1eeefa2
New testcase
by Chris Lattner
· 23 years ago
e617f92
minor corrections
by Anand Shukla
· 23 years ago
e221976
* Inline CopyFunctionCallsList
by Chris Lattner
· 23 years ago
2a2c490
Rename removeDeadNodes to removeTriviallyDeadNodes
by Chris Lattner
· 23 years ago
2dfbe3a
Rename removeDeadNodes to removeTriviallyDeadNodes
by Chris Lattner
· 23 years ago
a990291
Simplify saveOrigFunctionCalls
by Chris Lattner
· 23 years ago
c44e9bf
Add support for a top-down propagation pass:
by Vikram S. Adve
· 23 years ago
6aa0d62
Add support for a top-down propagation pass.
by Vikram S. Adve
· 23 years ago
055dc2c
Implement cast nodes correctly.
by Chris Lattner
· 23 years ago
f7ccb70
Add support for bottom up closure of ds analysis
by Chris Lattner
· 23 years ago
ebfd1b9
Build globaldce tests
by Chris Lattner
· 23 years ago
5796091
Seperate stats for DCE'd functions and vars
by Chris Lattner
· 23 years ago
f8dff73
* Code cleanups * Fix a REALLY misleading error message
by Chris Lattner
· 23 years ago
f0cd472
*** empty log message ***
by Chris Lattner
· 23 years ago
d99d4d7
* s/method/function
by Chris Lattner
· 23 years ago
b195911
* s/method/function
by Chris Lattner
· 23 years ago
4f5e49c
New testcase
by Chris Lattner
· 23 years ago
e28751f
New testcases for bug in globaldce
by Chris Lattner
· 23 years ago
7f20ea7
Only functions with external linkage can be resolved to function declarations.
by Chris Lattner
· 23 years ago
e306d94
* Rewrite loop to be slightly more efficient (arguably)
by Chris Lattner
· 23 years ago
d124c38
The graph is more accurate when I don't completely ignore the return value.
by Chris Lattner
· 23 years ago
0b5909e
* Correctly get prototype for void*malloc(size_t)
by Chris Lattner
· 23 years ago
d6c68c4
Fixes to be LP64 correct
by Chris Lattner
· 23 years ago
6183b92
* ConstExpr::getelementptr now takes a vector of Constants not Values
by Chris Lattner
· 23 years ago
cc4b6ec
ConstExpr::getelementptr now takes a vector of Constants not Values
by Chris Lattner
· 23 years ago
3535c9b
Add a hack to check for a subset of true dominance properties
by Chris Lattner
· 23 years ago
6cdf197
Implement linking of ConstExprs
by Chris Lattner
· 23 years ago
0d9bab8
Lots of bug fixes, add BottomUpClosure, which has bugs, but is a start.
by Chris Lattner
· 23 years ago
84428e1
First cut at implementing bottom up analysis
by Chris Lattner
· 23 years ago
1aa7132
Make getelementptr ConstExpr take a vector of constants not values
by Chris Lattner
· 23 years ago
e011665
added check for Function with 0 BB
by Mehwish Nagda
· 23 years ago
f4688a8
*** empty log message ***
by Guochun Shi
· 23 years ago
e19292b
New testcase
by Chris Lattner
· 23 years ago
1416089
Fix prototype to make function.
by Chris Lattner
· 23 years ago
e76c4f6
New testcase, unanalyzed.
by Chris Lattner
· 23 years ago
260fc14
Anand forgot to check in the makefile corresponding to his previous change
by Chris Lattner
· 23 years ago
b1b4262
* Remove dead code from ExprTypeConvert.cpp
by Chris Lattner
· 23 years ago
1ab8425
New testcase finally identified!!
by Chris Lattner
· 23 years ago
3378a5b
* Add a bunch of debugging features to LevelRaise
by Chris Lattner
· 23 years ago
23014c9
Avoid !sized assertion failure if Ty is not a sized type
by Chris Lattner
· 23 years ago
3fb2ddd
Fix bug: test/Regression/Transforms/LevelRaise/2002-07-16-RaiseCrash2.ll
by Chris Lattner
· 23 years ago
4069c84
New testcase
by Chris Lattner
· 23 years ago
c2c5a64
Add testcase for raise opportunity missed.
by Chris Lattner
· 23 years ago
b3ce2f9
Removed emitfuncs: now its part of instrument library
by Anand Shukla
· 23 years ago
e0b5142
Moved over EmitFunctions to this library
by Anand Shukla
· 23 years ago
f080ec7
removed this directory
by Anand Shukla
· 23 years ago
1187087
Moved EmitFunctions.cpp up to instrumentation directory
by Anand Shukla
· 23 years ago
8b1b4e2
* Make global variables with external linkage get emitted correctly
by Chris Lattner
· 23 years ago
a66c7bf
Bugfix to previous checkin
by Chris Lattner
· 23 years ago
0af0dff
Bug fix to RUN line
by Chris Lattner
· 23 years ago
3115540
Now will profile all Basic Blocks
by Mehwish Nagda
· 23 years ago
9713c4e
* Cleanup pass
by Chris Lattner
· 23 years ago
131454e
* Add assertion to ExprTypeConvert to detect error earlier than without it
by Chris Lattner
· 23 years ago
b39df57
New testcase distilled from olden-tsp.
by Chris Lattner
· 23 years ago
c5debd4
New testcase
by Chris Lattner
· 23 years ago
3edfb64
added std:: to pair
by Anand Shukla
· 23 years ago
18be6fb
added std:: to vector
by Anand Shukla
· 23 years ago
6c5ed41
added std:: to string
by Anand Shukla
· 23 years ago
4d2da0d
added std:: to cerr and endl
by Anand Shukla
· 23 years ago
634cd1c
Added the Mapping Pass to out put Mapping Info to .s file
by Mehwish Nagda
· 23 years ago
0226fdb
*** empty log message ***
by Mehwish Nagda
· 23 years ago
b43086b
Initial checking : Writes LLVM - MI mappiing to the .s file
by Mehwish Nagda
· 23 years ago
ab6317a
Ensure ConstExpr constants are unique.
by Vikram S. Adve
· 23 years ago
d0b1bb0
Ensure ConstExpr constants are unique using a
by Vikram S. Adve
· 23 years ago
0850978
Added duplicate constant expressions to test uniqueness support.
by Vikram S. Adve
· 23 years ago
5659dd1
Fix bug: test/Regression/Assembler/2002-07-14-InternalLossage.llx
by Chris Lattner
· 23 years ago
38c4272
Check in tests that have been in my tree for a long time
by Chris Lattner
· 23 years ago
Next »