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
Age
Commit message (
Expand
)
Author
2002-05-07
Straighten out makefiles after moving code to new Transform Utils library
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-04-07
Remove asmwriter library from link line, because the useful contents of it
Chris Lattner
2002-03-28
Makefile change for IPO's that use the Datastructure analysis stuff
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-03-06
Pull interprocedural analyses out of Analysis library into their own lib
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-26
Link in the PathProfiles library
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
Resolve dependencies
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
Eliminate opt library
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
2001-11-27
Create a new #include "Support/..." directory structure to move things
Chris Lattner
2001-11-26
* Add hooks to globaldce
Chris Lattner
2001-11-26
Link to ipo library
Chris Lattner
2001-11-26
Change swapstructs itf
Chris Lattner
2001-11-10
Add hooks to call the new swap structcontents pass
Chris Lattner
2001-11-10
add Yet Another Instance of a Static Library
Chris Lattner
2001-11-01
Move the Raise xform from opt to transforms
Chris Lattner
2001-10-31
Add hook for GCC cleanup pass
Chris Lattner
2001-10-19
Fix to reference the right header
Chris Lattner
2001-10-18
Expose more xforms to the opt utility
Chris Lattner
2001-10-18
Use the standard header not the old one
Chris Lattner
2001-10-18
Add support to insert trace code as an "optimization"
Chris Lattner
2001-10-18
* Passes return true if they change something, not if they fail
Chris Lattner
2001-09-07
Make use of the new TOOLNAME/USEDLIBS options provided in Makefile.common
Chris Lattner
[prev]
[next]