1. b9449d6 Update comment. by Bill Wendling · 14 years ago
  2. 7431bea Rename DBG_LABEL PROLOG_LABEL, because it's only used during prolog emission and by Bill Wendling · 14 years ago
  3. 4bb327d Remove the entire docs directory from Apple-style builds. by Bob Wilson · 14 years ago
  4. 29c8a78 Try to get embedded build of llvmCore to pass verification. by Bob Wilson · 14 years ago
  5. a70282d Silence a warning. by Jakob Stoklund Olesen · 14 years ago
  6. 3472766 Convert some tab stops into spaces. by Duncan Sands · 14 years ago
  7. 4f8e771 Replace copyRegToReg with COPY in FastISelEmitter. by Jakob Stoklund Olesen · 14 years ago
  8. 84023e0 Reapply bottom-up fast-isel, with several fixes for x86-32: by Dan Gohman · 14 years ago
  9. e86b01c Start the support for AVX instructions with 256-bit %ymm registers. A couple of by Bruno Cardoso Lopes · 14 years ago
  10. 02266e2 --- Reverse-merging r107947 into '.': by Bob Wilson · 14 years ago
  11. a5d4391 These changes should have accompanied r107943. by Dan Gohman · 14 years ago
  12. 7835f1f Changes to ARM tail calls, mostly cosmetic. by Dale Johannesen · 14 years ago
  13. f595141 Revert 107840 107839 107813 107804 107800 107797 107791. by Dan Gohman · 14 years ago
  14. 9fc0522 Implement the major chunk of PR7195: support for 'callw' by Chris Lattner · 14 years ago
  15. eabaed2 Give FunctionLoweringInfo an MBB member, avoiding the need to pass it by Dan Gohman · 14 years ago
  16. 8246adc Rename "Release" builds as "Release+Asserts"; rename "Release-Asserts" by Duncan Sands · 14 years ago
  17. a4e1ba5 Add a new target independent COPY instruction and code to lower it. by Jakob Stoklund Olesen · 14 years ago
  18. 65766ce Clean up TargetOpcodes.h a bit, and limit the number of places where the full by Jakob Stoklund Olesen · 14 years ago
  19. 0a7e18c Use -l option to remove symbols from i386. by Bill Wendling · 14 years ago
  20. 0a1bd2a Strip resulting binaries. by Bill Wendling · 14 years ago
  21. ef36d86 Remove unused variables. by Duncan Sands · 14 years ago
  22. e9c2615 Change array references to match my previous change to use the public type by Bob Wilson · 14 years ago
  23. 1ac27cf Fix up some comments. by Bob Wilson · 14 years ago
  24. 9969bc3 Use the struct tags mandated by ARM's ABI. Also use the public type names for by Bob Wilson · 14 years ago
  25. 50b9efc Add support for the x86 instructions "pusha" and "popa". by Nico Weber · 14 years ago
  26. 81cd7ff Fix a tblgen bug. by Bruno Cardoso Lopes · 14 years ago
  27. ec4c02d Don't link against libm and libpthread which don't exist in BeOS/Haiku. Also, by Nick Lewycky · 14 years ago
  28. e45da4f Generate DWARF information during Apple-style build. They'll be stripped out by Bill Wendling · 14 years ago
  29. e5104ac Fix a subtle multiclass bug: when using class inheritance on by Bruno Cardoso Lopes · 14 years ago
  30. 1f4a149 Remove isTwoAddress from llvm. by Eric Christopher · 14 years ago
  31. 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
  32. 1041680 An attempt to fix the problem Anton reported with by Dale Johannesen · 14 years ago
  33. 6e0a99a Teach tablegen how to inherit from classes in 'defm' definitions. by Bruno Cardoso Lopes · 14 years ago
  34. a606d95 Start TargetRegisterClass indices at 0 instead of 1, so that by Dan Gohman · 14 years ago
  35. 93583c9 In case Rec is a definition and not a class, do the proper comparison! by Bruno Cardoso Lopes · 14 years ago
  36. f8c4c27 Modify tablegen to support generating all NEON code used by clang at once. by Nate Begeman · 14 years ago
  37. 477bf62 Fix the handling of !if result, avoiding null results for non 'int'. by Bruno Cardoso Lopes · 14 years ago
  38. eba8f18 For a tablegen expression such as !if(a,b,c), let 'a' by Bruno Cardoso Lopes · 14 years ago
  39. e3f6473 Fix the typo in my previous one-line commit. by Sean Hunt · 14 years ago
  40. a85e195 Make sure CMake can build the files added by my previous commit. by Sean Hunt · 14 years ago
  41. 1617144 Add preliminary clang attribute generation support. by Sean Hunt · 14 years ago
  42. e87de41 let the '!eq' expression support 'int' and 'bit' types by Bruno Cardoso Lopes · 14 years ago
  43. 4da883a Make VC++ happy by Nate Begeman · 14 years ago
  44. 6470a11 Next round of tail call changes. Register used in a tail by Dale Johannesen · 14 years ago
  45. f6c4a30 generate better code in CheckComplexPattern by Chris Lattner · 14 years ago
  46. bf1075c Honor the SDKROOT setting when building llvm. Radar 7894069. by Bob Wilson · 14 years ago
  47. 918f8e4 Add the last of the SemaChecking-gen code. by Nate Begeman · 14 years ago
  48. d72c900 Add a helping of comments Add code for generating bits of semachecking by Nate Begeman · 14 years ago
  49. 1befb9b lit: Replace /dev/null in scripts with temporary files on Windows. by Daniel Dunbar · 14 years ago
  50. 5ca9698 declare a class with 'class' instead of struct to avoid tag mismatch by Chris Lattner · 14 years ago
  51. cc3c41a Add generic vector support for bitselect & element byteswap by Nate Begeman · 14 years ago
  52. c902a59 More AVX instructions ({ADD,SUB,MUL,DIV}{SS,SD}rm) Introduce the VEX_X field by Bruno Cardoso Lopes · 14 years ago
  53. 771d90f lit: Add a forgotten default argument. by Daniel Dunbar · 14 years ago
  54. f32a41a lit: When running Tcl style tests on Windows, substitute slashes to avoid Tcl by Daniel Dunbar · 14 years ago
  55. 1a913ed Add instruction encoding for the Neon VMOV immediate instruction. This changes by Bob Wilson · 14 years ago
  56. d6645dd Add support for polynomial type, for polynomial multiply by Nate Begeman · 14 years ago
  57. ee65db3 Teach tablegen to allow "let" expressions inside multiclasses, by Bruno Cardoso Lopes · 14 years ago
  58. 4b425a8 NEON support for _lane ops, and multiplies by scalar. by Nate Begeman · 14 years ago
  59. f50551e Further refine types for operations which take scalars. by Nate Begeman · 14 years ago
  60. 622dffd How about ULL... by Eric Christopher · 14 years ago
  61. 007afe4 Specialize I-Class instructions better so that we have less work to do in codegen. by Nate Begeman · 14 years ago
  62. 6c060db Handle instructions which need to be #defines for the purpose of capturing constant arguments by Nate Begeman · 14 years ago
  63. 99405df Reapply r105521, this time appending "LLU" to 64 bit by Bruno Cardoso Lopes · 14 years ago
  64. 96ec22d Fix a valgrind error. by Nate Begeman · 14 years ago
  65. 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
  66. 900f467 ARM NEON: fix vcvt naming handle vdup, vcombine with generic vector code by Nate Begeman · 14 years ago
  67. b0a4e45 clang codegen support by Nate Begeman · 14 years ago
  68. 1087f54 revert r105521, which is breaking the buildbots with stuff like this: by Chris Lattner · 14 years ago
  69. 3eca98b Initial AVX support for some instructions. No patterns matched by Bruno Cardoso Lopes · 14 years ago
  70. 270562b Teach tablegen to support 'defm' inside multiclasses. by Bruno Cardoso Lopes · 14 years ago
  71. 9e584b3 Handle multi-vector returns and args. by Nate Begeman · 14 years ago
  72. 7c21f74 Additional fixes to BuiltinsARM.def generator, on to clang codegen. by Nate Begeman · 14 years ago
  73. 92f98af Progress on generating BuiltinsARM.def, still some duplicates to work out. by Nate Begeman · 14 years ago
  74. 73cef3e BuiltinsARM.def emitter, still needs a substantial bit of tweaking to lighten the load on clang. by Nate Begeman · 14 years ago
  75. a8979a0 Mangle __builtin_neon_* names appropriately. by Nate Begeman · 14 years ago
  76. 3861e74 Add some additional capabilities to the neon emitter by Nate Begeman · 14 years ago
  77. 51e28e6 Early implementation of tail call for ARM. by Dale Johannesen · 14 years ago
  78. aede811 Forgot to update the most important part of the gtest modifications readme. by Benjamin Kramer · 14 years ago
  79. 2e3f44e Disable pthread support in googletest if llvm was configured without threads. by Benjamin Kramer · 14 years ago
  80. 8ef297e Turns out gtest still prefers the system <tr1/tuple> over it's own by Benjamin Kramer · 14 years ago
  81. 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
  82. 4839d87 Update Readme and Makefiles for the new gtest. by Benjamin Kramer · 14 years ago
  83. 57240ff Merge gtest-1.5.0. by Benjamin Kramer · 14 years ago
  84. 190f8ee Merge gtest-1.4.0. by Benjamin Kramer · 14 years ago
  85. e4b9c93 Merge gtest-1.3.0. by Benjamin Kramer · 14 years ago
  86. 7c8c883 arm_neon.h emitter now mostly complete for the purposes of initial testing. by Nate Begeman · 14 years ago
  87. 8dbbace Pacify recent gcc: remove a pointless const qualifier. by Duncan Sands · 14 years ago
  88. e66aab5 Checkpoint; handle 'int' and 'void' correctly by Nate Begeman · 14 years ago
  89. af905ef Emit full function prototypes. Definitions & typedefs to come. by Nate Begeman · 14 years ago
  90. 2223777 Checkpoint arm_neon.h generation with tablegen by Nate Begeman · 14 years ago
  91. 891f273 Fix comment by Sean Hunt · 14 years ago
  92. c6e1f67 Fix extra fread after EOF, non-wires-crossed version. by Dan Gohman · 14 years ago
  93. caa3dcf revert r105223 which broke all my testing. by Chris Lattner · 14 years ago
  94. b6bd72e Fix count so that it doesn't make an extra fread call after EOF is detected. by Dan Gohman · 14 years ago
  95. c10a62b Allow for creation of clang DeclNodes tables. by Sean Hunt · 14 years ago
  96. 7c9a6e3 Emit TargetRegisterInfo::composeSubRegIndices(). by Jakob Stoklund Olesen · 14 years ago
  97. e8f0349 Comment out some code in prep for actual .td file checkpoint. by Nate Begeman · 14 years ago
  98. a4fda2c Fix build breakage. by Eli Friedman · 14 years ago
  99. 5ddb087 Add support to tablegen for auto-generating arm_neon.h from a tablegen description by Nate Begeman · 14 years ago
  100. 756a96a When handling raw_ostream errors manually, use clear_error() so that by Dan Gohman · 14 years ago