aboutsummaryrefslogtreecommitdiff
path: root/unittests
AgeCommit message (Expand)Author
2013-01-11Fix bug in exception table allocation (PR13678)Eli Bendersky
2013-01-10Replace memcpys by a static_cast and an integral promotion.Dmitri Gribenko
2013-01-10Fix coding styleDmitri Gribenko
2013-01-10Unbreak tests after regression from r172081.Jakub Staszak
2013-01-10Fix Alias BugDavid Greene
2013-01-07Implement APFloat::isDenormal()Shuxin Yang
2013-01-07Rename the VMCore unittest tree to IR. Somehow was missed when doing theChandler Carruth
2013-01-07Move CallGraphSCCPass.h into the Analysis tree; that's where theChandler Carruth
2013-01-05Rename the unittest from ArrayRecylerTest.cpp to ArrayRecyclerTest.cpp.Chandler Carruth
2013-01-05Add an ArrayRecycler class.Jakob Stoklund Olesen
2013-01-04Add time getters to the process interface for requesting the elapsedChandler Carruth
2013-01-04Add an iplist::clearAndLeakNodesUnsafely() function.Jakob Stoklund Olesen
2013-01-04Fix how YAML I/O detects flow sequences. Nick Kledzik
2013-01-02[Support][Endian] Add support for specifying the alignment and native unalign...Michael J. Spencer
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2013-01-02Sort a few more #include lines in tools/... unittests/... and utils/...Chandler Carruth
2012-12-31Go ahead and get rid of the old page size interface and convert all theChandler Carruth
2012-12-31Flesh out a page size accessor in the new API.Chandler Carruth
2012-12-31[AlignOf] Add AlignedCharArray and refactor AlignedCharArrayUnion.Michael J. Spencer
2012-12-31Begin sketching out the process interface.Chandler Carruth
2012-12-21Test that a landingpad gets the name provided when it was created (see commitDuncan Sands
2012-12-18Add an assertion for a likely ilist::splice() contract violation.Jakob Stoklund Olesen
2012-12-17Fix some integer constant warnings by using a suffixNick Kledzik
2012-12-17re-enable test cases now that traits work with g++. Fix some g++ warningsNick Kledzik
2012-12-12Temporarily disable test cases until they compile with g++ too.Nick Kledzik
2012-12-12Unbreak the build. Fallout from r170019.David Blaikie
2012-12-12Initial implementation of a utility for converting native data Nick Kledzik
2012-12-09Reorganize FastMathFlags to be a wrapper around unsigned, and streamline some...Michael Ilseman
2012-12-07s/AttrListPtr/AttributeSet/g to better label what this class is going to be i...Bill Wendling
2012-12-05Do not run tests MappedMemoryTest.BasicWrite and MultipleWrite unless bothAkira Hatanaka
2012-12-05Copy clang/Driver/<Option parsing stuff> to llvm.Michael J. Spencer
2012-12-04Sort the #include lines for unittest/...Chandler Carruth
2012-12-04VMCoreTests/PassManagerTest.cpp: Appease msvc not to do "using llvm::Pass" in...NAKAMURA Takumi
2012-12-04Add 'using' declarations to suppress -Woverloaded-virtual warnings.Matt Beaumont-Gay
2012-12-03[Support] Make FileOutputBuffer work on Windows.Michael J. Spencer
2012-11-30Switch LLVM_USE_RVALUE_REFERENCES to LLVM_HAS_RVALUE_REFERENCES.Chandler Carruth
2012-11-29copyFastMathFlags utility and test caseMichael Ilseman
2012-11-28Whoops, fixed bad mergeMichael Ilseman
2012-11-28Fixed bad test caseMichael Ilseman
2012-11-28Fast-math: IRBuilder test for creating instructions with fast-math flagsMichael Ilseman
2012-11-28Add backreference matching capabilities to Support/Regex, withEli Bendersky
2012-11-27Moving SectionMemoryManager into RuntimeDyld and adding unit tests for it.Andrew Kaylor
2012-11-27Implementing page permission setting in MCJIT unit test SectionMemoryManager.cppAndrew Kaylor
2012-11-19Allow using MemoryBuffers with yaml::Stream directly.Sean Silva
2012-11-17Add a new function to ConstantExpr - getAsInstruction. This returns its Instr...James Molloy
2012-11-17Removing utf-8 smart quote and trailing whitespaceJoe Abbey
2012-11-17Suppressing the 'direct base ‘{anonymous}::S1’ inaccessible in ‘{anonym...Joe Abbey
2012-11-15Interface changes to allow RuntimeDyld memory managers to set memory permissi...Andrew Kaylor
2012-11-14Remove DOS line endings.Jakub Staszak
2012-11-12do not play preprocessor tricks with 'private', use public interfaces instead...Gabor Greif