| Commit message (Expand) | Author | Age | Files | Lines |
| * | Silence unused variable warnings in release builds. | Chandler Carruth | 2011-08-05 | 1 | -0/+2 |
| * | Fix http://llvm.org/bugs/show_bug.cgi?id=10583\n - test for 1 and 2 byte fixu... | Jason W Kim | 2011-08-05 | 1 | -15/+11 |
| * | Fix http://llvm.org/bugs/show_bug.cgi?id=10568 | Jason W Kim | 2011-08-04 | 1 | -0/+17 |
| * | Rewrite the CMake build to use explicit dependencies between libraries, | Chandler Carruth | 2011-07-29 | 1 | -2/+9 |
| * | Explicitly declare a library dependency of LLVM*Desc to | Oscar Fuentes | 2011-07-28 | 1 | -0/+2 |
| * | Emit an error is asm parser parsed X86_64 only registers, e.g. %rax, %sil. | Evan Cheng | 2011-07-27 | 1 | -5/+0 |
| * | Explicitly cast narrowing conversions inside {}s that will become errors in | Jeffrey Yasskin | 2011-07-27 | 1 | -1/+1 |
| * | Rename createCodeEmitter to createMCCodeEmitter; createObjectStreamer to crea... | Evan Cheng | 2011-07-26 | 1 | -9/+9 |
| * | Clean up a pile of hacks in our CMake build relating to TableGen. | Chandler Carruth | 2011-07-26 | 1 | -0/+1 |
| * | Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA... | Evan Cheng | 2011-07-25 | 3 | -19/+17 |
| * | Separate MCInstPrinter registration from AsmPrinter registration. | Evan Cheng | 2011-07-25 | 1 | -0/+18 |
| * | Unbreak the build. | Oscar Fuentes | 2011-07-25 | 1 | -0/+1 |
| * | More refactoring. | Evan Cheng | 2011-07-25 | 6 | -0/+2111 |
| * | Refactor X86 target to separate MC code from Target code. | Evan Cheng | 2011-07-25 | 3 | -0/+585 |
| * | 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 | 2 | -4/+164 |
| * | Remove an unnecessary header from this file. I don't think this header | Chandler Carruth | 2011-07-15 | 1 | -1/+0 |
| * | Move some parts of TargetAsmInfo down to MCAsmInfo. This is not the greatest | Evan Cheng | 2011-07-15 | 2 | -17/+22 |
| * | Major update to CMake build to reflect changes in r135219 in the | Chandler Carruth | 2011-07-15 | 1 | -1/+6 |
| * | Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge... | Evan Cheng | 2011-07-14 | 3 | -13/+216 |
| * | Next round of MC refactoring. This patch factor MC table instantiations, MC | Evan Cheng | 2011-07-14 | 2 | -1/+3 |
| * | - 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 | 2 | -26/+26 |
| * | Add Mode64Bit feature and sink it down to MC layer. | Evan Cheng | 2011-07-07 | 2 | -1/+131 |
| * | 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 | 3 | -6/+6 |
| * | Rename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc for consistency. | Evan Cheng | 2011-07-01 | 1 | -1/+1 |
| * | Add MCSubtargetInfo target registry stuff. | Evan Cheng | 2011-07-01 | 1 | -0/+28 |
| * | Add MCInstrInfo registeration machinery. | Evan Cheng | 2011-06-28 | 1 | -0/+6 |
| * | Merge XXXGenRegisterNames.inc into XXXGenRegisterInfo.inc | Evan Cheng | 2011-06-28 | 2 | -0/+10 |
| * | Merge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc XXXGenRegisterInfo.h.inc | Evan Cheng | 2011-06-27 | 2 | -2/+5 |
| * | Unbreak CMake build | Douglas Gregor | 2011-06-25 | 1 | -0/+2 |
| * | Add include guard. | Evan Cheng | 2011-06-24 | 1 | -0/+5 |
| * | Rename TargetDesc to MCTargetDesc | Evan Cheng | 2011-06-24 | 3 | -0/+72 |