aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* use Mang->getSymbol() Chris Lattner2010-03-151-7/+1
* use Mang->getSymbol() more.Chris Lattner2010-03-151-35/+17
* Extend MemoryBuffer::getFile() to take an optional "stat" structureDouglas Gregor2010-03-152-9/+15
* Create SDDbgValue for dbg_value intrinsics and remember its connections with ...Devang Patel2010-03-151-5/+28
* Fix the case when a reference to an address taken BB is emitted in oneChris Lattner2010-03-153-7/+138
* In "empty" bb, the return instruction may not be first instruction, if dbg va...Devang Patel2010-03-151-1/+1
* Place the LSDA into the TEXT section for x86 Darwin. If the global it's pointingBill Wendling2010-03-153-46/+29
* Avoid sibcall optimization if either caller or callee is using sret semantics.Evan Cheng2010-03-152-3/+12
* revert r98550, it isn't necessary or sufficient.Chris Lattner2010-03-151-15/+3
* Emit dwarf variable info communicated by code generator through DBG_VALUE mac...Devang Patel2010-03-154-14/+107
* don't eliminate address-taken blocks here.Chris Lattner2010-03-151-3/+15
* SIGN_EXTEND from the same type as the dest is valid.Chris Lattner2010-03-151-1/+1
* sink the call to VT.getSizeInBits() down into its uses,Chris Lattner2010-03-151-7/+5
* Treat copysignl like the other copysign functions.Duncan Sands2010-03-151-1/+1
* Don't save a temporary string into a StringRef field.Jeffrey Yasskin2010-03-151-1/+1
* fix MCSectionELF to not leak memory, just like I did for MCSymbol.Chris Lattner2010-03-153-9/+12
* fix a memory leak yjasskin pointed out: MCSymbol is bump pointerChris Lattner2010-03-153-19/+22
* eliminate some #if 0 code I added in r96905, type inference Chris Lattner2010-03-151-18/+0
* Completely rewrite tblgen's type inference mechanism,Chris Lattner2010-03-157-458/+733
* 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