- Jul 21, 2010
-
-
Lang Hames authored
Changed OStream templates to functions on raw_ostream, removed the unused "renderWarnings" function. llvm-svn: 109003
-
Bruno Cardoso Lopes authored
llvm-svn: 109002
-
Gabor Greif authored
llvm-svn: 109001
-
John McCall authored
commits. llvm-svn: 109000
-
John McCall authored
llvm-svn: 108999
-
John McCall authored
llvm-svn: 108998
-
John McCall authored
cleanup. llvm-svn: 108997
-
John McCall authored
llvm-svn: 108996
-
John McCall authored
llvm-svn: 108995
-
John McCall authored
using a lazy cleanup. llvm-svn: 108994
-
John McCall authored
llvm-svn: 108993
-
John McCall authored
the block-release unwind cleanup: we're never going to test it if we don't turn it on. llvm-svn: 108992
-
Evan Cheng authored
llvm-svn: 108991
-
John McCall authored
from the laziness features here except better block ordering, but it removes yet another CleanupBlock use. llvm-svn: 108990
-
John McCall authored
llvm-svn: 108989
-
Zhongxing Xu authored
llvm-svn: 108988
-
Eric Christopher authored
llvm-svn: 108987
-
Eric Christopher authored
llvm-svn: 108985
-
Bruno Cardoso Lopes authored
llvm-svn: 108984
-
Bruno Cardoso Lopes authored
llvm-svn: 108983
-
Nate Begeman authored
intmax_t is __int64 (long long to clang), per VS 2010 stdint.h llvm-svn: 108980
-
John McCall authored
llvm-svn: 108979
-
John McCall authored
lazy cleanups. llvm-svn: 108978
-
Douglas Gregor authored
initializer of (). Make sure to use a simple memset() when we can, or fall back to generating a loop when a simple memset will not suffice. Fixes <rdar://problem/8212208>, a regression due to my work in r107857. llvm-svn: 108977
-
Greg Clayton authored
libraries (from William Lynch). llvm-svn: 108976
-
John McCall authored
the last of the shared-code cleanups. llvm-svn: 108975
-
Sebastian Redl authored
llvm-svn: 108974
-
John McCall authored
a big deal, except that I want to eliminate the shared-code EH cleanups in preparation for a significant algorithmic fix. llvm-svn: 108973
-
John McCall authored
llvm-svn: 108972
-
Dan Gohman authored
cases. This will be needed when function-local metadata can appear in places that aren't intrinsic function arguments. llvm-svn: 108971
-
Sean Callanan authored
llvm-svn: 108970
-
Jakob Stoklund Olesen authored
The spillers can pluck the analyses they need from the pass reference. Switch some never-null pointers to references. llvm-svn: 108969
-
Dan Gohman authored
llvm-svn: 108968
-
Dan Gohman authored
llvm-svn: 108967
-
Owen Anderson authored
llvm-svn: 108966
-
Sean Callanan authored
used by the JIT compiled expression, including the result of the expression. Also added a new class, ASTType, which encapsulates an opaque Clang type and its associated AST context. Refactored ClangExpressionDeclMap to use ASTTypes, significantly reducing the possibility of mixups of types from different AST contexts. llvm-svn: 108965
-
Bruno Cardoso Lopes authored
llvm-svn: 108964
-
Dan Gohman authored
llvm-svn: 108962
-
Dan Gohman authored
llvm-svn: 108961
-
Sebastian Redl authored
llvm-svn: 108959
-