summaryrefslogtreecommitdiff
path: root/unittests/Support
Commit message (Expand)AuthorAge
...
* Support/FileSystem: Add unique_file and exists implementations.Michael J. Spencer2010-12-03
* Make valgrind happy.Michael J. Spencer2010-12-01
* unittests/Support/PathV2: Fix -pedantic warning.Michael J. Spencer2010-12-01
* Support/PathV2: Add is_{absolute,relative} implementation.Michael J. Spencer2010-12-01
* Support/PathV2: Add has_{root_path,root_name,root_directory,parent_path,filen...Michael J. Spencer2010-12-01
* unittests/Support/PathV2: Make tests much shorter; although harder to underst...Michael J. Spencer2010-12-01
* Support/PathV2: Add extension implementation.Michael J. Spencer2010-12-01
* Support/PathV2: Add stem implementation.Michael J. Spencer2010-12-01
* Support/PathV2: Add filename implementation.Michael J. Spencer2010-12-01
* Support/PathV2: Add native implementation.Michael J. Spencer2010-12-01
* Support/PathV2: Add replace_extension implementation.Michael J. Spencer2010-12-01
* Support/PathV2: Add remove_filename implementation.Michael J. Spencer2010-12-01
* Support/PathV2: Implement reverse iteration and parent_path.Michael J. Spencer2010-11-30
* Support/PathV2: Fix 80 col.Michael J. Spencer2010-11-29
* unittests: Merge SystemTests back into SupportTests.Michael J. Spencer2010-11-29
* Merge System into Support.Michael J. Spencer2010-11-29
* unittests: Add SystemTests.Michael J. Spencer2010-11-24
* reimplement SwapByteOrder.h in terms of overloading instead of Chris Lattner2010-11-23
* Support: Add Endian.hMichael J. Spencer2010-10-21
* Unit Tests: Missed this error. MSVC and clang didn't complain.Michael J. Spencer2010-10-11
* System: Add SwapByteOrder and update Support/MathExtras.h to use it.Michael J. Spencer2010-10-11
* Revert "System: Add SwapByteOrder and update Support/MathExtras.h to use it."Michael J. Spencer2010-10-11
* System: Add SwapByteOrder and update Support/MathExtras.h to use it.Michael J. Spencer2010-10-11
* static_cast to long, otherwise MSVC 2008 won't compile.Francois Pichet2010-10-04
* Make ConstantRange::makeICmpRegion handle all the edge cases properly. ThisNick Lewycky2010-09-28
* unittests: Support Windows.Michael J. Spencer2010-09-24
* Add a new isSignWrappedSet() method to ConstantRange.Nick Lewycky2010-09-06
* zap dead code.Chris Lattner2010-09-01
* Clean up ConstantRange a bit:Nick Lewycky2010-08-11
* Add an inverse() method to ConstantRange.Owen Anderson2010-08-07
* add dyn_cast_or_null tests, exclude invalid dyn_cast testGabor Greif2010-07-22
* tidy upGabor Greif2010-07-22
* add dyn_cast tests and beef up others a bitGabor Greif2010-07-22
* tidy upGabor Greif2010-07-20
* migrate essentially everything from under #ifdef DEBUG_CAST_OPERATORS into th...Gabor Greif2010-07-20
* extend to cast<> and cast_or_null<> testsGabor Greif2010-07-20
* isa<> testsGabor Greif2010-07-20
* initial checkin for unittest to exercise Support/Casting.hGabor Greif2010-07-20
* Fix death tests in -Asserts builds.Jeffrey Yasskin2010-03-17
* Spelling fixes.Dan Gohman2010-03-01
* Add Regex::sub, for doing regular expression substitution with backreferences.Daniel Dunbar2010-02-17
* Add support for TypeBuilder<const/volatile void*, false>.Jeffrey Yasskin2010-02-09
* Fix TimeValue::now() on Unix.Torok Edwin2010-01-22
* Catch more cases of a pointer being marked garbage twice. This helps whenRafael Espindola2009-12-18
* Type.h doesn't need to #include LLVMContext.hChris Lattner2009-10-27
* Add raw_ostream::write_escaped, for writing escaped strings.Daniel Dunbar2009-10-17
* Fix http://llvm.org/PR5160, to let CallbackVHs modify other ValueHandles on theJeffrey Yasskin2009-10-12
* Introduce and use convenience methods for getting pointer typesDuncan Sands2009-10-06
* remove support for "NoSub" from regex. It seems like a minor optimizationChris Lattner2009-09-26
* Fix a compile failure introduced by r82675 on MinGW which doesn't haveJeffrey Yasskin2009-09-25