| Commit message (Expand) | Author | Age | Files | Lines |
| * | Actually finish switching to the new system for Target sublibrary | Chandler Carruth | 2011-08-01 | 1 | -1/+1 |
| * | Rewrite the CMake build to use explicit dependencies between libraries, | Chandler Carruth | 2011-07-29 | 6 | -4/+49 |
| * | Explicitly declare a library dependency of LLVM*Desc to | Oscar Fuentes | 2011-07-28 | 1 | -0/+2 |
| * | Code generation for 'fence' instruction. | Eli Friedman | 2011-07-27 | 1 | -0/+3 |
| * | Rename createCodeEmitter to createMCCodeEmitter; createObjectStreamer to crea... | Evan Cheng | 2011-07-26 | 1 | -5/+5 |
| * | Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsm... | Evan Cheng | 2011-07-26 | 2 | -13/+10 |
| * | Clean up a pile of hacks in our CMake build relating to TableGen. | Chandler Carruth | 2011-07-26 | 5 | -2/+5 |
| * | Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA... | Evan Cheng | 2011-07-25 | 3 | -13/+10 |
| * | Refactoring fail. | Evan Cheng | 2011-07-25 | 5 | -49/+47 |
| * | More MC layering violations. | Evan Cheng | 2011-07-25 | 4 | -62/+59 |
| * | Separate MCInstPrinter registration from AsmPrinter registration. | Evan Cheng | 2011-07-25 | 2 | -11/+13 |
| * | Fix last bits of MC layer issues. llvm-mc doesn't need to initialize TargetMa... | Evan Cheng | 2011-07-25 | 1 | -10/+5 |
| * | Refactor MBlaze target to separate MC routines from Target routines. | Evan Cheng | 2011-07-25 | 15 | -190/+216 |
| * | Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th... | Evan Cheng | 2011-07-23 | 3 | -4/+3 |
| * | createXXXMCCodeGenInfo should be static. | Evan Cheng | 2011-07-23 | 1 | -2/+2 |
| * | Combine all MC initialization routines into one. e.g. InitializeX86MCAsmInfo, | Evan Cheng | 2011-07-22 | 1 | -19/+17 |
| * | - Move CodeModel from a TargetMachine global option to MCCodeGenInfo. | Evan Cheng | 2011-07-20 | 3 | -8/+11 |
| * | Introduce MCCodeGenInfo, which keeps information that can affect codegen | Evan Cheng | 2011-07-19 | 4 | -10/+19 |
| * | Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions for | Evan Cheng | 2011-07-18 | 1 | -1/+0 |
| * | Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo down | Evan Cheng | 2011-07-18 | 3 | -17/+12 |
| * | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner | 2011-07-18 | 4 | -8/+8 |
| * | Eliminate "const" from extern const to fix breakeage since r135184 on msvc. | NAKAMURA Takumi | 2011-07-15 | 1 | -1/+1 |
| * | Move some parts of TargetAsmInfo down to MCAsmInfo. This is not the greatest | Evan Cheng | 2011-07-15 | 1 | -0/+2 |
| * | Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge... | Evan Cheng | 2011-07-14 | 6 | -17/+20 |
| * | Next round of MC refactoring. This patch factor MC table instantiations, MC | Evan Cheng | 2011-07-14 | 11 | -39/+114 |
| * | Update MCParsedAsmOperand debug methods. | Jim Grosbach | 2011-07-13 | 1 | -2/+2 |
| * | Second attempt at de-constifying LLVM Types in FunctionType::get(), | Jay Foad | 2011-07-12 | 1 | -1/+1 |
| * | Revert r134893 and r134888 (and related patches in other trees). It was causing | Bill Wendling | 2011-07-12 | 1 | -1/+1 |
| * | Most MCCodeEmitter's don't meed MCContext. | Evan Cheng | 2011-07-11 | 1 | -2/+1 |
| * | De-constify Types in FunctionType::get(). | Jay Foad | 2011-07-11 | 1 | -1/+1 |
| * | - Eliminate MCCodeEmitter's dependency on TargetMachine. It now uses MCInstrInfo | Evan Cheng | 2011-07-11 | 4 | -13/+26 |
| * | Change createAsmParser to take a MCSubtargetInfo instead of triple, | Evan Cheng | 2011-07-09 | 2 | -2/+14 |
| * | Add an intrinsic and codegen support for fused multiply-accumulate. The intent | Cameron Zwarich | 2011-07-08 | 1 | -0/+1 |
| * | TargetAsmParser doesn't need reference to Target. | Evan Cheng | 2011-07-08 | 1 | -2/+2 |
| * | Eliminate asm parser's dependency on TargetMachine: | Evan Cheng | 2011-07-08 | 3 | -6/+6 |
| * | Compute feature bits at time of MCSubtargetInfo initialization. | Evan Cheng | 2011-07-07 | 2 | -3/+4 |
| * | createMCInstPrinter doesn't need TargetMachine anymore. | Evan Cheng | 2011-07-06 | 2 | -4/+2 |
| * | Rename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc for consistency. | Evan Cheng | 2011-07-01 | 4 | -4/+4 |
| * | Rename TargetSubtarget to TargetSubtargetInfo for consistency. | Evan Cheng | 2011-07-01 | 2 | -6/+6 |
| * | - Added MCSubtargetInfo to capture subtarget features and scheduling | Evan Cheng | 2011-07-01 | 2 | -2/+14 |
| * | Hide the call to InitMCInstrInfo into tblgen generated ctor. | Evan Cheng | 2011-07-01 | 2 | -3/+6 |
| * | Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name to | Evan Cheng | 2011-06-30 | 5 | -12/+17 |
| * | Remove getRegClassForInlineAsmConstraint from MBlaze. Add a TODO comment | Eric Christopher | 2011-06-29 | 2 | -33/+7 |
| * | Sink SubtargetFeature and TargetInstrItineraries (renamed MCInstrItineraries)... | Evan Cheng | 2011-06-29 | 1 | -2/+1 |
| * | Move CallFrameSetupOpcode and CallFrameDestroyOpcode to TargetInstrInfo. | Evan Cheng | 2011-06-28 | 2 | -3/+3 |
| * | Hide more details in tablegen generated MCRegisterInfo ctor function. | Evan Cheng | 2011-06-28 | 1 | -2/+1 |
| * | Merge XXXGenRegisterNames.inc into XXXGenRegisterInfo.inc | Evan Cheng | 2011-06-28 | 5 | -5/+8 |
| * | - Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo and | Evan Cheng | 2011-06-28 | 2 | -4/+4 |
| * | Fix cmake build. | Rafael Espindola | 2011-06-28 | 1 | -1/+1 |
| * | Merge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc XXXGenRegisterInfo.h.inc | Evan Cheng | 2011-06-27 | 5 | -9/+10 |