summaryrefslogtreecommitdiffstats
path: root/llvm
Commit message (Expand)AuthorAgeFilesLines
* Reapply r98755 with a thinko which miscompiled gengtype fixed.Dan Gohman2010-03-183-58/+61
* MCValue: Change to holding MCSymbolRefExprs instead of MCSymbols, we will nee...Daniel Dunbar2010-03-184-45/+53
* Add MCSymbol::isInSection.Daniel Dunbar2010-03-181-4/+9
* MC/Darwin: Add a new target hook for whether the target uses "reliable" symbo...Daniel Dunbar2010-03-183-9/+31
* 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-172-14/+99
* 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
* Changed install_name for libEnhancedDisassembly.dylib onSean Callanan2010-03-171-1/+2
* remove arm mode workaround for ARM hostJim Grosbach2010-03-171-2/+0
* Use llvm-gcc to build ARM when it's availableJim Grosbach2010-03-171-4/+3
* 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-173-61/+58
* feedback from NickGabor Greif2010-03-171-1/+2
* Change SCEVNAryExpr's operand array from a SmallVector to a plainDan Gohman2010-03-173-58/+61
* Remove an unnecessary (and misspelled) typedef. Tweak whitespace.Bob Wilson2010-03-171-3/+3
* missing includeAndrew Lenharth2010-03-171-0/+1
* 98745 contains something unrelated to the patch.Johnny Chen2010-03-171-15/+1
* notes from evanChris Lattner2010-03-171-2/+8
* Added sub-formats to the NeonI/NeonXI instructions to further refine the NEONFrmJohnny Chen2010-03-1720-163/+952
* Testcase for r98728.Stuart Hastings2010-03-171-0/+43
* Fix EmitSectionOffset incorrect argument. DwarfDebug is emitting debug info s...Devang Patel2010-03-171-9/+8
* several updatesChris Lattner2010-03-171-15/+5
* Make lit pay attention to --vg for tcl tests too, which makes it work on LLVM'sJeffrey Yasskin2010-03-171-0/+12
* Fixed spelling errors.John Criswell2010-03-171-3/+3
* Fix a false-positive memory leak in code using RemoveFileOnSignal(). BecauseJeffrey Yasskin2010-03-171-17/+10
* combiner-aa too, what's its status?Chris Lattner2010-03-171-0/+1
* more chris scribble.Chris Lattner2010-03-171-9/+23
* fix GetOrCreateTemporarySymbol to require a name, clientsChris Lattner2010-03-175-17/+7
* add a bunch of random and unformatted notes as I am readingChris Lattner2010-03-171-22/+35
* add logo, comment out project info, they need to send updatesChris Lattner2010-03-171-8/+31
* remove dead variable, patch by Nathan Howell!Chris Lattner2010-03-171-5/+0
* Fix death tests in -Asserts builds.Jeffrey Yasskin2010-03-173-0/+6
* 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-162-9/+28
* 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
* Revert r98666 too; it's checkin-without-testing day!Daniel Dunbar2010-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
* temporarily xfailChris Lattner2010-03-161-1/+1
* Mark str[r]chr readonly.Benjamin Kramer2010-03-161-1/+10
OpenPOWER on IntegriCloud