| Commit message (Expand) | Author | Age | Files | Lines |
* | 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. | Edwin Török | 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. | Edwin Török | 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 |
* | make PIC vs DynamicNoPIC be explicit in PICStyles. | Chris Lattner | 2009-07-10 | 3 | -21/+21 |
* | some minor simplifications. | Chris Lattner | 2009-07-10 | 2 | -14/+32 |
* | add a couple of predicates to test for "stub style pic in PIC mode" and "stub... | Chris Lattner | 2009-07-10 | 5 | -34/+40 |
* | Avoid compiler warnings when assertions are turned off. | Duncan Sands | 2009-07-10 | 1 | -4/+4 |
* | CMOVxx doesn't swap operands which it's commuted. | Evan Cheng | 2009-07-10 | 2 | -0/+67 |
* | Predicate VFP instructions on HasVFP2 instead of IsARM. This allows VFP instr... | David Goodwin | 2009-07-10 | 2 | -14/+42 |
* | Update for GlobalVariables ctor change. | Owen Anderson | 2009-07-10 | 1 | -3/+2 |
* | t2LDM_RET does not fall-through. | David Goodwin | 2009-07-10 | 1 | -1/+1 |
* | Add Thumb2ITBlockPass.cpp to CMakeLists.txt, fixing | Duncan Sands | 2009-07-10 | 1 | -0/+1 |
* | make this more like printOperand. Perhaps some merging will happen | Chris Lattner | 2009-07-10 | 1 | -3/+2 |