1. 35b1423 ADT: Correct APInt::getActiveWords for zero values by Meador Inge · 12 years ago
  2. 780e900 [Support][ErrorOr] Add support for convertable types. by Michael J. Spencer · 12 years ago
  3. 2a78bb9 Revert "[Support][ErrorOr] Add support for convertable types." by Andrew Trick · 12 years ago
  4. a33e1fa [Support][ErrorOr] Add support for convertable types. by Michael J. Spencer · 12 years ago
  5. a070d2a Change GetPointerBaseWithConstantOffset's DataLayout argument from a by Dan Gohman · 12 years ago
  6. 69f60e7 Added a unit test for r173983 that verifies that Target.isiOS() works correctly. by Michael Gottesman · 12 years ago
  7. 710cb0c Add support for source and line information to IntelJITEventListener for object emitted by MCJIT. by Andrew Kaylor · 12 years ago
  8. c83f621 Fix test to not use the AttributeSet's AttributeWithIndex creation method. by Bill Wendling · 12 years ago
  9. c73b7f7 Add file to CMakeLists (file added in r173505) by Dmitri Gribenko · 12 years ago
  10. 6bbf4ff Add an insert() method to MapVector. Adds the first MapVector unit test. by Nick Lewycky · 12 years ago
  11. bd7561e APFloat: Make sure that we get a well-formed x87 NaN when converting from a smaller type. by Benjamin Kramer · 12 years ago
  12. 41d35a3 unittests/SupportTests/Initialize.MultipleThreads: Enable pthread_attr_setstack(3) only on Linux. by NAKAMURA Takumi · 12 years ago
  13. 91e22b0 unittests/SupportTests/Initialize.MultipleThreads: Appease --vg-leak to allocate stack explicitly for glibc. by NAKAMURA Takumi · 12 years ago
  14. 023d97d llvm/unittests: Use OwningPtr to fix --vg-leak. by NAKAMURA Takumi · 12 years ago
  15. d422e9f IRTests/WaymarkTest.cpp: Fix in --vg-leak. by NAKAMURA Takumi · 12 years ago
  16. e82a5fa IRTests/IRBuilderTest.cpp: GetIntTy: Delete DL at yourself since it is not linked. by NAKAMURA Takumi · 12 years ago
  17. f25b003 IRTests/IRBuilderTest.cpp: Let GV added to the module. by NAKAMURA Takumi · 12 years ago
  18. 6bf3e46 IRTests/ConstantsTest.cpp: AsInstructionsTest: Delete each instruction immediately if it is not linked. by NAKAMURA Takumi · 12 years ago
  19. bde0f0f Untabify. by NAKAMURA Takumi · 12 years ago
  20. 3fe36d0 Whitespace. by NAKAMURA Takumi · 12 years ago
  21. 1a5812d DominatorTreeTest.cpp: Add the file header. by NAKAMURA Takumi · 12 years ago
  22. bdd4e13 [Support][ErrorOr] Add optimized specialization of ErrorOr<void>. by Michael J. Spencer · 12 years ago
  23. 421db34 ADT/SparseMultiSetTest.cpp: Try to appease cygwin-clang on stage2, take two. [-Wsign-compare] by NAKAMURA Takumi · 12 years ago
  24. 19f2445 ADT/SparseMultiSetTest.cpp: Try to appease cygwin-clang (libstdc++-4.5) on stage2. [-Wsign-compare] by NAKAMURA Takumi · 12 years ago
  25. 93d6137 ErrorOrTest.cpp: Check existence of EXPECT_DEBUG_DEATH. It is not always available. by NAKAMURA Takumi · 12 years ago
  26. afe77f3 Introduce a new data structure, the SparseMultiSet, and changes to the MI scheduler to use it. by Michael Ilseman · 12 years ago
  27. 7babd25 [Support] Make test C++03. by Michael J. Spencer · 12 years ago
  28. c052d5b Disable test that fails due to lack of std::true_type in C++03. by Benjamin Kramer · 12 years ago
  29. 01812be [Support] Port ErrorOr<T> from lld to C++03. by Michael J. Spencer · 12 years ago
  30. fbb662f Introduce llvm::sys::getProcessTriple() function. by Peter Collingbourne · 12 years ago
  31. 655578f Allow vectors in CreatePointerCast of constants. by Evgeniy Stepanov · 12 years ago
  32. 4802b9d A test for r172535. by Evgeniy Stepanov · 12 years ago
  33. 31659fa Improve r172464: const_cast is not needed if the variable is not const by Dmitri Gribenko · 12 years ago
  34. c8be88a Fix Casts by David Greene · 12 years ago
  35. 8591fa3 Add a unit test to verifies that attribute uniquing works so it doesn't break again. by Benjamin Kramer · 12 years ago
  36. dced3cd Fix bug in exception table allocation (PR13678) by Eli Bendersky · 12 years ago
  37. f6b6c37 Replace memcpys by a static_cast and an integral promotion. by Dmitri Gribenko · 12 years ago
  38. 197616a Fix coding style by Dmitri Gribenko · 12 years ago
  39. ff5ed5e Unbreak tests after regression from r172081. by Jakub Staszak · 12 years ago
  40. 5e1b31b Fix Alias Bug by David Greene · 12 years ago
  41. 7aa1c32 Implement APFloat::isDenormal() by Shuxin Yang · 12 years ago
  42. c779e96 Rename the VMCore unittest tree to IR. Somehow was missed when doing the by Chandler Carruth · 12 years ago
  43. 3251e81 Move CallGraphSCCPass.h into the Analysis tree; that's where the by Chandler Carruth · 12 years ago
  44. 61e7ff9 Rename the unittest from ArrayRecylerTest.cpp to ArrayRecyclerTest.cpp. by Chandler Carruth · 12 years ago
  45. 8a0631a Add an ArrayRecycler class. by Jakob Stoklund Olesen · 12 years ago
  46. 73c35d8 Add time getters to the process interface for requesting the elapsed by Chandler Carruth · 12 years ago
  47. 7c5c12b Add an iplist::clearAndLeakNodesUnsafely() function. by Jakob Stoklund Olesen · 12 years ago
  48. 50c3042 Fix how YAML I/O detects flow sequences. by Nick Kledzik · 12 years ago
  49. c8b18df [Support][Endian] Add support for specifying the alignment and native unaligned types. by Michael J. Spencer · 12 years ago
  50. 0b8c9a8 Move all of the header files which are involved in modelling the LLVM IR by Chandler Carruth · 12 years ago
  51. 7f00f87 Sort a few more #include lines in tools/... unittests/... and utils/... by Chandler Carruth · 12 years ago
  52. f5867ab Go ahead and get rid of the old page size interface and convert all the by Chandler Carruth · 12 years ago
  53. 814afe9 Flesh out a page size accessor in the new API. by Chandler Carruth · 12 years ago
  54. 3c6f89a [AlignOf] Add AlignedCharArray and refactor AlignedCharArrayUnion. by Michael J. Spencer · 12 years ago
  55. 0184a84 Begin sketching out the process interface. by Chandler Carruth · 12 years ago
  56. 6e591ea Test that a landingpad gets the name provided when it was created (see commit by Duncan Sands · 12 years ago
  57. 7f1d6d6 Add an assertion for a likely ilist::splice() contract violation. by Jakob Stoklund Olesen · 12 years ago
  58. 82612a6 Fix some integer constant warnings by using a suffix by Nick Kledzik · 12 years ago
  59. c83b8fe re-enable test cases now that traits work with g++. Fix some g++ warnings by Nick Kledzik · 12 years ago
  60. 3cf080d Temporarily disable test cases until they compile with g++ too. by Nick Kledzik · 12 years ago
  61. f2150b6 Unbreak the build. Fallout from r170019. by David Blaikie · 12 years ago
  62. 8ceb8b7 Initial implementation of a utility for converting native data by Nick Kledzik · 12 years ago
  63. 1638b83 Reorganize FastMathFlags to be a wrapper around unsigned, and streamline some interfaces. by Michael Ilseman · 12 years ago
  64. 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
  65. c4c14a7 Do not run tests MappedMemoryTest.BasicWrite and MultipleWrite unless both by Akira Hatanaka · 12 years ago
  66. 96a564f Copy clang/Driver/<Option parsing stuff> to llvm. by Michael J. Spencer · 12 years ago
  67. 5a88dda Sort the #include lines for unittest/... by Chandler Carruth · 12 years ago
  68. 4cd0a82 VMCoreTests/PassManagerTest.cpp: Appease msvc not to do "using llvm::Pass" in class template. by NAKAMURA Takumi · 12 years ago
  69. ee72115 Add 'using' declarations to suppress -Woverloaded-virtual warnings. by Matt Beaumont-Gay · 12 years ago
  70. 6bc8601 [Support] Make FileOutputBuffer work on Windows. by Michael J. Spencer · 12 years ago
  71. 4334dd9 Switch LLVM_USE_RVALUE_REFERENCES to LLVM_HAS_RVALUE_REFERENCES. by Chandler Carruth · 12 years ago
  72. 4b896dd copyFastMathFlags utility and test case by Michael Ilseman · 12 years ago
  73. 3d15a91 Whoops, fixed bad merge by Michael Ilseman · 12 years ago
  74. 9eec659 Fixed bad test case by Michael Ilseman · 12 years ago
  75. f564e9f Fast-math: IRBuilder test for creating instructions with fast-math flags by Michael Ilseman · 12 years ago
  76. 6b73148 Add backreference matching capabilities to Support/Regex, with by Eli Bendersky · 12 years ago
  77. 927ba6a Moving SectionMemoryManager into RuntimeDyld and adding unit tests for it. by Andrew Kaylor · 12 years ago
  78. cc7773b Implementing page permission setting in MCJIT unit test SectionMemoryManager.cpp by Andrew Kaylor · 12 years ago
  79. 525398e Allow using MemoryBuffers with yaml::Stream directly. by Sean Silva · 12 years ago
  80. b9478c2 Add a new function to ConstantExpr - getAsInstruction. This returns its Instruction* corollary, which may be useful if a user by James Molloy · 12 years ago
  81. 0f5720f Removing utf-8 smart quote and trailing whitespace by Joe Abbey · 12 years ago
  82. e68d743 Suppressing the 'direct base ‘{anonymous}::S1’ inaccessible in ‘{anonymous}::D9’ by Joe Abbey · 12 years ago
  83. 53608a3 Interface changes to allow RuntimeDyld memory managers to set memory permissions after an object has been loaded. by Andrew Kaylor · 12 years ago
  84. de7c853 Remove DOS line endings. by Jakub Staszak · 12 years ago
  85. d543931 do not play preprocessor tricks with 'private', use public interfaces instead; this appeases the VC++ buildbots by Gabor Greif · 12 years ago
  86. 9a5f90a add unit test for waymarking algorithm (Use::getUser) by Gabor Greif · 12 years ago
  87. 23280ff Provide definitions for all functions. by Benjamin Kramer · 12 years ago
  88. 6b370e6 Drop the limitation to IEEE floating point types from the fdiv of pow2 -> fmul transform. by Benjamin Kramer · 12 years ago
  89. b586aae MCJIT unit test: add calls to ensure that instruction caches are properly invalidated before code execution. by Amara Emerson · 12 years ago
  90. a25ad19 Port lli bug fix from r166920 to MCJIT unit test. by Amara Emerson · 12 years ago
  91. 9f74bc9 Commit access test. by Amara Emerson · 12 years ago
  92. f772f07 Disable all old-JIT unit tests on PowerPC. by Ulrich Weigand · 12 years ago
  93. 0ceb855 Add IRBuilderBase::getIntPtrTy. by Evgeniy Stepanov · 12 years ago
  94. 446cf94 Fix isEliminableCastPair to work correctly in the presence of pointers by Duncan Sands · 12 years ago
  95. 69c9c8c Implement arithmetic on APFloat with PPCDoubleDouble semantics by by Ulrich Weigand · 12 years ago
  96. fbaf206 Fixed bug in SmallDenseMap where it wouldn't leave enough space for an empty bucket if the number of values was exactly equal to the small capacity. This led to an infinite loop when finding a non-existent element by Pete Cooper · 12 years ago
  97. 974b190 Use an export list when building JIT unittests. <rdar://problem/12473675> by Bob Wilson · 12 years ago
  98. 80668fb Marked this variable as 'used' so that LTO doesn't get rid of it. by Bill Wendling · 12 years ago
  99. e3f7be3 Fix a bug in the set(I,E)/reset(I,E) methods that I recently added. The boundary condition for checking if I and E were in the same word were incorrect, and, beyond that, the mask computation was not using a wide enough constant. by Owen Anderson · 12 years ago
  100. 3a1c35a Add range-based set()/reset() to BitVector. These allow fast setting/resetting of ranges of bits, particularly useful when dealing with very large BitVector's. by Owen Anderson · 12 years ago