1. cd61455 Create a stub for DWARF parser unittests by Alexey Samsonov · 12 years ago
  2. 71c1b22 Fix a disconcerting bug in Value::isUsedInBasicBlock, which gave wrong answers for blocks larger than 3 instrs. by Benjamin Kramer · 12 years ago
  3. bb5cbd8 Delete the functions F1 and F2 to appease the valgrind bot. by Joey Gouly · 12 years ago
  4. 0f57a98 Change CloneFunctionInto to always clone Argument attributes induvidually, by Joey Gouly · 12 years ago
  5. c0a74e2 [Support][FileSystem] Fix identify_magic for big endian ELF. by Michael J. Spencer · 12 years ago
  6. 332edeb Enable JIT/MCJIT unit tests for targets with JIT support. by Jyotsna Verma · 12 years ago
  7. b8bfb62 Explicitly add -Wl,--export-all-symbols on mingw/cygwin. by Rafael Espindola · 12 years ago
  8. 436633e Don't export symbols in every binary on linux. by Rafael Espindola · 12 years ago
  9. e1e9366 SmallVector and SmallPtrSet allocations now power-of-two aligned. by Jean-Luc Duprat · 12 years ago
  10. ef484a3 Revert "Fix allocations of SmallVector and SmallPtrSet so they are more prone to" by Rafael Espindola · 12 years ago
  11. 6173309 Fix allocations of SmallVector and SmallPtrSet so they are more prone to by Jean-Luc Duprat · 12 years ago
  12. 9f41d22 Disable JIT/MCJIT tests in unittests/ExecutionEngine for the targets that don't support JIT. by Jyotsna Verma · 12 years ago
  13. d6d0ebb Disable Initialize.MultipleThreads test under MemorySanitizer. by Evgeniy Stepanov · 12 years ago
  14. 551152f Test case for graceful handling of long file names on Windows. Patch thanks to Paul Robinson! by Aaron Ballman · 12 years ago
  15. d483d28 [Support][Test] Missed this in the API change. by Michael J. Spencer · 12 years ago
  16. 9b4886e [Support][ErrorOr] Add support for implicit conversion from error code/condition enums. by Michael J. Spencer · 12 years ago
  17. 4857402 Only include move-related Optional<T> tests when rvalue references are available. by David Blaikie · 12 years ago
  18. ea72255 Add move ctor/assignment to Optional<T> by David Blaikie · 12 years ago
  19. ad4da0f Move the SplatByte helper to APInt and generalize it a bit. by Benjamin Kramer · 12 years ago
  20. 4318fc5 Rename llvm::Optional<T>::Reset to 'reset' as per LLVM naming conventions. by David Blaikie · 12 years ago
  21. a28eda7e Allow llvm::Optional to work with types without default constructors. by David Blaikie · 12 years ago
  22. 1f1713f Remove my bogus MapVector::erase() with a narrower ::pop_back(), and add a unit test. by Douglas Gregor · 12 years ago
  23. 35b1423 ADT: Correct APInt::getActiveWords for zero values by Meador Inge · 12 years ago
  24. 780e900 [Support][ErrorOr] Add support for convertable types. by Michael J. Spencer · 12 years ago
  25. 2a78bb9 Revert "[Support][ErrorOr] Add support for convertable types." by Andrew Trick · 12 years ago
  26. a33e1fa [Support][ErrorOr] Add support for convertable types. by Michael J. Spencer · 12 years ago
  27. a070d2a Change GetPointerBaseWithConstantOffset's DataLayout argument from a by Dan Gohman · 12 years ago
  28. 69f60e7 Added a unit test for r173983 that verifies that Target.isiOS() works correctly. by Michael Gottesman · 12 years ago
  29. 710cb0c Add support for source and line information to IntelJITEventListener for object emitted by MCJIT. by Andrew Kaylor · 12 years ago
  30. c83f621 Fix test to not use the AttributeSet's AttributeWithIndex creation method. by Bill Wendling · 12 years ago
  31. c73b7f7 Add file to CMakeLists (file added in r173505) by Dmitri Gribenko · 12 years ago
  32. 6bbf4ff Add an insert() method to MapVector. Adds the first MapVector unit test. by Nick Lewycky · 12 years ago
  33. bd7561e APFloat: Make sure that we get a well-formed x87 NaN when converting from a smaller type. by Benjamin Kramer · 12 years ago
  34. 41d35a3 unittests/SupportTests/Initialize.MultipleThreads: Enable pthread_attr_setstack(3) only on Linux. by NAKAMURA Takumi · 12 years ago
  35. 91e22b0 unittests/SupportTests/Initialize.MultipleThreads: Appease --vg-leak to allocate stack explicitly for glibc. by NAKAMURA Takumi · 12 years ago
  36. 023d97d llvm/unittests: Use OwningPtr to fix --vg-leak. by NAKAMURA Takumi · 12 years ago
  37. d422e9f IRTests/WaymarkTest.cpp: Fix in --vg-leak. by NAKAMURA Takumi · 12 years ago
  38. e82a5fa IRTests/IRBuilderTest.cpp: GetIntTy: Delete DL at yourself since it is not linked. by NAKAMURA Takumi · 12 years ago
  39. f25b003 IRTests/IRBuilderTest.cpp: Let GV added to the module. by NAKAMURA Takumi · 12 years ago
  40. 6bf3e46 IRTests/ConstantsTest.cpp: AsInstructionsTest: Delete each instruction immediately if it is not linked. by NAKAMURA Takumi · 12 years ago
  41. bde0f0f Untabify. by NAKAMURA Takumi · 12 years ago
  42. 3fe36d0 Whitespace. by NAKAMURA Takumi · 12 years ago
  43. 1a5812d DominatorTreeTest.cpp: Add the file header. by NAKAMURA Takumi · 12 years ago
  44. bdd4e13 [Support][ErrorOr] Add optimized specialization of ErrorOr<void>. by Michael J. Spencer · 12 years ago
  45. 421db34 ADT/SparseMultiSetTest.cpp: Try to appease cygwin-clang on stage2, take two. [-Wsign-compare] by NAKAMURA Takumi · 12 years ago
  46. 19f2445 ADT/SparseMultiSetTest.cpp: Try to appease cygwin-clang (libstdc++-4.5) on stage2. [-Wsign-compare] by NAKAMURA Takumi · 12 years ago
  47. 93d6137 ErrorOrTest.cpp: Check existence of EXPECT_DEBUG_DEATH. It is not always available. by NAKAMURA Takumi · 12 years ago
  48. afe77f3 Introduce a new data structure, the SparseMultiSet, and changes to the MI scheduler to use it. by Michael Ilseman · 12 years ago
  49. 7babd25 [Support] Make test C++03. by Michael J. Spencer · 12 years ago
  50. c052d5b Disable test that fails due to lack of std::true_type in C++03. by Benjamin Kramer · 12 years ago
  51. 01812be [Support] Port ErrorOr<T> from lld to C++03. by Michael J. Spencer · 12 years ago
  52. fbb662f Introduce llvm::sys::getProcessTriple() function. by Peter Collingbourne · 12 years ago
  53. 655578f Allow vectors in CreatePointerCast of constants. by Evgeniy Stepanov · 12 years ago
  54. 4802b9d A test for r172535. by Evgeniy Stepanov · 12 years ago
  55. 31659fa Improve r172464: const_cast is not needed if the variable is not const by Dmitri Gribenko · 12 years ago
  56. c8be88a Fix Casts by David Greene · 12 years ago
  57. 8591fa3 Add a unit test to verifies that attribute uniquing works so it doesn't break again. by Benjamin Kramer · 12 years ago
  58. dced3cd Fix bug in exception table allocation (PR13678) by Eli Bendersky · 12 years ago
  59. f6b6c37 Replace memcpys by a static_cast and an integral promotion. by Dmitri Gribenko · 12 years ago
  60. 197616a Fix coding style by Dmitri Gribenko · 12 years ago
  61. ff5ed5e Unbreak tests after regression from r172081. by Jakub Staszak · 12 years ago
  62. 5e1b31b Fix Alias Bug by David Greene · 12 years ago
  63. 7aa1c32 Implement APFloat::isDenormal() by Shuxin Yang · 12 years ago
  64. c779e96 Rename the VMCore unittest tree to IR. Somehow was missed when doing the by Chandler Carruth · 12 years ago
  65. 3251e81 Move CallGraphSCCPass.h into the Analysis tree; that's where the by Chandler Carruth · 12 years ago
  66. 61e7ff9 Rename the unittest from ArrayRecylerTest.cpp to ArrayRecyclerTest.cpp. by Chandler Carruth · 12 years ago
  67. 8a0631a Add an ArrayRecycler class. by Jakob Stoklund Olesen · 12 years ago
  68. 73c35d8 Add time getters to the process interface for requesting the elapsed by Chandler Carruth · 12 years ago
  69. 7c5c12b Add an iplist::clearAndLeakNodesUnsafely() function. by Jakob Stoklund Olesen · 12 years ago
  70. 50c3042 Fix how YAML I/O detects flow sequences. by Nick Kledzik · 12 years ago
  71. c8b18df [Support][Endian] Add support for specifying the alignment and native unaligned types. by Michael J. Spencer · 12 years ago
  72. 0b8c9a8 Move all of the header files which are involved in modelling the LLVM IR by Chandler Carruth · 12 years ago
  73. 7f00f87 Sort a few more #include lines in tools/... unittests/... and utils/... by Chandler Carruth · 12 years ago
  74. f5867ab Go ahead and get rid of the old page size interface and convert all the by Chandler Carruth · 12 years ago
  75. 814afe9 Flesh out a page size accessor in the new API. by Chandler Carruth · 12 years ago
  76. 3c6f89a [AlignOf] Add AlignedCharArray and refactor AlignedCharArrayUnion. by Michael J. Spencer · 12 years ago
  77. 0184a84 Begin sketching out the process interface. by Chandler Carruth · 12 years ago
  78. 6e591ea Test that a landingpad gets the name provided when it was created (see commit by Duncan Sands · 12 years ago
  79. 7f1d6d6 Add an assertion for a likely ilist::splice() contract violation. by Jakob Stoklund Olesen · 12 years ago
  80. 82612a6 Fix some integer constant warnings by using a suffix by Nick Kledzik · 12 years ago
  81. c83b8fe re-enable test cases now that traits work with g++. Fix some g++ warnings by Nick Kledzik · 12 years ago
  82. 3cf080d Temporarily disable test cases until they compile with g++ too. by Nick Kledzik · 12 years ago
  83. f2150b6 Unbreak the build. Fallout from r170019. by David Blaikie · 12 years ago
  84. 8ceb8b7 Initial implementation of a utility for converting native data by Nick Kledzik · 12 years ago
  85. 1638b83 Reorganize FastMathFlags to be a wrapper around unsigned, and streamline some interfaces. by Michael Ilseman · 12 years ago
  86. 99faa3b s/AttrListPtr/AttributeSet/g to better label what this class is going to be in the near future. by Bill Wendling · 12 years ago
  87. c4c14a7 Do not run tests MappedMemoryTest.BasicWrite and MultipleWrite unless both by Akira Hatanaka · 12 years ago
  88. 96a564f Copy clang/Driver/<Option parsing stuff> to llvm. by Michael J. Spencer · 12 years ago
  89. 5a88dda Sort the #include lines for unittest/... by Chandler Carruth · 12 years ago
  90. 4cd0a82 VMCoreTests/PassManagerTest.cpp: Appease msvc not to do "using llvm::Pass" in class template. by NAKAMURA Takumi · 12 years ago
  91. ee72115 Add 'using' declarations to suppress -Woverloaded-virtual warnings. by Matt Beaumont-Gay · 12 years ago
  92. 6bc8601 [Support] Make FileOutputBuffer work on Windows. by Michael J. Spencer · 12 years ago
  93. 4334dd9 Switch LLVM_USE_RVALUE_REFERENCES to LLVM_HAS_RVALUE_REFERENCES. by Chandler Carruth · 12 years ago
  94. 4b896dd copyFastMathFlags utility and test case by Michael Ilseman · 12 years ago
  95. 3d15a91 Whoops, fixed bad merge by Michael Ilseman · 12 years ago
  96. 9eec659 Fixed bad test case by Michael Ilseman · 12 years ago
  97. f564e9f Fast-math: IRBuilder test for creating instructions with fast-math flags by Michael Ilseman · 12 years ago
  98. 6b73148 Add backreference matching capabilities to Support/Regex, with by Eli Bendersky · 12 years ago
  99. 927ba6a Moving SectionMemoryManager into RuntimeDyld and adding unit tests for it. by Andrew Kaylor · 12 years ago
  100. cc7773b Implementing page permission setting in MCJIT unit test SectionMemoryManager.cpp by Andrew Kaylor · 12 years ago