summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAge
* declare a class with 'class' instead of struct to avoid tag mismatch Chris Lattner2010-06-12
* Add generic vector support for bitselect & element byteswapNate Begeman2010-06-12
* More AVX instructions ({ADD,SUB,MUL,DIV}{SS,SD}rm)Bruno Cardoso Lopes2010-06-11
* lit: Add a forgotten default argument.Daniel Dunbar2010-06-11
* lit: When running Tcl style tests on Windows, substitute slashes to avoid TclDaniel Dunbar2010-06-11
* Add instruction encoding for the Neon VMOV immediate instruction. This changesBob Wilson2010-06-11
* Add support for polynomial type, for polynomial multiplyNate Begeman2010-06-10
* Teach tablegen to allow "let" expressions inside multiclasses,Bruno Cardoso Lopes2010-06-10
* NEON support for _lane ops, and multiplies by scalar.Nate Begeman2010-06-10
* Further refine types for operations which take scalars.Nate Begeman2010-06-09
* How about ULL...Eric Christopher2010-06-09
* Specialize I-Class instructions better so that we have less work to do in cod...Nate Begeman2010-06-09
* Handle instructions which need to be #defines for the purpose of capturing co...Nate Begeman2010-06-09
* Reapply r105521, this time appending "LLU" to 64 bitBruno Cardoso Lopes2010-06-08
* Fix a valgrind error.Nate Begeman2010-06-08
* Refine BuiltinsARM.def types a bit, we should do a better job of this to save...Nate Begeman2010-06-08
* ARM NEON:Nate Begeman2010-06-08
* clang codegen supportNate Begeman2010-06-07
* revert r105521, which is breaking the buildbots with stuff like this:Chris Lattner2010-06-05
* Initial AVX support for some instructions. No patterns matchedBruno Cardoso Lopes2010-06-05
* Teach tablegen to support 'defm' inside multiclasses.Bruno Cardoso Lopes2010-06-05
* Handle multi-vector returns and args.Nate Begeman2010-06-04
* Additional fixes to BuiltinsARM.def generator, on to clang codegen.Nate Begeman2010-06-04
* Progress on generating BuiltinsARM.def, still some duplicates to work out.Nate Begeman2010-06-04
* BuiltinsARM.def emitter, still needs a substantial bit of tweaking to lighten...Nate Begeman2010-06-04
* Mangle __builtin_neon_* names appropriately.Nate Begeman2010-06-04
* Add some additional capabilities to the neon emitterNate Begeman2010-06-03
* Early implementation of tail call for ARM.Dale Johannesen2010-06-03
* Forgot to update the most important part of the gtest modifications readme.Benjamin Kramer2010-06-03
* Disable pthread support in googletest if llvm was configured without threads.Benjamin Kramer2010-06-03
* Turns out gtest still prefers the system <tr1/tuple> over it's ownBenjamin Kramer2010-06-03
* arm_neon.h now makes it through clang and generates appropriate code for thos...Nate Begeman2010-06-03
* Update Readme and Makefiles for the new gtest.Benjamin Kramer2010-06-02
* Merge gtest-1.5.0.Benjamin Kramer2010-06-02
* Merge gtest-1.4.0.Benjamin Kramer2010-06-02
* Merge gtest-1.3.0.Benjamin Kramer2010-06-02
* arm_neon.h emitter now mostly complete for the purposes of initial testing.Nate Begeman2010-06-02
* Pacify recent gcc: remove a pointless const qualifier.Duncan Sands2010-06-02
* Checkpoint; handle 'int' and 'void' correctlyNate Begeman2010-06-02
* Emit full function prototypes. Definitions & typedefs to come.Nate Begeman2010-06-02
* Checkpoint arm_neon.h generation with tablegenNate Begeman2010-06-02
* Fix commentSean Hunt2010-06-01
* Fix extra fread after EOF, non-wires-crossed version.Dan Gohman2010-06-01
* revert r105223 which broke all my testing.Chris Lattner2010-05-31
* Fix count so that it doesn't make an extra fread call afterDan Gohman2010-05-31
* Allow for creation of clang DeclNodes tables.Sean Hunt2010-05-30
* Emit TargetRegisterInfo::composeSubRegIndices().Jakob Stoklund Olesen2010-05-28
* Comment out some code in prep for actual .td file checkpoint.Nate Begeman2010-05-28
* Fix build breakage.Eli Friedman2010-05-28
* Add support to tablegen for auto-generating arm_neon.h from a tablegen descri...Nate Begeman2010-05-28