index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
utils
Age
Commit message (
Expand
)
Author
2011-10-27
Remove the Alpha backend.
Dan Gohman
2011-10-25
Remove the Blackfin backend.
Dan Gohman
2011-10-24
Remove the SystemZ backend.
Dan Gohman
2011-10-14
Add __nodebug__ attribute to functions in arm_neon.h
Bob Wilson
2011-10-10
Constant expression evaluation refactoring:
Richard Smith
2011-10-08
Make clang-tblgen's Makefile independent of Clang's top-level Makefile,
Peter Collingbourne
2011-10-06
[analyzer] Static Analyzer Qualification Infrastructure: Scripts to support b...
Anna Zaks
2011-10-06
Add the Clang tblgen backends to Clang, and flip the switch to cause
Peter Collingbourne
2011-09-12
[analyzer] CmpRuns can now optionally delete empty reports.
Anna Zaks
2011-09-12
[analyzer] CmpRuns.cmpScanBuildResults() should be easy to call from other mo...
Anna Zaks
2011-09-12
Rename CmpRuns into CmpRuns.py so that it could be used as a module.
Anna Zaks
2011-07-27
Easier debugging with Visual Studio Visualizers, from Nikola Smiljanic!
Douglas Gregor
2011-04-15
fix a bunch of comment typos found by codespell. Patch by
Chris Lattner
2010-12-14
Minor fix for clang-completion-mode, from Dve Abrahams
Douglas Gregor
2010-09-27
utils/ABITest: Factor out type naming code slightly.
Daniel Dunbar
2010-09-27
utils/ABITest: Tweak default bit-field types to cover some more interesting c...
Daniel Dunbar
2010-09-27
utils/ABITest: Add a workaround for mismatches due to PR5579.
Daniel Dunbar
2010-09-27
utils/ABITest: Add option to skip individual tests by index.
Daniel Dunbar
2010-07-14
Fix typo in test program
Douglas Gregor
2010-05-30
FuzzTest: Add support for reading list of replacements from a file.
Daniel Dunbar
2010-05-30
utils: Add a generic fuzz testing tool.
Daniel Dunbar
2010-04-17
Wrap 'data' key in quotes.
Ted Kremenek
2010-04-17
Make script actually work.
Ted Kremenek
2010-04-17
Log code completion data in json format.
Ted Kremenek
2010-04-15
Include sender address in completion log.
Ted Kremenek
2010-04-15
Add simple python server for recording code completion timings.
Ted Kremenek
2010-03-29
More magic.
Anders Carlsson
2010-03-29
Sprinkle some sed dust over check-ztt to make it work with newer clang asm ou...
Anders Carlsson
2010-03-26
Didn't mean to commit this.
Anders Carlsson
2010-03-26
Use the new vtable layout code for construction vtables.
Anders Carlsson
2010-03-24
make the vtable tester a little friendlier, with a clean target and without r...
Douglas Gregor
2010-02-02
Implement promotion for enumeration types.
Douglas Gregor
2010-02-02
Include <stdlib.h>, so that we're sure to get atoi.
Douglas Gregor
2010-01-23
Extern darwin-clang_rt.c test to also test targetting ARM ({armv6, armv7} x
Daniel Dunbar
2010-01-21
Add a test for clang_rt support on Darwin. With appropriate massaging, this
Daniel Dunbar
2010-01-21
Tweak OptionalTests paths.
Daniel Dunbar
2010-01-21
Add utils/OptionalTests, a dumping ground for additional (lit) tests which for
Daniel Dunbar
2010-01-13
Insert clang-flags into the clang command. Currently it needs to be a list;
John McCall
2010-01-12
Remove unused code.
Mike Stump
2010-01-12
Improve covariance tester to randomize the return value more.
Mike Stump
2010-01-12
Add covariance tester.
Mike Stump
2010-01-12
Allow N_FIELDS to be 0.
Mike Stump
2010-01-08
Fix indentation.
Mike Stump
2010-01-08
Add in final overrider logic.
Mike Stump
2010-01-07
Add checker for type infos.
Mike Stump
2010-01-07
Add checked for VTTs.
Mike Stump
2010-01-07
Detailed vtable checker.
Mike Stump
2010-01-07
1/2 off all structs should not have any virtual functions.
Mike Stump
2010-01-07
Add a descriptive tag to each line to make the exact differences
Mike Stump
2010-01-07
Don't use two argument mixing function.
Mike Stump
[next]