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
/
lib
/
Target
/
MSP430
/
AsmPrinter
Age
Commit message (
Expand
)
Author
2009-10-21
Cosmetic changes, no functionality changes
Anton Korobeynikov
2009-10-21
Be crazy and assert in case of unsupported modifier passed.
Anton Korobeynikov
2009-10-21
Handle external symbols
Anton Korobeynikov
2009-10-21
Distinguish between pcrel imm operands and 'normal' ones. Fix fixes gross wei...
Anton Korobeynikov
2009-10-21
Add basic block operands & jump kinds
Anton Korobeynikov
2009-10-21
Ignore all implicit reg operands
Anton Korobeynikov
2009-10-21
Add a workaround for different memops prefixes
Anton Korobeynikov
2009-10-21
Checkpoint MCInst printer. We (almostly) able to print global / JT / constpoo...
Anton Korobeynikov
2009-10-21
Add simple operand printing stuff
Anton Korobeynikov
2009-10-21
Add experimental MSP430 MCInstLowering stuff
Anton Korobeynikov
2009-10-21
Wire up MSP430 printMCInst() method
Anton Korobeynikov
2009-10-21
Add MSP430 InstPrinter stub
Anton Korobeynikov
2009-10-11
Implement proper asmprinting for the globals. This eliminates bogus "call" mo...
Anton Korobeynikov
2009-10-11
Implement asm printing for inline asm memory operands
Anton Korobeynikov
2009-10-06
Instead of printing unnecessary basic block labels as labels in
Dan Gohman
2009-10-06
Update processDebugLoc() so that it can be used to process debug info before ...
Devang Patel
2009-09-30
Use MachineInstr as an processDebugLoc() argument.
Devang Patel
2009-09-13
remove all but one reference to TargetRegisterDesc::AsmName.
Chris Lattner
2009-09-13
the tblgen produced 'getRegisterName' method does not access
Chris Lattner
2009-09-13
make tblgen produce a function that returns the name for a physreg.
Chris Lattner
2009-09-13
replace printBasicBlockLabel with EmitBasicBlockStart,
Chris Lattner
2009-09-13
convert some uses of printBasicBlockLabel to use GetMBBSymbol
Chris Lattner
2009-09-09
remove DebugLoc from MCInst and eliminate "Comment printing" from
Chris Lattner
2009-08-31
Normalize makefile comments and sort cmake file lists.
Benjamin Kramer
2009-08-26
Add dummy inline asm handling for 'r' constraint. This fixes PR4778
Anton Korobeynikov
2009-08-22
rename TAI -> MAI, being careful not to make MAILJMP instructions :)
Chris Lattner
2009-08-22
Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.
Chris Lattner
2009-08-19
eliminate AsmPrinter::SwitchToSection and just have clients
Chris Lattner
2009-08-14
Cleanup the mess in msp430 target registration and hopefully unbreak the build
Anton Korobeynikov
2009-08-14
Give MSP430 a separate asmprinter lib
Anton Korobeynikov
[prev]