aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Cleaned up and fix bugs in convert_rndsat nodeMon P Wang2008-11-112-18/+39
* 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-111-0/+60
* 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
* Fix indentation.Dan Gohman2008-11-101-1/+1
* Temporarily revert r58979 and related patch. It's causing a failure in X86 bo...Bill Wendling2008-11-101-1/+3
* - Make sure that we don't over-increment the iterator when going through theBill Wendling2008-11-101-7/+8
* Added CONVERT_RNDSAT (conversion with rounding and saturation) SDNode toMon P Wang2008-11-107-2/+290
* If the sign of exit condition and split condition does not matchDevang Patel2008-11-101-1/+6
* Fix PR2667: add soft float support for sint_to_fp/uint_to_fpDuncan Sands2008-11-102-15/+25
* Tweak some comments.Duncan Sands2008-11-102-5/+4
* Small cleanups. No functionality change intended!Duncan Sands2008-11-102-16/+8
* When promoting the result of fp_to_uint/fp_to_sint,Duncan Sands2008-11-101-10/+15
* Really fix testb optimization on big-endian.Dale Johannesen2008-11-101-5/+8
* Third time's a charm.Bill Wendling2008-11-101-60/+58
* Added support for the following definition of shufflevector Mon P Wang2008-11-1011-70/+302
* eliminate a couple more uses of utohexstr.Chris Lattner2008-11-101-6/+10
* Use utohex_buffer instead of utohexstr to avoid creating a temporaryChris Lattner2008-11-102-2/+5
* Move getCastToEmpty out of DIDescriptor into DIFactory. It is anChris Lattner2008-11-101-44/+45
* Fix an over aggressive assumption that struct decls will have a pointer toChris Lattner2008-11-101-1/+1
* add new fileChris Lattner2008-11-101-0/+1
* Add a new set of helper classes for creating and reading debug Chris Lattner2008-11-101-0/+662
* Forgot these.Evan Cheng2008-11-101-19/+19
* Rename isGVNonLazyPtr to isIndirectSym to reflect how it will be used.Evan Cheng2008-11-106-27/+27
* Correction for the last patch. Should match the conditional in the first partBill Wendling2008-11-091-34/+42
* The method of doing the matching with a 'select' instruction was wrong. TheBill Wendling2008-11-091-32/+39
* fix leakage of ValueNumberingNuno Lopes2008-11-091-0/+1
* Temporarily revert 58825, which breaks PPC bootstrap.Dale Johannesen2008-11-091-1/+3
* If the LHS of the FCMP is coming from a UIToFP instruction, then we don't wantBill Wendling2008-11-091-33/+88
* Typo fixAnton Korobeynikov2008-11-091-1/+1
* Temporary revert my last commit: it seems it's triggering some subtle bug in ...asl2008-11-085-16/+31
* CMake: corrected library target name for dependency: LLVMCellSPU ->ofv2008-11-081-1/+1