- Jul 26, 2009
-
-
Daniel Dunbar authored
Also, change MDString to use a StringRef. llvm-svn: 77098
-
Mike Stump authored
llvm-svn: 77097
-
Chris Lattner authored
an enum. llvm-svn: 77096
-
Ryan Flynn authored
PR3575 - warn on declared variable or function attributes after a definition, which are currently ignored. llvm-svn: 77095
-
Argyrios Kyrtzidis authored
ObjCImplDecl::getMethod. llvm-svn: 77094
-
Argyrios Kyrtzidis authored
ObjCInterfaceDecl::lookupMethod. llvm-svn: 77093
-
Argyrios Kyrtzidis authored
ObjCProtocolDecl::lookupMethod. llvm-svn: 77092
-
Argyrios Kyrtzidis authored
ObjCContainerDecl::getMethod. Avoids code duplication. llvm-svn: 77091
-
Mike Stump authored
llvm-svn: 77090
-
- Jul 25, 2009
-
-
Mike Stump authored
calls to noreturn function pointers when CFG building. llvm-svn: 77089
-
Reid Kleckner authored
values. Hopefully this fixes PR4622. llvm-svn: 77088
-
Fariborz Jahanian authored
in constructors. llvm-svn: 77087
-
Chris Lattner authored
1. Spell SectionFlags::Writeable as "Writable". 2. Add predicates for deriving SectionFlags from SectionKinds. 3. Sink ELF-specific getSectionPrefixForUniqueGlobal impl into ELFTargetAsmInfo. 4. Fix SectionFlagsForGlobal to know that BSS/ThreadBSS has the BSS bit set (the real fix for PR4619). 5. Fix isSuitableForBSS to not put globals with explicit sections set in BSS (which was the reason #4 wasn't fixed earlier). 6. Remove my previous hack for PR4619. llvm-svn: 77085
-
Chris Lattner authored
llvm-svn: 77084
-
Chris Lattner authored
Thanks to Rafael for the great example. llvm-svn: 77083
-
Dan Gohman authored
"trip count". llvm-svn: 77081
-
Dan Gohman authored
llvm-svn: 77080
-
Dan Gohman authored
llvm-svn: 77079
-
Dan Gohman authored
the step value as unsigned, the start value and the addrec itself still need to be treated as signed. llvm-svn: 77078
-
Dan Gohman authored
llvm-svn: 77077
-
Sebastian Redl authored
Implement C++ semantics for C-style and functional-style casts. This regresses Clang extension conversions, like vectors, but allows conversions via constructors and conversion operators. Add custom conversions to static_cast. llvm-svn: 77076
-
Daniel Dunbar authored
Factor out routine for executing the script commands. llvm-svn: 77075
-
Daniel Dunbar authored
- Stop writing everything to files. - Make test output more standard. llvm-svn: 77074
-
Daniel Dunbar authored
- We don't use the former, and the latter doesn't actually work. llvm-svn: 77073
-
Daniel Dunbar authored
it currently. llvm-svn: 77072
-
Daniel Dunbar authored
files. llvm-svn: 77071
-
Daniel Dunbar authored
Doug, please look at decltype-crash and instantiate-function-1.mm, I'm not sure if they are actually testing the right thing / anything. llvm-svn: 77070
-
Daniel Dunbar authored
llvm-svn: 77069
-
Daniel Dunbar authored
llvm-svn: 77068
-
Daniel Dunbar authored
llvm-svn: 77067
-
Daniel Dunbar authored
cxx-using-declaration test case started exhibiting different behavior. It still needs to be fixed, however... llvm-svn: 77066
-
Andreas Bolka authored
llvm-svn: 77065
-
Daniel Dunbar authored
Also, fix a function name I forgot to update. llvm-svn: 77064
-
Daniel Dunbar authored
Something strange is going on here; this test randomly started failing after unrelated changes to TestRunner.py (even though it runs the same script). Argiris or Doug, can one of you investigate? llvm-svn: 77063
-
Daniel Dunbar authored
- This is just to normalize, these will go away soon hopefully. Added all the missing '&&'s that have crept in. :) llvm-svn: 77062
-
Daniel Dunbar authored
to import is the PATH. llvm-svn: 77061
-
Daniel Dunbar authored
- Instead of requiring targets to define a JIT quality match function, we just have them specify if they support a JIT. - Target selection for the JIT just gets the host triple and looks for the best target which matches the triple and has a JIT. llvm-svn: 77060
-
Daniel Dunbar authored
- Tweak output directories for temp files, derive the temporary base from the test's parent directory name, and the test name (instead of the whole path). llvm-svn: 77059
-
Daniel Dunbar authored
- Not improved: the horribly lousy name. :) - Suppress stderr when capturing output. - Rewrite which() to do the right PATH search instead of being lazy and shelling out to 'which'. - On Windows, run scripts as batch files (via 'cmd /c ...'). llvm-svn: 77058
-
Daniel Dunbar authored
llvm-svn: 77057
-