aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Modify the intrinsics pattern to separate out the "return" types from theBill Wendling2008-11-131-12/+27
* fsub{d|s} encoding bugs.Evan Cheng2008-11-131-2/+6
* Missed a break statement.Evan Cheng2008-11-131-0/+1
* Fix pre- and post-indexed load / store encoding bugs.Evan Cheng2008-11-134-70/+98
* Refactor the code that does the type checking for intrinsics.Bill Wendling2008-11-131-115/+132
* Add Binary flag to raw_fd_ostream constructor.Daniel Dunbar2008-11-131-2/+13
* Really remove all debug information.Devang Patel2008-11-131-11/+52
* RegeneratedBill Wendling2008-11-133-1397/+1433
* Implement stack protectors as function attributes: "ssp" and "sspreq".Bill Wendling2008-11-135-31/+23
* Move the code that inserts X87 FP_REG_KILL instructions from aDan Gohman2008-11-126-83/+148
* Remove the incorrect assertion. We don't have enough information before reloc...Evan Cheng2008-11-121-2/+1
* CMake: when bulding shared libraries on non-WIN32 systems, link dl toOscar Fuentes2008-11-121-0/+4
* Fix unsigned char->ppcf128 conversion.Dale Johannesen2008-11-121-3/+8
* Do the LiveVariables update before printing the instruction inDan Gohman2008-11-121-1/+2
* Remove some debugging code made redundant by the change to doDan Gohman2008-11-121-8/+0
* Simplify SplitVecRes_EXTRACT_SUBVECTOR. This meansDuncan Sands2008-11-121-20/+12
* Correct some thinkos in the expansion of ADD/SUBDuncan Sands2008-11-121-6/+7
* Change binary dump format.Evan Cheng2008-11-121-9/+21
* Address mode immediate offset has already been divided by 4.Evan Cheng2008-11-121-2/+1
* Fix a VFP binary arithmetic instruction encoding bug.Evan Cheng2008-11-121-1/+1
* Fix address mode 3 immediate offset mode encoding.Evan Cheng2008-11-122-5/+7
* Consolidate formats; fix FCMPED etc. encodings.Evan Cheng2008-11-125-168/+120
* Fix VFP conversion instruction encodings.Evan Cheng2008-11-124-86/+123
* Fix encoding of single-precision VFP registers.Evan Cheng2008-11-124-40/+174
* Fix the testb optimization so x86 also bootstraps.Dale Johannesen2008-11-121-3/+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
* RemoveDevang Patel2008-11-111-0/+0
* Undo previous check-in.Devang Patel2008-11-111-97/+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 list of source files for lib/Transforms/Utils.Oscar Fuentes2008-11-111-0/+1
* Encode VFP conversion instructions.Evan Cheng2008-11-114-35/+126
* Add utility pass to remove dbg info.Devang Patel2008-11-111-0/+97
* 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-114-10/+16
* Add a README entry.Evan Cheng2008-11-111-0/+17
* CMake: corrected split of Alpha and Sparc AsmPrinters.Oscar Fuentes2008-11-112-4/+2
* 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
* Update CMakeLists.txtCédric Venet2008-11-111-0/+1
* Fix for PR3040:Bill Wendling2008-11-111-18/+35
* fix another libgcc blockerAndrew Lenharth2008-11-111-0/+1