| Commit message (Expand) | Author | Age | Files | Lines |
* | eliminate extra space. | Torok Edwin | 2009-07-14 | 8 | -24/+23 |
* | Add extra sign extension to the same bit width before int sign | Anton Korobeynikov | 2009-07-14 | 2 | -3/+13 |
* | Add missing break. Patch by Artur Pietrek! | Anton Korobeynikov | 2009-07-14 | 1 | -0/+1 |
* | rename getValueName -> getMangledName. These two files have very | Chris Lattner | 2009-07-14 | 1 | -3/+6 |
* | rename getValueName -> getMangledName | Chris Lattner | 2009-07-14 | 1 | -1/+1 |
* | Rename getValueName -> getMangledName. | Chris Lattner | 2009-07-14 | 12 | -55/+47 |
* | Change the X86 asmprinter to use the mangler to apply suffixes like "$non_laz... | Chris Lattner | 2009-07-14 | 1 | -54/+70 |
* | 1. In Thumb mode, select tBx instead of ARM variants. | Evan Cheng | 2009-07-14 | 2 | -20/+16 |
* | Remove hack now that Evan fixed it so that the frame pointer isn't saved twice. | Bill Wendling | 2009-07-14 | 1 | -23/+0 |
* | use getValueName instead of makeNameProper. | Chris Lattner | 2009-07-14 | 1 | -2/+2 |
* | Fix detection of valid BFC immediates. | David Goodwin | 2009-07-14 | 1 | -10/+10 |
* | Fix an obvious copy-and-paste error. | Bob Wilson | 2009-07-14 | 1 | -8/+8 |
* | Revert 75309. | Bob Wilson | 2009-07-14 | 1 | -106/+8 |
* | fix CBE & MSIL backends to not use the mangler for non-global symbols. | Chris Lattner | 2009-07-13 | 3 | -27/+54 |
* | don't print redundant @PLT suffixes | Chris Lattner | 2009-07-13 | 1 | -4/+0 |
* | clean up some syntax. | Chris Lattner | 2009-07-13 | 1 | -12/+11 |
* | These don't really need contexts either. | Owen Anderson | 2009-07-13 | 1 | -2/+2 |
* | eliminate a bunch of code in print_pcrel_imm for printing symbols, using | Chris Lattner | 2009-07-13 | 1 | -73/+26 |
* | move a method and add a comment, no functionality change. | Chris Lattner | 2009-07-13 | 1 | -86/+89 |
* | refactor operand printing to remove hte last of the "mem" modifier hack. The | Chris Lattner | 2009-07-13 | 1 | -13/+13 |
* | Fix FP elimination code to work for Thumb-2 addrmode AddrModeT2_so. This fixe... | David Goodwin | 2009-07-13 | 1 | -3/+7 |
* | refactor symbol printing so the whole "mem" thing is handled in fewer places. | Chris Lattner | 2009-07-13 | 2 | -40/+49 |
* | As Chris pointed out, this doesn't actually need an LLVMContext to operate. | Owen Anderson | 2009-07-13 | 3 | -5/+5 |
* | Move more functionality over to LLVMContext. | Owen Anderson | 2009-07-13 | 1 | -1/+1 |
* | Reverted r75484. It was causing a failure with Apple-style builds. | Bill Wendling | 2009-07-13 | 1 | -7/+1 |
* | Add infrastructure to allow post instruction printing action triggers. | David Greene | 2009-07-13 | 1 | -0/+1 |
* | More standard way of specifying greater than Leopard. | Bill Wendling | 2009-07-13 | 1 | -3/+3 |
* | On greater than Leopard systems, place exception tables in the __TEXT section. | Bill Wendling | 2009-07-13 | 1 | -3/+11 |
* | Fix comment typos. | Bob Wilson | 2009-07-13 | 2 | -2/+2 |
* | Begin the painful process of tearing apart the rat'ss nest that is Constants.... | Owen Anderson | 2009-07-13 | 6 | -14/+15 |
* | Remove extra \n from LLVM_UNREACHABLE calls. | Torok Edwin | 2009-07-12 | 8 | -16/+15 |
* | Temporarily revert r75408. It appears to break the Apple-style builds: | Bill Wendling | 2009-07-12 | 3 | -28/+17 |
* | eliminate MOV64r0 in favor of a Pat<> pattern. This is only nontrivial because | Chris Lattner | 2009-07-12 | 3 | -17/+28 |
* | fix x86-64 static codegen to materialize the address of a global with movl in... | Chris Lattner | 2009-07-11 | 1 | -3/+15 |
* | fix a bug in my cleanup patch | Chris Lattner | 2009-07-11 | 1 | -1/+1 |
* | comment cleanup, reduce nesting. | Chris Lattner | 2009-07-11 | 2 | -8/+11 |
* | remove some dead patterns, WrapperRIP doesn't exist in -static mode | Chris Lattner | 2009-07-11 | 1 | -17/+0 |
* | Fix PR4533, which is about buggy codegen in x86-64 -static mode. | Chris Lattner | 2009-07-11 | 1 | -4/+4 |
* | assert(0) -> LLVM_UNREACHABLE. | Torok Edwin | 2009-07-11 | 71 | -296/+332 |
* | Don't put IT instruction before conditional branches. | Evan Cheng | 2009-07-11 | 1 | -5/+13 |
* | Smarter isel of ldrsb / ldrsh. Only make use of these when [r,r] address is f... | Evan Cheng | 2009-07-11 | 3 | -19/+15 |
* | Major changes to Thumb (not Thumb2). Many 16-bit instructions either modifies... | Evan Cheng | 2009-07-11 | 12 | -296/+430 |
* | 80 col violation. | Evan Cheng | 2009-07-11 | 1 | -2/+2 |
* | Add superclasses of ARM Neon quad registers. The Q2PR class contains pairs of | Bob Wilson | 2009-07-10 | 1 | -8/+106 |
* | remove the "debug" modifier, it is only used by one instruction which can | Chris Lattner | 2009-07-10 | 2 | -2/+2 |
* | make pcrel and non-pcrel global printing more similar. | Chris Lattner | 2009-07-10 | 1 | -11/+19 |
* | Undo my brain cramp. | Evan Cheng | 2009-07-10 | 2 | -67/+0 |
* | code model is never set to default. | Chris Lattner | 2009-07-10 | 1 | -4/+2 |
* | fix indentation | Chris Lattner | 2009-07-10 | 1 | -14/+14 |
* | remove the now-dead TM argument to these methods. | Chris Lattner | 2009-07-10 | 5 | -10/+10 |