| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsm... | Evan Cheng | 2011-07-26 | 9 | -23/+25 |
* | TargetAsmBackend has been renamed to MCAsmBackend. | Evan Cheng | 2011-07-25 | 1 | -1/+1 |
* | Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA... | Evan Cheng | 2011-07-25 | 13 | -38/+36 |
* | Add a missing enumerator to this switch. Currently its in the | Chandler Carruth | 2011-07-25 | 1 | -0/+1 |
* | Separate MCInstPrinter registration from AsmPrinter registration. | Evan Cheng | 2011-07-25 | 2 | -2/+0 |
* | Fix last bits of MC layer issues. llvm-mc doesn't need to initialize TargetMa... | Evan Cheng | 2011-07-25 | 2 | -26/+8 |
* | Refactor X86 target to separate MC code from Target code. | Evan Cheng | 2011-07-25 | 2 | -2/+2 |
* | Move some ELF directives into ELF asm parser. | Jim Grosbach | 2011-07-25 | 4 | -12/+78 |
* | Tidy up. 80 columns. | Jim Grosbach | 2011-07-25 | 1 | -5/+10 |
* | Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th... | Evan Cheng | 2011-07-23 | 18 | -19/+34 |
* | Sink ARM mc routines into MCTargetDesc. | Evan Cheng | 2011-07-23 | 1 | -1/+1 |
* | Combine all MC initialization routines into one. e.g. InitializeX86MCAsmInfo, | Evan Cheng | 2011-07-22 | 2 | -7/+3 |
* | Emit the __compact_unwind section first. If there are any frames which weren't | Bill Wendling | 2011-07-22 | 1 | -14/+27 |
* | X86 is the only target that uses coff format. This should fixes test failures... | Evan Cheng | 2011-07-20 | 1 | -2/+3 |
* | Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc. | Evan Cheng | 2011-07-20 | 8 | -44/+61 |
* | Initialize the EHFrameSection pointer to zero. | Benjamin Kramer | 2011-07-20 | 1 | -0/+1 |
* | - Move CodeModel from a TargetMachine global option to MCCodeGenInfo. | Evan Cheng | 2011-07-20 | 1 | -1/+2 |
* | Include MCRegisterInfo to eliminate a compilation warning. | Evan Cheng | 2011-07-20 | 1 | -1/+2 |
* | Fix the CMake build. | Francois Pichet | 2011-07-20 | 1 | -0/+1 |
* | Add MCObjectFileInfo and sink the MCSections initialization code from | Evan Cheng | 2011-07-20 | 8 | -24/+568 |
* | Introduce MCCodeGenInfo, which keeps information that can affect codegen | Evan Cheng | 2011-07-19 | 4 | -0/+23 |
* | Micro-opt: Only emit compact unwind if there is a compact unwind encoding to ... | Bill Wendling | 2011-07-19 | 1 | -1/+1 |
* | Use the CompactUnwindEncoding from the Frame, if it's defined. | Bill Wendling | 2011-07-19 | 1 | -7/+2 |
* | Add a method to set compact unwind encoding information in a frame. | Bill Wendling | 2011-07-19 | 1 | -0/+6 |
* | Fixed a bug where the MC subtarget information | Sean Callanan | 2011-07-19 | 1 | -0/+1 |
* | Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions for | Evan Cheng | 2011-07-18 | 1 | -1/+2 |
* | Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo down | Evan Cheng | 2011-07-18 | 9 | -20/+48 |
* | Move some parts of TargetAsmInfo down to MCAsmInfo. This is not the greatest | Evan Cheng | 2011-07-15 | 6 | -40/+42 |
* | Remove setting the bit for personality function. It should be set by the linker. | Bill Wendling | 2011-07-15 | 1 | -3/+0 |
* | Encode that we have a personality function. | Bill Wendling | 2011-07-15 | 1 | -0/+3 |
* | Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge... | Evan Cheng | 2011-07-14 | 2 | -2/+4 |
* | * If we have an LSDA, we need to mark it in the encoding. | Bill Wendling | 2011-07-14 | 1 | -1/+5 |
* | Unfortunately several files in MC are badly violating layering rule by using | Evan Cheng | 2011-07-14 | 7 | -14/+19 |
* | Update MCParsedAsmOperand debug methods. | Jim Grosbach | 2011-07-13 | 2 | -2/+6 |
* | Don't emit the FDE end label if the last thing emitted was a compact unwind and | Bill Wendling | 2011-07-13 | 1 | -1/+3 |
* | Resynchronize EDInfo.h and EDEmitter.cpp. | Shantonu Sen | 2011-07-11 | 2 | -11/+29 |
* | - Eliminate MCCodeEmitter's dependency on TargetMachine. It now uses MCInstrInfo | Evan Cheng | 2011-07-11 | 1 | -8/+11 |
* | Change createAsmParser to take a MCSubtargetInfo instead of triple, | Evan Cheng | 2011-07-09 | 3 | -1/+52 |
* | Fix comment. | Evan Cheng | 2011-07-08 | 1 | -1/+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 | 2 | -4/+7 |
* | This patch adds a flag in MCAsmInfo that indicates whether dwarf register | Akira Hatanaka | 2011-07-07 | 2 | -1/+2 |
* | Compute feature bits at time of MCSubtargetInfo initialization. | Evan Cheng | 2011-07-07 | 2 | -26/+54 |
* | Add a target hook to encode the compact unwind information. | Bill Wendling | 2011-07-07 | 1 | -6/+8 |
* | Clean up the #includes. | Bill Wendling | 2011-07-06 | 1 | -5/+4 |
* | createMCInstPrinter doesn't need TargetMachine anymore. | Evan Cheng | 2011-07-06 | 2 | -3/+2 |
* | Add getFeatureBits to extract feature bits for a given CPU. | Evan Cheng | 2011-07-02 | 1 | -0/+8 |
* | - Added MCSubtargetInfo to capture subtarget features and scheduling | Evan Cheng | 2011-07-01 | 2 | -0/+45 |
* | Eliminate one extra conversion. | Evan Cheng | 2011-07-01 | 1 | -1/+1 |
* | Another misuse of StringRef. MSVC is very sensitive to that kind of error. | Francois Pichet | 2011-07-01 | 1 | -2/+2 |