summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Sparc/EmitAssembly.cpp
Commit message (Expand)AuthorAgeFilesLines
* Handle the FP format problem, where outputed FP constants were not preciseChris Lattner2002-04-111-7/+24
* Use new higher level isFloatingPoint() functionChris Lattner2002-04-091-1/+1
* * Move include/llvm/Analysis/SlotCalculator.h to include/llvm/SlotCalculator.hChris Lattner2002-04-071-4/+4
* Change references to the Method class to be references to the FunctionChris Lattner2002-04-071-35/+34
* Minor cleanup in printing constants. I think this included a bugVikram S. Adve2002-03-311-32/+14
* Handling of global names was severely broken when converting to 2 passes.Vikram S. Adve2002-03-181-28/+61
* Fix include error.Vikram S. Adve2002-03-031-1/+1
* Clean up std namespace issuesChris Lattner2002-02-241-1/+3
* EmitAssembly doesn't need an UltraSparc, it can do with any TargetMachineChris Lattner2002-02-041-4/+4
* Convert assembly emission over to a two pass approach.Chris Lattner2002-02-031-172/+217
* * prune #includesChris Lattner2002-02-031-25/+18
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-34/+34
* Remove unsized array supportChris Lattner2001-12-141-8/+0
* Renamed inst_const_iterator -> const_inst_iteratorChris Lattner2001-12-041-2/+2
* Rename ConstPoolVal -> ConstantChris Lattner2001-12-031-35/+35
* Create a new #include "Support/..." directory structure to move thingsChris Lattner2001-11-271-2/+65
* Changed checking for invalid register number - earlier it was uisng a contantRuchira Sasanka2001-11-131-1/+1
* Fix bogus code that was eliminating needed args.Vikram S. Adve2001-11-111-5/+1
* Several bug fixes in printing constants, particularly with unsizedVikram S. Adve2001-11-101-42/+88
* Add support to print constant arrays and structures.Vikram S. Adve2001-11-091-26/+68
* Bug fix: need to use .reserve for uninitialized data.Vikram S. Adve2001-11-081-6/+5
* Fixed function getEscapedString to follow the Sparc assembly rulesVikram S. Adve2001-11-081-107/+150
* Check in to use moved stringizing codeChris Lattner2001-10-291-2/+10
* Minor fix I omitted to check in.Vikram S. Adve2001-10-281-1/+1
* Major overhaul to print globals and constants.Vikram S. Adve2001-10-281-133/+355
* Fixed load syntax in EmitAssemblyRuchira Sasanka2001-10-241-1/+38
* Split JMPL into JMPLCALL and JMPLRET.Vikram S. Adve2001-10-221-1/+2
* Fixed printing of offset operand for RETURN instruction.Vikram S. Adve2001-10-201-1/+12
* Minor bug fix in printing operands of JMPL.Vikram S. Adve2001-10-201-2/+2
* Emit the proper .type declarations to tell the debugger what a function isChris Lattner2001-10-151-0/+1
* Handle abnormal jmpl syntax correctlyChris Lattner2001-10-151-35/+50
* Be const correctChris Lattner2001-10-151-3/+3
* Add support for new style castsChris Lattner2001-10-011-2/+2
* Fix emission of return instructionsChris Lattner2001-10-011-0/+2
* * Properly escape function namesChris Lattner2001-09-281-3/+23
* Seperate instruction definitions into new SparcInstr.def fileChris Lattner2001-09-191-1/+1
* First cut at assembly outputChris Lattner2001-09-191-0/+213
OpenPOWER on IntegriCloud