1. e2b9912 Fix spelling. by Arnold Schwaighofer · 12 years ago
  2. 45ef457 LoopVectorize: Don't store a reversed value in the vectorized value map by Arnold Schwaighofer · 12 years ago
  3. fb76ffd [APFloat] Added unittest for APFloat.divide that checks special cases, result categories, and result statuses. by Michael Gottesman · 12 years ago
  4. 2253a2f Added support for the Builtin attribute. by Michael Gottesman · 12 years ago
  5. 9367c79 No need to use a Set when a vector would do. by Nadav Rotem · 12 years ago
  6. bb77593 Removed two logging printf statements from the APFloat tests... = /. by Michael Gottesman · 12 years ago
  7. 2eda897 [APFloat] Added unittest for APFloat.multiply that checks special cases, result categories, and result status. by Michael Gottesman · 12 years ago
  8. d7d88d9 [APFloat] Added unittest for APFloat.subtract that checks special cases, result categories, and result status. by Michael Gottesman · 12 years ago
  9. 70d6958 SLP: When searching for vectorization opportunities scan the blocks in post-order because we grow chains upwards. by Nadav Rotem · 12 years ago
  10. 1e1c694 SLP: Dont erase instructions during vectorization because it prevents the outerloops from iterating over the instructions. by Nadav Rotem · 12 years ago
  11. c3cfe53 In InstCombine{AddSub,MulDivRem} convert APFloat.isFiniteNonZero() && !APFloat.isDenormal => APFloat.isNormal. by Michael Gottesman · 12 years ago
  12. 41489dd [APFloat] Convert all references to fcNormal to references to isFiniteNonZero(). by Michael Gottesman · 12 years ago
  13. 8479989 Revert "Debug Info: clean up usage of Verify." as it's breaking bots. by Eric Christopher · 12 years ago
  14. b0a9ffa Fix a crash bug in dumping options with groups by Reid Kleckner · 12 years ago
  15. 165a7a9 Clarify and doxygen-ify comments by Stephen Lin · 12 years ago
  16. 096c0a0 [Mips Disassembler] Have the DecodeCCRRegisterClass function use the getReg by Chad Rosier · 12 years ago
  17. 6b97ebe ARM: Proactively ensure that the LowerCallResult hack for 'this'-returns is not used for incompatible calling conventions. by Stephen Lin · 12 years ago
  18. 02e7502 Debug Info: clean up usage of Verify. by Manman Ren · 12 years ago
  19. 8b9962d Minor formatting fix to ARMBaseRegisterInfo::getCalleeSavedRegs by Stephen Lin · 12 years ago
  20. 7a231f5 Rename PathV2 to just Path now that it is the only one. by Rafael Espindola · 12 years ago
  21. 842cfc9 [mips] Do not emit ".option pic0" if target is mips64. by Akira Hatanaka · 12 years ago
  22. 9a308df [mips] Improve code generation for constant multiplication using shifts, adds and by Akira Hatanaka · 12 years ago
  23. a8f9364 [APFloat] Removed debugging cruft that snuck in. by Michael Gottesman · 12 years ago
  24. b5a8a90 The SLP Vectorizer works across basic blocks. Update the docs. by Nadav Rotem · 12 years ago
  25. 97c2a0a Use enums instead of raw octal values. by Rafael Espindola · 12 years ago
  26. e26fa2d Erase all of the instructions that we RAUWed by Nadav Rotem · 12 years ago
  27. 849eedc Add a subtarget feature 'v8' to the ARM backend. by Joey Gouly · 12 years ago
  28. 29acf7e Do not add cse-ed instructions into the visited map because we dont want to consider them as a candidate for replacement of instructions to be visited. by Nadav Rotem · 12 years ago
  29. c19bd32 ARM: fix more cases where predication may or may not be allowed by Tim Northover · 12 years ago
  30. c1a91dd ARM: allow predicated barriers in Thumb mode by Tim Northover · 12 years ago
  31. fce567a Remove the 'generic' CPU from the ARM eabi attributes printer. by Joey Gouly · 12 years ago
  32. 460e75a PathV1 is deprecated since the 18th of Dec 2010. Remove it. by Rafael Espindola · 12 years ago
  33. 4ae6d40 Add a convenience functions that don't return if the directory existed. by Rafael Espindola · 12 years ago
  34. df0f525 Remove unused includes. by Rafael Espindola · 12 years ago
  35. 8950dd1 by Ulrich Weigand · 12 years ago
  36. 0b85942 by Ulrich Weigand · 12 years ago
  37. 6e0857e ARM: operands should be explicit when disassembled by Amaury de la Vieuville · 12 years ago
  38. eb4a55c [Sparc]: Add memory operands for the frame references in the storeRegToStackSlot by Venkatraman Govindaraju · 12 years ago
  39. d802670 Fixed a comment. by Elena Demikhovsky · 12 years ago
  40. 7e980a6 Suppress llvm/test/Other/can-execute.txt on msys bash. by NAKAMURA Takumi · 12 years ago
  41. 87070fe Optimized integer vector multiplication operation by replacing it with shift/xor/sub when it is possible. Fixed a bug in SDIV, where the const operand is not a splat constant vector. by Elena Demikhovsky · 12 years ago
  42. d442921 [asan] workaround for PR16277: don't instrument AllocaInstr with alignment more than the redzone size by Kostya Serebryany · 12 years ago
  43. 2098571 [asan] add option -asan-keep-uninstrumented-functions by Kostya Serebryany · 12 years ago
  44. 0259c0c Provide bootstrap support to build only llvm+clang when using cmake. by Andy Gibbs · 12 years ago
  45. 84bb3a2 Support using "host" as a target in LLVM_TARGETS_TO_BUILD when using cmake. by Andy Gibbs · 12 years ago
  46. 255aa3c Remove calls to Path in #ifdefs that don't seem to be used in any of the bots :-( by Rafael Espindola · 12 years ago
  47. 903701d Add a simpler version of remove_all. by Rafael Espindola · 12 years ago
  48. b6df0bc Fix the build when __APPLE__ is defined. by Rafael Espindola · 12 years ago
  49. bdfe439 Remove sys::GetMainExecutable. by Rafael Espindola · 12 years ago
  50. 50188c1 Port GetMainExecutable over to PathV2. by Rafael Espindola · 12 years ago
  51. 2c63b27 Remove PathWithStatus. by Rafael Espindola · 12 years ago
  52. 34b96d1 dbgs() << Instruction doesn't print a newline on the end any more. Update these by Nick Lewycky · 12 years ago
  53. a7e4d19 s/C++0x/C++11/ by Adrian Prantl · 12 years ago
  54. b0f8341 Merge isReachable into isBackedge. by Jakob Stoklund Olesen · 12 years ago
  55. 805e8a0 SLPVectorizer: support slp-vectorization of PHINodes between basic blocks by Nadav Rotem · 12 years ago
  56. b1c0cc2 Print block frequencies in decimal form. by Jakob Stoklund Olesen · 12 years ago
  57. 5e48a0e R600: Use new getNamedOperandIdx function generated by TableGen by Tom Stellard · 12 years ago
  58. 898b9f0 TableGen: Generate a function for getting operand indices based on their defined names by Tom Stellard · 12 years ago
  59. 34eb240 X86 cost model: Vectorizing integer division is a bad idea by Arnold Schwaighofer · 12 years ago
  60. a1fe294 Fix SROA to avoid unnecessary scalar conversions for 1-element vectors. by Bob Wilson · 12 years ago
  61. 2560e24 Remove unused code. No functionality change. by Manman Ren · 12 years ago
  62. a37d96a The GCDA 402 format won't have a second checksum either. by Bill Wendling · 12 years ago
  63. 5de735a by Ulrich Weigand · 12 years ago
  64. 46fa7cf Move GetEXESuffix to the one place it is used. by Rafael Espindola · 12 years ago
  65. deeb572 Remove sys::PathSeparator. by Rafael Espindola · 12 years ago
  66. f97c7fe R600: Consolidate expansion of v2i32/v4i32 ops for EG/SI by Aaron Watry · 12 years ago
  67. 69d3a40 R600: Add v2i32 test for vselect by Aaron Watry · 12 years ago
  68. 1842ec4 R600/SI: Expand xor v2i32/v4i32 by Aaron Watry · 12 years ago
  69. 50c1c91 R600: Add v2i32 test for setcc on evergreen by Aaron Watry · 12 years ago
  70. 41f3db5 R600/SI: Expand urem of v2i32/v4i32 for SI by Aaron Watry · 12 years ago
  71. e80978f R600/SI: Expand udiv v[24]i32 for SI and v2i32 for EG by Aaron Watry · 12 years ago
  72. c1fcf01 R600/SI: Expand ashr of v2i32/v4i32 for SI by Aaron Watry · 12 years ago
  73. 61de9f8 R600/SI: Expand srl of v2i32/v4i32 for SI by Aaron Watry · 12 years ago
  74. 60e6dac R600/SI: Expand shl of v2i32/v4i32 for SI by Aaron Watry · 12 years ago
  75. b8ce777 R600/SI: Expand or of v2i32/v4i32 for SI by Aaron Watry · 12 years ago
  76. 02ed261 R600/SI: Expand mul of v2i32/v4i32 for SI by Aaron Watry · 12 years ago
  77. e3599ca R600/SI: Expand and of v2i32/v4i32 for SI by Aaron Watry · 12 years ago
  78. 75b5162 BlockFrequency: Bump up the entry frequency a bit. by Benjamin Kramer · 12 years ago
  79. 1bc147c by Ulrich Weigand · 12 years ago
  80. 816c06f by Ulrich Weigand · 12 years ago
  81. 9c52f81 by Ulrich Weigand · 12 years ago
  82. 5df8c1b [NVPTX] Default pointer type doesn't make sense for getParamSymbol() by Justin Holewinski · 12 years ago
  83. 58bf5ea Fix a typo in the code that collected the costs recursively. by Nadav Rotem · 12 years ago
  84. dd5af27 keep only the StringRef version of getFileOrSTDIN. by Rafael Espindola · 12 years ago
  85. fa34f42 Don't assume ResultPath is null terminated. by Rafael Espindola · 12 years ago
  86. b2b5dc6 Revert "Temporarily enable MI-Sched on X86." by Andrew Trick · 12 years ago
  87. 73e44d8 R600/SI: Report unaligned memory accesses as legal for > 32-bit types by Tom Stellard · 12 years ago
  88. d67d029 R600: Add support for i32 loads from the constant address space on Cayman by Tom Stellard · 12 years ago
  89. fa57da1 R600/SI: Add support for v4i32 and v4f32 kernel args by Tom Stellard · 12 years ago
  90. 1cb1107 R600: Fix typo in R600Schedule.td by Tom Stellard · 12 years ago
  91. 746f7ca PPCAsmParser.cpp: Quote "@l/@ha" in comments. [-Wdocumentation] by NAKAMURA Takumi · 12 years ago
  92. 1baa381 Add an autoconf option for turning on -gsplit-dwarf by default by Eric Christopher · 12 years ago
  93. 593fcb5 Create a replacement for sys::Path::PathSeparator. by Rafael Espindola · 12 years ago
  94. 8ba825e Cleanup in unique_file when we only want the name. by Rafael Espindola · 12 years ago
  95. a619be8 As far as I know no linker needs or wants the -g flag. by Eric Christopher · 12 years ago
  96. ea64122 Remove all non-linker oriented compile options from the linker by Eric Christopher · 12 years ago
  97. fdfc81f 80-column and tab character fixes. by Eric Christopher · 12 years ago
  98. afbe0e2 Formatting. by Eric Christopher · 12 years ago
  99. e06db0c typo. by Adrian Prantl · 12 years ago
  100. f61dbc1 Use const references instead of pointers to references that are by Eric Christopher · 12 years ago