1. 82e905a Switch from std::vector to ArrayRef. Speedup FoldBitCast by 5x. by Nadav Rotem · 11 years ago
  2. 119003f SimplifyCFG fix for volatile load/store. by Andrew Trick · 11 years ago
  3. fe9dbe0 Fix two remaining issue after fixing PR15355 when CMOV is not available by Michael Liao · 11 years ago
  4. b7656a9 [mips] Custom-legalize BR_JT. by Akira Hatanaka · 11 years ago
  5. 76c25dc Generalize my previous fix for -print-options. by Andrew Trick · 11 years ago
  6. 2faa0f3 Remove tailing whitespaces by Michael Liao · 11 years ago
  7. 122136b Give -loop-vectorize an explicit default. by Andrew Trick · 11 years ago
  8. 985dac6 Memory Dependence Analysis (not mem-dep test) take advantage of "invariant.load" metadata. by Shuxin Yang · 11 years ago
  9. 186d8a3 InstCombine: Don't shrink allocas when combining with a bitcast. by Jim Grosbach · 12 years ago
  10. 508d11b [mips] Add a line which checks function name. Rename file. by Akira Hatanaka · 12 years ago
  11. c537f79 Fix PR15355 by Michael Liao · 12 years ago
  12. 603e874 Use dyn_cast instead of isa && cast. No functionality change. by Jakub Staszak · 12 years ago
  13. 62c1023 Remove duplicated forward declaration. by Jakub Staszak · 12 years ago
  14. 5ffd24c [mips] Remove android calling convention. by Akira Hatanaka · 12 years ago
  15. 1e3e869 [mips] Fix MipsCC::analyzeReturn so that, in soft-float mode, fp128 gets by Akira Hatanaka · 12 years ago
  16. 7433b2e [mips] Fix MipsTargetLowering::LowerCallResult and LowerReturn to correctly by Akira Hatanaka · 12 years ago
  17. cb2eafd [mips] Fix MipsTargetLowering::LowerCall to pass fp128 arguments in floating by Akira Hatanaka · 12 years ago
  18. 5fdee6d [mips] Correct handling of fp128 (long double) formals and read long double by Akira Hatanaka · 12 years ago
  19. f846067 Fix a few typos in comments. by Jakub Staszak · 12 years ago
  20. fe0c244 Add some constantness. by Jakub Staszak · 12 years ago
  21. aa4e2ae std::distance() == 0 means that iterators are equal. No functionality change. by Jakub Staszak · 12 years ago
  22. cf70590 Add more functions to the TLI. by Meador Inge · 12 years ago
  23. 0d44328 reverting patch 176508. by Jyotsna Verma · 12 years ago
  24. c34f171 Hexagon: Add support for lowering block address. by Jyotsna Verma · 12 years ago
  25. 62b0a9b R600: Do not predicate vector op by Vincent Lejeune · 12 years ago
  26. 18daead Hexagon: Expand addc, adde, subc and sube. by Jyotsna Verma · 12 years ago
  27. 6936ebd Use the right number of slashes in comment string by Arnold Schwaighofer · 12 years ago
  28. 1ab3263 Fixes a test by replacing .align by .p2align and setting triples explicitly. by Eli Bendersky · 12 years ago
  29. 285f6f1 Update cmake build. by Benjamin Kramer · 12 years ago
  30. 9feabc2 Hexagon: Use MO operand flags to mark constant extended instructions. by Jyotsna Verma · 12 years ago
  31. ee0ef13 Hexagon: Add encoding bits to the TFR64 instructions. by Jyotsna Verma · 12 years ago
  32. 62f38ca R600: initial scheduler code by Vincent Lejeune · 12 years ago
  33. 1c9bdf1 Clarify comment for function getObjectSize by Arnold Schwaighofer · 12 years ago
  34. 81ee0f7 Add a test that .align directives on capable processors use long NOPs. by David Sehr · 12 years ago
  35. d4c3e56 R600: Remove LowerConstCopyPass and lower CONST_COPY right after ISel. by Vincent Lejeune · 12 years ago
  36. cae6801 R600: Turn BUILD_VECTOR into Reg_Sequence by Vincent Lejeune · 12 years ago
  37. 64ca84d R600: CONST_ADDRESS node is not marked as mayLoad anymore by Vincent Lejeune · 12 years ago
  38. f49cf1c R600: Use MUL_IEEE for trig/fdiv intrinsic by Vincent Lejeune · 12 years ago
  39. 3f7f8e8 R600: Add support for indirect addressing of non default const buffer by Vincent Lejeune · 12 years ago
  40. 5c4e836 Print a warning message if compiler-rt can't be built because of old CMake version to make this requirement more visible to users by Alexey Samsonov · 12 years ago
  41. a0a790b llvm/test/CodeGen/Mips/mips64-f128.ll: Add explicit -mtriple=mips64el-unknown-unknown to appease win32. by NAKAMURA Takumi · 12 years ago
  42. 466508b llvm/test/CodeGen/Thumb/iabs.ll: Add explicit -mtriple=thumb-unknown-unknown to appease win32 hosts. by NAKAMURA Takumi · 12 years ago
  43. 69d37fa Remove unused #includes. by Bill Wendling · 12 years ago
  44. 6c4265a The current X86 NOP padding uses one long NOP followed by the remainder in by David Sehr · 12 years ago
  45. 880e8c0 Check isDiscardableIfUnused, rather than hasLocalLinkage, when bumping by Lang Hames · 12 years ago
  46. 1ae08e0 [mips] Print move instructions. by Akira Hatanaka · 12 years ago
  47. 0b9675d Mips specific inline assembler constraint 'R' by Jack Carter · 12 years ago
  48. 75d0ad4 Reapply r176381, writing the CHECKs in a more forgiving manner to account for by Eli Bendersky · 12 years ago
  49. 9a2cfff Bypass Slow Divides by Preston Gurd · 12 years ago
  50. ff4faab R600: Clean up datalayout strings so they better match hardware capabilities by Tom Stellard · 12 years ago
  51. b3ea880 Mips ISD typo by Jia Liu · 12 years ago
  52. 7bf504c ARM: Creating a vector from a lane of another. by Jim Grosbach · 12 years ago
  53. 65da9f1 Clean up code format a bit. by Jim Grosbach · 12 years ago
  54. 7ccf463 Tidy up. Trailing whitespace. by Jim Grosbach · 12 years ago
  55. 21c0aa7 ARM NEON: Fix v2f32 float intrinsics by Arnold Schwaighofer · 12 years ago
  56. b443a0a recommit r172363 & r171325 (reverted in r172756) by Nuno Lopes · 12 years ago
  57. 2bc689c add getUnderlyingObjectSize() by Nuno Lopes · 12 years ago
  58. 5f0d9db X86 cost model: Adjust cost for custom lowered vector multiplies by Arnold Schwaighofer · 12 years ago
  59. 1c01af8 Added FIXME for future Hexagon cleanup. by Andrew Trick · 12 years ago
  60. 5290baa PR14448 - prevent the loop vectorizer from vectorizing the same loop twice. by Nadav Rotem · 12 years ago
  61. 328d1b6 Modify {Call,Invoke}Inst::addAttribute to take an AttrKind. by Peter Collingbourne · 12 years ago
  62. e2abe05 CMake: Always include the CheckCXXCompilerFlag in HandleLLVMOptions.cmake. by Jordan Rose · 12 years ago
  63. aa1fa29 Revert "Rewrite a test to count emitted instructions without using -stats" by Michael Gottesman · 12 years ago
  64. b804a1b Remove duplicate line and move another closer to its actual use by Eli Bendersky · 12 years ago
  65. c812110 MIsched machine model: tablegen subtarget emitter improvement. by Andrew Trick · 12 years ago
  66. 3b05d9f In llvm::MemoryBuffer::getFile() remove an unnecessary stat call check. by Argyrios Kyrtzidis · 12 years ago
  67. 21a7e31 Fix my email address in CREDITS.TXT. by Stefanus Du Toit · 12 years ago
  68. ee767fe [mips] Fix inefficient code generation. by Akira Hatanaka · 12 years ago
  69. c2171eb Removed extraneous #include "LLVMContextImpl.h" from lib/IR/Module.cpp by Jean-Luc Duprat · 12 years ago
  70. aac7922 Rewrite a test to count emitted instructions without using -stats by Eli Bendersky · 12 years ago
  71. 079a0ff Fix indentation. by Akira Hatanaka · 12 years ago
  72. c3c3810 Set properties for f128 type. by Akira Hatanaka · 12 years ago
  73. df861b3 Rewrite a test to check actual output rather than intermediate implementation by Eli Bendersky · 12 years ago
  74. 4385988 No need to force-create clang-tools-extra lit.site.cfg by Edwin Vane · 12 years ago
  75. 2843222 Add regression tests (WORKSFORME) by Michael Liao · 12 years ago
  76. 7590022 Generate an error message instead of asserting or segfaulting when we can't by Chad Rosier · 12 years ago
  77. 5d79bb8 LoopVectorize: Don't hang forever if a PHI only has skipped PHI uses. by Benjamin Kramer · 12 years ago
  78. 4c8e74f Cache the result of Function::getIntrinsicID() in a DenseMap attached to the LLVMContext. by Michael Ilseman · 12 years ago
  79. a6b20ce Fix PR10475 by Michael Liao · 12 years ago
  80. b8f307b Add support for using non-pic code for arm and thumb1 when emitting the sjlj by Chad Rosier · 12 years ago
  81. 5f58358 R600/SI: fix sampler tests after fixing wait insertions by Christian Konig · 12 years ago
  82. ef94c6c Hexagon: Add constant extender support framework. by Jyotsna Verma · 12 years ago
  83. ae1dbb3 test commit to use consistent comment notation. by Peng Cheng · 12 years ago
  84. 081f455 GCInfoDeleter code cleanup after r175528 by Yiannis Tsiouris · 12 years ago
  85. 6650112 R600/SI: handle all registers in copyPhysReg v2 by Christian Konig · 12 years ago
  86. 0916ac2 R600/SI: remove S_MOV immediate patterns by Christian Konig · 12 years ago
  87. f4632b5 R600/SI: remove GPR*AlignEncode by Christian Konig · 12 years ago
  88. 777962f R600/SI: fix warning about overloaded virtual by Christian Konig · 12 years ago
  89. 9ff8dc8 R600/SI: fix inserting waits for unordered defines by Christian Konig · 12 years ago
  90. 4d9b7c2 GCC thinks that this variable might be used uninitialized (it isn't). by Duncan Sands · 12 years ago
  91. 14809fd Docs for llvm-symbolizer command-line tool by Alexey Samsonov · 12 years ago
  92. 72a001d Minor coding style fix by Michael Liao · 12 years ago
  93. aa49f35 [mips] Remove unused option. Fix 80-column violations. by Akira Hatanaka · 12 years ago
  94. 1f0aca8 [mips] Add the capability to search delay slot filling instructions in by Akira Hatanaka · 12 years ago
  95. 888e8fe [mips] Do not add SecondLastInst to list BranchInstrs if there is only one by Akira Hatanaka · 12 years ago
  96. d0a4b60 [mips] Define an overloaded version of function MipsInstrInfo::AnalyzeBranchAdd. by Akira Hatanaka · 12 years ago
  97. b8bc8cc [mips] Add options to disable searching backward and in successor blocks. by Akira Hatanaka · 12 years ago
  98. e760675 [mips] Add capability to search in the forward direction for instructions that by Akira Hatanaka · 12 years ago
  99. 1f7330b [mips] Define helper function searchRange by Akira Hatanaka · 12 years ago
  100. 49d5872 [mips] Rename function findDelayInstr to searchBackward. by Akira Hatanaka · 12 years ago