aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* don't form a RecordChild or CheckChildType for child #'s over 7, we don'tChris Lattner2010-03-161-3/+5
* Wrap a long line and add some parens to be consistent.Bob Wilson2010-03-161-2/+3
* Fix the third (and last known) case of code update problems due Chris Lattner2010-03-164-28/+146
* MC: Allow modifiers in MCSymbolRefExpr, and eliminate X86MCTargetExpr.Daniel Dunbar2010-03-1510-134/+124
* Recognize code for doing vector gather/scatter index calculations withDan Gohman2010-03-152-0/+123
* Translate "cc" clobber in ARM inline assembly to ARM::CCRRegisterClass.Bob Wilson2010-03-151-0/+3
* Skip debug info intrinsics.Devang Patel2010-03-151-0/+4
* MC/Mach-O/x86_64: Temporary labels in cstring sections require symbols (and e...Daniel Dunbar2010-03-155-4/+2082
* MC/Mach-O: Add MCSectionMachO::getType()Daniel Dunbar2010-03-152-15/+10
* Skip debug info intrinsics.Devang Patel2010-03-151-0/+4
* Now that the default for Darwin platforms is to place the LSDA into the TEXTBill Wendling2010-03-1511-133/+6
* Implement support for the case when a reference to a addr-of-bb Chris Lattner2010-03-155-29/+116
* 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