| Commit message (Expand) | Author | Age | Files | Lines |
| * | Follow up of the introduction of MCSymbolizer. | Quentin Colombet | 2013-05-24 | 1 | -4/+5 |
| * | Add MCSymbolizer for symbolic/annotated disassembly. | Ahmed Bougacha | 2013-05-24 | 1 | -0/+16 |
| * | Remove the MachineMove class. | Rafael Espindola | 2013-05-13 | 1 | -7/+9 |
| * | Remove unused argument. | Rafael Espindola | 2013-05-10 | 1 | -1/+1 |
| * | MC: Add MCInstrDesc::mayAffectControlFlow() method. | Jim Grosbach | 2012-12-19 | 1 | -1/+2 |
| * | Use the new script to sort the includes of every file under lib. | Chandler Carruth | 2012-12-03 | 1 | -4/+4 |
| * | Add register encoding support in X86 backend | Michael Liao | 2012-10-04 | 1 | -113/+1 |
| * | Support for generating ELF objects on Windows. | Andrew Kaylor | 2012-10-02 | 1 | -1/+5 |
| * | Use constants for all return values in switch. Allows clang to optimize it in... | Craig Topper | 2012-10-01 | 1 | -3/+8 |
| * | Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ... | Craig Topper | 2012-04-02 | 1 | -2/+3 |
| * | Make MCRegisterInfo available to the the MCInstPrinter. | Jim Grosbach | 2012-03-05 | 1 | -2/+3 |
| * | Minimal changes for LLVM to compile under VS11. | Michael J. Spencer | 2012-03-01 | 1 | -0/+4 |
| * | Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,... | Jia Liu | 2012-02-18 | 1 | -1/+1 |
| * | Convert assert(0) to llvm_unreachable | Craig Topper | 2012-02-05 | 1 | -0/+1 |
| * | PR11834: Use macros which are defined on Windows. Patch by Marina Yatsina. | Evan Cheng | 2012-01-30 | 1 | -1/+2 |
| * | More dead code removal (using -Wunreachable-code) | David Blaikie | 2012-01-20 | 1 | -2/+14 |
| * | MC/X86/COFF: Allow quotes in names when targeting MS/Windows, | Michael J. Spencer | 2011-11-29 | 1 | -2/+4 |
| * | Sink codegen optimization level into MCCodeGenInfo along side relocation model | Evan Cheng | 2011-11-16 | 1 | -2/+3 |
| * | Remove NaClMode | David Meyer | 2011-10-18 | 1 | -4/+0 |
| * | Don't use inline assembly in 64-bit Visual Studio. Unfortunately, this means ... | Craig Topper | 2011-10-17 | 1 | -16/+10 |
| * | Add X86 feature detection support for BMI instructions. Added new cpuid funct... | Craig Topper | 2011-10-16 | 1 | -0/+68 |
| * | Refactor instprinter and mcdisassembler to take a SubtargetInfo. Add -mattr= ... | James Molloy | 2011-09-07 | 1 | -1/+2 |
| * | Add a new MC bit for NaCl (Native Client) mode. NaCl requires that certain | Nick Lewycky | 2011-09-05 | 1 | -2/+9 |
| * | Move TargetRegistry and TargetSelect from Target to Support where they belong. | Evan Cheng | 2011-08-24 | 1 | -1/+1 |
| * | Some refactoring so TargetRegistry.h no longer has to include any files | Evan Cheng | 2011-08-23 | 1 | -0/+12 |
| * | Rename createCodeEmitter to createMCCodeEmitter; createObjectStreamer to crea... | Evan Cheng | 2011-07-26 | 1 | -9/+9 |
| * | Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA... | Evan Cheng | 2011-07-25 | 1 | -8/+8 |
| * | Separate MCInstPrinter registration from AsmPrinter registration. | Evan Cheng | 2011-07-25 | 1 | -0/+18 |
| * | More refactoring. | Evan Cheng | 2011-07-25 | 1 | -0/+36 |
| * | 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 | -29/+23 |
| * | - Move CodeModel from a TargetMachine global option to MCCodeGenInfo. | Evan Cheng | 2011-07-20 | 1 | -2/+10 |
| * | Introduce MCCodeGenInfo, which keeps information that can affect codegen | Evan Cheng | 2011-07-19 | 1 | -0/+47 |
| * | Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions for | Evan Cheng | 2011-07-18 | 1 | -6/+24 |
| * | Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo down | Evan Cheng | 2011-07-18 | 1 | -3/+140 |
| * | Move some parts of TargetAsmInfo down to MCAsmInfo. This is not the greatest | Evan Cheng | 2011-07-15 | 1 | -3/+3 |
| * | Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge... | Evan Cheng | 2011-07-14 | 1 | -13/+36 |
| * | Next round of MC refactoring. This patch factor MC table instantiations, MC | Evan Cheng | 2011-07-14 | 1 | -1/+0 |
| * | - Eliminate MCCodeEmitter's dependency on TargetMachine. It now uses MCInstrInfo | Evan Cheng | 2011-07-11 | 1 | -1/+1 |
| * | Change createAsmParser to take a MCSubtargetInfo instead of triple, | Evan Cheng | 2011-07-09 | 1 | -6/+8 |
| * | Revert earlier unnecessary hack. Make sure we correctly force on 64bit and c... | Eli Friedman | 2011-07-08 | 1 | -1/+1 |
| * | Default 64-bit target features and SSE2 on when a triple specifies x86-64. C... | Eli Friedman | 2011-07-08 | 1 | -27/+1 |
| * | For non-x86 host, used generic as CPU name. | Evan Cheng | 2011-07-08 | 1 | -1/+6 |
| * | Eliminate asm parser's dependency on TargetMachine: | Evan Cheng | 2011-07-08 | 1 | -26/+17 |
| * | Add Mode64Bit feature and sink it down to MC layer. | Evan Cheng | 2011-07-07 | 1 | -1/+117 |
| * | Compute feature bits at time of MCSubtargetInfo initialization. | Evan Cheng | 2011-07-07 | 1 | -2/+3 |
| * | Rename files for consistency. | Evan Cheng | 2011-07-06 | 1 | -0/+74 |