summaryrefslogtreecommitdiff
path: root/unittests
Commit message (Expand)AuthorAge
* Remove TimeValue::toPosixTime() -- it is buggy, semantics are unclear, and itsDmitri Gribenko2014-02-11
* Make succ_iterator a real random access iterator and clean up a couple of users.Benjamin Kramer2014-02-10
* Fix layering StringRef copy using BumpPtrAllocator.Nick Kledzik2014-02-05
* [PM] Don't require analysis results to be const in the new pass manager.Chandler Carruth2014-02-05
* Silence a warning:Chandler Carruth2014-02-04
* Implemented support for Process::GetRandomNumber on Windows.Aaron Ballman2014-02-04
* Introduce line editor library.Peter Collingbourne2014-01-31
* Introduce llvm::sys::path::home_directory.Peter Collingbourne2014-01-31
* Clean up whitespaceDuncan P. N. Exon Smith2014-01-31
* Add support for DW_FORM_flag and DW_FORM_flag_present to the DIE hashingEric Christopher2014-01-31
* Fix name of nested type in comment to match code.Eric Christopher2014-01-31
* Remove C++11ism from r200407.Jordan Rose2014-01-29
* [CommandLine] Aliases require an value if their target requires a value.Jordan Rose2014-01-29
* Add BumpPtrAllocator::allocateCopy() utilitiesNick Kledzik2014-01-28
* Roll back the ConstStringRef change for nowAlp Toker2014-01-27
* StringRef: Extend constexpr capabilities and introduce ConstStringRefAlp Toker2014-01-27
* Fix known typosAlp Toker2014-01-24
* Bug 18228 - Fix accepting bitcasts between vectors of pointers with aMatt Arsenault2014-01-22
* [APInt] Fix nearestLogBase2 to return correct answers for very large APInt an...Michael Gottesman2014-01-19
* [APInt] Fixed bug where APInt(UINT32_MAX, 0) would blow up when being constru...Michael Gottesman2014-01-19
* [PM] Make the verifier work independently of any pass manager.Chandler Carruth2014-01-19
* Use LLVM_EXPLICIT instead of a function pointer as bool.Rafael Espindola2014-01-16
* Reapply r194218 with fix:Bill Wendling2014-01-16
* Update getLazyBitcodeModule to use ErrorOr for error handling.Rafael Espindola2014-01-13
* [PM] Split DominatorTree into a concrete analysis result object whichChandler Carruth2014-01-13
* [cleanup] Move the Dominators.h and Verifier.h headers into the IRChandler Carruth2014-01-13
* [PM] Rename the IR printing pass header to a more generic and correctChandler Carruth2014-01-12
* [PM] Add names to passes under the new pass manager, and a debug outputChandler Carruth2014-01-11
* Remove remove_all. A compiler has no need for recursively deleting a directory.Rafael Espindola2014-01-10
* Add a unit test for the copy constructor.Rafael Espindola2014-01-09
* Use getError and remove the error_code operator.Rafael Espindola2014-01-08
* Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth2014-01-07
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* Add in a unittest for the one-use pattern matcher.Chandler Carruth2014-01-05
* Add support to the pattern match library for matching NSW and NUWChandler Carruth2014-01-05
* Fix a bug in IRBuilder that's been there for who knows how long. ItChandler Carruth2014-01-05
* Use a shorter name for the IRBuilder member. This will help the testsChandler Carruth2014-01-05
* Simplify the PatternMatch unittest by giving it a module, function, andChandler Carruth2014-01-05
* Fix break introduced in r198377 due to using a local type as a template param...David Blaikie2014-01-03
* Test coverage for non-default-constructible elements in a StringMapDavid Blaikie2014-01-02
* Remove StringMapEntryInitializer support.David Blaikie2014-01-02
* Make llvm::Regex non-copyable but movable.David Blaikie2014-01-02
* Use LLVM_STATIC_ASSERT rather than a hand-rolled implementation.David Blaikie2014-01-02
* Rename 'assert' to something less loaded in CompileAssertHasTypeAlp Toker2014-01-01
* Silence g++ 4.9 build issue in unit testsAlp Toker2014-01-01
* Port r198087 and r198089 (strip dead code by default) from make to cmake.Nico Weber2013-12-30
* Attempt to fix JIT unit tests after r198087.Nico Weber2013-12-27
* Introduce a simple line-by-line iterator type into the Support library.Chandler Carruth2013-12-27
* unittests/Support/ProcessTest.cpp: Don't use "windows.h". Use <windows.h> ins...NAKAMURA Takumi2013-12-25
* Makefile.unittest: cleanup may fail. Add '-' in the action.NAKAMURA Takumi2013-12-20