- e9c2615 Change array references to match my previous change to use the public type by Bob Wilson · 14 years ago
- 1ac27cf Fix up some comments. by Bob Wilson · 14 years ago
- 9969bc3 Use the struct tags mandated by ARM's ABI. Also use the public type names for by Bob Wilson · 14 years ago
- 50b9efc Add support for the x86 instructions "pusha" and "popa". by Nico Weber · 14 years ago
- 81cd7ff Fix a tblgen bug. by Bruno Cardoso Lopes · 14 years ago
- ec4c02d Don't link against libm and libpthread which don't exist in BeOS/Haiku. Also, by Nick Lewycky · 14 years ago
- e45da4f Generate DWARF information during Apple-style build. They'll be stripped out by Bill Wendling · 14 years ago
- e5104ac Fix a subtle multiclass bug: when using class inheritance on by Bruno Cardoso Lopes · 14 years ago
- 1f4a149 Remove isTwoAddress from llvm. by Eric Christopher · 14 years ago
- c4a1b65 Add support for returning multiple vectors via sret, which is how the ARM target expects the intrinsics to work. by Nate Begeman · 14 years ago
- 1041680 An attempt to fix the problem Anton reported with by Dale Johannesen · 14 years ago
- 6e0a99a Teach tablegen how to inherit from classes in 'defm' definitions. by Bruno Cardoso Lopes · 14 years ago
- a606d95 Start TargetRegisterClass indices at 0 instead of 1, so that by Dan Gohman · 14 years ago
- 93583c9 In case Rec is a definition and not a class, do the proper comparison! by Bruno Cardoso Lopes · 14 years ago
- f8c4c27 Modify tablegen to support generating all NEON code used by clang at once. by Nate Begeman · 14 years ago
- 477bf62 Fix the handling of !if result, avoiding null results for non 'int'. by Bruno Cardoso Lopes · 14 years ago
- eba8f18 For a tablegen expression such as !if(a,b,c), let 'a' by Bruno Cardoso Lopes · 14 years ago
- e3f6473 Fix the typo in my previous one-line commit. by Sean Hunt · 14 years ago
- a85e195 Make sure CMake can build the files added by my previous commit. by Sean Hunt · 14 years ago
- 1617144 Add preliminary clang attribute generation support. by Sean Hunt · 14 years ago
- e87de41 let the '!eq' expression support 'int' and 'bit' types by Bruno Cardoso Lopes · 14 years ago
- 4da883a Make VC++ happy by Nate Begeman · 14 years ago
- 6470a11 Next round of tail call changes. Register used in a tail by Dale Johannesen · 14 years ago
- f6c4a30 generate better code in CheckComplexPattern by Chris Lattner · 14 years ago
- bf1075c Honor the SDKROOT setting when building llvm. Radar 7894069. by Bob Wilson · 14 years ago
- 918f8e4 Add the last of the SemaChecking-gen code. by Nate Begeman · 14 years ago
- d72c900 Add a helping of comments Add code for generating bits of semachecking by Nate Begeman · 14 years ago
- 1befb9b lit: Replace /dev/null in scripts with temporary files on Windows. by Daniel Dunbar · 14 years ago
- 5ca9698 declare a class with 'class' instead of struct to avoid tag mismatch by Chris Lattner · 14 years ago
- cc3c41a Add generic vector support for bitselect & element byteswap by Nate Begeman · 14 years ago
- c902a59 More AVX instructions ({ADD,SUB,MUL,DIV}{SS,SD}rm) Introduce the VEX_X field by Bruno Cardoso Lopes · 14 years ago
- 771d90f lit: Add a forgotten default argument. by Daniel Dunbar · 14 years ago
- f32a41a lit: When running Tcl style tests on Windows, substitute slashes to avoid Tcl by Daniel Dunbar · 14 years ago
- 1a913ed Add instruction encoding for the Neon VMOV immediate instruction. This changes by Bob Wilson · 14 years ago
- d6645dd Add support for polynomial type, for polynomial multiply by Nate Begeman · 14 years ago
- ee65db3 Teach tablegen to allow "let" expressions inside multiclasses, by Bruno Cardoso Lopes · 14 years ago
- 4b425a8 NEON support for _lane ops, and multiplies by scalar. by Nate Begeman · 14 years ago
- f50551e Further refine types for operations which take scalars. by Nate Begeman · 14 years ago
- 622dffd How about ULL... by Eric Christopher · 14 years ago
- 007afe4 Specialize I-Class instructions better so that we have less work to do in codegen. by Nate Begeman · 14 years ago
- 6c060db Handle instructions which need to be #defines for the purpose of capturing constant arguments by Nate Begeman · 14 years ago
- 99405df Reapply r105521, this time appending "LLU" to 64 bit by Bruno Cardoso Lopes · 14 years ago
- 96ec22d Fix a valgrind error. by Nate Begeman · 14 years ago
- 5638783 Refine BuiltinsARM.def types a bit, we should do a better job of this to save some c++ code in CGBuiltins. by Nate Begeman · 14 years ago
- 900f467 ARM NEON: fix vcvt naming handle vdup, vcombine with generic vector code by Nate Begeman · 14 years ago
- b0a4e45 clang codegen support by Nate Begeman · 14 years ago
- 1087f54 revert r105521, which is breaking the buildbots with stuff like this: by Chris Lattner · 14 years ago
- 3eca98b Initial AVX support for some instructions. No patterns matched by Bruno Cardoso Lopes · 14 years ago
- 270562b Teach tablegen to support 'defm' inside multiclasses. by Bruno Cardoso Lopes · 14 years ago
- 9e584b3 Handle multi-vector returns and args. by Nate Begeman · 14 years ago
- 7c21f74 Additional fixes to BuiltinsARM.def generator, on to clang codegen. by Nate Begeman · 14 years ago
- 92f98af Progress on generating BuiltinsARM.def, still some duplicates to work out. by Nate Begeman · 14 years ago
- 73cef3e BuiltinsARM.def emitter, still needs a substantial bit of tweaking to lighten the load on clang. by Nate Begeman · 14 years ago
- a8979a0 Mangle __builtin_neon_* names appropriately. by Nate Begeman · 14 years ago
- 3861e74 Add some additional capabilities to the neon emitter by Nate Begeman · 14 years ago
- 51e28e6 Early implementation of tail call for ARM. by Dale Johannesen · 14 years ago
- aede811 Forgot to update the most important part of the gtest modifications readme. by Benjamin Kramer · 14 years ago
- 2e3f44e Disable pthread support in googletest if llvm was configured without threads. by Benjamin Kramer · 14 years ago
- 8ef297e Turns out gtest still prefers the system <tr1/tuple> over it's own by Benjamin Kramer · 14 years ago
- 162d3ba arm_neon.h now makes it through clang and generates appropriate code for those functions which can use by Nate Begeman · 14 years ago
- 4839d87 Update Readme and Makefiles for the new gtest. by Benjamin Kramer · 14 years ago
- 57240ff Merge gtest-1.5.0. by Benjamin Kramer · 14 years ago
- 190f8ee Merge gtest-1.4.0. by Benjamin Kramer · 14 years ago
- e4b9c93 Merge gtest-1.3.0. by Benjamin Kramer · 14 years ago
- 7c8c883 arm_neon.h emitter now mostly complete for the purposes of initial testing. by Nate Begeman · 14 years ago
- 8dbbace Pacify recent gcc: remove a pointless const qualifier. by Duncan Sands · 14 years ago
- e66aab5 Checkpoint; handle 'int' and 'void' correctly by Nate Begeman · 14 years ago
- af905ef Emit full function prototypes. Definitions & typedefs to come. by Nate Begeman · 14 years ago
- 2223777 Checkpoint arm_neon.h generation with tablegen by Nate Begeman · 14 years ago
- 891f273 Fix comment by Sean Hunt · 14 years ago
- c6e1f67 Fix extra fread after EOF, non-wires-crossed version. by Dan Gohman · 14 years ago
- caa3dcf revert r105223 which broke all my testing. by Chris Lattner · 14 years ago
- b6bd72e Fix count so that it doesn't make an extra fread call after EOF is detected. by Dan Gohman · 14 years ago
- c10a62b Allow for creation of clang DeclNodes tables. by Sean Hunt · 14 years ago
- 7c9a6e3 Emit TargetRegisterInfo::composeSubRegIndices(). by Jakob Stoklund Olesen · 14 years ago
- e8f0349 Comment out some code in prep for actual .td file checkpoint. by Nate Begeman · 14 years ago
- a4fda2c Fix build breakage. by Eli Friedman · 14 years ago
- 5ddb087 Add support to tablegen for auto-generating arm_neon.h from a tablegen description by Nate Begeman · 14 years ago
- 756a96a When handling raw_ostream errors manually, use clear_error() so that by Dan Gohman · 14 years ago
- 9d2cbff Simplify raw_ostream usage. by Dan Gohman · 14 years ago
- 098d3a4 Minor code simplification. by Dan Gohman · 14 years ago
- 368a456 AsmMatcher: Ensure classes are totally ordered, so we can std::sort them reliably. by Daniel Dunbar · 14 years ago
- 6f0ff1d Check that inherited subregisters all have a direct SubRegIndex. by Jakob Stoklund Olesen · 14 years ago
- 160a3bf Add StringRef::compare_numeric and use it to sort TableGen register records. by Jakob Stoklund Olesen · 14 years ago
- f86a619 Suppress emmission of empty subreg/superreg/alias sets. by Jakob Stoklund Olesen · 14 years ago
- ca561ff Replace the SubRegSet tablegen class with a less error-prone mechanism. by Jakob Stoklund Olesen · 14 years ago
- b555609 Revert "Replace the SubRegSet tablegen class with a less error-prone mechanism." by Jakob Stoklund Olesen · 14 years ago
- 6a45d68 Replace the SubRegSet tablegen class with a less error-prone mechanism. by Jakob Stoklund Olesen · 14 years ago
- 76f0ad7 Drop the SuperregHashTable. It is essentially the same as SubregHashTable. by Jakob Stoklund Olesen · 14 years ago
- 1fc8e75 Print symbolic SubRegIndex names on machine operands. by Jakob Stoklund Olesen · 14 years ago
- 48d0c16 Ignore NumberHack and give each SubRegIndex instance a unique enum value instead. by Jakob Stoklund Olesen · 14 years ago
- 33276d9 Switch SubRegSet to using symbolic SubRegIndices by Jakob Stoklund Olesen · 14 years ago
- ec5a0b3 diaggroup categories should take precedence over diag-specific groups. by Chris Lattner · 14 years ago
- 09bc029 Replace the tablegen RegisterClass field SubRegClassList with an alist-like data by Jakob Stoklund Olesen · 14 years ago
- 73ea7bf Add the SubRegIndex TableGen class. by Jakob Stoklund Olesen · 14 years ago
- 54ddf3d tblgen/AsmMatcher: Change AsmOperandClass to allow a list of superclasses instead of just one. by Daniel Dunbar · 14 years ago
- 4072886 tblgen/Target: Add a isAsmParserOnly bit, and teach the disassembler to honor by Daniel Dunbar · 14 years ago
- b0ac867 lit: Add another place to look for bash. by Daniel Dunbar · 14 years ago
- 8531975 Replace FIRST_* and LAST_* macros with a generic STMT_RANGE macro by Sean Hunt · 14 years ago
- 22c687b Added a QQQQ register file to model 4-consecutive Q registers. by Evan Cheng · 14 years ago