| Commit message (Expand) | Author | Age | Files | Lines |
* | Let callers decide the sub-register index on the def operand of rematerialize... | Evan Cheng | 2009-07-16 | 8 | -16/+23 |
* | Kill off <TARGET>MachineModule variables, and <TARGETASMPRINTER>ForceLink | Daniel Dunbar | 2009-07-16 | 1 | -7/+0 |
* | Lift addAssemblyEmitter into LLVMTargetMachine. | Daniel Dunbar | 2009-07-15 | 2 | -15/+0 |
* | Lift DumpAsm / -print-emitted-asm functionality into LLVMTargetMachine. | Daniel Dunbar | 2009-07-15 | 2 | -30/+3 |
* | Remove old style hacks to register AsmPrinter into TargetMachine. | Daniel Dunbar | 2009-07-15 | 3 | -28/+4 |
* | Reapply TargetRegistry refactoring commits. | Daniel Dunbar | 2009-07-15 | 4 | -73/+28 |
* | Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repai... | Stuart Hastings | 2009-07-15 | 4 | -28/+73 |
* | Thumb-2 only support [base_reg + offset_reg] addressing, not [base_reg - offs... | David Goodwin | 2009-07-15 | 1 | -13/+16 |
* | Replace large swaths of copy-n-paste code with obvious helper function... | Daniel Dunbar | 2009-07-15 | 1 | -30/+12 |
* | Kill off old (TargetMachine level, not Target level) match quality functions. | Daniel Dunbar | 2009-07-15 | 2 | -58/+0 |
* | Provide TargetMachine implementations with reference to Target they were created | Daniel Dunbar | 2009-07-15 | 2 | -9/+14 |
* | Register Target's TargetMachine and AsmPrinter in the new registry. | Daniel Dunbar | 2009-07-15 | 4 | -6/+14 |
* | Add TargetInfo libraries for all targets. | Daniel Dunbar | 2009-07-15 | 4 | -1/+120 |
* | convert arm/darwin stubs to use the mangler to synthesize all the names inste... | Chris Lattner | 2009-07-15 | 1 | -47/+66 |
* | fix an arm codegen bug (the same as PR4482 on ppc) where available_externally | Chris Lattner | 2009-07-15 | 2 | -7/+6 |
* | convert [Hidden]GVNonLazyPtrs to compute the global and stub names | Chris Lattner | 2009-07-15 | 1 | -27/+41 |
* | Move EVER MORE stuff over to LLVMContext. | Owen Anderson | 2009-07-14 | 4 | -4/+15 |
* | Fix bad indentation and 80-col violation. | Bob Wilson | 2009-07-14 | 1 | -1/+2 |
* | Check for PRE_INC and POST_INC. | David Goodwin | 2009-07-14 | 1 | -1/+1 |
* | Have asm printers use formatted_raw_ostream directly to avoid a | David Greene | 2009-07-14 | 4 | -17/+17 |
* | hasThumb2() does not mean we are compiling for thumb, must also check isThumb(). | David Goodwin | 2009-07-14 | 1 | -3/+6 |
* | Remove an extra space. | Bob Wilson | 2009-07-14 | 1 | -1/+1 |
* | Reapply my previous asmprinter changes now with more testing and two | Chris Lattner | 2009-07-14 | 1 | -5/+7 |
* | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Torok Edwin | 2009-07-14 | 11 | -53/+53 |
* | Revert r75615, which depended on 75610. | Daniel Dunbar | 2009-07-14 | 1 | -7/+5 |
* | Rename getValueName -> getMangledName. | Chris Lattner | 2009-07-14 | 1 | -5/+7 |
* | 1. In Thumb mode, select tBx instead of ARM variants. | Evan Cheng | 2009-07-14 | 2 | -20/+16 |
* | 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 FP elimination code to work for Thumb-2 addrmode AddrModeT2_so. This fixe... | David Goodwin | 2009-07-13 | 1 | -3/+7 |
* | Fix comment typos. | Bob Wilson | 2009-07-13 | 2 | -2/+2 |
* | Remove extra \n from LLVM_UNREACHABLE calls. | Torok Edwin | 2009-07-12 | 2 | -2/+2 |
* | assert(0) -> LLVM_UNREACHABLE. | Torok Edwin | 2009-07-11 | 6 | -26/+29 |
* | 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 |
* | Predicate VFP instructions on HasVFP2 instead of IsARM. This allows VFP instr... | David Goodwin | 2009-07-10 | 2 | -14/+42 |
* | 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 |
* | More info about Thumb1 predication support. | Evan Cheng | 2009-07-10 | 1 | -1/+2 |
* | We don't need separate thumb1 instructions tADDSi3 etc. for addc and subc. Th... | Evan Cheng | 2009-07-10 | 1 | -36/+28 |
* | Add a thumb2 pass to insert IT blocks. | Evan Cheng | 2009-07-10 | 6 | -10/+130 |
* | Move isPredicated from .cpp to .h | Evan Cheng | 2009-07-10 | 2 | -6/+4 |
* | 80 col violation. | Evan Cheng | 2009-07-10 | 1 | -1/+2 |
* | Remove a bogus assertion. | Evan Cheng | 2009-07-10 | 1 | -2/+0 |
* | Replace TM.getRegisterInfo() calls by TRI instance variable. | Bob Wilson | 2009-07-10 | 1 | -25/+24 |
* | Handle 'a' modifier on inline assembly operands. | Bob Wilson | 2009-07-09 | 1 | -2/+7 |