aboutsummaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* Fix a valgrind error.Nate Begeman2010-06-081-1/+1
* Refine BuiltinsARM.def types a bit, we should do a better job of this to save...Nate Begeman2010-06-081-2/+4
* ARM NEON:Nate Begeman2010-06-082-11/+55
* clang codegen supportNate Begeman2010-06-071-73/+83
* revert r105521, which is breaking the buildbots with stuff like this:Chris Lattner2010-06-052-9/+1
* Initial AVX support for some instructions. No patterns matchedBruno Cardoso Lopes2010-06-052-1/+9
* Teach tablegen to support 'defm' inside multiclasses.Bruno Cardoso Lopes2010-06-052-10/+42
* Handle multi-vector returns and args.Nate Begeman2010-06-041-24/+71
* Additional fixes to BuiltinsARM.def generator, on to clang codegen.Nate Begeman2010-06-041-9/+38
* Progress on generating BuiltinsARM.def, still some duplicates to work out.Nate Begeman2010-06-041-3/+110
* BuiltinsARM.def emitter, still needs a substantial bit of tweaking to lighten...Nate Begeman2010-06-043-71/+119
* Mangle __builtin_neon_* names appropriately.Nate Begeman2010-06-042-30/+97
* Add some additional capabilities to the neon emitterNate Begeman2010-06-031-4/+31
* Early implementation of tail call for ARM.Dale Johannesen2010-06-031-0/+7
* Forgot to update the most important part of the gtest modifications readme.Benjamin Kramer2010-06-031-1/+1
* Disable pthread support in googletest if llvm was configured without threads.Benjamin Kramer2010-06-032-0/+10
* Turns out gtest still prefers the system <tr1/tuple> over it's ownBenjamin Kramer2010-06-032-0/+6
* arm_neon.h now makes it through clang and generates appropriate code for thos...Nate Begeman2010-06-031-19/+112
* Update Readme and Makefiles for the new gtest.Benjamin Kramer2010-06-023-13/+2
* Merge gtest-1.5.0.Benjamin Kramer2010-06-0224-989/+1497
* Merge gtest-1.4.0.Benjamin Kramer2010-06-0221-2039/+4137
* Merge gtest-1.3.0.Benjamin Kramer2010-06-0220-468/+2089
* arm_neon.h emitter now mostly complete for the purposes of initial testing.Nate Begeman2010-06-021-10/+81
* Pacify recent gcc: remove a pointless const qualifier.Duncan Sands2010-06-021-1/+1
* Checkpoint; handle 'int' and 'void' correctlyNate Begeman2010-06-021-25/+52
* Emit full function prototypes. Definitions & typedefs to come.Nate Begeman2010-06-021-16/+72
* Checkpoint arm_neon.h generation with tablegenNate Begeman2010-06-021-13/+241
* Fix commentSean Hunt2010-06-011-1/+1
* Fix extra fread after EOF, non-wires-crossed version.Dan Gohman2010-06-011-2/+4
* revert r105223 which broke all my testing.Chris Lattner2010-05-311-1/+1
* Fix count so that it doesn't make an extra fread call afterDan Gohman2010-05-311-1/+1
* Allow for creation of clang DeclNodes tables.Sean Hunt2010-05-303-52/+131
* Emit TargetRegisterInfo::composeSubRegIndices().Jakob Stoklund Olesen2010-05-281-18/+114
* Comment out some code in prep for actual .td file checkpoint.Nate Begeman2010-05-281-3/+2
* Fix build breakage.Eli Friedman2010-05-281-1/+1
* Add support to tablegen for auto-generating arm_neon.h from a tablegen descri...Nate Begeman2010-05-284-0/+104
* When handling raw_ostream errors manually, use clear_error() so thatDan Gohman2010-05-271-0/+1
* Simplify raw_ostream usage.Dan Gohman2010-05-271-45/+37
* Minor code simplification.Dan Gohman2010-05-271-9/+9
* AsmMatcher: Ensure classes are totally ordered, so we can std::sort them reli...Daniel Dunbar2010-05-271-1/+10
* Check that inherited subregisters all have a direct SubRegIndex.Jakob Stoklund Olesen2010-05-261-2/+25
* Add StringRef::compare_numeric and use it to sort TableGen register records.Jakob Stoklund Olesen2010-05-262-1/+3
* Suppress emmission of empty subreg/superreg/alias sets.Jakob Stoklund Olesen2010-05-261-3/+9
* Replace the SubRegSet tablegen class with a less error-prone mechanism.Jakob Stoklund Olesen2010-05-261-36/+83
* Revert "Replace the SubRegSet tablegen class with a less error-prone mechanism."Jakob Stoklund Olesen2010-05-261-83/+36
* Replace the SubRegSet tablegen class with a less error-prone mechanism.Jakob Stoklund Olesen2010-05-261-36/+83
* Drop the SuperregHashTable. It is essentially the same as SubregHashTable.Jakob Stoklund Olesen2010-05-251-84/+5
* Print symbolic SubRegIndex names on machine operands.Jakob Stoklund Olesen2010-05-251-1/+12
* Ignore NumberHack and give each SubRegIndex instance a unique enum value inst...Jakob Stoklund Olesen2010-05-252-3/+6
* Switch SubRegSet to using symbolic SubRegIndicesJakob Stoklund Olesen2010-05-241-6/+9