1. 5e4b95b Don't generate floating point stubs for mips16 code if the function by Reed Kotler · 12 years ago
  2. 55db69c AVX-512: Added more tests for BROADCAST by Elena Demikhovsky · 12 years ago
  3. fac4a4e AVX-512: Added VPERM* instructons and MOV* zmm-to-zmm instructions. by Elena Demikhovsky · 12 years ago
  4. 5b854f1 Re-instate r187323 which fast-tracks promotable allocas as soon as the by Chandler Carruth · 12 years ago
  5. 37508bb Finish fixing the SSAUpdater-based AllocaPromoter strategy in SROA to cope with by Chandler Carruth · 12 years ago
  6. 3c7a446 Reformat some bits of AllocaPromoter and simplify the name and type of by Chandler Carruth · 12 years ago
  7. 76ba4f5 Incorrect JAL instruction attributes caused the optimizer to make a wrong by Reed Kotler · 12 years ago
  8. 5cf1491 Revert r188119 "Kill some duplicated code for removing unreachable BBs." by Arnold Schwaighofer · 12 years ago
  9. d8de58e [Sparc] Enable xword directive in sparcv9. by Venkatraman Govindaraju · 12 years ago
  10. d080fb1 Teach ValueTracking about address spaces by Matt Arsenault · 12 years ago
  11. 6e4dbcd R600/SI: FMA is faster than fmul and fadd for f64 by Niels Ole Salscheider · 12 years ago
  12. 4ab92e4 R600/SI: Add FMA pattern by Niels Ole Salscheider · 12 years ago
  13. 0a69bac Check for $PWD in llvm::sys::current_path. by Rafael Espindola · 12 years ago
  14. 3ed7576 [objc-arc] Track if we encountered an additive overflow while computing {TopDown,BottomUp}PathCounts and do nothing if it occurred. by Michael Gottesman · 12 years ago
  15. 835738c Kill some duplicated code for removing unreachable BBs. by Peter Collingbourne · 12 years ago
  16. aaae6e9 DataFlowSanitizer: Remove unreachable BBs so IR continues to verify by Peter Collingbourne · 12 years ago
  17. ea549f0 [lit] Remove old ExamplesTests directory. by Daniel Dunbar · 12 years ago
  18. de404a2 [lit] Move ManyTests examples to lit/examples/many-tests. by Daniel Dunbar · 12 years ago
  19. a5e463e [lit] Drop deprecated aliases for lit and old module names. by Daniel Dunbar · 12 years ago
  20. 4981a6c [lit] Update lit's own tests to use lit_config and lit package, as appropriate. by Daniel Dunbar · 12 years ago
  21. 1e07de3 Add another intrinsic that LLVM gives an incorrect prototype to. by Reed Kotler · 12 years ago
  22. 236e389 [stackprotector] Simplify SP Pass so that we emit different fail basic blocks for each fail condition. by Michael Gottesman · 12 years ago
  23. 4c71064 Mark obviously const methods. Also use reference for parameters when possible. by Jakub Staszak · 12 years ago
  24. 22c6ccf [docs] Update TestingGuide's note on how to run with Valgrind. by Daniel Dunbar · 12 years ago
  25. efdcf80 [lit] Fix typo. - Noticed by edward-san (IRC). by Daniel Dunbar · 12 years ago
  26. fc6434a Add a overload to CostTable which allows it to infer the size of the table. by Benjamin Kramer · 12 years ago
  27. 1edaeb6 Add description of function attribute 'minsize' in LangRef.rst. by Andrea Di Biagio · 12 years ago
  28. 02f0799 CHECK-LABEL-ify tests by Stephen Lin · 12 years ago
  29. 8328b69 DebugInfo: provide the ability to add members to a class after it has been constructed by David Blaikie · 12 years ago
  30. 5752b08 Make directory iterator sentinels free. by Benjamin Kramer · 12 years ago
  31. 6c2dc9e ELFObjectFile.h: Silence warning on Windows by Hans Wennborg · 12 years ago
  32. 27c35d9 [tests] Update to use lit_config and lit package, as appropriate. by Daniel Dunbar · 12 years ago
  33. b0e8d37 Make helper static and fix formatting. by Benjamin Kramer · 12 years ago
  34. 04b03fa This fixes the Thumb2 CPS assembly syntax. by Mihai Popa · 12 years ago
  35. e921f32 Fix assembling of Thumb2 branch instructions. by Mihai Popa · 12 years ago
  36. a9232f7 Remove byte order mark from source file. by Benjamin Kramer · 12 years ago
  37. d25fed9 Add back missing PPC relocation types. by Ulrich Weigand · 12 years ago
  38. 6514751 [SystemZ] Update README by Richard Sandiford · 12 years ago
  39. 1b8ac53 Try to unbreak Windows build after r188022 by Alexey Samsonov · 12 years ago
  40. 4f75d9b Add missing 'v' prefix in front of palignr on one of checks. by Craig Topper · 12 years ago
  41. ad445a6 Change asserts at the top of getVectorShuffle to check that LHS and RHS have the same type as the result. by Craig Topper · 12 years ago
  42. 3d7f79a Set ISD::FROUND to Expand by default for all types by Hal Finkel · 12 years ago
  43. 1c9cd02 [CodeGen] prevent abnormal on invalid attributes by Saleem Abdulrasool · 12 years ago
  44. 623f202 Optimistically ignore scattered relocations in MachO in RuntimeDyld. This by Lang Hames · 12 years ago
  45. 128ce31 [lit] Rename lit.{TestFormats,Util} to their aliased names {formats,util}. by Daniel Dunbar · 12 years ago
  46. 3864982 [lit] Inject the lit specific config object as 'lit_config' when loading config files. by Daniel Dunbar · 12 years ago
  47. 6c749c5 [lit] Split TestingConfig.frompath() into separate ctor and load methods. by Daniel Dunbar · 12 years ago
  48. 49e5142 [lit] Eliminate mustExist parameter from TestingConfig.frompath(). by Daniel Dunbar · 12 years ago
  49. 3279653 [lit] Only create config copies when a local config file is present. by Daniel Dunbar · 12 years ago
  50. b3c0c58 [lit] Eliminate parent argument from TestingConfig.frompath(), which is effectively unused. by Daniel Dunbar · 12 years ago
  51. f5539a3 Add missing PPC64 relocation types. by Michael J. Spencer · 12 years ago
  52. b8b2a03 Update the CMake build files. by Eric Christopher · 12 years ago
  53. 6ba2ed5 Revert r185882. This is causing problems with the gold linker and might be better handled by the linker. by Bill Wendling · 12 years ago
  54. 0d27ca1 Move hash computation code into a separate class and file. by Eric Christopher · 12 years ago
  55. d12fce1 Mips ELF: MicroMips direct object Little endian support. by Jack Carter · 12 years ago
  56. 6855440 llvm isn't C++11 yet :( by Michael J. Spencer · 12 years ago
  57. 081a194 [Object] Split the ELF interface into 3 parts. by Michael J. Spencer · 12 years ago
  58. 491d049 [mips] Rename accumulator register classes and FP register operands. by Akira Hatanaka · 12 years ago
  59. 7af40bf [mips] Mark pseudo instructions as code-gen only. by Akira Hatanaka · 12 years ago
  60. 94a88c4 [mips] Delete register class HWRegs64. by Akira Hatanaka · 12 years ago
  61. d76adee cast fix to appease buildbot by David Fang · 12 years ago
  62. 9b19dfc Revert "Reapply r185872 now that the address sanitizer has been changed to support this." by Arnold Schwaighofer · 12 years ago
  63. 81e8f39 [tests] Remove dead VALGRIND and CLEANED_TESTSUITE makefile variables. by Daniel Dunbar · 12 years ago
  64. abb9de5 [lit] Change --show-{tests,suites} to exit after printing. by Daniel Dunbar · 12 years ago
  65. 59c6b10 [lit] Remove --repeat option, which wasn't that useful. by Daniel Dunbar · 12 years ago
  66. 0e5f7c5 [lit] Eliminate some nested imports. by Daniel Dunbar · 12 years ago
  67. 9d11edb [lit] Remove on_clone member, which is no longer used. by Daniel Dunbar · 12 years ago
  68. d4f9d05 initial draft of PPCMachObjectWriter.cpp by David Fang · 12 years ago
  69. 783a038 Fix off-by-one error in Regex::isValid by Alexey Samsonov · 12 years ago
  70. 0147736 R600/SI: Implement fp32<->fp64 conversions by Niels Ole Salscheider · 12 years ago
  71. 7114e2e R600/SI: Implement sint<->fp64 conversions by Niels Ole Salscheider · 12 years ago
  72. 91955e7 Use pop_back() instead of pop_back_val() when the returned value is not used. by Jakub Staszak · 12 years ago
  73. cee3538 Remove the now redundant FeatureFP16 from the Cortex-A15 feature list. It was made redundant when FeatureVFP4 was added which implies FP16. by Silviu Baranga · 12 years ago
  74. 72feef1 Fix the comment. by Jakub Staszak · 12 years ago
  75. 6ee0581 Use EXPECT_TRUE/EXPECT_FALSE to avoid bogus warnings from the guts of gtest. by Benjamin Kramer · 12 years ago
  76. b1dc939 test commit. by Andrea Di Biagio · 12 years ago
  77. 868bed9 The name "tCDP" isn't used anywhere else in the source code, so renaming it for consistency doesn't cause any problems. by Mihai Popa · 12 years ago
  78. 13aeceb DISubprogram metadata have an MDNode representing which base type by Eric Christopher · 12 years ago
  79. 35d2102 Disable inlining between sanitized and non-sanitized functions. by Evgeniy Stepanov · 12 years ago
  80. 76ef79f For DW_TAG_template_type_parameter the actual passed in type could by Eric Christopher · 12 years ago
  81. eee2a11 Remove AllUndef check from one of the loops in getVectorShuffle. It was already handled by the 'AllLHS && AllRHS' check after the previous loop. by Craig Topper · 12 years ago
  82. 37c107b The conversion to bool is fine here, no need to check isType. by Eric Christopher · 12 years ago
  83. dc1363f Make sure that if we're going to attempt to add a type to a DIE that by Eric Christopher · 12 years ago
  84. afdd1f8 Change variable name and reflow formatting. by Eric Christopher · 12 years ago
  85. 01d22aa Optimize mask generation for one of the DAG combiner shufflevector cases. by Craig Topper · 12 years ago
  86. 05a4d26 PPC: Map frin to round() not nearbyint() and rint() by Hal Finkel · 12 years ago
  87. 9706d43 Revert "coff also doesn't have a ReadOnlySection yet, (!)" by David Majnemer · 12 years ago
  88. a1eacd0 Reflow for loop. by Eric Christopher · 12 years ago
  89. 3166762 Be more rigorous about the sizes of forms and attributes. by Eric Christopher · 12 years ago
  90. e32032d Add three missing CMake variables that need to make it to the by Chandler Carruth · 12 years ago
  91. 6cd4f2a Changed isPrint for U+00AD SOFT HYPHEN to return true. by Alexander Kornienko · 12 years ago
  92. bf473e2 Forward resetColor() et al to the underlying stream. by Ted Kremenek · 12 years ago
  93. 35b6edf Revert "[objc-arc] Track if we encountered an additive overflow while computing {TopDown,BottomUp}PathCounts and do nothing if it occured." by Michael Gottesman · 12 years ago
  94. 46c72c7 Fix ARM build. by Peter Collingbourne · 12 years ago
  95. 7f1a7d4 [objc-arc] Track if we encountered an additive overflow while computing {TopDown,BottomUp}PathCounts and do nothing if it occured. by Michael Gottesman · 12 years ago
  96. b0fd15f [objc-arc] Change 4 iterator methods which return const_iterators to be const methods. by Michael Gottesman · 12 years ago
  97. d3a9510 Reapply r185872 now that the address sanitizer has been changed to support this. by Bill Wendling · 12 years ago
  98. c348ad0 Really unbreak Mac build. by Peter Collingbourne · 12 years ago
  99. 32647ca Unbreak Mac build. by Peter Collingbourne · 12 years ago
  100. 6104a4e [lit] Remove unnecessary list copy. by Daniel Dunbar · 12 years ago