- Jul 21, 2010
-
-
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
-
Greg Clayton authored
llvm-svn: 108958
-
Greg Clayton authored
part of C++'98. Most of these were "std::vector<T>::data()" and "std::string::data()". llvm-svn: 108957
-
Sebastian Redl authored
llvm-svn: 108956
-
Chris Lattner authored
llvm-svn: 108955
-
Sebastian Redl authored
llvm-svn: 108954
-
Greg Clayton authored
to Parse mach-o files. All defines have been renamed to not conflict with #defines in mach header files, all structures were left named the same but are in the llvm::MachO namespace. llvm-svn: 108953
-
Chris Lattner authored
llvm-svn: 108952
-
Devang Patel authored
llvm-svn: 108951
-
Chris Lattner authored
llvm-svn: 108950
-
Chris Lattner authored
llvm-svn: 108949
-
Dan Gohman authored
it to just do the things that need to be done when an instruction is deleted. llvm-svn: 108948
-
Chris Lattner authored
llvm-svn: 108947
-
Devang Patel authored
llvm-svn: 108946
-
Chris Lattner authored
llvm-svn: 108945
-
John McCall authored
Fixes <rdar://problem/8212123>. llvm-svn: 108944
-
- Jul 20, 2010
-
-
Chris Lattner authored
doing an overflow check. llvm-svn: 108943
-
Sebastian Redl authored
llvm-svn: 108942
-
Jakob Stoklund Olesen authored
Determine which loop exit blocks need a 'pre-exit' block inserted. Recognize when this would be impossible. llvm-svn: 108941
-
Dan Gohman authored
llvm-svn: 108940
-