Add LICENSE.TXT covering contributions made by ARM.
[oota-llvm.git] / unittests /
2013-01-05 Chandler CarruthRename the unittest from ArrayRecylerTest.cpp to ArrayR...
2013-01-05 Jakob Stoklund OlesenAdd an ArrayRecycler class.
2013-01-04 Chandler CarruthAdd time getters to the process interface for requestin...
2013-01-04 Jakob Stoklund OlesenAdd an iplist::clearAndLeakNodesUnsafely() function.
2013-01-04 Nick KledzikFix how YAML I/O detects flow sequences.
2013-01-02 Michael J. Spencer[Support][Endian] Add support for specifying the alignm...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2013-01-02 Chandler CarruthSort a few more #include lines in tools/... unittests...
2012-12-31 Chandler CarruthGo ahead and get rid of the old page size interface...
2012-12-31 Chandler CarruthFlesh out a page size accessor in the new API.
2012-12-31 Michael J. Spencer[AlignOf] Add AlignedCharArray and refactor AlignedChar...
2012-12-31 Chandler CarruthBegin sketching out the process interface.
2012-12-21 Duncan SandsTest that a landingpad gets the name provided when...
2012-12-18 Jakob Stoklund OlesenAdd an assertion for a likely ilist::splice() contract...
2012-12-17 Nick KledzikFix some integer constant warnings by using a suffix
2012-12-17 Nick Kledzikre-enable test cases now that traits work with g++...
2012-12-12 Nick KledzikTemporarily disable test cases until they compile with...
2012-12-12 David BlaikieUnbreak the build. Fallout from r170019.
2012-12-12 Nick KledzikInitial implementation of a utility for converting...
2012-12-09 Michael IlsemanReorganize FastMathFlags to be a wrapper around unsigne...
2012-12-07 Bill Wendlings/AttrListPtr/AttributeSet/g to better label what this...
2012-12-05 Akira HatanakaDo not run tests MappedMemoryTest.BasicWrite and Multip...
2012-12-05 Michael J. SpencerCopy clang/Driver/<Option parsing stuff> to llvm.
2012-12-04 Chandler CarruthSort the #include lines for unittest/...
2012-12-04 NAKAMURA TakumiVMCoreTests/PassManagerTest.cpp: Appease msvc not to...
2012-12-04 Matt Beaumont-GayAdd 'using' declarations to suppress -Woverloaded-virtu...
2012-12-03 Michael J. Spencer[Support] Make FileOutputBuffer work on Windows.
2012-11-30 Chandler CarruthSwitch LLVM_USE_RVALUE_REFERENCES to LLVM_HAS_RVALUE_RE...
2012-11-29 Michael IlsemancopyFastMathFlags utility and test case
2012-11-28 Michael IlsemanWhoops, fixed bad merge
2012-11-28 Michael IlsemanFixed bad test case
2012-11-28 Michael IlsemanFast-math: IRBuilder test for creating instructions...
2012-11-28 Eli BenderskyAdd backreference matching capabilities to Support...
2012-11-27 Andrew KaylorMoving SectionMemoryManager into RuntimeDyld and adding...
2012-11-27 Andrew KaylorImplementing page permission setting in MCJIT unit...
2012-11-19 Sean SilvaAllow using MemoryBuffers with yaml::Stream directly.
2012-11-17 James MolloyAdd a new function to ConstantExpr - getAsInstruction...
2012-11-17 Joe AbbeyRemoving utf-8 smart quote and trailing whitespace
2012-11-17 Joe AbbeySuppressing the 'direct base ‘{anonymous}::S1’ inaccess...
2012-11-15 Andrew KaylorInterface changes to allow RuntimeDyld memory managers...
2012-11-14 Jakub StaszakRemove DOS line endings.
2012-11-12 Gabor Greifdo not play preprocessor tricks with 'private', use...
2012-11-12 Gabor Greifadd unit test for waymarking algorithm (Use::getUser)
2012-11-10 Benjamin KramerProvide definitions for all functions.
2012-11-08 Benjamin KramerDrop the limitation to IEEE floating point types from...
2012-10-31 Amara EmersonMCJIT unit test: add calls to ensure that instruction...
2012-10-31 Amara EmersonPort lli bug fix from r166920 to MCJIT unit test.
2012-10-31 Amara EmersonCommit access test.
2012-10-31 Ulrich WeigandDisable all old-JIT unit tests on PowerPC.
2012-10-31 Evgeniy StepanovAdd IRBuilderBase::getIntPtrTy.
2012-10-30 Duncan SandsFix isEliminableCastPair to work correctly in the prese...
2012-10-29 Ulrich WeigandImplement arithmetic on APFloat with PPCDoubleDouble...
2012-10-23 Pete CooperFixed bug in SmallDenseMap where it wouldn't leave...
2012-10-18 Bob WilsonUse an export list when building JIT unittests. <rdar...
2012-10-17 Bill WendlingMarked this variable as 'used' so that LTO doesn't...
2012-10-16 Owen AndersonFix a bug in the set(I,E)/reset(I,E) methods that I...
2012-10-15 Owen AndersonAdd range-based set()/reset() to BitVector. These...
2012-10-14 Benjamin KramerUpdate CMake build.
2012-10-14 Benjamin KramerFix a typo that made ImmutableMap::getMaxElement()...
2012-10-12 Duncan SandsAdd powerpc-ibm-aix to Triple. Patch by Kai.
2012-10-12 NAKAMURA TakumiJITTest.cpp: Use LLVM_ATTRIBUTE_USED, rather than __att...
2012-10-12 Bill WendlingMark function as 'used' so that LTO doesn't try to...
2012-10-12 NAKAMURA TakumiRevert r165777, "Mark function as 'used' so that LTO...
2012-10-12 Bill WendlingMark function as 'used' so that LTO doesn't try to...
2012-10-11 Sean SilvaCasting.h: Automatically handle isa<Base>(Derived).
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-10-08 James MolloySome regression tests which are testing the old jit...
2012-10-04 Andrew KaylorAdding MCJIT and MemoryBuffer unit tests
2012-10-03 Nick KledzikUse unsigned long long instead of uin64_t for OS where...
2012-10-03 Benjamin KramerDon't call getAsUnsignedInteger directly, it fails...
2012-10-03 Nick KledzikAdd getAsUnsignedInteger test case that checks that...
2012-09-28 Andrew KaylorRemoving dependency on third party library for Intel...
2012-09-26 Andrew KaylorFix of hang during Intel JIT profiling
2012-09-26 Benjamin KramerRemove unneeded and invalid SetInsertPoint calls from...
2012-09-26 Benjamin KramerAPFloat::roundToIntegral: Special values don't keep...
2012-09-26 Michael IlsemanExpansions for u/srem, using the udiv expansion. More...
2012-09-25 Chad RosierRevert r164614 to appease the buildbots.
2012-09-25 Michael IlsemanExpansions for u/srem, using the udiv expansion. More...
2012-09-25 Michael IlsemanUnit tests for IntegerDivision. Currently, just a basic...
2012-09-19 Andrew KaylorThis patch adds memory support functions which will...
2012-09-15 Craig TopperFix includes of llvm files that used angle brackets.
2012-09-14 Daniel Dunbarcmake: Fix file path.
2012-09-14 Daniel Dunbarformatted_raw_ostream: Fix a serious bug in tell().
2012-09-14 David BlaikieFix up erroneous alignas usage while making this portab...
2012-08-30 NAKAMURA TakumiADTTests: [CMake] Exclude DenseMapTest.cpp and SmallVec...
2012-08-21 Richard SmithDon't pass a null pointer to cast<> in its unit tests.
2012-08-20 Benjamin KramerDataExtractor: Fix integer truncation issues in LEB128...
2012-08-17 Chandler CarruthFlatten the aligned-char-array utility template to...
2012-08-15 Michael J. SpencerProperly test the LLVM_USE_RVALUE_REFERENCES macro.
2012-08-15 Michael J. Spencer[PathV2] Add mapped_file_region. Implementation for...
2012-08-15 Owen AndersonFix another roundToIntegral bug where very large values...
2012-08-15 Owen AndersonFix a problem with APFloat::roundToIntegral where it...
2012-08-13 Alexander KornienkoAdded test for non-static use of cl::opt (fixed in...
2012-08-04 Benjamin KramerUpdate cmake build.
2012-08-04 Benjamin KramerPostpone the deletion of the old name in StructType...
2012-08-01 Chandler CarruthAdd range erase, element insert, and range insert metho...
2012-08-01 Nick KledzikInitial commit of new FileOutputBuffer support class.
2012-08-01 Akira HatanakaImplement MipsJITInfo::replaceMachineCodeForFunction.
2012-07-31 Nick KledzikSuppress stderr noise when test case runs.
2012-07-31 Chandler CarruthImplement copy and move assignment for TinyPtrVector...
next