summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAge
* fix a bunch of comment typos found by codespell. Patch byChris Lattner2011-04-15
* Minor fix for clang-completion-mode, from Dve AbrahamsDouglas Gregor2010-12-14
* utils/ABITest: Factor out type naming code slightly.Daniel Dunbar2010-09-27
* utils/ABITest: Tweak default bit-field types to cover some more interesting c...Daniel Dunbar2010-09-27
* utils/ABITest: Add a workaround for mismatches due to PR5579.Daniel Dunbar2010-09-27
* utils/ABITest: Add option to skip individual tests by index.Daniel Dunbar2010-09-27
* Fix typo in test programDouglas Gregor2010-07-14
* FuzzTest: Add support for reading list of replacements from a file.Daniel Dunbar2010-05-30
* utils: Add a generic fuzz testing tool.Daniel Dunbar2010-05-30
* Wrap 'data' key in quotes.Ted Kremenek2010-04-17
* Make script actually work.Ted Kremenek2010-04-17
* Log code completion data in json format.Ted Kremenek2010-04-17
* Include sender address in completion log.Ted Kremenek2010-04-15
* Add simple python server for recording code completion timings.Ted Kremenek2010-04-15
* More magic.Anders Carlsson2010-03-29
* Sprinkle some sed dust over check-ztt to make it work with newer clang asm ou...Anders Carlsson2010-03-29
* Didn't mean to commit this.Anders Carlsson2010-03-26
* Use the new vtable layout code for construction vtables.Anders Carlsson2010-03-26
* make the vtable tester a little friendlier, with a clean target and without r...Douglas Gregor2010-03-24
* Implement promotion for enumeration types.Douglas Gregor2010-02-02
* Include <stdlib.h>, so that we're sure to get atoi.Douglas Gregor2010-02-02
* Extern darwin-clang_rt.c test to also test targetting ARM ({armv6, armv7} xDaniel Dunbar2010-01-23
* Add a test for clang_rt support on Darwin. With appropriate massaging, thisDaniel Dunbar2010-01-21
* Tweak OptionalTests paths.Daniel Dunbar2010-01-21
* Add utils/OptionalTests, a dumping ground for additional (lit) tests which forDaniel Dunbar2010-01-21
* Insert clang-flags into the clang command. Currently it needs to be a list;John McCall2010-01-13
* Remove unused code.Mike Stump2010-01-12
* Improve covariance tester to randomize the return value more.Mike Stump2010-01-12
* Add covariance tester.Mike Stump2010-01-12
* Allow N_FIELDS to be 0.Mike Stump2010-01-12
* Fix indentation.Mike Stump2010-01-08
* Add in final overrider logic.Mike Stump2010-01-08
* Add checker for type infos.Mike Stump2010-01-07
* Add checked for VTTs.Mike Stump2010-01-07
* Detailed vtable checker.Mike Stump2010-01-07
* 1/2 off all structs should not have any virtual functions.Mike Stump2010-01-07
* Add a descriptive tag to each line to make the exact differencesMike Stump2010-01-07
* Don't use two argument mixing function.Mike Stump2010-01-07
* Also generate the .s files.Mike Stump2010-01-07
* Add a testcase generator for vtable/rtti testing. WIP.Mike Stump2010-01-07
* Tests: Tweak LLVM-Code-Symbols test to ignore common and undefined symbols forDaniel Dunbar2009-12-26
* Sketch a simple new C++Tests suite for checking that llvm-gcc and clang generateDaniel Dunbar2009-12-24
* Don't commit my silly little local changesDouglas Gregor2009-12-23
* Fix DISABLE_SMART_POINTERS buildDouglas Gregor2009-12-23
* Revert accidental commitDouglas Gregor2009-12-22
* Switch Sema::AddCXXDirectInitializerToDecl over to InitializationSequenceDouglas Gregor2009-12-22
* C++Tests: Add target paths for LLVM-Code-Compile checks as well.Daniel Dunbar2009-12-18
* Add a couple more paths to the LLVM-Code-Syntax testDouglas Gregor2009-12-17
* Remove accidental commit containing local paths for the LLVM-Code-Syntax testDouglas Gregor2009-12-14
* Minor cleanups for constructor initialization in InitializationSequenceDouglas Gregor2009-12-14