summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/PPCTargetMachine.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Rename PPC32*.h to PPC*.hChris Lattner2005-10-141-1/+1
| | | | | | This completes the grand PPC file renaming llvm-svn: 23745
* Merge PPCJITInfo.h and PPC32JITInfo.h. Note that the PowerPCJITInfoChris Lattner2005-10-141-1/+1
| | | | | | and PPC32JITInfo classes should be merged. llvm-svn: 23744
* Rename PowerPC*.h to PPC*.hChris Lattner2005-10-141-0/+184
| | | | llvm-svn: 23743
* Do IMPLICIT_DEFs on incoming args' hard regs, to avoid confusing the regalloc.Brian Gaeke2004-07-161-118/+0
| | | | | | | | Support single-fp incoming args. Support single-fp outgoing args ('call' operands). Support double-fp return values. llvm-svn: 14880
* Revert stuff that I didn't mean to checkinChris Lattner2004-07-151-1/+1
| | | | llvm-svn: 14844
* Patches towards fixing PR341Chris Lattner2004-07-151-1/+1
| | | | llvm-svn: 14841
* Implement getModuleMatchQuality and getJITMatchQuality() for PowerPCMisha Brukman2004-07-121-0/+20
| | | | llvm-svn: 14780
* Delete the allocate*TargetMachine function, which is now dead.Chris Lattner2004-07-111-9/+1
| | | | | | The shared command line options are now in a header that makes sense. llvm-svn: 14757
* Make these format a bit nicerChris Lattner2004-07-111-1/+1
| | | | llvm-svn: 14747
* Auto-registrate targetChris Lattner2004-07-111-0/+7
| | | | llvm-svn: 14745
* Fix all of those problems that the PPC backend has running 176.gcc :)Chris Lattner2004-07-021-0/+6
| | | | llvm-svn: 14565
* Wrap long lineMisha Brukman2004-07-011-1/+2
| | | | llvm-svn: 14552
* Lower ConstantExpressions before the code generator.Misha Brukman2004-06-291-0/+4
| | | | llvm-svn: 14497
* The code generator should work with unreachable blocks. If not, then thisChris Lattner2004-06-291-8/+0
| | | | | | | is a bug that should be fixed in the code generator, not papered over with the simplifycfg pass. Eliminating this makes bugpoint much more useful llvm-svn: 14477
* Can't print out machine code before it is constructed.Misha Brukman2004-06-281-3/+0
| | | | llvm-svn: 14472
* Allow debugging machine instrs (by printout) before/after isel and regallocMisha Brukman2004-06-251-0/+7
| | | | llvm-svn: 14416
* Add option to print out machine code before register allocation.Misha Brukman2004-06-241-0/+4
| | | | llvm-svn: 14387
* llvm/IntrinsicLowering.h => llvm/CodeGen/IntrinsicLowering.hMisha Brukman2004-06-211-2/+2
| | | | llvm-svn: 14292
* Initial revisionMisha Brukman2004-06-211-0/+88
llvm-svn: 14283
OpenPOWER on IntegriCloud