| Commit message (Expand) | Author | Age | Files | Lines |
* | Add codegen support for vector select (in the IR this means a select | Duncan Sands | 2011-09-06 | 2 | -2/+3 |
* | Don't drop alignment info on local common symbols. | Benjamin Kramer | 2011-09-01 | 1 | -2/+5 |
* | Move TargetRegistry and TargetSelect from Target to Support where they belong. | Evan Cheng | 2011-08-24 | 6 | -6/+6 |
* | Some refactoring so TargetRegistry.h no longer has to include any files | Evan Cheng | 2011-08-23 | 1 | -0/+1 |
* | Silence a bunch (but not all) "variable written but not read" warnings | Duncan Sands | 2011-08-12 | 1 | -2/+2 |
* | PTX: Add initial support for device function calls | Justin Holewinski | 2011-08-09 | 6 | -3/+144 |
* | 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 | 3 | -0/+26 |
* | Clean up a pile of hacks in our CMake build relating to TableGen. | Chandler Carruth | 2011-07-26 | 2 | -0/+2 |
* | Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA... | Evan Cheng | 2011-07-25 | 2 | -2/+2 |
* | 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 | -23/+20 |
* | - Move CodeModel from a TargetMachine global option to MCCodeGenInfo. | Evan Cheng | 2011-07-20 | 3 | -14/+17 |
* | Introduce MCCodeGenInfo, which keeps information that can affect codegen | Evan Cheng | 2011-07-19 | 3 | -21/+30 |
* | Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo down | Evan Cheng | 2011-07-18 | 3 | -13/+14 |
* | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner | 2011-07-18 | 1 | -6/+6 |
* | Move some parts of TargetAsmInfo down to MCAsmInfo. This is not the greatest | Evan Cheng | 2011-07-15 | 2 | -2/+6 |
* | Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge... | Evan Cheng | 2011-07-14 | 6 | -9/+13 |
* | Next round of MC refactoring. This patch factor MC table instantiations, MC | Evan Cheng | 2011-07-14 | 10 | -41/+112 |
* | Unfortunately several files in MC are badly violating layering rule by using | Evan Cheng | 2011-07-14 | 1 | -2/+4 |
* | - Eliminate MCCodeEmitter's dependency on TargetMachine. It now uses MCInstrInfo | Evan Cheng | 2011-07-11 | 2 | -1/+13 |
* | Change createAsmParser to take a MCSubtargetInfo instead of triple, | Evan Cheng | 2011-07-09 | 1 | -0/+17 |
* | Eliminate asm parser's dependency on TargetMachine: | Evan Cheng | 2011-07-08 | 2 | -2/+3 |
* | Compute feature bits at time of MCSubtargetInfo initialization. | Evan Cheng | 2011-07-07 | 2 | -4/+5 |
* | Remove unused array. | Duncan Sands | 2011-07-02 | 1 | -21/+0 |
* | Rename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc for consistency. | Evan Cheng | 2011-07-01 | 4 | -6/+4 |
* | Rename TargetSubtarget to TargetSubtargetInfo for consistency. | Evan Cheng | 2011-07-01 | 2 | -3/+3 |
* | - Added MCSubtargetInfo to capture subtarget features and scheduling | Evan Cheng | 2011-07-01 | 2 | -2/+11 |
* | Hide the call to InitMCInstrInfo into tblgen generated ctor. | Evan Cheng | 2011-07-01 | 2 | -2/+6 |
* | Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name to | Evan Cheng | 2011-06-30 | 4 | -12/+19 |
* | Hide more details in tablegen generated MCRegisterInfo ctor function. | Evan Cheng | 2011-06-28 | 1 | -1/+1 |
* | Merge XXXGenRegisterNames.inc into XXXGenRegisterInfo.inc | Evan Cheng | 2011-06-28 | 4 | -6/+6 |
* | - Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo and | Evan Cheng | 2011-06-28 | 1 | -7/+7 |
* | Merge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc XXXGenRegisterInfo.h.inc | Evan Cheng | 2011-06-27 | 5 | -11/+7 |
* | PTX: Reverting implementation of i8. | Dan Bailey | 2011-06-25 | 7 | -296/+73 |
* | PTX: Add support for i8 type and introduce associated .b8 registers | Dan Bailey | 2011-06-24 | 7 | -15/+291 |
* | PTX: Add preliminary support for outputting debug information in the form of | Justin Holewinski | 2011-06-24 | 1 | -0/+97 |
* | PTX: Re-work target sm/compute selection and add some basic GPU | Justin Holewinski | 2011-06-24 | 6 | -47/+121 |
* | Starting to refactor Target to separate out code that's needed to fully describe | Evan Cheng | 2011-06-24 | 4 | -3/+11 |
* | PTX: Always use registers for return values, but use .param space for device | Justin Holewinski | 2011-06-23 | 6 | -108/+725 |
* | PTX: Whitespace fixes and remove commented out code | Justin Holewinski | 2011-06-23 | 2 | -36/+0 |
* | PTX: Prevent DCE from eliminating st.param calls, and unify the handling of | Justin Holewinski | 2011-06-23 | 5 | -107/+78 |
* | PTX: Use .param space for parameters in device functions for SM >= 2.0 | Justin Holewinski | 2011-06-23 | 6 | -33/+126 |
* | PTX: Fix FrameIndex mapping bug | Justin Holewinski | 2011-06-22 | 5 | -15/+43 |
* | Test Commit. | Dan Bailey | 2011-06-22 | 1 | -2/+2 |
* | PTX: Add signed integer comparisons | Justin Holewinski | 2011-06-22 | 1 | -0/+12 |
* | PTX: Add .address_size directive if PTX version >= 2.3 | Justin Holewinski | 2011-06-22 | 1 | -0/+7 |
* | PTX: Fix conversion between predicates and value types | Justin Holewinski | 2011-06-20 | 1 | -12/+18 |
* | PTX: Fix if-then-else formatting and add missing asserts | Justin Holewinski | 2011-06-20 | 1 | -16/+12 |
* | PTX: Add basic register spilling code | Justin Holewinski | 2011-06-20 | 4 | -0/+135 |