| Commit message (Expand) | Author | Age | Files | Lines | 
| *  | TableGen: Don't emit the llvm intrinsic -> gcc builtin table, its only user w... | Benjamin Kramer | 2012-03-26 | 1 | -19/+0 | 
| *  | Emit the "is an intrinsic overloaded" table as a bitfield. | Benjamin Kramer | 2012-03-01 | 1 | -7/+10 | 
| *  | Emit the intrinsic modref info as a lookup table instead of a huge switch. | Benjamin Kramer | 2012-03-01 | 1 | -16/+18 | 
| *  | Convert generated intrinsic attributes to use an array lookup as Chris sugges... | Craig Topper | 2012-02-28 | 1 | -18/+26 | 
| *  | Convert assert(0) to llvm_unreachable | Craig Topper | 2012-02-05 | 1 | -4/+3 | 
| *  | Add basic generic CodeGen support for half. | Dan Gohman | 2011-12-20 | 1 | -0/+2 | 
| *  | Move TableGen's parser and entry point into a library | Peter Collingbourne | 2011-10-01 | 1 | -1/+1 | 
| *  | Change Intrinsic::getDeclaration and friends to take an ArrayRef. | Benjamin Kramer | 2011-07-14 | 1 | -1/+1 | 
| *  | fix the varargs version of StructType::get to not require an LLVMContext, mak... | Chris Lattner | 2011-06-18 | 1 | -1/+1 | 
| *  | Change how tblgen generates attributes for intrinsics to use a single | John McCall | 2011-05-28 | 1 | -59/+111 | 
| *  | Rename AccessesArguments and AccessesArgumentsReadonly, and rewrite | Dan Gohman | 2010-11-10 | 1 | -2/+2 | 
| *  | Translate IntrReadArgMem to AccessesArgumentsReadonly. | Dan Gohman | 2010-11-09 | 1 | -0/+2 | 
| *  | Get rid of pop_macro warnings on MSVC. | Michael J. Spencer | 2010-09-24 | 1 | -2/+5 | 
| *  | CBackend: Fix MSVC build. | Michael J. Spencer | 2010-09-14 | 1 | -4/+4 | 
| *  | Add x86mmx to TableGen. | Dale Johannesen | 2010-09-11 | 1 | -0/+2 | 
| *  | emit the LLVM intrinsic name -> intrinsic number mapping table with | Chris Lattner | 2010-09-06 | 1 | -25/+34 | 
| *  | emit the __builtin -> intrinsic map with StringMatcher instead of a | Chris Lattner | 2010-09-06 | 1 | -108/+18 | 
| *  | slightly improve the runtime and code size of the Intrinsics info table by not | Chris Lattner | 2010-09-06 | 1 | -13/+15 | 
| *  | Remove IntrWriteMem, as it's the default. Rename IntrWriteArgMem | Dan Gohman | 2010-08-05 | 1 | -2/+2 | 
| *  | Fixes for Microsoft Visual Studio 2010, from Steven Watanabe! | Douglas Gregor | 2010-05-11 | 1 | -0/+19 | 
| *  | Change intrinsic result type for void to store it as an empty list | Chris Lattner | 2010-03-22 | 1 | -6/+7 | 
| *  | Revert r99009 temporarily it seems to be breaking the bots. | Eric Christopher | 2010-03-19 | 1 | -7/+6 | 
| *  | Change intrinsic result type for void to store it as an empty list | Chris Lattner | 2010-03-19 | 1 | -6/+7 | 
| *  | Partially address a README by having functionattrs consider calls to | Duncan Sands | 2010-01-06 | 1 | -1/+1 | 
| *  | Push LLVMContexts through the IntegerType APIs. | Owen Anderson | 2009-08-13 | 1 | -9/+9 | 
| *  | Split EVT into MVT and EVT, the former representing _just_ a primitive type, ... | Owen Anderson | 2009-08-11 | 1 | -22/+22 | 
| *  | Add a new overloaded EVT::vAny type for use in TableGen to allow intrinsic | Bob Wilson | 2009-08-11 | 1 | -3/+3 | 
| *  | Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ... | Owen Anderson | 2009-08-10 | 1 | -27/+27 | 
| *  | Privatize the StructType table, which unfortunately involves routing contexts... | Owen Anderson | 2009-08-05 | 1 | -2/+2 | 
| *  | Fix the verifier to handle intrinsics with LLVMMatchType parameters, where | Bob Wilson | 2009-07-29 | 1 | -0/+13 | 
| *  | Add new ValueType for metadata. | Devang Patel | 2009-07-06 | 1 | -0/+2 | 
| *  | Replace std::iostreams with raw_ostream in TableGen. | Daniel Dunbar | 2009-07-03 | 1 | -17/+17 | 
| *  | improve the APIs for creating struct and function types with no arguments/ele... | Chris Lattner | 2009-07-01 | 1 | -1/+1 | 
| *  | Fix PR3994: LLVMMatchType arguments do not refer to absolute return value | Bob Wilson | 2009-04-16 | 1 | -2/+0 | 
| *  | fix a few spelling errors and typos | Jim Grosbach | 2009-03-26 | 1 | -1/+1 | 
| *  | Added support to have TableGen provide information if an intrinsic (core | Mon P Wang | 2009-02-24 | 1 | -1/+21 | 
| *  | Generalize some alias analysis logic from atomic | Duncan Sands | 2009-02-14 | 1 | -0/+34 | 
| *  | Reapply 63765.  Patches for clang and llvm-gcc to follow. | Dale Johannesen | 2009-02-05 | 1 | -16/+48 | 
| *  | Reverting 63765.  This broke the build of both clang | Dale Johannesen | 2009-02-04 | 1 | -48/+16 | 
| *  | New feature: add support for target intrinsics being defined in the | Nate Begeman | 2009-02-04 | 1 | -16/+48 | 
| *  | make tblgen autogenerate the nocapture intrinsics for  | Chris Lattner | 2009-01-12 | 1 | -7/+22 | 
| *  | add scaffolding to emit argument attributes.  No functionality  | Chris Lattner | 2009-01-12 | 1 | -2/+31 | 
| *  | make tblgen emit the entire Intrinsic::getAttributes method,  | Chris Lattner | 2009-01-12 | 1 | -0/+7 | 
| *  | Improve support for type-generic vector intrinsics by teaching TableGen how | Bob Wilson | 2009-01-07 | 1 | -3/+20 | 
| *  | Fix to record comparator to make it work for return values > 1. | Bill Wendling | 2008-11-13 | 1 | -1/+1 | 
| *  | Put comma in correct place for call to StructType::get | Bill Wendling | 2008-11-13 | 1 | -2/+4 | 
| *  | Modify the intrinsics pattern to separate out the "return" types from the | Bill Wendling | 2008-11-13 | 1 | -33/+101 | 
| *  |  Large mechanical patch. | Devang Patel | 2008-09-25 | 1 | -2/+2 | 
| *  | Added support for overloading intrinsics (atomics) based on pointers | Mon P Wang | 2008-07-30 | 1 | -0/+8 | 
| *  | Wrap MVT::ValueType in a struct to get type safety | Duncan Sands | 2008-06-06 | 1 | -8/+9 |