Rename BlackList class to SpecialCaseList and move it to Transforms/Utils.
[oota-llvm.git] / unittests /
2013-07-09 Sean SilvaMake BinaryRef output correctly in case of empty data.
2013-07-08 Rafael EspindolaWe now always create files with the correct permissions...
2013-07-05 Rafael EspindolaFix windows build.
2013-07-05 Rafael EspindolaUse sys::fs::createTemporaryFile.
2013-07-04 Craig TopperUse SmallVectorImpl::iterator/const_iterator instead...
2013-07-02 David BlaikieFix -Wsign-compare warning and remove windows-style...
2013-07-02 Elena DemikhovskyFixed alignment of code sections in the JIT mode. Added...
2013-07-01 Michael Gottesman[APFloat] Ensure that we can properly parse strings...
2013-06-28 Matt ArsenaultFix copypaste error in test.
2013-06-28 Daniel MaleaReplace UNIXy path with os-independent one in DebugIR...
2013-06-28 Jakob Stoklund OlesenFix a bad overflow check pointed out by Ben.
2013-06-28 Daniel MaleaFix Windows/Darwin build error in DebugIR unit tests
2013-06-28 Andrew KaylorRevising the MCJIT ObjectCache interface to allow subcl...
2013-06-28 Daniel MaleaAdding tests for DebugIR pass
2013-06-28 Jakob Stoklund OlesenAdd a division operator to BlockFrequency.
2013-06-27 Rafael EspindolaAdd a convenience createUniqueDirectory function.
2013-06-27 Michael Gottesman[APFloat] Added unittest for APFloat.divide that checks...
2013-06-27 Michael GottesmanRemoved two logging printf statements from the APFloat...
2013-06-26 Michael Gottesman[APFloat] Added unittest for APFloat.multiply that...
2013-06-26 Michael Gottesman[APFloat] Added unittest for APFloat.subtract that...
2013-06-26 Michael Gottesman[APFloat] Removed debugging cruft that snuck in.
2013-06-26 Rafael EspindolaRemove unused includes.
2013-06-26 Rafael EspindolaPort GetMainExecutable over to PathV2.
2013-06-24 Michael Gottesman[APFloat] Removed trailing whitespace from unittests.
2013-06-24 Michael Gottesman[APFloat] Added a large unittest for APFloat.add that...
2013-06-21 Benjamin KramerRevert "BlockFrequency: Saturate at 1 instead of 0...
2013-06-21 Benjamin KramerBlockFrequency: Saturate at 1 instead of 0 when multipl...
2013-06-20 Akira Hatanaka[mips] Remove Triple:mips from SupportedArchs in MCJIT...
2013-06-20 Michael Gottesman[APFloat] Rename isIEEENormal => isNormal and remove...
2013-06-20 Michael Gottesman[APFloat] Fix typo in test so we actually test if we...
2013-06-20 Rafael EspindolaRename fs::GetUniqueID to fs::getUniqueID to match...
2013-06-19 Michael Gottesman[APFloat] Changed APFloat::isNormal => APFloat::isFinit...
2013-06-19 Aaron BallmanModified the implementation of fs::GetUniqueID on Windo...
2013-06-19 Michael Gottesman[APFloat] Added isFiniteNonZero predicate.
2013-06-19 Bill WendlingAdd unit test to test a trivial verifier check.
2013-06-13 Rafael EspindolaAvoid using PathV1.h in Program.h.
2013-06-12 Rafael EspindolaRemove the program class.
2013-06-11 Rafael EspindolaMove PathV2.h to Path.h
2013-06-08 Aaron Ballmansys::process::get_id() now returns the process ID inste...
2013-06-07 Benjamin KramerBitVector: Do the right thing in all() when Size is...
2013-06-07 Benjamin KramerOptimize BitVector::all().
2013-06-04 Michael GottesmanIEEE-754R 5.7.2 General Operations is* operations ...
2013-06-01 Benjamin KramerTry to avoid "integer literal too big" warnings from...
2013-05-31 Eric ChristopherAdd support for adding the contents of a StringRef...
2013-05-31 Eric ChristopherConvert more unsigned char -> uint8_t.
2013-05-31 Michael Gottesman[APFloat] Added a unittest for APFloat::getZero.
2013-05-30 Rafael EspindolaRemove unused member.
2013-05-30 Michael GottesmanImplement IEEE-754R 2008 nextUp/nextDown functions...
2013-05-30 Eric ChristopherAdd a comment and some tests including the NULL byte.
2013-05-30 Michael GottesmanAdded a unittest for APFloat::getSmallestNormalized.
2013-05-30 Michael GottesmanAdded code to the unittest for APFloat::getSmallest...
2013-05-29 Michael GottesmanAdd a unittest for APFloat::getSmallest.
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...
next