aboutsummaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)Author
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-03Forgot to update the most important part of the gtest modifications readme.Benjamin Kramer
2010-06-03Disable pthread support in googletest if llvm was configured without threads.Benjamin Kramer
2010-06-03Turns out gtest still prefers the system <tr1/tuple> over it's ownBenjamin Kramer
2010-06-03arm_neon.h now makes it through clang and generates appropriate code for thos...Nate Begeman
2010-06-02Update Readme and Makefiles for the new gtest.Benjamin Kramer
2010-06-02Merge gtest-1.5.0.Benjamin Kramer
2010-06-02Merge gtest-1.4.0.Benjamin Kramer
2010-06-02Merge gtest-1.3.0.Benjamin Kramer
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-06-01Fix extra fread after EOF, non-wires-crossed version.Dan Gohman
2010-05-31revert r105223 which broke all my testing.Chris Lattner
2010-05-31Fix count so that it doesn't make an extra fread call afterDan Gohman
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-27When handling raw_ostream errors manually, use clear_error() so thatDan Gohman
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
2010-05-26Revert "Replace the SubRegSet tablegen class with a less error-prone mechanism."Jakob Stoklund Olesen
2010-05-26Replace the SubRegSet tablegen class with a less error-prone mechanism.Jakob Stoklund Olesen
2010-05-25Drop the SuperregHashTable. It is essentially the same as SubregHashTable.Jakob Stoklund Olesen
2010-05-25Print symbolic SubRegIndex names on machine operands.Jakob Stoklund Olesen
2010-05-25Ignore NumberHack and give each SubRegIndex instance a unique enum value inst...Jakob Stoklund Olesen
2010-05-24Switch SubRegSet to using symbolic SubRegIndicesJakob Stoklund Olesen
2010-05-24diaggroup categories should take precedence over diag-specific groups.Chris Lattner
2010-05-24Replace the tablegen RegisterClass field SubRegClassList with an alist-like dataJakob Stoklund Olesen
2010-05-24Add the SubRegIndex TableGen class.Jakob Stoklund Olesen