aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Change SCEVNAryExpr's operand array from a SmallVector to a plainDan Gohman2010-03-172-34/+35
* 98745 contains something unrelated to the patch.Johnny Chen2010-03-171-15/+1
* Added sub-formats to the NeonI/NeonXI instructions to further refine the NEONFrmJohnny Chen2010-03-176-141/+930
* Fix EmitSectionOffset incorrect argument. DwarfDebug is emitting debug info s...Devang Patel2010-03-171-9/+8
* Fix a false-positive memory leak in code using RemoveFileOnSignal(). BecauseJeffrey Yasskin2010-03-171-17/+10
* fix GetOrCreateTemporarySymbol to require a name, clientsChris Lattner2010-03-174-14/+3
* Remove a check that can no longer be true, after r84803.Bob Wilson2010-03-161-16/+0
* Revert 98683. It is breaking something in the disassembler.Bob Wilson2010-03-168-62/+106
* Fix liveintervals handling of dbg_value instructions.Evan Cheng2010-03-161-9/+15
* Remove redundant writeback flag from ARM address mode 6. Also remove theBob Wilson2010-03-168-106/+62
* reapply r98656 unmodified, which exposed the asmprinter not Chris Lattner2010-03-165-4/+73
* Disambiguate the *_UPD and * variants by specifying the writeback flag as 1.Johnny Chen2010-03-162-2/+10
* add asmprinter suport for unions, fixing Feature/unions.ll to actuallyChris Lattner2010-03-161-0/+9
* Ignore debug value instructions while analyzing BB for tail duplication.Devang Patel2010-03-161-1/+1
* str[r]chr returns its pointer argument so we cannot mark it as nocapture. Tha...Benjamin Kramer2010-03-161-1/+0
* Mark str[r]chr readonly.Benjamin Kramer2010-03-161-1/+10
* Revert r98656, its breaking all over the place.Daniel Dunbar2010-03-165-73/+4
* improve support for uniontype and ConstantUnion, patch by Tim Northover!Chris Lattner2010-03-165-4/+73
* Remove redundant writeback flag in ARM addressing mode 5.Bob Wilson2010-03-166-23/+14
* Remove the writeback flag from ARM's address mode 4. Now that we have separateBob Wilson2010-03-168-23/+11
* Fix unused variable warnings.Bob Wilson2010-03-162-2/+0
* --- Reverse-merging r98637 into '.':Bob Wilson2010-03-1614-7355/+146
* Initial ARM/Thumb disassembler check-in. It consists of a tablgen backendJohnny Chen2010-03-1614-146/+7355
* Stop using the old pre-UAL syntax for LDM/STM instruction suffixes.Bob Wilson2010-03-163-30/+2
* fix the same bug on the x86-64 side of the fence.Chris Lattner2010-03-161-1/+1
* fix the encoding of TAILJMPd. This fixes Benchmarks/Olden/bisortChris Lattner2010-03-161-2/+2
* Avoid a memory leak in JITDebugRegisterer.Jeffrey Yasskin2010-03-161-1/+4
* Use getFirstTerminator().Bill Wendling2010-03-161-4/+4
* When checking if something's killed, don't rely simply on whether it's marked asBill Wendling2010-03-161-8/+15
* 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-162-28/+122
* MC: Allow modifiers in MCSymbolRefExpr, and eliminate X86MCTargetExpr.Daniel Dunbar2010-03-158-128/+80
* Recognize code for doing vector gather/scatter index calculations withDan Gohman2010-03-151-0/+84
* 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-152-4/+36
* MC/Mach-O: Add MCSectionMachO::getType()Daniel Dunbar2010-03-151-12/+5
* 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-152-6/+69
* 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-151-7/+10
* 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-151-6/+110
* 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