1. 4e4cc7d Replace temporary vectors with arrays. by Benjamin Kramer · 11 years ago
  2. 33947b4 [fast-isel] Add support for the expect intrinsic. rdar://13370942 by Chad Rosier · 11 years ago
  3. 3853f74 ArrayRefize some code. No functionality change. by Benjamin Kramer · 11 years ago
  4. a4dd8d6 Hexagon: Handle i8, i16 and i1 Var Args. by Jyotsna Verma · 11 years ago
  5. b1b6c17 Simplify code. No functionality change. by Jakub Staszak · 11 years ago
  6. 4a521da Change Index type from unsigned long to unsigned. This should fix PR14980. by Jakub Staszak · 11 years ago
  7. 4b7e609 Remove trailing spaces. by Jakub Staszak · 11 years ago
  8. a9cd516 Change NULL to 0. by Jakub Staszak · 11 years ago
  9. b6aebf1 ArrayRef ca accept one element. Simplify code a little bit, also it matches now by Jakub Staszak · 11 years ago
  10. 877fcf5 pre-RA-sched debug-only fix by Andrew Trick · 11 years ago
  11. b671618 Hexagon: Add support to lower block address. by Jyotsna Verma · 11 years ago
  12. ccd38f4 pre-RA-sched assertion fix. This bug was exposed by r176037. by Andrew Trick · 11 years ago
  13. 36b36de Move testcase, this is testing extraction not inserting. by Benjamin Kramer · 11 years ago
  14. 02c2ecf X86: Fold EXTRACT_SUBVECTORs of a BUILD_VECTOR into a smaller BUILD_VECTOR. by Benjamin Kramer · 11 years ago
  15. 784ae47 Fixed a crash when cloning a function into a function with by Pekka Jaaskelainen · 11 years ago
  16. cc22640 R600/SI: rework input interpolation v2 by Christian Konig · 11 years ago
  17. 4cce3d0 R600/SI: remove SI_vs_load_buffer_index by Christian Konig · 11 years ago
  18. ff408c0 R600/SI: remove SGPR address space v2 by Christian Konig · 11 years ago
  19. 90c64cb R600/SI: add proper formal parameter handling for SI by Christian Konig · 11 years ago
  20. c3c169c R600/SI: remove shader type intrinsic by Christian Konig · 11 years ago
  21. 204a2d3 R600/SI: switch types of SGPRs to v*i8 by Christian Konig · 11 years ago
  22. 5e88336 R600/SI: fix unused variable warning by Christian Konig · 11 years ago
  23. d9686a9 Switch from a version 4.2/4.4 switch to a four-byte version string to be put by Nick Lewycky · 11 years ago
  24. 4d89545 No need to go through int64 and APInt when generating a new constant. by Nadav Rotem · 11 years ago
  25. 34fd0d2 SDAG: Handle scalarizing an extend of a <1 x iN> vector. by Jim Grosbach · 11 years ago
  26. 218042a Remove GCDAProfiling.c. This copy is old, the copy in compiler-rt is newer and by Nick Lewycky · 11 years ago
  27. 3de61b4 Debug Info: store the files and directories for each compile unit. by Manman Ren · 11 years ago
  28. 55d8f6d ArrayRef has a OneElt constructor. Beautify the code. by Nadav Rotem · 11 years ago
  29. 82e905a Switch from std::vector to ArrayRef. Speedup FoldBitCast by 5x. by Nadav Rotem · 11 years ago
  30. 119003f SimplifyCFG fix for volatile load/store. by Andrew Trick · 11 years ago
  31. fe9dbe0 Fix two remaining issue after fixing PR15355 when CMOV is not available by Michael Liao · 11 years ago
  32. b7656a9 [mips] Custom-legalize BR_JT. by Akira Hatanaka · 11 years ago
  33. 76c25dc Generalize my previous fix for -print-options. by Andrew Trick · 11 years ago
  34. 2faa0f3 Remove tailing whitespaces by Michael Liao · 11 years ago
  35. 122136b Give -loop-vectorize an explicit default. by Andrew Trick · 11 years ago
  36. 985dac6 Memory Dependence Analysis (not mem-dep test) take advantage of "invariant.load" metadata. by Shuxin Yang · 11 years ago
  37. 186d8a3 InstCombine: Don't shrink allocas when combining with a bitcast. by Jim Grosbach · 11 years ago
  38. 508d11b [mips] Add a line which checks function name. Rename file. by Akira Hatanaka · 11 years ago
  39. c537f79 Fix PR15355 by Michael Liao · 11 years ago
  40. 603e874 Use dyn_cast instead of isa && cast. No functionality change. by Jakub Staszak · 11 years ago
  41. 62c1023 Remove duplicated forward declaration. by Jakub Staszak · 11 years ago
  42. 5ffd24c [mips] Remove android calling convention. by Akira Hatanaka · 11 years ago
  43. 1e3e869 [mips] Fix MipsCC::analyzeReturn so that, in soft-float mode, fp128 gets by Akira Hatanaka · 11 years ago
  44. 7433b2e [mips] Fix MipsTargetLowering::LowerCallResult and LowerReturn to correctly by Akira Hatanaka · 11 years ago
  45. cb2eafd [mips] Fix MipsTargetLowering::LowerCall to pass fp128 arguments in floating by Akira Hatanaka · 11 years ago
  46. 5fdee6d [mips] Correct handling of fp128 (long double) formals and read long double by Akira Hatanaka · 11 years ago
  47. f846067 Fix a few typos in comments. by Jakub Staszak · 11 years ago
  48. fe0c244 Add some constantness. by Jakub Staszak · 11 years ago
  49. aa4e2ae std::distance() == 0 means that iterators are equal. No functionality change. by Jakub Staszak · 11 years ago
  50. cf70590 Add more functions to the TLI. by Meador Inge · 11 years ago
  51. 0d44328 reverting patch 176508. by Jyotsna Verma · 12 years ago
  52. c34f171 Hexagon: Add support for lowering block address. by Jyotsna Verma · 12 years ago
  53. 62b0a9b R600: Do not predicate vector op by Vincent Lejeune · 12 years ago
  54. 18daead Hexagon: Expand addc, adde, subc and sube. by Jyotsna Verma · 12 years ago
  55. 6936ebd Use the right number of slashes in comment string by Arnold Schwaighofer · 12 years ago
  56. 1ab3263 Fixes a test by replacing .align by .p2align and setting triples explicitly. by Eli Bendersky · 12 years ago
  57. 285f6f1 Update cmake build. by Benjamin Kramer · 12 years ago
  58. 9feabc2 Hexagon: Use MO operand flags to mark constant extended instructions. by Jyotsna Verma · 12 years ago
  59. ee0ef13 Hexagon: Add encoding bits to the TFR64 instructions. by Jyotsna Verma · 12 years ago
  60. 62f38ca R600: initial scheduler code by Vincent Lejeune · 12 years ago
  61. 1c9bdf1 Clarify comment for function getObjectSize by Arnold Schwaighofer · 12 years ago
  62. 81ee0f7 Add a test that .align directives on capable processors use long NOPs. by David Sehr · 12 years ago
  63. d4c3e56 R600: Remove LowerConstCopyPass and lower CONST_COPY right after ISel. by Vincent Lejeune · 12 years ago
  64. cae6801 R600: Turn BUILD_VECTOR into Reg_Sequence by Vincent Lejeune · 12 years ago
  65. 64ca84d R600: CONST_ADDRESS node is not marked as mayLoad anymore by Vincent Lejeune · 12 years ago
  66. f49cf1c R600: Use MUL_IEEE for trig/fdiv intrinsic by Vincent Lejeune · 12 years ago
  67. 3f7f8e8 R600: Add support for indirect addressing of non default const buffer by Vincent Lejeune · 12 years ago
  68. 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
  69. a0a790b llvm/test/CodeGen/Mips/mips64-f128.ll: Add explicit -mtriple=mips64el-unknown-unknown to appease win32. by NAKAMURA Takumi · 12 years ago
  70. 466508b llvm/test/CodeGen/Thumb/iabs.ll: Add explicit -mtriple=thumb-unknown-unknown to appease win32 hosts. by NAKAMURA Takumi · 12 years ago
  71. 69d37fa Remove unused #includes. by Bill Wendling · 12 years ago
  72. 6c4265a The current X86 NOP padding uses one long NOP followed by the remainder in by David Sehr · 12 years ago
  73. 880e8c0 Check isDiscardableIfUnused, rather than hasLocalLinkage, when bumping by Lang Hames · 12 years ago
  74. 1ae08e0 [mips] Print move instructions. by Akira Hatanaka · 12 years ago
  75. 0b9675d Mips specific inline assembler constraint 'R' by Jack Carter · 12 years ago
  76. 75d0ad4 Reapply r176381, writing the CHECKs in a more forgiving manner to account for by Eli Bendersky · 12 years ago
  77. 9a2cfff Bypass Slow Divides by Preston Gurd · 12 years ago
  78. ff4faab R600: Clean up datalayout strings so they better match hardware capabilities by Tom Stellard · 12 years ago
  79. b3ea880 Mips ISD typo by Jia Liu · 12 years ago
  80. 7bf504c ARM: Creating a vector from a lane of another. by Jim Grosbach · 12 years ago
  81. 65da9f1 Clean up code format a bit. by Jim Grosbach · 12 years ago
  82. 7ccf463 Tidy up. Trailing whitespace. by Jim Grosbach · 12 years ago
  83. 21c0aa7 ARM NEON: Fix v2f32 float intrinsics by Arnold Schwaighofer · 12 years ago
  84. b443a0a recommit r172363 & r171325 (reverted in r172756) by Nuno Lopes · 12 years ago
  85. 2bc689c add getUnderlyingObjectSize() by Nuno Lopes · 12 years ago
  86. 5f0d9db X86 cost model: Adjust cost for custom lowered vector multiplies by Arnold Schwaighofer · 12 years ago
  87. 1c01af8 Added FIXME for future Hexagon cleanup. by Andrew Trick · 12 years ago
  88. 5290baa PR14448 - prevent the loop vectorizer from vectorizing the same loop twice. by Nadav Rotem · 12 years ago
  89. 328d1b6 Modify {Call,Invoke}Inst::addAttribute to take an AttrKind. by Peter Collingbourne · 12 years ago
  90. e2abe05 CMake: Always include the CheckCXXCompilerFlag in HandleLLVMOptions.cmake. by Jordan Rose · 12 years ago
  91. aa1fa29 Revert "Rewrite a test to count emitted instructions without using -stats" by Michael Gottesman · 12 years ago
  92. b804a1b Remove duplicate line and move another closer to its actual use by Eli Bendersky · 12 years ago
  93. c812110 MIsched machine model: tablegen subtarget emitter improvement. by Andrew Trick · 12 years ago
  94. 3b05d9f In llvm::MemoryBuffer::getFile() remove an unnecessary stat call check. by Argyrios Kyrtzidis · 12 years ago
  95. 21a7e31 Fix my email address in CREDITS.TXT. by Stefanus Du Toit · 12 years ago
  96. ee767fe [mips] Fix inefficient code generation. by Akira Hatanaka · 12 years ago
  97. c2171eb Removed extraneous #include "LLVMContextImpl.h" from lib/IR/Module.cpp by Jean-Luc Duprat · 12 years ago
  98. aac7922 Rewrite a test to count emitted instructions without using -stats by Eli Bendersky · 12 years ago
  99. 079a0ff Fix indentation. by Akira Hatanaka · 12 years ago
  100. c3c3810 Set properties for f128 type. by Akira Hatanaka · 12 years ago