| Commit message (Expand) | Author | Age | Files | Lines |
* | Put Target definitions inside Target specific header, and llvm namespace. | Daniel Dunbar | 2009-07-18 | 3 | -2/+5 |
* | Oops, accidentally set a legal operation to expand. | Eli Friedman | 2009-07-17 | 1 | -1/+0 |
* | Expand misc operations from test/CodeGen/Generic. | Eli Friedman | 2009-07-17 | 1 | -0/+17 |
* | Kill off <TARGET>MachineModule variables, and <TARGETASMPRINTER>ForceLink | Daniel Dunbar | 2009-07-16 | 1 | -9/+0 |
* | Lift addAssemblyEmitter into LLVMTargetMachine. | Daniel Dunbar | 2009-07-15 | 2 | -14/+0 |
* | Register AsmPrinter for XCore, MSP430, and PIC16 targets. | Daniel Dunbar | 2009-07-15 | 3 | -6/+11 |
* | Reapply TargetRegistry refactoring commits. | Daniel Dunbar | 2009-07-15 | 2 | -15/+6 |
* | Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repai... | Stuart Hastings | 2009-07-15 | 2 | -6/+15 |
* | Kill off old (TargetMachine level, not Target level) match quality functions. | Daniel Dunbar | 2009-07-15 | 2 | -12/+0 |
* | Provide TargetMachine implementations with reference to Target they were created | Daniel Dunbar | 2009-07-15 | 2 | -2/+4 |
* | Register Target's TargetMachine and AsmPrinter in the new registry. | Daniel Dunbar | 2009-07-15 | 1 | -1/+2 |
* | Add TargetInfo libraries for all targets. | Daniel Dunbar | 2009-07-15 | 4 | -0/+69 |
* | Have asm printers use formatted_raw_ostream directly to avoid a | David Greene | 2009-07-14 | 4 | -7/+7 |
* | Reapply my previous asmprinter changes now with more testing and two | Chris Lattner | 2009-07-14 | 1 | -1/+1 |
* | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Edwin Török | 2009-07-14 | 4 | -17/+17 |
* | Revert r75615, which depended on 75610. | Daniel Dunbar | 2009-07-14 | 1 | -1/+1 |
* | Rename getValueName -> getMangledName. | Chris Lattner | 2009-07-14 | 1 | -1/+1 |
* | assert(0) -> LLVM_UNREACHABLE. | Edwin Török | 2009-07-11 | 4 | -16/+19 |
* | bug 4524: Add MSP430 to the cmake build. | Richard Pennington | 2009-07-09 | 1 | -4/+5 |
* | Thread LLVMContext through MVT and related parts of SDISel. | Owen Anderson | 2009-07-09 | 1 | -4/+5 |
* | Implement changes from Chris's feedback. | Edwin Török | 2009-07-08 | 2 | -5/+7 |
* | Convert more abort() calls to llvm_report_error(). | Edwin Török | 2009-07-08 | 1 | -5/+9 |
* | Silence warning when building without assertions. | Duncan Sands | 2009-07-03 | 1 | -0/+1 |
* | Update comments to make it clear that the function alignment is the Log2 of the | Bill Wendling | 2009-07-01 | 2 | -2/+2 |
* | Remove unused AsmPrinter OptLevel argument, and propogate. | Daniel Dunbar | 2009-07-01 | 3 | -7/+4 |
* | Add an "alignment" field to the MachineFunction object. It makes more sense to | Bill Wendling | 2009-06-30 | 3 | -4/+9 |
* | Provide InitializeAllTargets and InitializeNativeTarget functions in the | Bob Wilson | 2009-06-23 | 1 | -4/+2 |
* | Introduce new headers whose inclusion forces linking and | Douglas Gregor | 2009-06-16 | 1 | -0/+5 |
* | Add explicit keywords. | Dan Gohman | 2009-06-05 | 1 | -1/+2 |
* | Propagate CPU string out of SubtargetFeatures | Anton Korobeynikov | 2009-05-23 | 1 | -1/+2 |
* | Mark rotl/rotr as expand. This generates pretty ugly code, but this is better... | Anton Korobeynikov | 2009-05-17 | 1 | -0/+4 |
* | Typo | Anton Korobeynikov | 2009-05-17 | 2 | -3/+3 |
* | Change MachineInstrBuilder::addReg() to take a flag instead of a list of | Bill Wendling | 2009-05-13 | 2 | -4/+4 |
* | Add imm-reg and imm-mem patters for cmp on msp430 | Anton Korobeynikov | 2009-05-10 | 1 | -0/+14 |
* | Allow 8 bit select in custom inserter | Anton Korobeynikov | 2009-05-08 | 1 | -1/+2 |
* | Expand UREM / SREM into libcalls | Anton Korobeynikov | 2009-05-08 | 1 | -0/+2 |
* | Add 8 bit select | Anton Korobeynikov | 2009-05-08 | 1 | -0/+4 |
* | Fix code emission for conditional branches. | asl | 2009-05-04 | 1 | -2/+0 |
* | Handle implicit zext in a better way. Shamelessly stolen from x86 backend. | Anton Korobeynikov | 2009-05-03 | 1 | -0/+16 |
* | Update due to mainline API change | Anton Korobeynikov | 2009-05-03 | 5 | -19/+29 |
* | Add TODO list :) | Anton Korobeynikov | 2009-05-03 | 1 | -0/+42 |
* | Make handling of conditional stuff much more straightforward | Anton Korobeynikov | 2009-05-03 | 3 | -95/+60 |
* | Temporary disable imm patterns for cmp. Actually, all cmp-related stuff (sele... | Anton Korobeynikov | 2009-05-03 | 1 | -18/+82 |
* | Expand divisions into libcalls | Anton Korobeynikov | 2009-05-03 | 1 | -0/+5 |
* | Custom lower SIGN_EXTEND | Anton Korobeynikov | 2009-05-03 | 2 | -0/+16 |
* | Some eye-candy | Anton Korobeynikov | 2009-05-03 | 3 | -10/+11 |
* | Print function header / footer | Anton Korobeynikov | 2009-05-03 | 1 | -0/+45 |
* | Fix printing: je => jeq | Anton Korobeynikov | 2009-05-03 | 1 | -1/+1 |
* | Add 8bit shifts | Anton Korobeynikov | 2009-05-03 | 4 | -15/+28 |
* | Handle logical shift right (at least I hope so :) ) | Anton Korobeynikov | 2009-05-03 | 3 | -4/+33 |