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
/
MSP430AsmPrinter.cpp
Age
Commit message (
Expand
)
Author
2012-02-07
Convert assert(0) to llvm_unreachable
Craig Topper
2011-08-24
Move TargetRegistry and TargetSelect from Target to Support where they belong.
Evan Cheng
2011-07-25
Separate MCInstPrinter registration from AsmPrinter registration.
Evan Cheng
2011-07-14
Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...
Evan Cheng
2011-07-06
createMCInstPrinter doesn't need TargetMachine anymore.
Evan Cheng
2011-03-21
We need to pass the TargetMachine object to the InstPrinter if we are printing
Bill Wendling
2010-10-05
Re-apply r115363 and r115366 now that r115525 has removed the un-needed header
Jim Grosbach
2010-10-02
Continue reverting r115363.
Nick Lewycky
2010-10-02
Revert patches r115363 r115367 r115391 due to build breakage:
Nick Lewycky
2010-10-01
Now that the asmprinter itself isn't in the subdir, rename 'AsmPrinter' to
Jim Grosbach
2010-10-01
Move the asmprinter and MC lowering out of the AsmPrinter (soon to be
Jim Grosbach
2009-08-14
Give MSP430 a separate asmprinter lib
Anton Korobeynikov
2009-08-12
Change TargetAsmInfo to be constructed via TargetRegistry from a Target+Triple
Chris Lattner
2009-08-08
make printInstruction return void since its result is omitted. Make the
Chris Lattner
2009-08-08
don't check the result of printInstruction anymore.
Chris Lattner
2009-08-05
Don't flush the raw_ostream between each MachineFunction. These flush
Dan Gohman
2009-07-29
pass the mangler down into the various SectionForGlobal methods.
Chris Lattner
2009-07-28
Rip all of the global variable lowering logic out of TargetAsmInfo. Since
Chris Lattner
2009-07-25
Add new helpers for registering targets.
Daniel Dunbar
2009-07-21
make AsmPrinter::doFinalization iterate over the global variables
Chris Lattner
2009-07-21
fix Sparc, SystemZ, and MSP430 to not override AsmPrinter::doInitialization.
Chris Lattner
2009-07-21
Rename LessPrivateGlobalPrefix -> LinkerPrivateGlobalPrefix to match the
Chris Lattner
2009-07-21
remove an unneeded override.
Chris Lattner
2009-07-20
Pass in the unfortunately named "LessPrivatePrefix" for the
Bill Wendling
2009-07-20
Add plumbing for the `linker_private' linkage type. This type is meant for
Bill Wendling
2009-07-15
Register AsmPrinter for XCore, MSP430, and PIC16 targets.
Daniel Dunbar
2009-07-14
Have asm printers use formatted_raw_ostream directly to avoid a
David Greene
2009-07-14
Reapply my previous asmprinter changes now with more testing and two
Chris Lattner
2009-07-14
llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.
Torok Edwin
2009-07-14
Revert r75615, which depended on 75610.
Daniel Dunbar
2009-07-14
Rename getValueName -> getMangledName.
Chris Lattner
2009-07-11
assert(0) -> LLVM_UNREACHABLE.
Torok Edwin
2009-07-01
Remove unused AsmPrinter OptLevel argument, and propogate.
Daniel Dunbar
2009-06-30
Add an "alignment" field to the MachineFunction object. It makes more sense to
Bill Wendling
2009-05-03
Update due to mainline API change
Anton Korobeynikov
2009-05-03
Some eye-candy
Anton Korobeynikov
2009-05-03
Print function header / footer
Anton Korobeynikov
2009-05-03
Fix printing: je => jeq
Anton Korobeynikov
2009-05-03
Properly handle ExternalSymbol's
Anton Korobeynikov
2009-05-03
Lower select with custom inserted and make condjumps generic
Anton Korobeynikov
2009-05-03
Reverse order of memory arguments
Anton Korobeynikov
2009-05-03
Correct asmprinting of memory operands
Anton Korobeynikov
2009-05-03
Some early full call lowering draft for direct calls
Anton Korobeynikov
2009-05-03
Basic support for mem=>reg moves
Anton Korobeynikov
2009-05-03
Add code enough for emission of reg-reg and reg-imm moves. This allows us to ...
Anton Korobeynikov
2009-05-03
Add function body printing routine
Anton Korobeynikov
2009-05-03
Dummy MSP430 backend
Anton Korobeynikov