index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
MSP430
/
MSP430AsmPrinter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
We need to pass the TargetMachine object to the InstPrinter if we are printing
Bill Wendling
2011-03-21
1
-1
/
+2
*
Re-apply r115363 and r115366 now that r115525 has removed the un-needed header
Jim Grosbach
2010-10-05
1
-0
/
+179
*
Continue reverting r115363.
Nick Lewycky
2010-10-02
1
-0
/
+0
*
Revert patches r115363 r115367 r115391 due to build breakage:
Nick Lewycky
2010-10-02
1
-179
/
+0
*
Now that the asmprinter itself isn't in the subdir, rename 'AsmPrinter' to
Jim Grosbach
2010-10-01
1
-1
/
+1
*
Move the asmprinter and MC lowering out of the AsmPrinter (soon to be
Jim Grosbach
2010-10-01
1
-0
/
+179
*
Give MSP430 a separate asmprinter lib
Anton Korobeynikov
2009-08-14
1
-250
/
+0
*
Change TargetAsmInfo to be constructed via TargetRegistry from a Target+Triple
Chris Lattner
2009-08-12
1
-1
/
+2
*
make printInstruction return void since its result is omitted. Make the
Chris Lattner
2009-08-08
1
-1
/
+1
*
don't check the result of printInstruction anymore.
Chris Lattner
2009-08-08
1
-4
/
+1
*
Don't flush the raw_ostream between each MachineFunction. These flush
Dan Gohman
2009-08-05
1
-2
/
+0
*
pass the mangler down into the various SectionForGlobal methods.
Chris Lattner
2009-07-29
1
-1
/
+1
*
Rip all of the global variable lowering logic out of TargetAsmInfo. Since
Chris Lattner
2009-07-28
1
-1
/
+2
*
Add new helpers for registering targets.
Daniel Dunbar
2009-07-25
1
-12
/
+8
*
make AsmPrinter::doFinalization iterate over the global variables
Chris Lattner
2009-07-21
1
-0
/
+4
*
fix Sparc, SystemZ, and MSP430 to not override AsmPrinter::doInitialization.
Chris Lattner
2009-07-21
1
-7
/
+0
*
Rename LessPrivateGlobalPrefix -> LinkerPrivateGlobalPrefix to match the
Chris Lattner
2009-07-21
1
-1
/
+1
*
remove an unneeded override.
Chris Lattner
2009-07-21
1
-5
/
+0
*
Pass in the unfortunately named "LessPrivatePrefix" for the
Bill Wendling
2009-07-20
1
-1
/
+2
*
Add plumbing for the `linker_private' linkage type. This type is meant for
Bill Wendling
2009-07-20
1
-0
/
+1
*
Register AsmPrinter for XCore, MSP430, and PIC16 targets.
Daniel Dunbar
2009-07-15
1
-2
/
+2
*
Have asm printers use formatted_raw_ostream directly to avoid a
David Greene
2009-07-14
1
-3
/
+3
*
Reapply my previous asmprinter changes now with more testing and two
Chris Lattner
2009-07-14
1
-1
/
+1
*
llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.
Torok Edwin
2009-07-14
1
-5
/
+5
*
Revert r75615, which depended on 75610.
Daniel Dunbar
2009-07-14
1
-1
/
+1
*
Rename getValueName -> getMangledName.
Chris Lattner
2009-07-14
1
-1
/
+1
*
assert(0) -> LLVM_UNREACHABLE.
Torok Edwin
2009-07-11
1
-5
/
+6
*
Remove unused AsmPrinter OptLevel argument, and propogate.
Daniel Dunbar
2009-07-01
1
-5
/
+3
*
Add an "alignment" field to the MachineFunction object. It makes more sense to
Bill Wendling
2009-06-30
1
-4
/
+1
*
Update due to mainline API change
Anton Korobeynikov
2009-05-03
1
-4
/
+6
*
Some eye-candy
Anton Korobeynikov
2009-05-03
1
-8
/
+7
*
Print function header / footer
Anton Korobeynikov
2009-05-03
1
-0
/
+45
*
Fix printing: je => jeq
Anton Korobeynikov
2009-05-03
1
-1
/
+1
*
Properly handle ExternalSymbol's
Anton Korobeynikov
2009-05-03
1
-0
/
+9
*
Lower select with custom inserted and make condjumps generic
Anton Korobeynikov
2009-05-03
1
-0
/
+28
*
Reverse order of memory arguments
Anton Korobeynikov
2009-05-03
1
-6
/
+6
*
Correct asmprinting of memory operands
Anton Korobeynikov
2009-05-03
1
-12
/
+18
*
Some early full call lowering draft for direct calls
Anton Korobeynikov
2009-05-03
1
-7
/
+21
*
Basic support for mem=>reg moves
Anton Korobeynikov
2009-05-03
1
-3
/
+27
*
Add code enough for emission of reg-reg and reg-imm moves. This allows us to ...
Anton Korobeynikov
2009-05-03
1
-1
/
+22
*
Add function body printing routine
Anton Korobeynikov
2009-05-03
1
-1
/
+21
*
Dummy MSP430 backend
Anton Korobeynikov
2009-05-03
1
-0
/
+99