aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2008-11-12Correct some thinkos in the expansion of ADD/SUBDuncan Sands
2008-11-12Change binary dump format.Evan Cheng
2008-11-12Address mode immediate offset has already been divided by 4.Evan Cheng
2008-11-12Fix a VFP binary arithmetic instruction encoding bug.Evan Cheng
2008-11-12Fix address mode 3 immediate offset mode encoding.Evan Cheng
2008-11-12Consolidate formats; fix FCMPED etc. encodings.Evan Cheng
2008-11-12Fix VFP conversion instruction encodings.Evan Cheng
2008-11-12Fix encoding of single-precision VFP registers.Evan Cheng
2008-11-12Fix the testb optimization so x86 also bootstraps.Dale Johannesen
2008-11-12VFP fld / fst immediate field is multiplied by 4.Evan Cheng
2008-11-12CMake: Remove removed source file.Oscar Fuentes
2008-11-11RemoveDevang Patel
2008-11-11Undo previous check-in.Devang Patel
2008-11-11This shouldn't be necessaryAndrew Lenharth
2008-11-11Fix FMDRR encoding.Evan Cheng
2008-11-11Handle floating point constpool_entry's.Evan Cheng
2008-11-11Don't walk into predecessors in which the vreg is not live when doing shrinkw...Owen Anderson
2008-11-11Encode VFP load / store instructions.Evan Cheng
2008-11-11In ScheduleDAGRRList::CopyAndMoveSuccessors, create the SUnit for the loadDan Gohman
2008-11-11Avoid relying on the SelectionDAG for initializing the MachineFunction andDan Gohman
2008-11-11CMake: Updated list of source files for lib/Transforms/Utils.Oscar Fuentes
2008-11-11Encode VFP conversion instructions.Evan Cheng
2008-11-11Add utility pass to remove dbg info.Devang Patel
2008-11-11Silence unused variable warning.Devang Patel
2008-11-11Use actual function name in comments.Devang Patel
2008-11-11Change the scheduler accessor methods to accept an explicit TargetMachineDan Gohman
2008-11-11Add a README entry.Evan Cheng
2008-11-11CMake: corrected split of Alpha and Sparc AsmPrinters.Oscar Fuentes
2008-11-11Separate sparc asmprinter. This should unbreak the native buildAnton Korobeynikov
2008-11-11Separate alpha asmprinter. This should unbreak native build.Anton Korobeynikov
2008-11-11The 32-bit displacement field in an x86 address is signed. Arrange for itDan Gohman
2008-11-11Update CMakeLists.txtCedric Venet
2008-11-11Fix for PR3040:Bill Wendling
2008-11-11fix another libgcc blockerAndrew Lenharth
2008-11-11Cleaned up and fix bugs in convert_rndsat nodeMon P Wang
2008-11-11Unbreak the buildbot and back out (inadvertant) casting edits in CellSPUScott Michel
2008-11-11Encode VFP arithmetic instructions.Evan Cheng
2008-11-11Cleanup debug info. assocated with deleted instructions.Devang Patel
2008-11-11Add utility routines to remove dead debug info.Devang Patel
2008-11-10CellSPU: Fix bug 3606, as well as some ongoing work.Scott Michel
2008-11-10Small simplification. Use the iterator already present as the insertion point.Bill Wendling
2008-11-10Comments and indentation.Evan Cheng
2008-11-10Correct PIC function stub codegen.Evan Cheng
2008-11-10Fix indentation.Dan Gohman
2008-11-10Temporarily revert r58979 and related patch. It's causing a failure in X86 bo...Bill Wendling
2008-11-10- Make sure that we don't over-increment the iterator when going through theBill Wendling
2008-11-10Added CONVERT_RNDSAT (conversion with rounding and saturation) SDNode toMon P Wang
2008-11-10If the sign of exit condition and split condition does not matchDevang Patel
2008-11-10Fix PR2667: add soft float support for sint_to_fp/uint_to_fpDuncan Sands
2008-11-10Tweak some comments.Duncan Sands