Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
llvm
/
82f2f954fd5939dd906a48beaf56f625c4fbc8db
/
tools
4dd7d3e
* No longer need to run die after instcombine
by Chris Lattner
· 22 years ago
0179450
- Converted CWriter to be an LLVM pass.
by Chris Lattner
· 23 years ago
e8a7d74
Get FindUsedTypes pass
by Chris Lattner
· 23 years ago
c539483
- Reformat comments
by Chris Lattner
· 23 years ago
1acbea1
by Chris Lattner
· 23 years ago
cd7fbf2
- 'analyze' and 'as' now explicitly verify input because AsmParser doesn't.
by Chris Lattner
· 23 years ago
c74cb86
- Eliminate the last traces of the 'analysis' namespace
by Chris Lattner
· 23 years ago
c619fa4
Link to analysis.o not analysis.a
by Chris Lattner
· 23 years ago
1b7fbef
- GCCAS now uses load value #ing for GCSE
by Chris Lattner
· 23 years ago
e52e913
New datastructure analysis correctly uses TargetData
by Chris Lattner
· 23 years ago
ecbb51b
Added mapping lib in llc makefile
by Anand Shukla
· 23 years ago
d611827
Fixed linking problems that wanted me to link to analyze.o instead of analyze.a
by Chris Lattner
· 23 years ago
8d64e17
Link in all analyses so that we get pointer analysis support built in
by Chris Lattner
· 23 years ago
374a095
Do not leak memory for passes when using -stopAfterNPasses or -stopraise
by Chris Lattner
· 23 years ago
0e4ca08
Run GlobalDCE before deadtypeelim so that we do not retain types for global
by Chris Lattner
· 23 years ago
5f0eb8d
by Chris Lattner
· 23 years ago
a4ff0d4
Only include the sparc.o file once!
by Chris Lattner
· 23 years ago
2fd5b3d
Reorder tool building sequence to more closely match the reality of what
by Chris Lattner
· 23 years ago
8633a48
by Chris Lattner
· 23 years ago
f9e173e
Change command line option message on -q to make it more accurate
by Chris Lattner
· 23 years ago
d4c7f27
by Chris Lattner
· 23 years ago
50e3a20
Print the tool name when an error comes from so that I can tell which
by Chris Lattner
· 23 years ago
fa03cc7
Print the tool name when an error comes from so that I can tell which
by Chris Lattner
· 23 years ago
5e1f7ec
Remove extraneous #includes
by Chris Lattner
· 23 years ago
1ad4436
Use a module analysis
by Chris Lattner
· 23 years ago
781e6f5
Seperate analysis wrapper stuff to AnalysisWrappers.cpp
by Chris Lattner
· 23 years ago
9a740fd
Make analyze use the Pass repository to populate it's command line argument list
by Chris Lattner
· 23 years ago
2053a2a
Factor PassNamePArser out into llvm/Support/PassNameParser.h
by Chris Lattner
· 23 years ago
ce6ef11
*** empty log message ***
by Chris Lattner
· 23 years ago
db14500
Namespace correctness is good
by Chris Lattner
· 23 years ago
c7a0985
*** empty log message ***
by Chris Lattner
· 23 years ago
98ad7e9
Be more namespace correct
by Chris Lattner
· 23 years ago
b865894
REmove extra blank lines
by Chris Lattner
· 23 years ago
c6a4bf1
*** empty log message ***
by Chris Lattner
· 23 years ago
ddd3e61
*** empty log message ***
by Chris Lattner
· 23 years ago
d9d8c07
*** empty log message ***
by Chris Lattner
· 23 years ago
33974ca
Minor changes due to code juggled around
by Chris Lattner
· 23 years ago
c0ce68b
Use the pass registration mechanism to populate command line options for
by Chris Lattner
· 23 years ago
ccbb3bd
Raise pass requires an explicit TargetData member now.
by Chris Lattner
· 23 years ago
56d2701
*** empty log message ***
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
54e05af
Fix synopsis
by Chris Lattner
· 23 years ago
84b362b
Add description to Enum options.
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
f7ccb70
Add support for bottom up closure of ds analysis
by Chris Lattner
· 23 years ago
b3ce2f9
Removed emitfuncs: now its part of instrument library
by Anand Shukla
· 23 years ago
45db2c7
added emitfuncs pass, and disabled reassociate pass (needs fixing)
by Anand Shukla
· 23 years ago
0ec220c
Added emitfuncs pass
by Anand Shukla
· 23 years ago
4c7b045
Rename DataStructure to LocalDataStructures
by Chris Lattner
· 23 years ago
f8685eb
Disabling reassociate pass until it is fixed.
by Vikram S. Adve
· 23 years ago
3e00994
*** empty log message ***
by Chris Lattner
· 23 years ago
f739969
Clean up anands patch
by Chris Lattner
· 23 years ago
c5fbf71
Strip the symbols out of the bytecode to inflate generated executables less.
by Chris Lattner
· 23 years ago
c5d4493
YEs, we really do want to sort.
by Chris Lattner
· 23 years ago
b4aef17
Yes, we REALLY DO want to run the reassociate pass.
by Chris Lattner
· 23 years ago
cf17bcc
Changes for 64bit gcc
by Anand Shukla
· 23 years ago
91e6388
correcting makefile: incorrectly checked in wrong version earlier
by Anand Shukla
· 23 years ago
63aaa11
Changes for 64bit gcc
by Anand Shukla
· 23 years ago
7e70829
MEGAPATCH checkin.
by Chris Lattner
· 23 years ago
0b12b5f
by Chris Lattner
· 23 years ago
624c3e0
Simplify the code that adds passes so compilation can stop after any step
by Chris Lattner
· 23 years ago
6a45509
Checkin descriptive note
by Chris Lattner
· 23 years ago
5424e50
No need to run dce with adce right behind!
by Chris Lattner
· 23 years ago
6a13592
Make sure the extracted function has external linkage, so that it doesn't
by Chris Lattner
· 23 years ago
ff8207f
Add the ADCE pass to gccas finally!
by Chris Lattner
· 23 years ago
3329c3c
Build the extract utility
by Chris Lattner
· 23 years ago
579d914
Initial checkin of the "extract" utility
by Chris Lattner
· 23 years ago
814908b
Expose cfg simplification pass
by Chris Lattner
· 23 years ago
e3a20e7
Simplify CFG after code generation is done
by Chris Lattner
· 23 years ago
39fd659
Fix tracing code support to link in the tracing routines if neccesary.
by Chris Lattner
· 23 years ago
0fe380c
Remove tracing code hack
by Chris Lattner
· 23 years ago
a7cc6dd
Use literal newline instead of endl
by Chris Lattner
· 23 years ago
871c24f
Drop something that link will never support, use gccld instead
by Chris Lattner
· 23 years ago
4335ad5
Add libsparc.a a second time to resolve link errors.
by Vikram S. Adve
· 23 years ago
53835b8
Link with test/Libraries/libinstr32.a for runtime routines
by Vikram S. Adve
· 23 years ago
4ad5322
Run another local value numbering phase after redundancy elimination
by Chris Lattner
· 23 years ago
6cb9743
expose LICM pass
by Chris Lattner
· 23 years ago
88fcc51
Add LICM pass to compiler
by Chris Lattner
· 23 years ago
e04f4b6
Expose the lowerallocs pass
by Chris Lattner
· 23 years ago
2c0f3d2
Expose the pi node insertion pass.
by Chris Lattner
· 23 years ago
aa3904f
Clean up dis so that it does not print out code in various traversal orders.
by Chris Lattner
· 23 years ago
8947fbc
Expose expression reassociation
by Chris Lattner
· 23 years ago
94fbab0
Run expression reassociation as part of gccas
by Chris Lattner
· 23 years ago
9ddc86c
*** empty log message ***
by Sumant Kowshik
· 23 years ago
73e6298
Spell aggressive correctly
by Chris Lattner
· 23 years ago
65f1b89
Merge all include/llvm/Transforms/Scalar/* into a single Scalar.h
by Chris Lattner
· 23 years ago
ddca9d0
Fix makefiles after shuffling passes around the libraries
by Chris Lattner
· 23 years ago
fc514f4
Move UnifyFunctionExitNodes to Utils library: final resting place this time
by Chris Lattner
· 23 years ago
2b5235d
Oops, somehow lost a slash. Fixed
by Chris Lattner
· 23 years ago
c8cc4cb
Updates to move some header files out of include/llvm/Transforms into
by Chris Lattner
· 23 years ago
2154d13
Straighten out makefiles after moving code to new Transform Utils library
by Chris Lattner
· 23 years ago
5f06e10
GCSE is faster than SCCP, and it makes SCCP's job easier, so run it first.
by Chris Lattner
· 23 years ago
eadd32c
Instruction Combination can create a ton of trivially dead instructions. Remove
by Chris Lattner
· 23 years ago
9c1291c
Run DCE AFTER SCCP and GCSE!
by Chris Lattner
· 23 years ago
e23476a
Remove unneccesary pass.
by Chris Lattner
· 23 years ago
91b078d
These aren't tools
by Chris Lattner
· 23 years ago
8ac58a8
Move constant merging pass earlier Include the SCCP pass in gccas
by Chris Lattner
· 23 years ago
fbaed2e
Remove InstForest from analysis namespace
by Chris Lattner
· 23 years ago
c6f3ae5
Eliminate duplicate or unneccesary #include's
by Chris Lattner
· 23 years ago
Next »