aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* MachineMove ctor doesn't need to to mutate input, add 'const'Chris Lattner2010-03-151-1/+2
* do some serious surgery on CellSPU to get it back into a worldChris Lattner2010-03-154-38/+50
* fix a few more ambiguous types.Chris Lattner2010-03-152-4/+4
* add some missing typesChris Lattner2010-03-151-2/+2
* Tell Valgrind when we modify already-executed machine code so it knowsJeffrey Yasskin2010-03-1511-13/+290
* various cleanups from danielChris Lattner2010-03-151-8/+8
* fix an ambiguous pattern, contrary to expectations, scalar_to_vectorChris Lattner2010-03-151-1/+1
* remove dead method.Chris Lattner2010-03-152-11/+0
* don't forget to close a FD on an error condition, found byChris Lattner2010-03-141-1/+2
* tidy up and expound more on how half-float works.Chris Lattner2010-03-141-14/+21
* tidy indentationChris Lattner2010-03-141-3/+3
* no really, all 64-bit cpu's have cmov support. This shouldChris Lattner2010-03-141-1/+6
* filecheckize a test and mark these wiht a cpu so it passesChris Lattner2010-03-143-6/+13
* all 64-bit cpus have cmov, this should fix CodeGen/X86/cmov.llChris Lattner2010-03-141-1/+2
* Remove pointless forward declaration, MSVC got confused by this.Benjamin Kramer2010-03-141-1/+0
* Turn calls to copysignl into an FCOPYSIGN node. Handle FCOPYSIGN nodesDuncan Sands2010-03-146-1/+29
* Rename SDDbgValue.h to SDNodeDbgValue.h for consistency.Evan Cheng2010-03-144-6/+6
* fix ShrinkDemandedOps to not leave dead nodes around,Chris Lattner2010-03-142-0/+25
* rewrite ShrinkDemandedOps to be faster and indent less,Chris Lattner2010-03-141-48/+64
* Fix jit encoding bugs.Evan Cheng2010-03-141-4/+4
* make -view-isel-dags print after the 'ShrinkDemandedOps' pass.Chris Lattner2010-03-141-2/+2
* don't have i386-specific tests in CodeGen/Generic, PR6601.Chris Lattner2010-03-1422-30/+0
* fix PR6605, X86ISD::CMP always returns i32 (EFLAGS), notChris Lattner2010-03-143-3/+27
* Fix typoAnton Korobeynikov2010-03-141-1/+1
* Document fp16 intrinsicsAnton Korobeynikov2010-03-141-0/+90
* Feature test for half precision FP.Anton Korobeynikov2010-03-141-0/+32
* Add substarget feature for FP16Anton Korobeynikov2010-03-144-1/+10
* Add codegen support for FP16 on ARMAnton Korobeynikov2010-03-143-12/+54
* Make default expansion for FP16 <-> FP32 nodes into libcallsAnton Korobeynikov2010-03-148-0/+51
* Add DAG nodes to represent FP16 <-> FP32 intrinsicsAnton Korobeynikov2010-03-142-0/+14
* CleanupAnton Korobeynikov2010-03-141-6/+4
* The fp16 <-> fp32 intrinsics are pure, mark them so they can be CSE'd, etc.Anton Korobeynikov2010-03-141-2/+4
* Add intrinsics to represent fp16 <-> fp32 conversionsAnton Korobeynikov2010-03-141-0/+8
* add support for pentium class CPUs which do not have cmov,Chris Lattner2010-03-144-16/+64
* fix AsmPrinter::GetBlockAddressSymbol to always return a uniqueChris Lattner2010-03-148-31/+37
* comment fix.Chris Lattner2010-03-141-1/+1
* shrink 4-byte branches to 1-byte branches when lowering fromChris Lattner2010-03-141-0/+23
* Skip over debug info when trying to merge two return BBs.Bill Wendling2010-03-141-4/+9
* Make returns more consistent with others.Bill Wendling2010-03-141-2/+2
* get MMI out of the label uniquing business, just go to MCContextChris Lattner2010-03-1413-46/+25
* fix these two get the mcsymbol operand instead of imm operand.Chris Lattner2010-03-141-5/+2
* add a new CreateTempSymbol method, the use case forChris Lattner2010-03-142-0/+10
* don't use getDWLabel("label" anymore, always go through MMI.Chris Lattner2010-03-141-2/+2
* remove now-dead code, all labels use MCSymbols.Chris Lattner2010-03-141-10/+1
* change SrcLineInfo to contain a label instead of a label ID.Chris Lattner2010-03-142-9/+7
* Now that DBG_LABEL is updated, we can finally make MachineMove Chris Lattner2010-03-1410-124/+86
* change the DBG_LABEL MachineInstr to always be createdChris Lattner2010-03-149-27/+29
* xfail properlyChris Lattner2010-03-141-1/+1
* unbreak the build, grr symlinks.Chris Lattner2010-03-141-3/+3
* xfail these tests temporarily to get teh buildbots back to happy land.Chris Lattner2010-03-144-0/+6