1. 1bbd644 Add a method to create an AttributeSet from an AttrBuilder. by Bill Wendling · 12 years ago
  2. 024328e Fix a typo. Remove the duplicated test. by Nadav Rotem · 12 years ago
  3. d5b92c3 by Nadav Rotem · 12 years ago
  4. f7737b5 Force a fixed unroll count on the target independent tests. by Nadav Rotem · 12 years ago
  5. 8a0631a Add an ArrayRecycler class. by Jakob Stoklund Olesen · 12 years ago
  6. 6a40db4 Eric thought that Darwin was right to use -1 consistently rather than by Chandler Carruth · 12 years ago
  7. 1751a73 Fix a stray 'dnl' that my editor line-wrapped into this comment. Thanks by Chandler Carruth · 12 years ago
  8. 22f3b40 Make this an integer so we have enumeral types in the conditional expression. by Eric Christopher · 12 years ago
  9. 234aaf0 Finally, fix the autoconf setup to allow for a missing clock_gettime; by Chandler Carruth · 12 years ago
  10. fa511bf Provide a default constructor for TimeValue. This was used, but only in by Chandler Carruth · 12 years ago
  11. 319120f Fix warnings from llvm-gcc as seen on darwin10 (10.6). by Alex Rosenberg · 12 years ago
  12. 4cff412 Try to suppress the use of clock_gettime on Darwin which apparantly by Chandler Carruth · 12 years ago
  13. 6601485 Fix an obvious typo spotted by Reid Kleckner, and breaking windows builds. by Chandler Carruth · 12 years ago
  14. 0319888 Get rid of the 'Bits' mask in the attribute builder. by Bill Wendling · 12 years ago
  15. 73c35d8 Add time getters to the process interface for requesting the elapsed by Chandler Carruth · 12 years ago
  16. 57fa912 tabs-to-spaces by Andrew Trick · 12 years ago
  17. 18d0f12 Move 'break' to the right place to prevent fallthru. There is no test-case by Jakub Staszak · 12 years ago
  18. b2e01b3 Special case Recycler::clear(BumpPtrAllocator). by Jakob Stoklund Olesen · 12 years ago
  19. 7c5c12b Add an iplist::clearAndLeakNodesUnsafely() function. by Jakob Stoklund Olesen · 12 years ago
  20. 73a853f Move an assertion so it doesn't dereference end(). by Jakob Stoklund Olesen · 12 years ago
  21. 5767d91 Do not vectorize loops with subtraction reductions by Paul Redmond · 12 years ago
  22. 8cab6ed Add a name for the anonymous type we're creating for subrange by Eric Christopher · 12 years ago
  23. 715f6a6 Added DEBUG message to ObjCARC when we optimize objc_retain => objc_retainAutorelasedReturnValue. by Michael Gottesman · 12 years ago
  24. 5c0ae47 Fixed up some DEBUG messages where I was putting in the text of a message the method where it was being called when I should have just prefixed the actual message with Pass::Method. by Michael Gottesman · 12 years ago
  25. 608467d Fix a warning by Nadav Rotem · 12 years ago
  26. dd30b47 The current Intel Atom microarchitecture has a feature whereby when a function by Preston Gurd · 12 years ago
  27. 60507d5 General cleanups. by Bill Wendling · 12 years ago
  28. 4d9c539 [Object][ELF] Add a maximum alignment. This is used by createELFObjectFile to create a properly aligned reader. by Michael J. Spencer · 12 years ago
  29. e13f441 [mips] MipsTargetLowering::getSetCCResultType should return a vector type if by Akira Hatanaka · 12 years ago
  30. 1ebe5fc [mips] 80 columns. by Akira Hatanaka · 12 years ago
  31. 50c3042 Fix how YAML I/O detects flow sequences. by Nick Kledzik · 12 years ago
  32. f53b78f [mips] Reorder template parameters. Remove class shift_rotate_imm32 and by Akira Hatanaka · 12 years ago
  33. c55bd47 Memory Dependence Analysis: fix a miscompile that uses DT to approxmiate the by Manman Ren · 12 years ago
  34. 63723e5 [mips] Refactor conditional move instructions. by Akira Hatanaka · 12 years ago
  35. 5f560bb [mips] Refactor instructions which move data from or to coprocessors. by Akira Hatanaka · 12 years ago
  36. 648c093 Update the gcc-loops benchmarks results with the new automatic unrolling feature. by Nadav Rotem · 12 years ago
  37. 7c88270 fix a couple of typos by Eli Bendersky · 12 years ago
  38. da704cc Remove unused #include by Eli Bendersky · 12 years ago
  39. 7b44988 PowerPC: Fix eh_frame relocation for PIC by Adhemerval Zanella · 12 years ago
  40. 13410a1 Add linpack-pc bench by Nadav Rotem · 12 years ago
  41. 29d3c61 Add Textmate bundle for Tablegen syntax-highlighting by Joel Jones · 12 years ago
  42. 5d592d2 Change the default number of registers to prevent unrolling on targets that dont have this hook. by Nadav Rotem · 12 years ago
  43. 642469f Add a space to the end of the line so we don't get "itsbounds" in output. by Eric Christopher · 12 years ago
  44. b9d1005 small fixes to enable the reuse of the pass manager across multiple modules by Pedro Artigas · 12 years ago
  45. 60230ef Add section information for the DWARF5 split debug proposal by Eric Christopher · 12 years ago
  46. 138f084 Make comment a bit more clear. by Eric Christopher · 12 years ago
  47. b7c7729 Move the loop vectorizer from O2 to O3. It looks like the increase in code size actually hurts the performance on many programs. by Nadav Rotem · 12 years ago
  48. 4aa55bb Update the docs about the new unroll features. by Nadav Rotem · 12 years ago
  49. e503319 LoopVectorizer: by Nadav Rotem · 12 years ago
  50. e12bf18 by Nadav Rotem · 12 years ago
  51. ab70320 Simplified TRUNCATE operation that comes after SETCC. It is possible since SETCC result is 0 or -1. by Elena Demikhovsky · 12 years ago
  52. e33a8b8 Revert "Mark DIV/IDIV instructions hasSideEffects=1 because they can trap when dividing by 0. This is needed to keep early if conversion from moving them across basic blocks." by Michael Gottesman · 12 years ago
  53. ec21e2a Changed two debug statements that state that a queue had finished being processed when said queue was really a list to state a list had finished being processed. by Michael Gottesman · 12 years ago
  54. df379f4 Added DEBUG message for ObjCARC when we zap a push/pop pair in ObjCARCAPElim::OptimizeBB. by Michael Gottesman · 12 years ago
  55. 1ebbdcf Added DEBUG message to ObjCARC when we transform objc_initWeak(p, null) => *p = null. by Michael Gottesman · 12 years ago
  56. 50652cd Added DEBUG message for ObjCARC when an inline asm marker is inserted for architectures where this is required to perform a retainAutoreleasedReturnValue optimization. by Michael Gottesman · 12 years ago
  57. 56bc0ab Mark DIV/IDIV instructions hasSideEffects=1 because they can trap when dividing by 0. This is needed to keep early if conversion from moving them across basic blocks. by Craig Topper · 12 years ago
  58. be76df6 Better comment on VTTI::getShuffleCost by Hal Finkel · 12 years ago
  59. 1eae141 Compiler.h: Leave LLVM_BUILTIN_UNREACHABLE undefined if it is unavailable in host compiler. by NAKAMURA Takumi · 12 years ago
  60. 82860f6 Add a subtype parameter to VTTI::getShuffleCost by Hal Finkel · 12 years ago
  61. e5ab1be Revert everything to r171366 to try to fix the build. by Bill Wendling · 12 years ago
  62. 43f3928 Reformat the rst text. by Nadav Rotem · 12 years ago
  63. 22bd641 Try again to revert the bad patch. The tree was reverted for some unknown reason by Bill Wendling · 12 years ago
  64. 467fa3e Add a default Index for VTTI::getShuffleCost by Hal Finkel · 12 years ago
  65. 12b01e7 LoopVectorizer: Test the unrolling flag. by Nadav Rotem · 12 years ago
  66. f574b88 LoopVectorizer: Document the unrolling feature. by Nadav Rotem · 12 years ago
  67. ded28ac Revert patch. Something snuck in there that shouldn't be. by Bill Wendling · 12 years ago
  68. 8351a60 Remove the 'contains' methods in favor of the 'operator==' method. by Bill Wendling · 12 years ago
  69. 3ac0381 Revert r171427, "An intermediate step in the Attributes rewrite." by NAKAMURA Takumi · 12 years ago
  70. 3fea4ef0 [Object] Temporarily disable these tests. by Michael J. Spencer · 12 years ago
  71. f94cfb6 [MC][COFF] Switch the COFF streamer over to using the MCObjectStreamer version of EmitInstruction. by Michael J. Spencer · 12 years ago
  72. e415949 LoopVectorizer: Add support for loop-unrolling during vectorization for increasing the ILP. At the moment this feature is disabled by default and this commit should not cause any functional changes. by Nadav Rotem · 12 years ago
  73. 251ed7f Fix PR14732 by handling all kinds of IMPLICIT_DEF live ranges. by Jakob Stoklund Olesen · 12 years ago
  74. 47990e9 Make the type signature more strict. by Bill Wendling · 12 years ago
  75. 189ef5f [CMake] MSVC is incorrectly emitting C4239 in some cases. Disable it. by Michael J. Spencer · 12 years ago
  76. 00a6bca Avoid vectorization when the function has the "noimplicitflot" attribute. by Nadav Rotem · 12 years ago
  77. 82de10a Extend the dumping infrastructure to deal with additional by Eric Christopher · 12 years ago
  78. 278bac3 An intermediate step in the Attributes rewrite. by Bill Wendling · 12 years ago
  79. d40758b DAGCombiner: Avoid generating illegal vector INT_TO_FP nodes by Tom Stellard · 12 years ago
  80. 5bf3a28 Adds missing aliases for fcom and fcomp instructions without arguments. by Kevin Enderby · 12 years ago
  81. 23203fa Use a bool instead of a bitfield in llvm/ADT/Optional. by Argyrios Kyrtzidis · 12 years ago
  82. 3922757 Restrict __builtin_assume_aligned to gcc 4.7+ by Michael J. Spencer · 12 years ago
  83. c8b18df [Support][Endian] Add support for specifying the alignment and native unaligned types. by Michael J. Spencer · 12 years ago
  84. 8da72f8 Don't #include stuff outside the include guards. by Argyrios Kyrtzidis · 12 years ago
  85. cbf5373 - Add comment to two functions which might be considered as dead code. by Shuxin Yang · 12 years ago
  86. e3b2489 AVX: Fix a bug in WidenMaskArithmetic. by Nadav Rotem · 12 years ago
  87. d570f59 AVX: Fix a bug in WidenMaskArithmetic. by Nadav Rotem · 12 years ago
  88. 351ba14 Actually update the CMake and Makefile builds correctly, and update the by Chandler Carruth · 12 years ago
  89. 0a08460 Update the examples for the new header file locations. by Chandler Carruth · 12 years ago
  90. 0b8c9a8 Move all of the header files which are involved in modelling the LLVM IR by Chandler Carruth · 12 years ago
  91. 7f00f87 Sort a few more #include lines in tools/... unittests/... and utils/... by Chandler Carruth · 12 years ago
  92. 58a2cbe Resort the #include lines in include/... and lib/... with the by Chandler Carruth · 12 years ago
  93. fe4c10c Update the root Makefile for VMCore -> IR. Missed by my original search by Chandler Carruth · 12 years ago
  94. 5ebee9e Update the configure scripts as well as the makefiles for the move from by Chandler Carruth · 12 years ago
  95. c2c50cd Rename VMCore directory to IR. by Chandler Carruth · 12 years ago
  96. 3af9323 Merge SSE and AVX instruction definitions for scalar forms of SQRT, RSQRT, and RCP. by Craig Topper · 12 years ago
  97. 3cca7df Merge SSE and AVX instruction definitions for PSHUFD/PSHUFHW/PSHUFLW. by Craig Topper · 12 years ago
  98. ccb8019 docs: update docs/README.txt and make it useful. by Sean Silva · 12 years ago
  99. 9478673 Revert 171351. It broke MC/X86/x86-32-avx.s. by Rafael Espindola · 12 years ago
  100. b511048 Merge SSE and AVX instruction definitions for scalar forms of SQRT, RSQRT, and RCP. by Craig Topper · 12 years ago