1. 60507d5 General cleanups. by Bill Wendling · 12 years ago
  2. 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
  3. e13f441 [mips] MipsTargetLowering::getSetCCResultType should return a vector type if by Akira Hatanaka · 12 years ago
  4. 1ebe5fc [mips] 80 columns. by Akira Hatanaka · 12 years ago
  5. 50c3042 Fix how YAML I/O detects flow sequences. by Nick Kledzik · 12 years ago
  6. f53b78f [mips] Reorder template parameters. Remove class shift_rotate_imm32 and by Akira Hatanaka · 12 years ago
  7. c55bd47 Memory Dependence Analysis: fix a miscompile that uses DT to approxmiate the by Manman Ren · 12 years ago
  8. 63723e5 [mips] Refactor conditional move instructions. by Akira Hatanaka · 12 years ago
  9. 5f560bb [mips] Refactor instructions which move data from or to coprocessors. by Akira Hatanaka · 12 years ago
  10. 648c093 Update the gcc-loops benchmarks results with the new automatic unrolling feature. by Nadav Rotem · 12 years ago
  11. 7c88270 fix a couple of typos by Eli Bendersky · 12 years ago
  12. da704cc Remove unused #include by Eli Bendersky · 12 years ago
  13. 7b44988 PowerPC: Fix eh_frame relocation for PIC by Adhemerval Zanella · 12 years ago
  14. 13410a1 Add linpack-pc bench by Nadav Rotem · 12 years ago
  15. 29d3c61 Add Textmate bundle for Tablegen syntax-highlighting by Joel Jones · 12 years ago
  16. 5d592d2 Change the default number of registers to prevent unrolling on targets that dont have this hook. by Nadav Rotem · 12 years ago
  17. 642469f Add a space to the end of the line so we don't get "itsbounds" in output. by Eric Christopher · 12 years ago
  18. b9d1005 small fixes to enable the reuse of the pass manager across multiple modules by Pedro Artigas · 12 years ago
  19. 60230ef Add section information for the DWARF5 split debug proposal by Eric Christopher · 12 years ago
  20. 138f084 Make comment a bit more clear. by Eric Christopher · 12 years ago
  21. 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
  22. 4aa55bb Update the docs about the new unroll features. by Nadav Rotem · 12 years ago
  23. e503319 LoopVectorizer: by Nadav Rotem · 12 years ago
  24. e12bf18 by Nadav Rotem · 12 years ago
  25. ab70320 Simplified TRUNCATE operation that comes after SETCC. It is possible since SETCC result is 0 or -1. by Elena Demikhovsky · 12 years ago
  26. 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
  27. 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
  28. df379f4 Added DEBUG message for ObjCARC when we zap a push/pop pair in ObjCARCAPElim::OptimizeBB. by Michael Gottesman · 12 years ago
  29. 1ebbdcf Added DEBUG message to ObjCARC when we transform objc_initWeak(p, null) => *p = null. by Michael Gottesman · 12 years ago
  30. 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
  31. 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
  32. be76df6 Better comment on VTTI::getShuffleCost by Hal Finkel · 12 years ago
  33. 1eae141 Compiler.h: Leave LLVM_BUILTIN_UNREACHABLE undefined if it is unavailable in host compiler. by NAKAMURA Takumi · 12 years ago
  34. 82860f6 Add a subtype parameter to VTTI::getShuffleCost by Hal Finkel · 12 years ago
  35. e5ab1be Revert everything to r171366 to try to fix the build. by Bill Wendling · 12 years ago
  36. 43f3928 Reformat the rst text. by Nadav Rotem · 12 years ago
  37. 22bd641 Try again to revert the bad patch. The tree was reverted for some unknown reason by Bill Wendling · 12 years ago
  38. 467fa3e Add a default Index for VTTI::getShuffleCost by Hal Finkel · 12 years ago
  39. 12b01e7 LoopVectorizer: Test the unrolling flag. by Nadav Rotem · 12 years ago
  40. f574b88 LoopVectorizer: Document the unrolling feature. by Nadav Rotem · 12 years ago
  41. ded28ac Revert patch. Something snuck in there that shouldn't be. by Bill Wendling · 12 years ago
  42. 8351a60 Remove the 'contains' methods in favor of the 'operator==' method. by Bill Wendling · 12 years ago
  43. 3ac0381 Revert r171427, "An intermediate step in the Attributes rewrite." by NAKAMURA Takumi · 12 years ago
  44. 3fea4ef0 [Object] Temporarily disable these tests. by Michael J. Spencer · 12 years ago
  45. f94cfb6 [MC][COFF] Switch the COFF streamer over to using the MCObjectStreamer version of EmitInstruction. by Michael J. Spencer · 12 years ago
  46. 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
  47. 251ed7f Fix PR14732 by handling all kinds of IMPLICIT_DEF live ranges. by Jakob Stoklund Olesen · 12 years ago
  48. 47990e9 Make the type signature more strict. by Bill Wendling · 12 years ago
  49. 189ef5f [CMake] MSVC is incorrectly emitting C4239 in some cases. Disable it. by Michael J. Spencer · 12 years ago
  50. 00a6bca Avoid vectorization when the function has the "noimplicitflot" attribute. by Nadav Rotem · 12 years ago
  51. 82de10a Extend the dumping infrastructure to deal with additional by Eric Christopher · 12 years ago
  52. 278bac3 An intermediate step in the Attributes rewrite. by Bill Wendling · 12 years ago
  53. d40758b DAGCombiner: Avoid generating illegal vector INT_TO_FP nodes by Tom Stellard · 12 years ago
  54. 5bf3a28 Adds missing aliases for fcom and fcomp instructions without arguments. by Kevin Enderby · 12 years ago
  55. 23203fa Use a bool instead of a bitfield in llvm/ADT/Optional. by Argyrios Kyrtzidis · 12 years ago
  56. 3922757 Restrict __builtin_assume_aligned to gcc 4.7+ by Michael J. Spencer · 12 years ago
  57. c8b18df [Support][Endian] Add support for specifying the alignment and native unaligned types. by Michael J. Spencer · 12 years ago
  58. 8da72f8 Don't #include stuff outside the include guards. by Argyrios Kyrtzidis · 12 years ago
  59. cbf5373 - Add comment to two functions which might be considered as dead code. by Shuxin Yang · 12 years ago
  60. e3b2489 AVX: Fix a bug in WidenMaskArithmetic. by Nadav Rotem · 12 years ago
  61. d570f59 AVX: Fix a bug in WidenMaskArithmetic. by Nadav Rotem · 12 years ago
  62. 351ba14 Actually update the CMake and Makefile builds correctly, and update the by Chandler Carruth · 12 years ago
  63. 0a08460 Update the examples for the new header file locations. by Chandler Carruth · 12 years ago
  64. 0b8c9a8 Move all of the header files which are involved in modelling the LLVM IR by Chandler Carruth · 12 years ago
  65. 7f00f87 Sort a few more #include lines in tools/... unittests/... and utils/... by Chandler Carruth · 12 years ago
  66. 58a2cbe Resort the #include lines in include/... and lib/... with the by Chandler Carruth · 12 years ago
  67. fe4c10c Update the root Makefile for VMCore -> IR. Missed by my original search by Chandler Carruth · 12 years ago
  68. 5ebee9e Update the configure scripts as well as the makefiles for the move from by Chandler Carruth · 12 years ago
  69. c2c50cd Rename VMCore directory to IR. by Chandler Carruth · 12 years ago
  70. 3af9323 Merge SSE and AVX instruction definitions for scalar forms of SQRT, RSQRT, and RCP. by Craig Topper · 12 years ago
  71. 3cca7df Merge SSE and AVX instruction definitions for PSHUFD/PSHUFHW/PSHUFLW. by Craig Topper · 12 years ago
  72. ccb8019 docs: update docs/README.txt and make it useful. by Sean Silva · 12 years ago
  73. 9478673 Revert 171351. It broke MC/X86/x86-32-avx.s. by Rafael Espindola · 12 years ago
  74. b511048 Merge SSE and AVX instruction definitions for scalar forms of SQRT, RSQRT, and RCP. by Craig Topper · 12 years ago
  75. 6c30749 Add IRBuilder::CreateVectorSplat and use it to simplify code. by Benjamin Kramer · 12 years ago
  76. 0ea4c3d SROA: Clean up unused assignment warnings from clang's analyzer. by Benjamin Kramer · 12 years ago
  77. a6e23cc Added DEBUG message when ObjCARC replaces a call which returns its argument verbatim with its argument to temporarily undo an optimization. by Michael Gottesman · 12 years ago
  78. 8f22c8b Added DEBUG messages to the top of several processing loops in ObjCARC.cpp that emit what instructions are being visited. by Michael Gottesman · 12 years ago
  79. 3dd0781 Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a ModuleID by Dmitri Gribenko · 12 years ago
  80. fbfb1b2 Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a ModuleID by Dmitri Gribenko · 12 years ago
  81. a6fdcaa Update the copyright coredits -- Happy new year 2013! by NAKAMURA Takumi · 12 years ago
  82. b338d89 Make opt grab the triple from the module and use it to initialize the target machine. by Nadav Rotem · 12 years ago
  83. 117e4d2 Remove unused argument from a multiclass. by Craig Topper · 12 years ago
  84. 76f94fd Merge intrinsic instruction definitions for SSE and AVX versions of RCPPS and RSQRTPS. by Craig Topper · 12 years ago
  85. 42ab0d7 Remove 2 unused multiclasses. by Craig Topper · 12 years ago
  86. 5284f97 Merge AVX/SSE instruction definitions for SQRTPS/PD, RSQRTPS, RCPPS. No funcitonal change intended. by Craig Topper · 12 years ago
  87. dd9ccdb Use packed instead of scalar itineraries for SSE1/2 SQRTPS/PD, RCPPS, and RSQRTPS. VEX-encoded forms already use packed. by Craig Topper · 12 years ago
  88. eda54e1 Make it explicit that the only entry points to the Program object are by Chandler Carruth · 12 years ago
  89. a0d8f28 Remove an unused method on Program. by Chandler Carruth · 12 years ago
  90. 2bbe466 Remove an unused method on the Program class. by Chandler Carruth · 12 years ago
  91. f5867ab Go ahead and get rid of the old page size interface and convert all the by Chandler Carruth · 12 years ago
  92. 814afe9 Flesh out a page size accessor in the new API. by Chandler Carruth · 12 years ago
  93. 02d7547 Remove the declspecs from small alignments that we can force with by Chandler Carruth · 12 years ago
  94. e0e1985 Remove an unused function in the old Process interface. by Chandler Carruth · 12 years ago
  95. 5cec347 reimplement GetPointerBaseWithConstantOffset(). by Nuno Lopes · 12 years ago
  96. 0a9ff4c recommit r171298 (add support for PHI nodes to ObjectSizeOffsetVisitor). Hopefully with bugs corrected now. by Nuno Lopes · 12 years ago
  97. 3c6f89a [AlignOf] Add AlignedCharArray and refactor AlignedCharArrayUnion. by Michael J. Spencer · 12 years ago
  98. 4436535 Revert "add support for PHI nodes to ObjectSizeOffsetVisitor" by Benjamin Kramer · 12 years ago
  99. 5260579 Add extra CHECK to make sure that 'or' instruction was replaced. by Jakub Staszak · 12 years ago
  100. 5b712ef Fix bits check in ELFObjectFile::isSectionZeroInit(). by Rafael Espindola · 12 years ago