summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/PowerPCBranchSelector.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Eliminate all remaining tabs and trailing spaces.Jeff Cohen2005-07-271-1/+1
| | | | llvm-svn: 22523
* Clean up some uninitialized variables and missing return statements thatReid Spencer2005-06-181-1/+2
| | | | | | GCC 4.0.0 compiler (sometimes incorrectly) warns about under release build. llvm-svn: 22249
* silence incredibly braindead GCC 4 warningChris Lattner2005-06-171-2/+0
| | | | llvm-svn: 22246
* Fix a memory smasher caught by Mac OS X's debug malloc library. We wereNate Begeman2005-06-121-8/+19
| | | | | | incorrectly using an iterator after it was invalid. llvm-svn: 22207
* Remove trailing whitespaceMisha Brukman2005-04-211-13/+13
| | | | llvm-svn: 21425
* Remove unnecessary header includeNate Begeman2004-10-071-1/+0
| | | | llvm-svn: 16824
* Convert remaining X-Form and Pseudo instructions over to asm writerNate Begeman2004-09-021-5/+0
| | | | llvm-svn: 16142
* Changes For Bug 352Reid Spencer2004-09-011-1/+1
| | | | | | | | Move include/Config and include/Support into include/llvm/Config, include/llvm/ADT and include/llvm/Support. From here on out, all LLVM public header files must be under include/llvm/. llvm-svn: 16137
* PowerPCInstrInfo has gone away, PPC32 and PPC64 share opcodes.Misha Brukman2004-08-171-1/+2
| | | | llvm-svn: 15852
* Renamed PPC32 (namespace for regs, opcodes) to PPC to include 64-bit targetsMisha Brukman2004-08-101-8/+8
| | | | llvm-svn: 15631
* Remove an extra 8 byte distance penalty. Patch by Nate Begeman.Misha Brukman2004-07-281-4/+0
| | | | llvm-svn: 15305
* Add PowerPCBranchSelector to discover which are `long' branches.Misha Brukman2004-07-271-0/+142
Contributed by Nate Begeman. llvm-svn: 15280
OpenPOWER on IntegriCloud