CMake: Include private headers / tablegen files in generated Xcode projects.
[oota-llvm.git] / unittests /
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...
2012-07-31 Chandler CarruthBring TinyPtrVector under test. Somehow we never picked...
2012-07-30 Chandler CarruthMove the SmallVector unit tests to be type-parameterize...
2012-07-23 Nuno Lopesmake ConstantRange::zeroExtend() optimal
2012-07-16 Nuno Lopesteach ConstantRange that zero times X is always zero
2012-07-16 Nuno Lopesmake ConstantRange::getSetSize() properly compute the...
2012-07-16 Chandler CarruthAdd support for attaching branch weight metadata direct...
2012-07-16 Chandler CarruthAdd a boring bit of boilerplate to start testing IRBuil...
2012-07-16 Chandler CarruthMove the IRBuilder unittest from Support to VMCore...
2012-07-15 Chandler CarruthMove llvm/Support/TypeBuilder.h -> llvm/TypeBuilder...
2012-07-15 Chandler CarruthMove llvm/Support/MDBuilder.h to llvm/MDBuilder.h,...
2012-07-02 Eric ChristopherRevert "IntRange:" as it appears to be breaking self...
2012-07-02 Stepan DyatkovskiyIntRange:
2012-06-29 Chandler CarruthMove llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
2012-06-29 Bill WendlingThe DIBuilder class is just a wrapper around debug...
2012-06-28 Nuno Lopesadd ConstantRange::difference (to perform set differenc...
2012-06-28 Nuno Lopesfix a off-by-one bug in intersectWith(), and add a...
2012-06-28 Bill WendlingMove lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo...
2012-06-26 Stepan DyatkovskiyIntegersSubsetTest: Due to compilation failure with...
2012-06-26 Stepan DyatkovskiyIntegersSubsetMapping: implemented "diff" operation...
2012-06-26 Stepan DyatkovskiyIntegersSubsetMapping: removed exclude operation, it...
2012-06-24 NAKAMURA Takumiunittests/Support/Path.cpp: [Win32] Suppress FileSystem...
2012-06-24 NAKAMURA Takumiunittests/Support/Path.cpp: [Win32] Suppress FileSystem...
2012-06-21 NAKAMURA Takumillvm/unittests: Simplify LINK_COMPONENTS.
2012-06-21 NAKAMURA Takumillvm/unittests/VMCore/CMakeLists.txt: Introduce LLVM_OP...
2012-06-21 NAKAMURA Takumillvm/unittests/ExecutionEngine/JIT/CMakeLists.txt:...
2012-06-21 Chandler CarruthAdd a pragma to supress an MSVC warning on some of...
2012-06-21 Chandler CarruthAdd some missing dependencies here that I missed in...
2012-06-21 Chandler CarruthCompletely refactor the structuring of unittest CMake...
2012-06-21 Chandler CarruthFactor the logic for setting up a GoogleTest unit test...
2012-06-21 Chandler CarruthSimplify the naming pattern in the unittests' CMake...
2012-06-21 Chandler CarruthRemove one of the LLVM-specific CMake hacks in favor...
2012-06-20 Chandler CarruthFix inappropriate use of anonymous namespaces in unittests.
2012-06-20 Nick KledzikAdd permissions(), map_file_pages(), and unmap_file_pag...
2012-06-19 Chandler CarruthFix PR13148, an inf-loop in StringMap.
2012-06-19 Chandler CarruthRemove some superfluous SCOPED_TRACEs from this unit...
2012-06-17 Benjamin KramerFor reasons I can't fathom MSVC supports ULL but not...
2012-06-17 Benjamin KramerAdd missing unittest files to the cmake build.
2012-06-17 Benjamin KramerRemove SmallMap unittests, unbreaking the build.
2012-06-17 Benjamin KramerBring the return value of SmallVector::insert in line...
2012-06-17 Benjamin KramerSmallVector: return a valid iterator for the rare case...
2012-06-17 Chandler CarruthAdd a unit test for 'swap', and fix a pile of bugs in
2012-06-17 Chandler CarruthDisable a particular assertion on MSVC... I'm deeply...
2012-06-17 Chandler CarruthAdd tests for *DenesMap for both key and value types...
2012-06-17 Chandler CarruthIntroduce a SmallDenseMap container that re-uses the...
2012-06-17 Chandler CarruthAdd some somewhat exhaustive tests of sizeof properties...
2012-06-16 Benjamin KramerUpdate CMake build.
2012-06-16 Benjamin KramerMerge the SmallBitVector and BitVector unit tests with...
2012-06-16 Chandler CarruthRelax one assertion -- long double has strange alignmen...
2012-06-16 Chandler CarruthTry to reduce the size of the array used for compile...
2012-06-16 Chandler CarruthAdd support to the alignment support header for conjuri...
2012-06-16 Chandler CarruthWork around a bug with MSVC 10 where it fails to recogn...
2012-06-16 Chandler CarruthType parameterize the DenseMap unit tests.
next