| Commit message (Expand) | Author | Age | Files | Lines |
* | Split EVT into MVT and EVT, the former representing _just_ a primitive type, ... | Owen Anderson | 2009-08-11 | 1 | -54/+54 |
* | Fix a few more places in TableGen that need to handle EVT::vAny types. | Bob Wilson | 2009-08-11 | 1 | -2/+4 |
* | Add a new overloaded EVT::vAny type for use in TableGen to allow intrinsic | Bob Wilson | 2009-08-11 | 1 | -2/+3 |
* | Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ... | Owen Anderson | 2009-08-10 | 1 | -56/+56 |
* | Match X86 register names to number. | Daniel Dunbar | 2009-07-29 | 1 | -0/+13 |
* | Remove the v3i32 and v3f32 value types: they are not | Duncan Sands | 2009-07-15 | 1 | -2/+0 |
* | Revert 75308. | Bob Wilson | 2009-07-14 | 1 | -17/+2 |
* | Add new vector types for 192-bit, 348-bit and 512-bit sizes. | Bob Wilson | 2009-07-10 | 1 | -2/+17 |
* | Refactor TableGen's llvm::getName to share code with llvm::getEnumName, | Bob Wilson | 2009-07-10 | 1 | -41/+4 |
* | Add new ValueType for metadata. | Devang Patel | 2009-07-06 | 1 | -0/+1 |
* | Replace std::iostreams with raw_ostream in TableGen. | Daniel Dunbar | 2009-07-03 | 1 | -5/+4 |
* | Add more vector ValueTypes for AVX and other extended vector instruction | David Greene | 2009-06-29 | 1 | -8/+20 |
* | Revert 72707 and 72709, for the moment. | Dale Johannesen | 2009-06-02 | 1 | -7/+0 |
* | Make the implicit inputs and outputs of target-independent | Dale Johannesen | 2009-06-01 | 1 | -0/+7 |
* | Fix PR3994: LLVMMatchType arguments do not refer to absolute return value | Bob Wilson | 2009-04-16 | 1 | -8/+18 |
* | Rename COPY_TO_SUBCLASS to COPY_TO_REGCLASS, and generalize | Dan Gohman | 2009-04-13 | 1 | -5/+5 |
* | Add a new TargetInstrInfo MachineInstr opcode, COPY_TO_SUBCLASS. | Dan Gohman | 2009-04-13 | 1 | -2/+9 |
* | Reapply 63765. Patches for clang and llvm-gcc to follow. | Dale Johannesen | 2009-02-05 | 1 | -3/+7 |
* | Reverting 63765. This broke the build of both clang | Dale Johannesen | 2009-02-04 | 1 | -7/+3 |
* | New feature: add support for target intrinsics being defined in the | Nate Begeman | 2009-02-04 | 1 | -3/+7 |
* | add nocapture attribute to llvm.mem* intrinsics and have tblgen | Chris Lattner | 2009-01-12 | 1 | -1/+4 |
* | Improve support for type-generic vector intrinsics by teaching TableGen how | Bob Wilson | 2009-01-07 | 1 | -2/+26 |
* | Added support for vector widening. | Mon P Wang | 2008-12-18 | 1 | -0/+6 |
* | Modify the intrinsics pattern to separate out the "return" types from the | Bill Wendling | 2008-11-13 | 1 | -16/+29 |
* | Factor the code for determining the target-specific instruction | Dan Gohman | 2008-08-20 | 1 | -0/+15 |
* | Fix the string for MVT::isVoid. | Dan Gohman | 2008-08-20 | 1 | -1/+1 |
* | Added support for overloading intrinsics (atomics) based on pointers | Mon P Wang | 2008-07-30 | 1 | -1/+3 |
* | Split ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL, eliminating | Dan Gohman | 2008-07-01 | 1 | -5/+17 |
* | Added MemOperands to Atomic operations since Atomics touches memory. | Mon P Wang | 2008-06-25 | 1 | -0/+2 |
* | - Add "Commutative" property to intrinsics. This allows tblgen to generate th... | Evan Cheng | 2008-06-16 | 1 | -0/+3 |
* | Wrap MVT::ValueType in a struct to get type safety | Duncan Sands | 2008-06-06 | 1 | -9/+9 |
* | Move instruction flag inference out of InstrInfoEmitter and into | Dan Gohman | 2008-04-03 | 1 | -10/+2 |
* | Make insert_subreg a two-address instruction, vastly simplifying LowerSubregs... | Christopher Lamb | 2008-03-16 | 1 | -1/+8 |
* | Replace all target specific implicit def instructions with a target independe... | Evan Cheng | 2008-03-15 | 1 | -1/+8 |
* | SDIsel processes llvm.dbg.declare by recording the variable debug information... | Evan Cheng | 2008-02-02 | 1 | -0/+6 |
* | Allow ComplexExpressions in InstrInfo.td files to be slightly more... complex... | Christopher Lamb | 2008-01-31 | 1 | -0/+12 |
* | Start inferring side effect information more aggressively, and fix many bugs ... | Chris Lattner | 2008-01-10 | 1 | -0/+6 |
* | Split the impl of CodeGenInstruction out to its own .cpp file, add a getName(... | Chris Lattner | 2008-01-06 | 1 | -264/+2 |
* | change getQualifiedName to be a global function. | Chris Lattner | 2008-01-05 | 1 | -0/+11 |
* | remove attributions from utils. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Add flags to indicate that there are "never" side effects or that there "may be" | Bill Wendling | 2007-12-14 | 1 | -1/+7 |
* | Oops. Forgot these. | Evan Cheng | 2007-12-13 | 1 | -0/+1 |
* | Add a flag for indirect branch instructions. | Owen Anderson | 2007-11-12 | 1 | -0/+1 |
* | Add sqrt and powi intrinsics for long double. | Dale Johannesen | 2007-09-28 | 1 | -0/+2 |
* | Add CopyCost to TargetRegisterClass. This specifies the cost of copying a value | Evan Cheng | 2007-09-19 | 1 | -0/+1 |
* | Add MVT::fAny for overloading intrinsics on floating-point types. | Dan Gohman | 2007-08-16 | 1 | -1/+3 |
* | This is the patch to provide clean intrinsic function overloading support in ... | Chandler Carruth | 2007-08-04 | 1 | -3/+2 |
* | Add target independent MachineInstr's to represent subreg insert/extract in M... | Christopher Lamb | 2007-07-26 | 1 | -1/+15 |
* | Teach TableGen about the new vector types. | Christopher Lamb | 2007-07-26 | 1 | -0/+4 |
* | No need for noResults anymore. | Evan Cheng | 2007-07-20 | 1 | -1/+0 |