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
/
lib
/
Transforms
/
IPO
Age
Commit message (
Expand
)
Author
2001-12-04
Renamed inst_const_iterator -> const_inst_iterator
Chris Lattner
2001-12-03
Rename ConstPoolVal -> Constant
Chris Lattner
2001-12-03
Split the PHINode class out from the iOther.h file into the iPHINode.h file
Chris Lattner
2001-11-27
Create a new #include "Support/..." directory structure to move things
Chris Lattner
2001-11-26
Remove debugging output
Chris Lattner
2001-11-26
Support internal linkage
Chris Lattner
2001-11-26
Implement DCE of global values
Chris Lattner
2001-11-26
Support selectable structure transformations
Chris Lattner
2001-11-26
Support mutation of array indexing
Chris Lattner
2001-11-15
-cleangcc pass now remove type names that are never referenced and type names...
Chris Lattner
2001-11-14
Better heuristics for handling arrays
Chris Lattner
2001-11-12
Fix minor bug
Chris Lattner
2001-11-10
Initail checking of structure swapper
Chris Lattner
2001-11-10
Initial checkin of structure mutator
Chris Lattner
2001-11-05
Don't print spurious linking warnings about methods that are never used.
Chris Lattner
2001-11-04
Refactor code to share stuff
Chris Lattner
2001-11-04
Fix cast instructions that end up in bad places in GCC output
Chris Lattner
2001-11-03
Add new cleanup pass:
Chris Lattner
2001-11-03
* Export method to merge identically named methods
Chris Lattner
2001-11-03
Changes to compile the TSP benchmark successfully. Favor warning instead of ...
Chris Lattner
2001-11-03
Add code to link method together with the same name if one is vararg and the ...
Chris Lattner
2001-11-01
Propogate name to the malloc itself instead of to the cast
Chris Lattner
2001-10-31
Implement code to convert %malloc and %free FUNCTION CALLS into the instructi...
Chris Lattner
2001-10-31
Initial version of GCC cleanup pass: just removes extraneous global symbol ta...
Chris Lattner
2001-10-31
Fix bug when inlining a method that refers to a global variable
Chris Lattner
2001-10-18
Initial checkin
Chris Lattner
2001-10-18
Convert optimizations to the pass infrastructure
Chris Lattner
2001-10-14
Minor cleanup
Chris Lattner
2001-10-13
Support indirect calls
Chris Lattner
2001-10-02
Commit more code over to new cast style
Chris Lattner
2001-10-01
Convert more code to use new style casts
Chris Lattner
2001-09-07
Constant pool is dead
Chris Lattner
2001-07-15
Support external methods
Chris Lattner
2001-07-07
Broad superficial changes:
Chris Lattner
2001-07-07
Changed the fundemental architecture of Operands for Instructions. Now
Chris Lattner
2001-06-30
Optimizations got their own header files
Chris Lattner
2001-06-27
Miscellaneous cleanups:
Chris Lattner
2001-06-11
Updates to support
Chris Lattner
2001-06-06
Initial revision
Chris Lattner