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
/
utils
Age
Commit message (
Expand
)
Author
2003-08-06
Added asserts to prevent negative shift amounts from being generated.
Misha Brukman
2003-08-06
Sort the file lists
Chris Lattner
2003-08-06
Add error checking code to the node type parser. Start the instruction pattern
Chris Lattner
2003-08-06
Initial support for an instruction selector emitter
Chris Lattner
2003-08-06
All good classes with virtual functions should have virtual dtors...
Chris Lattner
2003-08-06
Add an instruction selector emitter skeleton
Chris Lattner
2003-08-06
convert over to using TableGen backends
Chris Lattner
2003-08-06
Switch code over to being a TableGenBackend
Chris Lattner
2003-08-06
Add more helper methods
Chris Lattner
2003-08-06
New common interface for backends to use
Chris Lattner
2003-08-05
Stop special-casing annul and predict bits (which are Sparc-specific anyway)
Misha Brukman
2003-08-05
No functional changes, comment the fix I just put in
Chris Lattner
2003-08-05
The CodeEmitterGenerator used to consider ANY uninitialized field as being an
Chris Lattner
2003-08-04
Parse DAG patterns
Chris Lattner
2003-08-04
add support for DagInit initializers, which represent DAG patterns
Chris Lattner
2003-08-04
Update file header comment
Chris Lattner
2003-08-04
Transition complete, remove the obsolete 'set' keyword
Chris Lattner
2003-08-04
Start transitioning towards using 'let X = y in' statements, instead of 'set ...
Chris Lattner
2003-08-04
It appears that somehow we forgot to add support for code variables.
Chris Lattner
2003-08-04
Add initial support for a new 'dag' type
Chris Lattner
2003-08-03
Allow registers to specify a custom name
Chris Lattner
2003-08-03
add new --gen-instr-desc option
Chris Lattner
2003-08-03
Add new Record::getValueAsBit method
Chris Lattner
2003-08-03
Finish the instruction info emitter
Chris Lattner
2003-08-03
Fix bug: TableGen/IntBitInit.td
Chris Lattner
2003-08-03
Fix bug: TableGen/BitsInitOverflow.td
Chris Lattner
2003-08-03
* Changes to allow lists of any type
Chris Lattner
2003-08-03
Changes to allow lists of any type
Chris Lattner
2003-08-03
expand contraction
Chris Lattner
2003-08-03
Add support for instruction enum emission
Chris Lattner
2003-08-03
Initial checkin of Instruction emitter, which just produces enum values so far
Chris Lattner
2003-08-03
Remove dead private:
Chris Lattner
2003-08-03
Make the register numbers line up more frequently
Chris Lattner
2003-08-03
Allow an external 'set' command to set multiple values in the same command.
Chris Lattner
2003-08-03
Finish the register info emitter
Chris Lattner
2003-08-02
Add new method
Chris Lattner
2003-08-01
DEBUG got moved to Debug.h
Chris Lattner
2003-08-01
Tablegen should only replace the output if it changes
Chris Lattner
2003-08-01
Make sure to delete the output file if there is an error
Chris Lattner
2003-08-01
add support for emitting register classes
Chris Lattner
2003-08-01
Add new getValueAsListInit and getValueAsInt methods
Chris Lattner
2003-08-01
Add the ability to emit register file enums
Chris Lattner
2003-08-01
Fix the way field bit references are resolved, also allow resolution of field...
Chris Lattner
2003-08-01
Dead code elimination
Chris Lattner
2003-08-01
Add new getValueAsBitsInit 'high-level' method
Chris Lattner
2003-08-01
Add file comment
Chris Lattner
2003-08-01
Initial checkin of register info emitter
Chris Lattner
2003-08-01
Simplify code to match new interfaces
Chris Lattner
2003-08-01
Switch over to an exception handling model for "high-level" requests.
Chris Lattner
2003-08-01
Minor cleanups
Chris Lattner
[next]