- Nov 30, 2009
-
-
Daniel Dunbar authored
Don't try to generate common globals for C++ files, instead of depending on the FE to set NoCommon, and simplify CodeGenOptions initialization. llvm-svn: 90119
-
Daniel Dunbar authored
llvm-svn: 90118
-
Daniel Dunbar authored
llvm-svn: 90117
-
Eric Christopher authored
llvm-svn: 90116
-
Daniel Dunbar authored
llvm-svn: 90115
-
Daniel Dunbar authored
Put CompilerInvocation testing code in clang-cc instead of clang for now, I can't bear to link all of clang into 'clang' yet. :) - Still triggered by a magic leading -cc1 argument, as before. llvm-svn: 90114
-
Nick Lewycky authored
llvm-gcc build. llvm-svn: 90113
-
Nick Lewycky authored
llvm-svn: 90112
-
Nick Lewycky authored
material is covered by the Kaleidoscope tutorial. llvm-svn: 90111
-
Chris Lattner authored
stat a file but where mmaping it fails. In this case, we emit an error like: t.c:1:10: fatal error: error opening file '../../foo.h' instead of "cannot find file". llvm-svn: 90110
-
Mon P Wang authored
llvm-svn: 90109
-
Mon P Wang authored
divide/remainder since these operations can trap by unroll them and adding undefs for the resulting vector. llvm-svn: 90108
-
Chris Lattner authored
and reverse nonlocal memdep maps in synch, this should fix 255.vortex. llvm-svn: 90107
-
Nick Lewycky authored
while 32-bit gcc uses i32. llvm-svn: 90106
-
Eli Friedman authored
llvm-svn: 90105
-
Nick Lewycky authored
more. Update the syntax we're checking for and filecheckize it too. This will fix the selfhost buildbots but will 'break' the others (sigh) because they're still linked against older LLVM which is emitting less optimized IR. llvm-svn: 90104
-
- Nov 29, 2009
-
-
Daniel Dunbar authored
llvm-svn: 90100
-
Nick Lewycky authored
This permits the devirtualization of llvm.org/PR3100#c9 when compiled by clang. llvm-svn: 90099
-
Daniel Dunbar authored
llvm-svn: 90098
-
Benjamin Kramer authored
llvm-svn: 90097
-
Chris Lattner authored
LLVM::Transforms/GVN/2009-02-17-LoadPRECrash.ll LLVM::Transforms/GVN/2009-06-17-InvalidPRE.ll llvm-svn: 90096
-
Daniel Dunbar authored
llvm-svn: 90095
-
Daniel Dunbar authored
llvm-svn: 90094
-
Chris Lattner authored
was being added to the Result vector, but not being put in the cache. This means that if the cache was reused wholesale for a later query that it would be missing this entry and we'd do an incorrect load elimination. Unfortunately, it's not really possible to write a useful testcase for this, but this unbreaks 255.vortex. llvm-svn: 90093
-
Daniel Dunbar authored
- Clients that care about having the diagnostics output honor the user-controllable diagnostic options can buffer the diagnostics and issue them later. llvm-svn: 90092
-
Daniel Dunbar authored
llvm-svn: 90091
-
Daniel Dunbar authored
Change CompilerInvocation::CreateFromArgs to take Argv0 and the address of main (or something in the main executable) so it can find the builtin compiler files. llvm-svn: 90090
-
Benjamin Kramer authored
llvm-svn: 90089
-
Benjamin Kramer authored
llvm-svn: 90088
-
Benjamin Kramer authored
llvm-svn: 90087
-
Benjamin Kramer authored
llvm-svn: 90086
-
Nick Lewycky authored
llvm-svn: 90085
-
Benjamin Kramer authored
llvm-svn: 90084
-
Benjamin Kramer authored
llvm-svn: 90083
-
Kovarththanan Rajaratnam authored
case where realpath() fails. When this occurs we segfault trying to create a std::string from a NULL pointer. Fixes PR5635. llvm-svn: 90082
-
Kovarththanan Rajaratnam authored
Kill off clang/win32 which contains the hand generated Visual Studio project files. These files are severely out of date and have been superseded by the CMake build system. RIP. llvm-svn: 90081
-
Nuno Lopes authored
llvm-svn: 90080
-
Kovarththanan Rajaratnam authored
llvm-svn: 90078
-
Kovarththanan Rajaratnam authored
Don't call Decl::CollectingStats(false) and Stmt::CollectingStats(false). When called with false these functions return whether statistics are enabled. They don't change any state. Since we're not using the return value avoid calling them in the first place. llvm-svn: 90077
-
Kovarththanan Rajaratnam authored
llvm-svn: 90074
-