Add colored diagnostics when building LLVM with cmake + ninja + clang
[oota-llvm.git] / unittests /
2013-05-28 Michael Gottesman[APInt] Implement tcDecrement as a counterpart to tcInc...
2013-05-24 Eric ChristopherAdd to testsuite.
2013-05-24 Eric ChristopherArrayRef-ize MD5 and clean up a few variable names.
2013-05-24 Michael J. Spencer[Support] Remove Count{Leading,Trailing}Zeros_{32,64}.
2013-05-24 Michael J. Spencer[Support][MathExtras] Fix literal type issues.
2013-05-24 Michael J. Spencer[Support] Add type generic bit utilities to MathExtras.h
2013-05-22 Filip PizloExpose the RTDyldMemoryManager through the C API. This...
2013-05-21 Filip PizloRoll out r182407 and r182408 because they broke builds.
2013-05-21 Filip PizloExpose the RTDyldMemoryManager through the C API. This...
2013-05-21 Ulrich WeigandAlternative fix for problem addressed in r182233
2013-05-20 Bob WilsonPartially revert change in r181200 that tried to simpli...
2013-05-19 Renato GolinSubArch support in MCJIT unittest
2013-05-19 Tim NorthoverAArch64: enable MCJIT unittests
2013-05-17 David TweedMinor changes to the MCJITTest unittests to use the...
2013-05-15 David BlaikieUse only explicit bool conversion operators
2013-05-14 Filip PizloSectionMemoryManager shouldn't be a JITMemoryManager...
2013-05-14 Duncan SandsGet the unittests compiling when building with cmake...
2013-05-13 Shuxin YangFix a bug that APFloat::fusedMultiplyAdd() mistakenly...
2013-05-10 Andrew KaylorFix MCJITCAPITest.cpp unit test on Windows.
2013-05-07 Rafael EspindolaRemove exception handling support from the old JIT.
2013-05-06 Andrew TrickImplemented public interface for modifying registered...
2013-05-06 Andrew TrickSupport command line option categories.
2013-05-06 Ulrich Weigand[SystemZ] Set up JIT/MCJIT test cases
2013-05-06 Ulrich WeigandSimplify JIT unit test #ifdefs
2013-05-05 Arnold SchwaighoferAdd missing PatternMatch.cpp to CMakeLists.txt
2013-05-05 Arnold SchwaighoferPatternMatch: Matcher for (un)ordered floating point...
2013-05-01 Filip PizloThis exposes more MCJIT options via the C API:
2013-05-01 Filip PizloWrap some lines to bring MCJITCAPITest into conformance...
2013-04-30 Reid KlecknerTry to fix ProgramTest on FreeBSD
2013-04-29 Andrew KaylorExposing MCJIT through C API
2013-04-25 Andrew KaylorRe-enabling MCJIT object caching with memory leak fixed
2013-04-25 Rafael EspindolaRevert "Adding object caching support to MCJIT"
2013-04-25 Rafael EspindolaRevert "Exposing MCJIT through C API"
2013-04-24 Andrew KaylorExposing MCJIT through C API
2013-04-24 Reid KlecknerDon't forward declare environ on Windows
2013-04-23 Andrew KaylorFixing cmake build for MCJIT unit tests
2013-04-23 Andrew KaylorAdding object caching support to MCJIT
2013-04-23 Reid KlecknerUn-revert the environ copy in ProgramTest after fixing...
2013-04-23 Alexey SamsonovAdd more guards around zlib-dependent code
2013-04-23 Alexey SamsonovAdd basic zlib support to LLVM. This would allow to...
2013-04-22 Michael GottesmanRevert "Add a missing reference on a std::vector<>...
2013-04-22 Reid KlecknerAdd a missing reference on a std::vector<> out param
2013-04-22 Reid Kleckner[Support] Propagate the environment into the test child...
2013-04-22 Reid Kleckner[Support] Fix argv string escape bug on Windows
2013-04-17 Alexey SamsonovCreate a stub for DWARF parser unittests
2013-04-12 Benjamin KramerFix a disconcerting bug in Value::isUsedInBasicBlock...
2013-04-10 Joey GoulyDelete the functions F1 and F2 to appease the valgrind...
2013-04-10 Joey GoulyChange CloneFunctionInto to always clone Argument attri...
2013-04-05 Michael J. Spencer[Support][FileSystem] Fix identify_magic for big endian...
2013-04-05 Jyotsna VermaEnable JIT/MCJIT unit tests for targets with JIT support.
2013-04-04 Rafael EspindolaExplicitly add -Wl,--export-all-symbols on mingw/cygwin.
2013-04-04 Rafael EspindolaDon't export symbols in every binary on linux.
2013-03-29 Jean-Luc DupratSmallVector and SmallPtrSet allocations now power-of...
2013-03-29 Rafael EspindolaRevert "Fix allocations of SmallVector and SmallPtrSet...
2013-03-29 Jean-Luc DupratFix allocations of SmallVector and SmallPtrSet so they...
2013-03-28 Jyotsna VermaDisable JIT/MCJIT tests in unittests/ExecutionEngine...
2013-03-27 Evgeniy StepanovDisable Initialize.MultipleThreads test under MemorySan...
2013-03-16 Aaron BallmanTest case for graceful handling of long file names...
2013-03-14 Michael J. Spencer[Support][Test] Missed this in the API change.
2013-02-28 Michael J. Spencer[Support][ErrorOr] Add support for implicit conversion...
2013-02-21 David BlaikieOnly include move-related Optional<T> tests when rvalue...
2013-02-21 David BlaikieAdd move ctor/assignment to Optional<T>
2013-02-20 Benjamin KramerMove the SplatByte helper to APInt and generalize it...
2013-02-20 David BlaikieRename llvm::Optional<T>::Reset to 'reset' as per LLVM...
2013-02-20 David BlaikieAllow llvm::Optional to work with types without default...
2013-02-19 Douglas GregorRemove my bogus MapVector::erase() with a narrower...
2013-02-07 Meador IngeADT: Correct APInt::getActiveWords for zero values
2013-02-06 Michael J. Spencer[Support][ErrorOr] Add support for convertable types.
2013-02-05 Andrew TrickRevert "[Support][ErrorOr] Add support for convertable...
2013-02-05 Michael J. Spencer[Support][ErrorOr] Add support for convertable types.
2013-01-31 Dan GohmanChange GetPointerBaseWithConstantOffset's DataLayout...
2013-01-30 Michael GottesmanAdded a unit test for r173983 that verifies that Target...
2013-01-28 Andrew KaylorAdd support for source and line information to IntelJIT...
2013-01-27 Bill WendlingFix test to not use the AttributeSet's AttributeWithInd...
2013-01-25 Dmitri GribenkoAdd file to CMakeLists (file added in r173505)
2013-01-25 Nick LewyckyAdd an insert() method to MapVector. Adds the first...
2013-01-25 Benjamin KramerAPFloat: Make sure that we get a well-formed x87 NaN...
2013-01-24 NAKAMURA Takumiunittests/SupportTests/Initialize.MultipleThreads:...
2013-01-24 NAKAMURA Takumiunittests/SupportTests/Initialize.MultipleThreads:...
2013-01-23 NAKAMURA Takumillvm/unittests: Use OwningPtr to fix --vg-leak.
2013-01-23 NAKAMURA TakumiIRTests/WaymarkTest.cpp: Fix in --vg-leak.
2013-01-23 NAKAMURA TakumiIRTests/IRBuilderTest.cpp: GetIntTy: Delete DL at yours...
2013-01-23 NAKAMURA TakumiIRTests/IRBuilderTest.cpp: Let GV added to the module.
2013-01-23 NAKAMURA TakumiIRTests/ConstantsTest.cpp: AsInstructionsTest: Delete...
2013-01-23 NAKAMURA TakumiUntabify.
2013-01-23 NAKAMURA TakumiWhitespace.
2013-01-23 NAKAMURA TakumiDominatorTreeTest.cpp: Add the file header.
2013-01-23 Michael J. Spencer[Support][ErrorOr] Add optimized specialization of...
2013-01-22 NAKAMURA TakumiADT/SparseMultiSetTest.cpp: Try to appease cygwin-clang...
2013-01-22 NAKAMURA TakumiADT/SparseMultiSetTest.cpp: Try to appease cygwin-clang...
2013-01-22 NAKAMURA TakumiErrorOrTest.cpp: Check existence of EXPECT_DEBUG_DEATH...
2013-01-21 Michael IlsemanIntroduce a new data structure, the SparseMultiSet...
2013-01-21 Michael J. Spencer[Support] Make test C++03.
2013-01-20 Benjamin KramerDisable test that fails due to lack of std::true_type...
2013-01-20 Michael J. Spencer[Support] Port ErrorOr<T> from lld to C++03.
2013-01-16 Peter CollingbourneIntroduce llvm::sys::getProcessTriple() function.
2013-01-16 Evgeniy StepanovAllow vectors in CreatePointerCast of constants.
2013-01-16 Evgeniy StepanovA test for r172535.
2013-01-14 Dmitri GribenkoImprove r172464: const_cast is not needed if the variab...
2013-01-14 David GreeneFix Casts
next