| Commit message (Expand) | Author | Age | Files | Lines |
* | Reapply r98755 with a thinko which miscompiled gengtype fixed. | Dan Gohman | 2010-03-18 | 3 | -58/+61 |
* | MCValue: Change to holding MCSymbolRefExprs instead of MCSymbols, we will nee... | Daniel Dunbar | 2010-03-18 | 4 | -45/+53 |
* | Add MCSymbol::isInSection. | Daniel Dunbar | 2010-03-18 | 1 | -4/+9 |
* | MC/Darwin: Add a new target hook for whether the target uses "reliable" symbo... | Daniel Dunbar | 2010-03-18 | 3 | -9/+31 |
* | Revert "Change coalescer complexity from N^2 to N logN by changing one letter." | Jakob Stoklund Olesen | 2010-03-18 | 1 | -1/+12 |
* | X86 address mode matching code MatchAddressRecursively does some aggressive h... | Evan Cheng | 2010-03-17 | 2 | -14/+99 |
* | Debug info intrinsic does not intefer during tail call optimization. | Devang Patel | 2010-03-17 | 1 | -0/+3 |
* | Revert 98745 with respect to the addition of NEONFrm subformats for disassembly. | Johnny Chen | 2010-03-17 | 2 | -453/+85 |
* | Change coalescer complexity from N^2 to N logN by changing one letter. | Jakob Stoklund Olesen | 2010-03-17 | 1 | -12/+1 |
* | Fixed a bug in the IT mask printing where T means the cond bit in the mask | Johnny Chen | 2010-03-17 | 1 | -3/+5 |
* | Refines 98745 so that it only contains the patch related to the output of the | Johnny Chen | 2010-03-17 | 1 | -12/+1 |
* | Changed install_name for libEnhancedDisassembly.dylib on | Sean Callanan | 2010-03-17 | 1 | -1/+2 |
* | remove arm mode workaround for ARM host | Jim Grosbach | 2010-03-17 | 1 | -2/+0 |
* | Use llvm-gcc to build ARM when it's available | Jim Grosbach | 2010-03-17 | 1 | -4/+3 |
* | Clean up whitespace. | Bob Wilson | 2010-03-17 | 1 | -16/+12 |
* | Increase format field from 5 to 6 bits. ARMII::FormMask was increased to 0x3f | Bob Wilson | 2010-03-17 | 1 | -3/+3 |
* | Initialize Size member to appease valgrind. | Benjamin Kramer | 2010-03-17 | 1 | -1/+1 |
* | Revert 98755, which may be causing trouble. | Dan Gohman | 2010-03-17 | 3 | -61/+58 |
* | feedback from Nick | Gabor Greif | 2010-03-17 | 1 | -1/+2 |
* | Change SCEVNAryExpr's operand array from a SmallVector to a plain | Dan Gohman | 2010-03-17 | 3 | -58/+61 |
* | Remove an unnecessary (and misspelled) typedef. Tweak whitespace. | Bob Wilson | 2010-03-17 | 1 | -3/+3 |
* | missing include | Andrew Lenharth | 2010-03-17 | 1 | -0/+1 |
* | 98745 contains something unrelated to the patch. | Johnny Chen | 2010-03-17 | 1 | -15/+1 |
* | notes from evan | Chris Lattner | 2010-03-17 | 1 | -2/+8 |
* | Added sub-formats to the NeonI/NeonXI instructions to further refine the NEONFrm | Johnny Chen | 2010-03-17 | 20 | -163/+952 |
* | Testcase for r98728. | Stuart Hastings | 2010-03-17 | 1 | -0/+43 |
* | Fix EmitSectionOffset incorrect argument. DwarfDebug is emitting debug info s... | Devang Patel | 2010-03-17 | 1 | -9/+8 |
* | several updates | Chris Lattner | 2010-03-17 | 1 | -15/+5 |
* | Make lit pay attention to --vg for tcl tests too, which makes it work on LLVM's | Jeffrey Yasskin | 2010-03-17 | 1 | -0/+12 |
* | Fixed spelling errors. | John Criswell | 2010-03-17 | 1 | -3/+3 |
* | Fix a false-positive memory leak in code using RemoveFileOnSignal(). Because | Jeffrey Yasskin | 2010-03-17 | 1 | -17/+10 |
* | combiner-aa too, what's its status? | Chris Lattner | 2010-03-17 | 1 | -0/+1 |
* | more chris scribble. | Chris Lattner | 2010-03-17 | 1 | -9/+23 |
* | fix GetOrCreateTemporarySymbol to require a name, clients | Chris Lattner | 2010-03-17 | 5 | -17/+7 |
* | add a bunch of random and unformatted notes as I am reading | Chris Lattner | 2010-03-17 | 1 | -22/+35 |
* | add logo, comment out project info, they need to send updates | Chris Lattner | 2010-03-17 | 1 | -8/+31 |
* | remove dead variable, patch by Nathan Howell! | Chris Lattner | 2010-03-17 | 1 | -5/+0 |
* | Fix death tests in -Asserts builds. | Jeffrey Yasskin | 2010-03-17 | 3 | -0/+6 |
* | Remove a check that can no longer be true, after r84803. | Bob Wilson | 2010-03-16 | 1 | -16/+0 |
* | Revert 98683. It is breaking something in the disassembler. | Bob Wilson | 2010-03-16 | 8 | -62/+106 |
* | Fix liveintervals handling of dbg_value instructions. | Evan Cheng | 2010-03-16 | 2 | -9/+28 |
* | Remove redundant writeback flag from ARM address mode 6. Also remove the | Bob Wilson | 2010-03-16 | 8 | -106/+62 |
* | reapply r98656 unmodified, which exposed the asmprinter not | Chris Lattner | 2010-03-16 | 5 | -4/+73 |
* | Disambiguate the *_UPD and * variants by specifying the writeback flag as 1. | Johnny Chen | 2010-03-16 | 2 | -2/+10 |
* | add asmprinter suport for unions, fixing Feature/unions.ll to actually | Chris Lattner | 2010-03-16 | 1 | -0/+9 |
* | Ignore debug value instructions while analyzing BB for tail duplication. | Devang Patel | 2010-03-16 | 1 | -1/+1 |
* | Revert r98666 too; it's checkin-without-testing day! | Daniel Dunbar | 2010-03-16 | 1 | -1/+1 |
* | str[r]chr returns its pointer argument so we cannot mark it as nocapture. Tha... | Benjamin Kramer | 2010-03-16 | 1 | -1/+0 |
* | temporarily xfail | Chris Lattner | 2010-03-16 | 1 | -1/+1 |
* | Mark str[r]chr readonly. | Benjamin Kramer | 2010-03-16 | 1 | -1/+10 |