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