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
/
include
Age
Commit message (
Expand
)
Author
2002-12-04
Expose target data through a method for uniformity
Chris Lattner
2002-12-03
RegisterInfo now supports handing out caller- and callee-save registers, as
Misha Brukman
2002-12-03
Add virtual dtor, expose a debug impl
Chris Lattner
2002-12-03
Add entries to track information about implicit uses and definitions of
Chris Lattner
2002-12-02
More support
Chris Lattner
2002-12-02
Start adding to the meat of MachineCodeEmitter
Chris Lattner
2002-12-02
Initial version of MachineCodeEmitter interface: empty
Chris Lattner
2002-12-02
The hopefully final version of addPassesToEmitMachineCode which does not
Chris Lattner
2002-12-02
Add comment about ownership semantics
Chris Lattner
2002-12-02
Add stub to emit machine code for JIT
Chris Lattner
2002-11-27
Several fixes:
Vikram S. Adve
2002-11-27
Added flags to CloneFlags to strip/keep Mod/Ref bits when cloning a graph.
Vikram S. Adve
2002-11-27
No longer need local graph to find call sites.
Vikram S. Adve
2002-11-22
Added virtual functions for storing and retrieving values from the stack.
Misha Brukman
2002-11-22
Instead of checking op.getType() against MO_VirtualRegister and
Misha Brukman
2002-11-22
Set SSARegMap to NULL after deleting it.
Misha Brukman
2002-11-20
Cloning stuff doesn't modify the source module
Chris Lattner
2002-11-20
MRegisterInfo.h - Added prototypes for functions we need to map a register to
Misha Brukman
2002-11-20
- Eliminated the deferred symbol table stuff in Module & Function, it really
Chris Lattner
2002-11-20
Eliminate the concept of a deferred symbol table. The optimization really is...
Chris Lattner
2002-11-20
SSARegMap -- the mapping between SSARegisters and their RegisterClasses, which
Misha Brukman
2002-11-19
Minor changes to cloning interface
Chris Lattner
2002-11-19
Extend function cloning interface to support inlining
Chris Lattner
2002-11-19
This file is supersumed by Utils/Cloning.h
Chris Lattner
2002-11-19
Merge cloning and inlining utilities
Chris Lattner
2002-11-19
Move inlining pass to IPO.h
Chris Lattner
2002-11-19
Move the function extractor pass from tools/extract into lib/Xform/IPO
Chris Lattner
2002-11-19
Add a new Module::getNamedFunction method
Chris Lattner
2002-11-19
Ignore options that are ""
Chris Lattner
2002-11-18
Add facility to compute peak memory usage
Chris Lattner
2002-11-18
Inline DSTypeRec stuff into DSNode
Chris Lattner
2002-11-18
Inline DSTypeRec into DSNode
Chris Lattner
2002-11-18
Templatize graph traits and iterator to work with const and non-const clients
Chris Lattner
2002-11-18
Add helper method
Chris Lattner
2002-11-17
Print is const!
Chris Lattner
2002-11-17
Make sure that print gets a targetmachine
Chris Lattner
2002-11-17
Omit the indirect node when printing call graphs
Chris Lattner
2002-11-17
Add machine independant printer interface
Chris Lattner
2002-11-17
Finish enumating code
Chris Lattner
2002-11-17
Remove unused methods
Chris Lattner
2002-11-17
Convert to use an enum to access def/use/use&def information. These make
Chris Lattner
2002-11-17
Return const refefrences to enable default construction
Chris Lattner
2002-11-15
Fix warning
Chris Lattner
2002-11-14
include/llvm/CodeGen/MachineInstrBuilder.h: Add addClobber() inline
Brian Gaeke
2002-11-12
Remove dead method, add new method
Chris Lattner
2002-11-11
Almost complete rewrite of BU closure code
Chris Lattner
2002-11-10
add method
Chris Lattner
2002-11-10
Add code to be able to merge two call sites
Chris Lattner
2002-11-10
Add tarj_end() method
Chris Lattner
2002-11-10
Add hasGraph() methods to all of the passes for the printer
Chris Lattner
[next]