summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Sparc/EmitBytecodeToAssembly.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Great renaming: Sparc --> SparcV9Brian Gaeke2004-02-251-119/+0
| | | | llvm-svn: 11826
* The function to create an instance of this pass is no longer a method ofMisha Brukman2003-11-131-1/+1
| | | | | | the UltraSparc class. llvm-svn: 9952
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
| | | | llvm-svn: 9903
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
| | | | | | Header files will be on the way. llvm-svn: 9298
* Make the symbol prologue/epilogue stuff redundant with MappingInfo, inBrian Gaeke2003-09-181-20/+31
| | | | | | | preparation for refactoring. Rename the pass creator fn to mimic the other creator fn names. llvm-svn: 8596
* changed implementation of LLVM BYTECODE LengthMehwish Nagda2002-07-251-18/+16
| | | | llvm-svn: 3089
* Adding code for outputing length in .sAnand Shukla2002-07-211-2/+20
| | | | llvm-svn: 2979
* MEGAPATCH checkin.Chris Lattner2002-06-251-2/+2
| | | | | | For details, See: docs/2002-06-25-MegaPatchInfo.txt llvm-svn: 2778
* Add new optional getPassName() virtual function that a Pass can overrideChris Lattner2002-04-291-0/+2
| | | | | | to make debugging output a lot nicer. llvm-svn: 2395
* Add #include that was removed from TargetMachine.hChris Lattner2002-04-281-0/+1
| | | | llvm-svn: 2381
* Fix include error.Vikram S. Adve2002-03-031-1/+1
| | | | llvm-svn: 1819
* Clean up std namespace issuesChris Lattner2002-02-241-8/+9
| | | | | | Silence warning llvm-svn: 1790
* Write llvm bytecode to output .s file as last step of LLC.Chris Lattner2002-02-111-0/+77
llvm-svn: 1728
OpenPOWER on IntegriCloud