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
2002-12-04
Initial checkin of Unresolved function fault handler
Chris Lattner
2002-12-04
Implement lazy resolution of function calls
Chris Lattner
2002-12-03
Initial checkin of virtual machine implementation.
Chris Lattner
2002-12-03
Disable timing of bytecode loader
Chris Lattner
2002-12-03
Final tweak to printer
Chris Lattner
2002-12-03
Implement trivially simple debugger for MachineCodeEmitter interface
Chris Lattner
2002-12-02
Add initial support for machine code emission
Chris Lattner
2002-11-20
Build bugpoint
Chris Lattner
2002-11-20
Initial checkin of bugpoint
Chris Lattner
2002-11-19
Move the function extractor pass from tools/extract into lib/Xform/IPO
Chris Lattner
2002-11-19
Remove extra target.a entry
Chris Lattner
2002-11-10
Add a timer to evaluate bytecode load time and space requirements
Chris Lattner
2002-11-06
Don't build llc symbols by default.
Vikram S. Adve
2002-11-06
Give passnames to the printer classes
Chris Lattner
2002-11-04
No need to explicitly inclue ExportSymbols now
Chris Lattner
2002-11-04
Simple passes that print out SCCs in the CFGs or in the CallGraph of a module.
Vikram S. Adve
2002-11-04
Implement a new -print-callgraph analysis that turns a callgraph into a dot
Chris Lattner
2002-11-03
Disable correlated expressions pass until it is reliable.
Vikram S. Adve
2002-10-31
Reassociate now works
Chris Lattner
2002-10-30
Return 0 instead of 1 for correct execution. Makes automated testing happy.
Misha Brukman
2002-10-29
Jello now builds
Chris Lattner
2002-10-29
* Privatize the TargetName
Chris Lattner
2002-10-29
Allow TargetMachine to refuse static code gen
Chris Lattner
2002-10-29
Convert jello to use PassManager
Chris Lattner
2002-10-29
Rename Sparc.h TargetMachineImpls.h
Chris Lattner
2002-10-29
* Remove explicit strcmp calls
Chris Lattner
2002-10-28
After removing stuff from TargetMachine, we now no longer have to include
Chris Lattner
2002-10-28
Add codegen library
Chris Lattner
2002-10-25
Initial checkin of LLVM JIT, codenamed jello. This tool is not built by
Chris Lattner
2002-10-25
Added datastructure library to resolve link error.
Vikram S. Adve
2002-10-12
* Fix extract to work with constant pointer refs correctly
Chris Lattner
2002-10-07
- Implement a new -print-cfg option for analyze, that causes it to print the
Chris Lattner
2002-10-07
Avoid making external global variables internal
Chris Lattner
2002-10-06
- The extract tool now is sure to extract the function implementation for
Chris Lattner
2002-10-01
Temporary change to make datastructure stuff link in right
Chris Lattner
2002-09-25
Change LowerAllocations pass to 'require' TargetData instead of it being
Chris Lattner
2002-09-24
Make sure to close the file before deleting it
Chris Lattner
2002-09-22
* Remove the -stopraise option, which is no longer needed now that we have
Chris Lattner
2002-09-20
Renamed library preselect to preopts.
Vikram S. Adve
2002-09-19
Minor non-functionality changing changes.
Chris Lattner
2002-09-19
Indent a comment right, add a new one
Chris Lattner
2002-09-18
Avoid deleting the ostream more than once.
Chris Lattner
2002-09-18
KEEP_SYMBOLS by default.
Vikram S. Adve
2002-09-18
Compile sub-directories in parallel, because they don't have interdependencies
Chris Lattner
2002-09-18
gcc3.1.1 seems much more selective about what it loads from archives, and
Vikram S. Adve
2002-09-17
Enable correct support for dynamic loading on Linux
Chris Lattner
2002-09-17
Enable correct support for dynamic loading on Linux
Chris Lattner
2002-09-16
Remove duplicate sparc entry.
Vikram S. Adve
2002-09-16
Use .o files instead of .a files for several cases (that don't actually
Vikram S. Adve
2002-09-16
Change several entries to use the .o instead of .a to expose pass options.
Vikram S. Adve
[next]