index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
opt
/
opt.cpp
Age
Commit message (
Expand
)
Author
2002-10-29
Rename Sparc.h TargetMachineImpls.h
Chris Lattner
2002-09-16
Add support for optimization passes that use a TargetMachine object.
Vikram S. Adve
2002-07-31
Change command line option message on -q to make it more accurate
Chris Lattner
2002-07-30
Print the tool name when an error comes from so that I can tell which
Chris Lattner
2002-07-26
Factor PassNamePArser out into llvm/Support/PassNameParser.h
Chris Lattner
2002-07-25
*** empty log message ***
Chris Lattner
2002-07-23
Use the pass registration mechanism to populate command line options for
Chris Lattner
2002-07-22
*** empty log message ***
Chris Lattner
2002-07-12
added emitfuncs pass, and disabled reassociate pass (needs fixing)
Anand Shukla
2002-06-30
*** empty log message ***
Chris Lattner
2002-06-25
Changes for 64bit gcc
Anand Shukla
2002-06-25
MEGAPATCH checkin.
Chris Lattner
2002-05-21
Expose cfg simplification pass
Chris Lattner
2002-05-10
expose LICM pass
Chris Lattner
2002-05-10
Expose the lowerallocs pass
Chris Lattner
2002-05-10
Expose the pi node insertion pass.
Chris Lattner
2002-05-08
Expose expression reassociation
Chris Lattner
2002-05-07
Spell aggressive correctly
Chris Lattner
2002-05-07
Merge all include/llvm/Transforms/Scalar/* into a single Scalar.h
Chris Lattner
2002-05-07
Move UnifyFunctionExitNodes to Utils library: final resting place this time
Chris Lattner
2002-05-07
Updates to move some header files out of include/llvm/Transforms into
Chris Lattner
2002-04-28
Expose the internalize pass.
Chris Lattner
2002-04-28
Expose new GCSE pass
Chris Lattner
2002-04-27
s/Method/Function
Chris Lattner
2002-04-27
* Rename MethodPass class to FunctionPass
Chris Lattner
2002-04-18
Make sure that there is no case where a signal can occur leaving a partially
Chris Lattner
2002-04-13
* Add the printm pass to allow dumping the entire module after a transformation.
Chris Lattner
2002-04-12
Expose funcresolve pass through opt
Chris Lattner
2002-04-08
s/PrintMethodPass/PrintFunctionPass
Chris Lattner
2002-03-28
Add hook for pool allocation pass
Chris Lattner
2002-03-28
Checking for Cameron
Chris Lattner
2002-03-24
Rename pass to DecomposeMultiDimRefs.
Vikram S. Adve
2002-03-14
Expose dead instruction elimination pass
Chris Lattner
2002-02-26
Change over to use new style pass mechanism, now passes only expose small
Chris Lattner
2002-02-26
Move ProfilePaths class into ProfilePaths library, only expose a creation fun...
Chris Lattner
2002-02-26
Includes -paths option to trace paths in the program
Anand Shukla
2002-02-20
* Expose the verifier pass as one that can be ran
Chris Lattner
2002-02-12
Enable register promotion pass
Chris Lattner
2002-02-01
Add mergereturn pass
Chris Lattner
2002-01-31
Convert to use new Pass framework...
Chris Lattner
2002-01-22
In an amazing fit of stupidity, I flipped the conditional and didn't test
Chris Lattner
2002-01-22
Rename LowerAllocations.h to ChangeAllocations.h since it now contains the
Chris Lattner
2002-01-22
Pull RaiseAllocations stuff out of the CleanGCC pass into it's own pass in
Chris Lattner
2002-01-21
Move stuff out of the Optimizations directories into the appropriate Transforms
Chris Lattner
2002-01-21
Rename SwapStructureContents -> IPO/SimpleStructMutation
Chris Lattner
2002-01-21
Implement a more powerful, simpler, pass system. This pass system can figure
Chris Lattner
2002-01-20
Changes to build successfully with GCC 3.02
Chris Lattner
2001-12-14
Add instruction combining pass
Chris Lattner
2001-12-05
Remove unnecesary namespace impot
Chris Lattner
2001-12-04
Use new induction variable simplification code with -indvars option
Chris Lattner
[next]