aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Allow an arbitrary prefixChris Lattner2004-08-171-4/+3
* Allow an arbitrary prefix.Chris Lattner2004-08-171-4/+4
* We now allow targets to use any prefix they want for global symbols. LetsChris Lattner2004-08-172-5/+5
* Rewrite targets/rules to generate files for just PowerPC or PPC{32,64}Misha Brukman2004-08-171-19/+18
* Register classes are target-dependentMisha Brukman2004-08-171-29/+0
* #include <map> is not necessary hereMisha Brukman2004-08-171-4/+2
* `PowerPC' is no longer a real targetMisha Brukman2004-08-171-15/+0
* Move variables and methods which need PPC{32,64}* distinction to subclassesMisha Brukman2004-08-171-15/+2
* No need for an `is64bit' flagMisha Brukman2004-08-171-14/+12
* PowerPCInstrInfo and PowerPCRegisterInfo have gone away; they are replacedMisha Brukman2004-08-172-386/+0
* Consistently name passed with 32 or 64 in their nameMisha Brukman2004-08-171-2/+2
* PowerPCRegisterInfo no longer takes a bool to differentiate 32 vs 64 bitsMisha Brukman2004-08-171-6/+3
* The PowerPCInstrInfo class has gone away.Misha Brukman2004-08-171-34/+0
* PowerPCInstrInfo has gone away, PPC32 and PPC64 share opcodes.Misha Brukman2004-08-171-1/+2
* PowerPC 32-/64-bit split: Part II, 64-bit customizations on PowerPCMisha Brukman2004-08-179-27/+592
* PowerPC 32-/64-bit split: Part I, PPC32* bit files, adapted from former PowerPC*Misha Brukman2004-08-1710-58/+632
* Do not #include files into the llvm namespaceChris Lattner2004-08-177-18/+20
* Correct the comments in the symbol table writer to reflect reality.Reid Spencer2004-08-171-3/+7
* Print float constants as 4 byte values.Chris Lattner2004-08-172-44/+50
* Make sure to put an _ prefix on all identifiers!Chris Lattner2004-08-172-32/+58
* Some asmwriters want an _ prefixChris Lattner2004-08-171-1/+1
* Some asmweriters want an _ prefixChris Lattner2004-08-171-1/+9
* Technical Corrections (thanks to Robert Mykland):Reid Spencer2004-08-171-18/+26
* More changes to make PPC32 and X86 more similarChris Lattner2004-08-162-22/+18
* Minor changes to make the diff be nothing against the X86 versionChris Lattner2004-08-162-38/+8
* Finegrainify namespacificationChris Lattner2004-08-162-218/+30
* Start using the AsmPrinter to emit our first class constants. This alsoChris Lattner2004-08-161-109/+11
* Initial implementation of the asmprinter base classChris Lattner2004-08-162-0/+175
* Moved this file out of lib/CodeGenChris Lattner2004-08-161-0/+119
* Hacks to make the MachineFunction class be able to delete the MFI objectChris Lattner2004-08-161-1/+2
* Code moved out of lib/CodeGen/MachineFunction.cppChris Lattner2004-08-161-0/+180
* Move this code to lib/Target/SparcV9/MachineFunctionInfo.cppChris Lattner2004-08-161-158/+1
* This file is moving to lib/Target/SparcV9Chris Lattner2004-08-161-119/+0
* Fit into 80 lines, add a gross hack for MachineFunctionInfoChris Lattner2004-08-161-10/+14
* These files now live in lib/Target/SparcV9Chris Lattner2004-08-162-221/+0
* Move MachineCodeForInstruction.h and MachineFunctionInfo.h into lib/Target/Sp...Chris Lattner2004-08-1621-42/+37
* Nuke this fileChris Lattner2004-08-161-72/+0
* Fold MachineInstrAnnot.cpp into this fileChris Lattner2004-08-161-0/+56
* Spaces arg!Chris Lattner2004-08-161-1/+3
* Correct the documentation for the module block header which uses the longReid Spencer2004-08-161-4/+22
* Move these files (which are dependent on VMCore) into VMCoreMisha Brukman2004-08-162-252/+0
* Update and consolidate comments. Remove some excess whitespace.Brian Gaeke2004-08-161-15/+6
* Add a note that people shouldn't use MachineFunctionInfo.Brian Gaeke2004-08-161-0/+2
* Bug 422 fixed.Reid Spencer2004-08-161-0/+2
* Merged in RELEASE_13. This fixes the Command Guide link when browsing theJohn Criswell2004-08-161-2/+2
* Updated for 1.3.John Criswell2004-08-162-2/+2
* Merged in release_13 branch.John Criswell2004-08-161-19/+21
* Fix PR422.Reid Spencer2004-08-161-2/+11
* Back out include/llvm/System changes until a satisfactory solution canReid Spencer2004-08-163-436/+0
* Remove lib/System contents until a satisfactory solution can beReid Spencer2004-08-167-828/+0