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