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
/
TableGen
/
EDEmitter.cpp
Age
Commit message (
Expand
)
Author
2010-07-30
Many Thumb2 instructions can reference the full ARM register set (i.e.,
Jim Grosbach
2010-07-20
remove option from tablegen for building static header.
Chris Lattner
2010-07-19
Add 256-bit vaddsub, vhadd, vhsub, vblend and vdpp instructions!
Bruno Cardoso Lopes
2010-07-09
Start the support for AVX instructions with 256-bit %ymm registers. A couple of
Bruno Cardoso Lopes
2010-07-07
Implement the major chunk of PR7195: support for 'callw'
Chris Lattner
2010-06-23
Add support for the x86 instructions "pusha" and "popa".
Nico Weber
2010-06-15
Next round of tail call changes. Register used in a tail
Dale Johannesen
2010-06-11
Add instruction encoding for the Neon VMOV immediate instruction. This changes
Bob Wilson
2010-05-14
Added a QQQQ register file to model 4-consecutive Q registers.
Evan Cheng
2010-05-06
Eliminated the classification of control registers into %ecr_
Sean Callanan
2010-05-06
Re-apply 103156 and 103157. 103156 didn't break anything. 10315 exposed a coa...
Evan Cheng
2010-04-23
Fixes to edis that mark x86 call targets as
Sean Callanan
2010-04-14
EDis: Don't include inttypes.h. We support compilers which don't provide it. ...
Benjamin Kramer
2010-04-13
Fixed a nasty layering violation in the edis source
Sean Callanan
2010-04-08
Use errs instead of fprintf.
Benjamin Kramer
2010-04-08
Added support for ARM disassembly to edis.
Sean Callanan
2010-03-19
change Target.getInstructionsByEnumValue to return a reference
Chris Lattner
2010-03-14
Check in tablegen changes to fix disassembler related failures caused by r98465.
Evan Cheng
2010-02-10
Updated the enhanced disassembly library's TableGen
Sean Callanan
2010-02-10
Updated the TableGen emitter for the Enhanced
Sean Callanan
2010-02-09
Fixed some indentation in the AsmWriterInst
Sean Callanan
2010-01-29
Quick fix to make the header file for the enhanced
Sean Callanan
2010-01-29
Added a custom TableGen backend to support the
Sean Callanan