aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Sparc/SparcAsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use raw_ostream throughout the AsmPrinter.Owen Anderson2008-08-211-2/+3
* Handle visibility printing with all generality. Remove bunch of duplicate code.Anton Korobeynikov2008-08-081-1/+5
* Use EmitAlignment consistentlyAnton Korobeynikov2008-08-071-2/+1
* CleanupAnton Korobeynikov2008-08-071-6/+6
* Switch Sparc to new section handling stuff. Refactor printing of module-level...Anton Korobeynikov2008-08-071-71/+91
* Fix the build by adding a #include.Owen Anderson2008-07-101-0/+1
* Add CommonLinkage; currently tentative definitionsDale Johannesen2008-05-141-2/+3
* Add a quick and dirty "loop aligner pass". x86 uses it to align its loops to ...Evan Cheng2008-02-281-1/+1
* Change "Name" to "AsmName" in the target register info. Gee, a refactoring toolBill Wendling2008-02-261-1/+1
* Unbreak build with gcc 4.3: provide missed includes and silence most annoying...Anton Korobeynikov2008-02-201-0/+1
* Rename MRegisterInfo to TargetRegisterInfo.Dan Gohman2008-02-101-2/+2
* Get rid of the annoying blank lines before labels.Evan Cheng2008-02-021-2/+1
* Use getPreferredAlignmentLog or getPreferredAlignmentDuncan Sands2008-01-291-1/+1
* Add new shorter predicates for testing machine operands for various types: Chris Lattner2007-12-301-2/+2
* Use MachineOperand::getImm instead of MachineOperand::getImmedValue. Likewis...Chris Lattner2007-12-301-3/+3
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Eliminate the remaining uses of getTypeSize. ThisDuncan Sands2007-11-051-2/+2
* Revert 42908 for now.Evan Cheng2007-10-141-2/+2
* Change the names used for internal labels to use the currentDan Gohman2007-10-121-2/+2
* Don't ignore the return value of AsmPrinter::doInitialization andDan Gohman2007-07-251-2/+1
* Generalize TargetData strings, to support more interesting forms of data.Chris Lattner2007-02-141-1/+1
* Teach TargetData to handle 'preferred' alignment for each target, and useChris Lattner2007-01-201-2/+2
* eliminate static ctors for Statistic objects.Chris Lattner2006-12-191-2/+3
* What should be the last unnecessary <iostream>s in the library.Bill Wendling2006-12-071-4/+3
* Detemplatize the Statistic class. The only type it is instantiated withChris Lattner2006-12-061-1/+1
* These asm printers shouldn't use assembly/writer.hChris Lattner2006-12-061-6/+1
* For PR786:Reid Spencer2006-11-021-2/+0
* Use getSectionForFunctionChris Lattner2006-10-051-3/+5
* Adding dllimport, dllexport and external weak linkage types.Anton Korobeynikov2006-09-141-0/+8
* Make target asm info a property of the target machine.Jim Laskey2006-09-071-14/+2
* Separate target specific asm properties from the asm printers.Jim Laskey2006-09-061-4/+12
* Refactor a bunch of includes so that TargetMachine.h doesn't have to includeOwen Anderson2006-05-121-0/+1
* Split SwitchSection into SwitchTo{Text|Data}Section methods.Chris Lattner2006-05-091-6/+6
* Rename MO_VirtualRegister -> MO_Register. Clean up immediate handling.Chris Lattner2006-05-041-5/+5
* There shalt be only one "immediate" operand type!Chris Lattner2006-05-041-4/+2
* Remove a bunch more SparcV9 specific stuffChris Lattner2006-05-041-8/+1
* Remove some more unused stuff from MachineInstr that was leftover from V9.Chris Lattner2006-05-041-4/+0
* Refactor TargetMachine, pushing handling of TargetData into the target-specif...Owen Anderson2006-05-031-5/+5
* Extend printBasicBlockLabel a bit so that it can be used to print allNate Begeman2006-05-021-4/+4
* JumpTable support! What this represents is working asm and jit support forNate Begeman2006-04-221-6/+2
* Add support for 'special' llvm globals like debug info and static ctors/dtors.Chris Lattner2006-03-091-1/+6
* Don't print constant initializers, they may span lines now.Chris Lattner2006-02-271-2/+0
* Sparc actually *DOES* have a directive for emitting zeros. In fact, it requiresChris Lattner2006-02-151-1/+1
* Use the auto-generated call matcher. Remove a broken impl of the frameaddr/r...Chris Lattner2006-02-101-2/+12
* Rename SPARC V8 target to be the LLVM SPARC target.Chris Lattner2006-02-051-24/+24
* compactify all of the integer conditional moves into one instruction that takesChris Lattner2006-01-311-0/+8
* Add explicit #includes of <iostream>Chris Lattner2006-01-221-0/+1
* Don't print a label for the first MBB in a function.Chris Lattner2006-01-151-5/+6
* The sun assembler only supports .xword in V9 mode.Chris Lattner2005-12-181-1/+1
* Configure the asmwriter to allow constant pools to be printed correctlyChris Lattner2005-12-181-0/+2