aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Simplify this code.Dan Gohman2010-03-181-16/+8
* Define placement new wrappers for BumpPtrAllocator andDan Gohman2010-03-184-125/+90
* Fix pr6543: svn r88806 changed MachineJumpTableInfo::getJumpTableIndex() toBob Wilson2010-03-182-6/+14
* add a special relocation type for movq loads for objectChris Lattner2010-03-182-4/+14
* Add explicit braces to avoid ambiguous ‘else’.Dan Gohman2010-03-181-1/+2
* callq is pcrelativeChris Lattner2010-03-181-1/+1
* Check if function names start with "llvm." before trying to lookup them up asBob Wilson2010-03-182-0/+8
* Fix comment.Devang Patel2010-03-181-1/+1
* Add the ability to "intern" FoldingSetNodeID data into aDan Gohman2010-03-182-16/+26
* Try to fix a valgrind error on 32 bit platforms: use %zu instead of %llu to f...Benjamin Kramer2010-03-181-2/+2
* Turning off post-ra scheduling for x86. It isn't a consistent win.Evan Cheng2010-03-182-15/+0
* Reapply r98755 with a thinko which miscompiled gengtype fixed.Dan Gohman2010-03-182-34/+35
* MCValue: Change to holding MCSymbolRefExprs instead of MCSymbols, we will nee...Daniel Dunbar2010-03-183-37/+44
* MC/Darwin: Add a new target hook for whether the target uses "reliable" symbo...Daniel Dunbar2010-03-182-7/+11
* Revert "Change coalescer complexity from N^2 to N logN by changing one letter."Jakob Stoklund Olesen2010-03-181-1/+12
* X86 address mode matching code MatchAddressRecursively does some aggressive h...Evan Cheng2010-03-171-14/+60
* Debug info intrinsic does not intefer during tail call optimization.Devang Patel2010-03-171-0/+3
* Revert 98745 with respect to the addition of NEONFrm subformats for disassembly.Johnny Chen2010-03-172-453/+85
* Change coalescer complexity from N^2 to N logN by changing one letter.Jakob Stoklund Olesen2010-03-171-12/+1
* Fixed a bug in the IT mask printing where T means the cond bit in the maskJohnny Chen2010-03-171-3/+5
* Refines 98745 so that it only contains the patch related to the output of theJohnny Chen2010-03-171-12/+1
* Clean up whitespace.Bob Wilson2010-03-171-16/+12
* Increase format field from 5 to 6 bits. ARMII::FormMask was increased to 0x3fBob Wilson2010-03-171-3/+3
* Initialize Size member to appease valgrind.Benjamin Kramer2010-03-171-1/+1
* Revert 98755, which may be causing trouble.Dan Gohman2010-03-172-35/+34
* 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