- Aug 01, 2009
-
-
Daniel Dunbar authored
llvm-svn: 77780
-
Ted Kremenek authored
Temporarily disable out-of-bounds checking. The current checking logic will not work quite right with the changes I'm about to commit. llvm-svn: 77779
-
Daniel Dunbar authored
- Doug, please check. llvm-svn: 77778
-
Daniel Dunbar authored
- '\\\\' inside a "..." string becomes '\\'. - The '<' token wasn't being recognized. llvm-svn: 77777
-
Daniel Dunbar authored
environment. llvm-svn: 77776
-
Daniel Dunbar authored
why dynamic binding sucks. llvm-svn: 77773
-
Daniel Dunbar authored
llvm-svn: 77772
-
Daniel Dunbar authored
llvm-svn: 77766
-
Daniel Dunbar authored
llvm-svn: 77765
-
Anders Carlsson authored
llvm-svn: 77763
-
Mike Stump authored
llvm-svn: 77751
-
- Jul 31, 2009
-
-
Anders Carlsson authored
llvm-svn: 77738
-
Mike Stump authored
llvm-svn: 77737
-
Anders Carlsson authored
llvm-svn: 77735
-
Anders Carlsson authored
llvm-svn: 77732
-
Mike Stump authored
llvm-svn: 77731
-
Owen Anderson authored
llvm-svn: 77722
-
Argyrios Kyrtzidis authored
llvm-svn: 77713
-
Douglas Gregor authored
llvm-svn: 77707
-
Douglas Gregor authored
Allow one to update the type representation of the declaration specifiers. Will be used by an upcoming commit. llvm-svn: 77703
-
Douglas Gregor authored
llvm-svn: 77702
-
Mike Stump authored
llvm-svn: 77699
-
Devang Patel authored
llvm-svn: 77698
-
Daniel Dunbar authored
llvm-svn: 77690
-
Mike Stump authored
llvm-svn: 77688
-
Owen Anderson authored
llvm-svn: 77686
-
Douglas Gregor authored
llvm-svn: 77683
-
Douglas Gregor authored
Itanium C++ ABI's name mangling, since both are related to the notion of "equivalent" function templates. llvm-svn: 77678
-
Douglas Gregor authored
it's "obviously correct" :) llvm-svn: 77677
-
Douglas Gregor authored
llvm-svn: 77676
-
Daniel Dunbar authored
llvm-svn: 77668
-
Daniel Dunbar authored
llvm-svn: 77666
-
Daniel Dunbar authored
- MultiTestRunner will eventually be renamed to 'lit', for LLVM integrated tester/testing. This has the pros of being pronouncable and short. - "Project" level configuration lives in 'lit.cfg', which is also what lit uses to find the root testing directory in some cases. This can be overridden for use in project files which want to precisely specify where things are. - TestRunner.py is not longer able to be invoked directly. - Moved some code to Util.py. - Introduced a configuration object. - Cleaned up --help, removed a few not-very-useful options. - Tried not to break anything that works. :) llvm-svn: 77665
-
Douglas Gregor authored
for those extra-esoteric cases. Not that any two given C++ compilers agree on this test case, but this change gives us a strong definition of equivalent types. llvm-svn: 77664
-
Douglas Gregor authored
llvm-svn: 77663
-
Ryan Flynn authored
llvm-svn: 77660
-
John McCall authored
and a name collision. llvm-svn: 77658
-
John McCall authored
llvm-svn: 77656
-
Mike Stump authored
llvm-svn: 77655
-
Eli Friedman authored
linkage specifications correctly. llvm-svn: 77653
-