summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix the testb optimization so x86 also bootstraps.Dale Johannesen2008-11-122-4/+1
* VFP fld / fst immediate field is multiplied by 4.Evan Cheng2008-11-123-19/+37
* CMake: Remove removed source file.Oscar Fuentes2008-11-121-1/+0
* Add a bit of lazy evaluation to PopulateCompilationGraph().Mikhail Glushenkov2008-11-121-11/+18
* Some cosmetic changes.Mikhail Glushenkov2008-11-122-6/+4
* RemoveDevang Patel2008-11-111-0/+0
* Undo previous check-in.Devang Patel2008-11-113-105/+0
* This shouldn't be necessaryAndrew Lenharth2008-11-111-1/+2
* Fix FMDRR encoding.Evan Cheng2008-11-114-26/+51
* Handle floating point constpool_entry's.Evan Cheng2008-11-111-4/+25
* Don't walk into predecessors in which the vreg is not live when doing shrinkw...Owen Anderson2008-11-111-0/+2
* Encode VFP load / store instructions.Evan Cheng2008-11-114-104/+220
* In ScheduleDAGRRList::CopyAndMoveSuccessors, create the SUnit for the loadDan Gohman2008-11-111-17/+17
* Avoid relying on the SelectionDAG for initializing the MachineFunction andDan Gohman2008-11-111-3/+3
* CMake: Updated library dependency info used for MSVC++.Oscar Fuentes2008-11-111-4/+8
* CMake: Updated list of source files for lib/Transforms/Utils.Oscar Fuentes2008-11-111-0/+1
* Encode VFP conversion instructions.Evan Cheng2008-11-114-35/+126
* last validation errorsChris Lattner2008-11-111-7/+7
* Remove incomplete lto-bugpoint tool. If there is an interest then we can resu...Devang Patel2008-11-114-614/+0
* fix some validation errors <it> -> <i>Chris Lattner2008-11-111-7/+7
* fix some validation errors.Chris Lattner2008-11-111-11/+11
* Add utility pass to remove dbg info.Devang Patel2008-11-113-0/+105
* remove an extraneous tagChris Lattner2008-11-111-1/+1
* Make this document *substantially* better and cover a lot more territory.Chris Lattner2008-11-111-188/+1957
* Silence unused variable warning.Devang Patel2008-11-111-0/+1
* Use actual function name in comments.Devang Patel2008-11-111-2/+2
* Change the scheduler accessor methods to accept an explicit TargetMachineDan Gohman2008-11-117-15/+27
* Add a README entry.Evan Cheng2008-11-111-0/+17
* CMake: forces rebuild of llvm-config's library dependency info when aOscar Fuentes2008-11-111-0/+1
* CMake: corrected split of Alpha and Sparc AsmPrinters.Oscar Fuentes2008-11-112-4/+2
* CMake: Removed unnecessary library path setting that was breaking theOscar Fuentes2008-11-111-3/+0
* Separate sparc asmprinter. This should unbreak the native buildAnton Korobeynikov2008-11-114-1/+27
* Separate alpha asmprinter. This should unbreak native build.Anton Korobeynikov2008-11-114-1/+27
* The 32-bit displacement field in an x86 address is signed. Arrange for itDan Gohman2008-11-111-10/+13
* Add svn:ignore properties for srcdir = objdir builds.Dan Gohman2008-11-110-0/+0
* Update CMakeLists.txtCedric Venet2008-11-111-0/+1
* Fix for PR3040:Bill Wendling2008-11-111-18/+35
* fix another libgcc blockerAndrew Lenharth2008-11-112-0/+23
* Cleaned up and fix bugs in convert_rndsat nodeMon P Wang2008-11-113-21/+43
* Un-XFAIL tests now that they're fixed.Bill Wendling2008-11-112-2/+0
* Unbreak the buildbot and back out (inadvertant) casting edits in CellSPUScott Michel2008-11-111-7/+7
* Encode VFP arithmetic instructions.Evan Cheng2008-11-114-108/+226
* Cleanup debug info. assocated with deleted instructions.Devang Patel2008-11-111-2/+7
* Add utility routines to remove dead debug info.Devang Patel2008-11-112-0/+88
* r59009 broke these tests. XFAIL for now.Bill Wendling2008-11-112-0/+2
* CellSPU: Fix bug 3606, as well as some ongoing work.Scott Michel2008-11-103-12/+58
* Small simplification. Use the iterator already present as the insertion point.Bill Wendling2008-11-101-4/+3
* Comments and indentation.Evan Cheng2008-11-101-3/+3
* Correct PIC function stub codegen.Evan Cheng2008-11-102-7/+52
* CMake: Fixed cross-compiling.Oscar Fuentes2008-11-101-7/+2