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
Age
Commit message (
Expand
)
Author
2001-11-10
add Yet Another Instance of a Static Library
Chris Lattner
2001-11-09
Add hooks for the FindUsedTypes pass
Chris Lattner
2001-11-07
Add analysis pass.
Chris Lattner
2001-11-01
Move the Raise xform from opt to transforms
Chris Lattner
2001-10-31
crunch the output of GCC a bit to make it nicer
Chris Lattner
2001-10-31
Fix dumb copy and paste typos
Chris Lattner
2001-10-31
Add hook for GCC cleanup pass
Chris Lattner
2001-10-31
Build new gccas tool
Chris Lattner
2001-10-31
Initial checkin of GCCAS
Chris Lattner
2001-10-30
Implement memset memcpy, calloc
Chris Lattner
2001-10-30
Initialize map for purify
Chris Lattner
2001-10-29
I screwed up the macros, so of course strtol didn't work. *sigh*
Chris Lattner
2001-10-29
Oops, accidentally broke reading from stdin when doing command line arguments
Chris Lattner
2001-10-27
Implement a -trace command line option and a trace option in the interpreter.
Chris Lattner
2001-10-27
* Make pointer values work better by treating them uniformly as 64 bit values.
Chris Lattner
2001-10-27
Provide argv for commands
Chris Lattner
2001-10-27
* Implement exit() builtin function
Chris Lattner
2001-10-24
Add support for building a runtime library for LLI
Chris Lattner
2001-10-24
Implement a -L command line argument to specify a search path. Implement min...
Chris Lattner
2001-10-24
Changes to get some meaningful feedback from the bytecode reader. At some po...
Chris Lattner
2001-10-23
Add '-v' option to enable verbose output from the linker
Chris Lattner
2001-10-19
Fix to reference the right header
Chris Lattner
2001-10-18
Enhancements to pass argc & argv to main if required
Chris Lattner
2001-10-18
Remove unneccesary retcode var
Chris Lattner
2001-10-18
Refactor Assembly/Bytecode writer code into Assembly & bytecode libraries
Chris Lattner
2001-10-18
Expose more xforms to the opt utility
Chris Lattner
2001-10-18
Bytecode writer is yanked out of Module printer
Chris Lattner
2001-10-18
Move malloc/free lowering after tracing until lli supports
Vikram S. Adve
2001-10-18
Only output code if file open is successful
Chris Lattner
2001-10-18
Trace code should always be exported just before code generation;
Vikram S. Adve
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
Convert to new simpler, more powerful pass structure
Chris Lattner
2001-10-18
* Passes return true if they change something, not if they fail
Chris Lattner
2001-10-18
Passes return true if they change something, not if they fail
Chris Lattner
2001-10-15
ConcretePass should not be a templated class!
Chris Lattner
2001-10-15
Minor cleanups
Chris Lattner
2001-10-15
Use the new Pass infrastructure to clean up llc
Chris Lattner
2001-10-15
Add library
Chris Lattner
2001-10-15
Minor code cleanups
Chris Lattner
2001-10-15
Implement global variables. Struct and Pointer initializers are not implemen...
Chris Lattner
2001-10-14
*** empty log message ***
Vikram S. Adve
2001-10-14
Add a new -d argument to dump the internal rep as assembly.
Chris Lattner
2001-10-13
MethodTypes take an explicit isVarArg argument
Chris Lattner
2001-10-13
Fix comment flyer
Chris Lattner
2001-10-13
Add new linker
Chris Lattner
2001-10-13
Build the new linker
Chris Lattner
2001-10-10
Repeat some libs due to circular dependences between Sparc and other
Vikram S. Adve
2001-10-04
Add hack to get rid of malloc & free instructions for code generation
Chris Lattner
2001-09-28
Pull iterators out of CFG.h and CFGdecls and put them in Support directory
Chris Lattner
[prev]
[next]