1. b1975a8 [tests] Use multiple statements instead of 'echo -e', which is not part of BSD echo. by Daniel Dunbar · 12 years ago
  2. cb4bfb3 [lit] Fix internal shell's argv[0] handling. by Daniel Dunbar · 12 years ago
  3. 4ac723b [lit] Add support for multiprocessing, under --use-processes for now. by Daniel Dunbar · 12 years ago
  4. df44de6 [lit] Implement --max-time support by using provider cancel method. by Daniel Dunbar · 12 years ago
  5. 07f0f16 [lit] Refactor test execution logic into lit.run.Run. by Daniel Dunbar · 12 years ago
  6. b11b690 [lit] Put display lock inside the ThreadResultsConsumer. by Daniel Dunbar · 12 years ago
  7. ec8e059 [lit] Factor out a results consumer interface for test execution. by Daniel Dunbar · 12 years ago
  8. 8c59003 [lit] Move top-level execute code into Run object. by Daniel Dunbar · 12 years ago
  9. 5b2efc2 [lit] Factor out Run class to capture configuration + discovered tests. by Daniel Dunbar · 12 years ago
  10. 8253cc0 [lit] Change lit.Test.ResultCode to be unique across pickling. by Daniel Dunbar · 12 years ago
  11. aee279d Fix a test to not fail for users with my name. :) by Daniel Dunbar · 12 years ago
  12. 6f25e87 [lit] Add a TODO. by Daniel Dunbar · 12 years ago
  13. 501cba3 [lit] Update shtest format to return lit.Test.Result objects. by Daniel Dunbar · 12 years ago
  14. 8a1d9b2 [lit] Update LitTestCase to support lit.Test.Result. by Daniel Dunbar · 12 years ago
  15. e54726a The darwin integrated assembler for X86 in 64-bit mode is not rejecting by Kevin Enderby · 12 years ago
  16. c08bd51 [Object/COFF] Add coff_aux_weak_external. by Rui Ueyama · 12 years ago
  17. f1cd798 Vectorizer/PassManager: I am working on moving the vectorizer out of the SCC passes. This patch moves the SLP-vectorizer and BB-vectorizer back into SCC passes for two reasons: by Nadav Rotem · 12 years ago
  18. 9fd438f Convert tests to FileCheck by Matt Arsenault · 12 years ago
  19. 09174f8 Adding VCIncludeDir and WindowsSDKDir to the msbuild configuration file. This allows clang to find windows.h and other files in the by Warren Hunt · 12 years ago
  20. f9355c8 Handle address spaces in TargetTransformInfo by Matt Arsenault · 12 years ago
  21. 2b884bc Fix a typo and coding style of a previous commit. No functional change. by Juergen Ributzka · 12 years ago
  22. b70d79e Fix typo. by Matt Arsenault · 12 years ago
  23. 4cff093 [doxygen] Use correct variable names for external variable configuration and make EXTRA_SEARCH_MAPPINGS a "dumb" variable. by Michael Gottesman · 12 years ago
  24. 98b5be8 Fix name matching to work on windows. by Rafael Espindola · 12 years ago
  25. b5011bd Period. by David Blaikie · 12 years ago
  26. 02ae44f r189495: Pull out some debug logic into a function for legibility by David Blaikie · 12 years ago
  27. 1800b66 [doxygen] Added support for doxygen external search. by Michael Gottesman · 12 years ago
  28. b7cb635 [cmake] Created an aggregate doxygen target for generating doxygen documentation for llvm/all subprojects. Renamed llvm's doxygen generation command to doxygen-llvm. by Michael Gottesman · 12 years ago
  29. 2957273 Option parsing: support case-insensitive option matching. by Rui Ueyama · 12 years ago
  30. 435798e Disable unrolling in the loop vectorizer when disabled in the pass manager by Hal Finkel · 12 years ago
  31. 4f066b6 The integrated darwin assembler can hang in an infinite loop (or get an assert by Kevin Enderby · 12 years ago
  32. 980879e PR16995: DebugInfo: Don't overwrite existing member lists when adding template arguments by David Blaikie · 12 years ago
  33. cfe7a7c cmake: Prevent semicolon separated lists in llvm-config (PR17020) by Hans Wennborg · 12 years ago
  34. b2e5453 [ARMv8] Fix a few things in one swoop. by Joey Gouly · 12 years ago
  35. aeb0f0c Add a minimal implementation of ranlib. by Rafael Espindola · 12 years ago
  36. 22266c1 ARM: Use "dmb sy" for barriers on M-class CPUs by Tim Northover · 12 years ago
  37. bafb5f8 [ARMv8] Add a missing IsThumb to t2LDAEXD. by Joey Gouly · 12 years ago
  38. d3128a4 ARM: remove unused v(add|sub)hn and vqdml[as]l intrinsics. by Tim Northover · 12 years ago
  39. c85bb78 ARM: add patterns for vqdmlal with separate vqdmull and vqadds by Tim Northover · 12 years ago
  40. 3c380d5 [mips][msa] Added bnz.df, bnz.v, bz.df, and bz.v by Daniel Sanders · 12 years ago
  41. 2fd3e67 [mips][msa] Added load/store intrinsics. by Daniel Sanders · 12 years ago
  42. f1db2a6 80 cols by Alexey Samsonov · 12 years ago
  43. 2fb982a AVX-512: added SQRT, VRSQRT14, VCOMISS, VUCOMISS, VRCP14, VPABS by Elena Demikhovsky · 12 years ago
  44. abbcf3b [mips][msa] Added move.v by Daniel Sanders · 12 years ago
  45. 4771681 [SystemZ] Add support for TMHH, TMHL, TMLH and TMLL by Richard Sandiford · 12 years ago
  46. a6c3a4e [mips][msa] Added cfcmsa, and ctcmsa by Daniel Sanders · 12 years ago
  47. f00539c [mips][msa] Added f[cs]af, f[cs]or, f[cs]ueq, f[cs]ul[et], f[cs]une, fsun, ftrunc_[su], hadd_[su], hsub_[su], sr[al]r, sr[al]ri by Daniel Sanders · 12 years ago
  48. a65f149 [mips][msa] Summarize tests by Daniel Sanders · 12 years ago
  49. 47e7096 [SystemZ] Extend memcmp support to all constant lengths by Richard Sandiford · 12 years ago
  50. ead2d5a Fix use of uninitialized value added in r189400 (found by MemorySanitizer) by Alexey Samsonov · 12 years ago
  51. 862b504 Add missing include by Craig Topper · 12 years ago
  52. 9006170 Revert r189442 "Change default # of digits for APFloat::toString" by Ted Kremenek · 12 years ago
  53. 631bce5 Change default # of digits for APFloat::toString by Eli Friedman · 12 years ago
  54. 6b6345f Remove support for the .debug_inlined section. No known software by Eric Christopher · 12 years ago
  55. 5be1752 X86JITInfo.cpp: Apply x64 version of X86CompilationCallback() to Cygwin64. by NAKAMURA Takumi · 12 years ago
  56. 6a15b6a X86Subtarget.h: Recognize x86_64-cygwin. by NAKAMURA Takumi · 12 years ago
  57. 110b520 cmake: Add msbuild integration to the install by Hans Wennborg · 12 years ago
  58. 7f9a887 [BumpPtrAllocator] Move DefaultSlabAllocator to a member of BumpPtrAllocator, instead of a static variable. by Argyrios Kyrtzidis · 12 years ago
  59. a796d90 [mips] Use ptr_rc to simplify definitions of base+index load/store instructions. by Akira Hatanaka · 12 years ago
  60. bf19dba [mips] Clean up definitions of move word from/to coprocessor instructions. by Akira Hatanaka · 12 years ago
  61. 6d55dfa [mips] Set isAllocatable and CoveredBySubRegs. by Akira Hatanaka · 12 years ago
  62. c3e9457 Add a TODO here. by Eric Christopher · 12 years ago
  63. 7ced4fa Add support for DW_FORM_dataN and DW_FORM_udata to the DIE hashing by Eric Christopher · 12 years ago
  64. 1997734 Revert "Option parsing: support case-insensitive option matching." as it broke Windows buildbot. by Rui Ueyama · 12 years ago
  65. 7b2ee39 Use DW_FORM_sdata for signed constant values and udata on occasion by Eric Christopher · 12 years ago
  66. 6e74bfc Move some debug testcases to the debug info directory. by Eric Christopher · 12 years ago
  67. 055f4e9 Option parsing: support case-insensitive option matching. by Rui Ueyama · 12 years ago
  68. 587e193 [CMake] Put back the add_llvm_external_project() calls for specific projects. by Argyrios Kyrtzidis · 12 years ago
  69. 22d6eb8 Add xml files for msbuild integration by Reid Kleckner · 12 years ago
  70. 23f84cb DIBuilder: take an optional StringRef to pass in unique identifier. by Manman Ren · 12 years ago
  71. ffba4c7 DataFlowSanitizer: Implement trampolines for function pointers passed to custom functions. by Peter Collingbourne · 12 years ago
  72. 7cde9d0 [ms-inline asm] Support offsets after segment registers by David Majnemer · 12 years ago
  73. 66b7139 Given target assembler parsers a chance to handle variant expressions by Joerg Sonnenberger · 12 years ago
  74. b0bb2d6 Changed comment by Jack Carter · 12 years ago
  75. 6d89eba Translate ENABLE_CLANG_{ARCMT,REWRITER,STATIC_ANALYZER} when generating by Roman Divacky · 12 years ago
  76. bd28f5c Refactor 'vectorizeLoop' no functionality change. by Nadav Rotem · 12 years ago
  77. 0b90c622 [ARMv8] Add MC support for the new load/store acquire/release instructions. by Joey Gouly · 12 years ago
  78. 00c1980 Revert 189297, the original commit message is following. by Shuxin Yang · 12 years ago
  79. d371d4f AVX-512: added conversion instructions. by Elena Demikhovsky · 12 years ago
  80. 5d8c2e4 DAGCombiner: make sure or/shl/srl really has zero high bits before forming bswap by Tim Northover · 12 years ago
  81. dcfa0f7 [ARMv8] Add some negative tests for the recent VFP/NEON instructions. by Joey Gouly · 12 years ago
  82. 9dc1842 Add an assertion to the fixed-size allocator to ensure that we don't request by Joey Gouly · 12 years ago
  83. c59efb6 ARM: add natural patterns for vaddhl and vsubhl. by Tim Northover · 12 years ago
  84. 845ad06 R600/SI: Enable local-memory-two-objects lit test by Michel Danzer · 12 years ago
  85. bc4e058 [mips][msa] Added tests for and.v, bmnz.v, bmz.v, bsel.v, nor.v, or.v, xor.v when non-byte vectors are used. by Daniel Sanders · 12 years ago
  86. 62f61bf [mips][msa] Added spill/reload support by Daniel Sanders · 12 years ago
  87. 842a1be [SystemZ] Extend memcpy and memset support to all constant lengths by Richard Sandiford · 12 years ago
  88. c9617b9 [mips][msa] Added bitconverts for vector types for big and little-endian by Daniel Sanders · 12 years ago
  89. 63fd2af Add support for DebugFission to DWARF parser by Alexey Samsonov · 12 years ago
  90. 1567abe AVX-512: Added FMA instructions. by Elena Demikhovsky · 12 years ago
  91. 47c7eee Fix the build issue under ia64. Close bug #5715 by Sylvestre Ledru · 12 years ago
  92. f69a29b Revert "Fix the build broken by r189315." and "Move everything depending on Object/MachOFormat.h over to Support/MachO.h." by Charles Davis · 12 years ago
  93. 45fbe98 Fix the build broken by r189315. by David Blaikie · 12 years ago
  94. 9c3dd1b Move everything depending on Object/MachOFormat.h over to Support/MachO.h. by Charles Davis · 12 years ago
  95. bf778d0 Support/MachO: Add a bunch of defines. by Charles Davis · 12 years ago
  96. 442d5f6 Fixed typo. by Michael Gottesman · 12 years ago
  97. f0a0d57 Fix wrong code offset for unwind code SET_FPREG. by Kai Nacke · 12 years ago
  98. bf6f1f2 Add derived from source. by Eric Christopher · 12 years ago
  99. 478a118 Add a testcase to ensure that the pubnames section uses an offset by Eric Christopher · 12 years ago
  100. 15cfa58 Remove an over-zealous assertion. A pointer type could be illegal if the target is prepared to custom-legalize pointer operands. This assertion was evaluated before the target would have a chance to do so, making it impossible. by Owen Anderson · 12 years ago