aboutsummaryrefslogtreecommitdiff
path: root/utils/TableGen
AgeCommit message (Expand)Author
2010-06-15Make VC++ happy Nate Begeman
2010-06-15Next round of tail call changes. Register used in a tailDale Johannesen
2010-06-14generate better code in CheckComplexPatternChris Lattner
2010-06-14Add the last of the SemaChecking-gen code.Nate Begeman
2010-06-13Add a helping of commentsNate Begeman
2010-06-12declare a class with 'class' instead of struct to avoid tag mismatch Chris Lattner
2010-06-12Add generic vector support for bitselect & element byteswapNate Begeman
2010-06-11More AVX instructions ({ADD,SUB,MUL,DIV}{SS,SD}rm)Bruno Cardoso Lopes
2010-06-11Add instruction encoding for the Neon VMOV immediate instruction. This changesBob Wilson
2010-06-10Add support for polynomial type, for polynomial multiplyNate Begeman
2010-06-10Teach tablegen to allow "let" expressions inside multiclasses,Bruno Cardoso Lopes
2010-06-10NEON support for _lane ops, and multiplies by scalar.Nate Begeman
2010-06-09Further refine types for operations which take scalars.Nate Begeman
2010-06-09How about ULL...Eric Christopher
2010-06-09Specialize I-Class instructions better so that we have less work to do in cod...Nate Begeman
2010-06-09Handle instructions which need to be #defines for the purpose of capturing co...Nate Begeman
2010-06-08Reapply r105521, this time appending "LLU" to 64 bitBruno Cardoso Lopes
2010-06-08Fix a valgrind error.Nate Begeman
2010-06-08Refine BuiltinsARM.def types a bit, we should do a better job of this to save...Nate Begeman
2010-06-08ARM NEON:Nate Begeman
2010-06-07clang codegen supportNate Begeman
2010-06-05revert r105521, which is breaking the buildbots with stuff like this:Chris Lattner
2010-06-05Initial AVX support for some instructions. No patterns matchedBruno Cardoso Lopes
2010-06-05Teach tablegen to support 'defm' inside multiclasses.Bruno Cardoso Lopes
2010-06-04Handle multi-vector returns and args.Nate Begeman
2010-06-04Additional fixes to BuiltinsARM.def generator, on to clang codegen.Nate Begeman
2010-06-04Progress on generating BuiltinsARM.def, still some duplicates to work out.Nate Begeman
2010-06-04BuiltinsARM.def emitter, still needs a substantial bit of tweaking to lighten...Nate Begeman
2010-06-04Mangle __builtin_neon_* names appropriately.Nate Begeman
2010-06-03Add some additional capabilities to the neon emitterNate Begeman
2010-06-03Early implementation of tail call for ARM.Dale Johannesen
2010-06-03arm_neon.h now makes it through clang and generates appropriate code for thos...Nate Begeman
2010-06-02arm_neon.h emitter now mostly complete for the purposes of initial testing.Nate Begeman
2010-06-02Pacify recent gcc: remove a pointless const qualifier.Duncan Sands
2010-06-02Checkpoint; handle 'int' and 'void' correctlyNate Begeman
2010-06-02Emit full function prototypes. Definitions & typedefs to come.Nate Begeman
2010-06-02Checkpoint arm_neon.h generation with tablegenNate Begeman
2010-06-01Fix commentSean Hunt
2010-05-30Allow for creation of clang DeclNodes tables.Sean Hunt
2010-05-28Emit TargetRegisterInfo::composeSubRegIndices().Jakob Stoklund Olesen
2010-05-28Comment out some code in prep for actual .td file checkpoint.Nate Begeman
2010-05-28Fix build breakage.Eli Friedman
2010-05-28Add support to tablegen for auto-generating arm_neon.h from a tablegen descri...Nate Begeman
2010-05-27Simplify raw_ostream usage.Dan Gohman
2010-05-27Minor code simplification.Dan Gohman
2010-05-27AsmMatcher: Ensure classes are totally ordered, so we can std::sort them reli...Daniel Dunbar
2010-05-26Check that inherited subregisters all have a direct SubRegIndex.Jakob Stoklund Olesen
2010-05-26Add StringRef::compare_numeric and use it to sort TableGen register records.Jakob Stoklund Olesen
2010-05-26Suppress emmission of empty subreg/superreg/alias sets.Jakob Stoklund Olesen
2010-05-26Replace the SubRegSet tablegen class with a less error-prone mechanism.Jakob Stoklund Olesen