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
/
llvm
/
Target
/
TargetOpcodes.h
Age
Commit message (
Expand
)
Author
2012-09-18
Fix Compile error on mac
Derek Schuff
2012-09-18
Merge commit '8e70b5506ec0d7a6c2740bc89cd1b8f12a78b24f'
Derek Schuff
2012-09-06
Add a new optimization pass: Stack Coloring, that merges disjoint static allo...
Nadav Rotem
2012-07-09
LOCALMODs from hg 0b098ca44de7 against r158408 (hg 90a87d6bfe45)
Derek Schuff
2011-12-06
First chunk of MachineInstr bundle support.
Evan Cheng
2011-06-16
Change the REG_SEQUENCE SDNode to take an explict register class ID as its fi...
Owen Anderson
2010-07-16
Rename DBG_LABEL PROLOG_LABEL, because it's only used during prolog emission and
Bill Wendling
2010-07-11
Remove TargetInstrInfo::copyRegToReg entirely.
Jakob Stoklund Olesen
2010-07-02
Add a new target independent COPY instruction and code to lower it.
Jakob Stoklund Olesen
2010-07-02
Clean up TargetOpcodes.h a bit, and limit the number of places where the full
Jakob Stoklund Olesen
2010-06-09
- Fix description of SUBREG_TO_REG. It's not going to generate a zext. But it
Bill Wendling
2010-05-01
Add a pseudo instruction REG_SEQUENCE that takes a list of registers and
Evan Cheng
2010-03-01
Use Doxygen comment syntax.
Dan Gohman
2010-02-09
move target-independent opcodes out of TargetInstrInfo
Chris Lattner