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