1. 27c35d9 [tests] Update to use lit_config and lit package, as appropriate. by Daniel Dunbar · 12 years ago
  2. b0e8d37 Make helper static and fix formatting. by Benjamin Kramer · 12 years ago
  3. 04b03fa This fixes the Thumb2 CPS assembly syntax. by Mihai Popa · 12 years ago
  4. e921f32 Fix assembling of Thumb2 branch instructions. by Mihai Popa · 12 years ago
  5. a9232f7 Remove byte order mark from source file. by Benjamin Kramer · 12 years ago
  6. d25fed9 Add back missing PPC relocation types. by Ulrich Weigand · 12 years ago
  7. 6514751 [SystemZ] Update README by Richard Sandiford · 12 years ago
  8. 1b8ac53 Try to unbreak Windows build after r188022 by Alexey Samsonov · 12 years ago
  9. 4f75d9b Add missing 'v' prefix in front of palignr on one of checks. by Craig Topper · 12 years ago
  10. 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
  11. 3d7f79a Set ISD::FROUND to Expand by default for all types by Hal Finkel · 12 years ago
  12. 1c9cd02 [CodeGen] prevent abnormal on invalid attributes by Saleem Abdulrasool · 12 years ago
  13. 623f202 Optimistically ignore scattered relocations in MachO in RuntimeDyld. This by Lang Hames · 12 years ago
  14. 128ce31 [lit] Rename lit.{TestFormats,Util} to their aliased names {formats,util}. by Daniel Dunbar · 12 years ago
  15. 3864982 [lit] Inject the lit specific config object as 'lit_config' when loading config files. by Daniel Dunbar · 12 years ago
  16. 6c749c5 [lit] Split TestingConfig.frompath() into separate ctor and load methods. by Daniel Dunbar · 12 years ago
  17. 49e5142 [lit] Eliminate mustExist parameter from TestingConfig.frompath(). by Daniel Dunbar · 12 years ago
  18. 3279653 [lit] Only create config copies when a local config file is present. by Daniel Dunbar · 12 years ago
  19. b3c0c58 [lit] Eliminate parent argument from TestingConfig.frompath(), which is effectively unused. by Daniel Dunbar · 12 years ago
  20. f5539a3 Add missing PPC64 relocation types. by Michael J. Spencer · 12 years ago
  21. b8b2a03 Update the CMake build files. by Eric Christopher · 12 years ago
  22. 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
  23. 0d27ca1 Move hash computation code into a separate class and file. by Eric Christopher · 12 years ago
  24. d12fce1 Mips ELF: MicroMips direct object Little endian support. by Jack Carter · 12 years ago
  25. 6855440 llvm isn't C++11 yet :( by Michael J. Spencer · 12 years ago
  26. 081a194 [Object] Split the ELF interface into 3 parts. by Michael J. Spencer · 12 years ago
  27. 491d049 [mips] Rename accumulator register classes and FP register operands. by Akira Hatanaka · 12 years ago
  28. 7af40bf [mips] Mark pseudo instructions as code-gen only. by Akira Hatanaka · 12 years ago
  29. 94a88c4 [mips] Delete register class HWRegs64. by Akira Hatanaka · 12 years ago
  30. d76adee cast fix to appease buildbot by David Fang · 12 years ago
  31. 9b19dfc Revert "Reapply r185872 now that the address sanitizer has been changed to support this." by Arnold Schwaighofer · 12 years ago
  32. 81e8f39 [tests] Remove dead VALGRIND and CLEANED_TESTSUITE makefile variables. by Daniel Dunbar · 12 years ago
  33. abb9de5 [lit] Change --show-{tests,suites} to exit after printing. by Daniel Dunbar · 12 years ago
  34. 59c6b10 [lit] Remove --repeat option, which wasn't that useful. by Daniel Dunbar · 12 years ago
  35. 0e5f7c5 [lit] Eliminate some nested imports. by Daniel Dunbar · 12 years ago
  36. 9d11edb [lit] Remove on_clone member, which is no longer used. by Daniel Dunbar · 12 years ago
  37. d4f9d05 initial draft of PPCMachObjectWriter.cpp by David Fang · 12 years ago
  38. 783a038 Fix off-by-one error in Regex::isValid by Alexey Samsonov · 12 years ago
  39. 0147736 R600/SI: Implement fp32<->fp64 conversions by Niels Ole Salscheider · 12 years ago
  40. 7114e2e R600/SI: Implement sint<->fp64 conversions by Niels Ole Salscheider · 12 years ago
  41. 91955e7 Use pop_back() instead of pop_back_val() when the returned value is not used. by Jakub Staszak · 12 years ago
  42. 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
  43. 72feef1 Fix the comment. by Jakub Staszak · 12 years ago
  44. 6ee0581 Use EXPECT_TRUE/EXPECT_FALSE to avoid bogus warnings from the guts of gtest. by Benjamin Kramer · 12 years ago
  45. b1dc939 test commit. by Andrea Di Biagio · 12 years ago
  46. 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
  47. 13aeceb DISubprogram metadata have an MDNode representing which base type by Eric Christopher · 12 years ago
  48. 35d2102 Disable inlining between sanitized and non-sanitized functions. by Evgeniy Stepanov · 12 years ago
  49. 76ef79f For DW_TAG_template_type_parameter the actual passed in type could by Eric Christopher · 12 years ago
  50. 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
  51. 37c107b The conversion to bool is fine here, no need to check isType. by Eric Christopher · 12 years ago
  52. dc1363f Make sure that if we're going to attempt to add a type to a DIE that by Eric Christopher · 12 years ago
  53. afdd1f8 Change variable name and reflow formatting. by Eric Christopher · 12 years ago
  54. 01d22aa Optimize mask generation for one of the DAG combiner shufflevector cases. by Craig Topper · 12 years ago
  55. 05a4d26 PPC: Map frin to round() not nearbyint() and rint() by Hal Finkel · 12 years ago
  56. 9706d43 Revert "coff also doesn't have a ReadOnlySection yet, (!)" by David Majnemer · 12 years ago
  57. a1eacd0 Reflow for loop. by Eric Christopher · 12 years ago
  58. 3166762 Be more rigorous about the sizes of forms and attributes. by Eric Christopher · 12 years ago
  59. e32032d Add three missing CMake variables that need to make it to the by Chandler Carruth · 12 years ago
  60. 6cd4f2a Changed isPrint for U+00AD SOFT HYPHEN to return true. by Alexander Kornienko · 12 years ago
  61. bf473e2 Forward resetColor() et al to the underlying stream. by Ted Kremenek · 12 years ago
  62. 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
  63. 46c72c7 Fix ARM build. by Peter Collingbourne · 12 years ago
  64. 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
  65. b0fd15f [objc-arc] Change 4 iterator methods which return const_iterators to be const methods. by Michael Gottesman · 12 years ago
  66. d3a9510 Reapply r185872 now that the address sanitizer has been changed to support this. by Bill Wendling · 12 years ago
  67. c348ad0 Really unbreak Mac build. by Peter Collingbourne · 12 years ago
  68. 32647ca Unbreak Mac build. by Peter Collingbourne · 12 years ago
  69. 6104a4e [lit] Remove unnecessary list copy. by Daniel Dunbar · 12 years ago
  70. 91a62c3 [lit] Always list individual UNRESOLVED tests. by Daniel Dunbar · 12 years ago
  71. 32b7d4d [lit] Explicitly convert dict items() result to a list. by Daniel Dunbar · 12 years ago
  72. 05fb743 [lit] Make string encoding issues explicit. by Daniel Dunbar · 12 years ago
  73. f34117d [tests] Make string encoding issues explicit. by Daniel Dunbar · 12 years ago
  74. 4229b95 [tests] Avoid deprecated except syntax. by Daniel Dunbar · 12 years ago
  75. 41418d1 Add ISD::FROUND for libm round() by Hal Finkel · 12 years ago
  76. 6fa33f5 DataFlowSanitizer; LLVM changes. by Peter Collingbourne · 12 years ago
  77. 9c2c660 [lit] Report the traceback when config import fails. by Daniel Dunbar · 12 years ago
  78. bd9bb2c [lit] Avoid comparisons with None. by Daniel Dunbar · 12 years ago
  79. a1ba752 [lit] Use list comprehensions instead of map(). by Daniel Dunbar · 12 years ago
  80. f861516 [lit] Avoid deprecated dict.has_key() method. by Daniel Dunbar · 12 years ago
  81. 1025175 Using the integrated assembler we'd fail to change section to the by Eric Christopher · 12 years ago
  82. 189f798 Fix a FIXME, on darwin all virtual sections have a zerofill type. by Eric Christopher · 12 years ago
  83. cf027a0 On Windows, autolink advapi32 from Path.inc for CryptAcquireContextW by Reid Kleckner · 12 years ago
  84. f4c2104 Add the common begin/end naming convention to the coding standard. by Rafael Espindola · 12 years ago
  85. ee0dcf4 Move assert above first use of variable that we'd be asserting on. by Eric Christopher · 12 years ago
  86. 28a07c8 lit/LitConfig.py: Fixup for msys bash. by NAKAMURA Takumi · 12 years ago
  87. cc47c12 Confusing comment typo. by Andrew Trick · 12 years ago
  88. 6757840 Lit: Fixup in r187886. by NAKAMURA Takumi · 12 years ago
  89. 8f4aab8 Lit: Resurrect --no-execute dropped in r187852. by NAKAMURA Takumi · 12 years ago
  90. 207600d AVX-512 set: Added BROADCAST instructions with lowering logic and a test. by Elena Demikhovsky · 12 years ago
  91. 29e873d [SystemZ] Optimize floating-point comparisons with zero by Richard Sandiford · 12 years ago
  92. e0bbf72 [SystemZ] Add floating-point load-and-test instructions by Richard Sandiford · 12 years ago
  93. c11b107 JumpThreading: Turn a select instruction into branching if it allows to thread one half of the select. by Benjamin Kramer · 12 years ago
  94. e4a4aec Commit a no-op change to StringRef to (hopefully) trigger build bots. by Chandler Carruth · 12 years ago
  95. f7364d5 Add support for linking against a curses library when available and by Chandler Carruth · 12 years ago
  96. f76e118 Remove some parens. No functional change. by Eric Christopher · 12 years ago
  97. b19982c Simplify code. No functional change intended. by Craig Topper · 12 years ago
  98. 8f3562b Initialize SIInsertWaits::ExpInstrTypesSeen in the pass constructor. by Evgeniy Stepanov · 12 years ago
  99. 6e52c61 Remove the assertion for now. This breaks lld. by Dmitri Gribenko · 12 years ago
  100. aefdc04 LLVM Interpreter: MIPS tests should pass by Elena Demikhovsky · 12 years ago