- May 25, 2011
-
-
Eric Christopher authored
do. Part of rdar://9119939. llvm-svn: 132015
-
Nick Lewycky authored
llvm-svn: 132013
-
Eric Christopher authored
Fixes part of rdar://9444657 llvm-svn: 132011
-
Dan Gohman authored
llvm-svn: 132010
-
Howard Hinnant authored
Introduce cxa_virtual.cpp and cxa_guard.cpp. Contributed by Nick Lewycky, Howard Hinnant and John McCall llvm-svn: 132009
-
- May 24, 2011
-
-
Nick Lewycky authored
libprofile_rt.a. On Darwin, don't try to link -lgcov. llvm-svn: 132006
-
Akira Hatanaka authored
llvm-svn: 132005
-
Charles Davis authored
this test. llvm-svn: 132004
-
Akira Hatanaka authored
offsets that are larger than 0x10000. llvm-svn: 132003
-
Johnny Chen authored
llvm-svn: 132002
-
Ted Kremenek authored
llvm-svn: 132001
-
Johnny Chen authored
llvm-svn: 131998
-
Nick Kledzik authored
llvm-svn: 131996
-
Nick Kledzik authored
llvm-svn: 131995
-
Eli Friedman authored
Change condition for determining whether a function is small for inlining metrics so that very long functions with few basic blocks are not re-analyzed. llvm-svn: 131994
-
Charles Davis authored
Add a size alignment check to the .seh_stackalloc directive parser. Add a more descriptive error message to the .seh_handler directive parser. Add methods to the TargetAsmInfo struct in support of all this. llvm-svn: 131992
-
Roman Divacky authored
Patch by Dimitry Andric! llvm-svn: 131990
-
Argyrios Kyrtzidis authored
Add new warning that warns when invoking 'delete' on a polymorphic, non-final, class without a virtual destructor. Patch by Matthieu Monrocq! llvm-svn: 131989
-
Akira Hatanaka authored
llvm-svn: 131988
-
Akira Hatanaka authored
llvm-svn: 131987
-
Akira Hatanaka authored
deficiencies exist: - Works only if ABI is o32. - Zero-sized structures cannot be passed. - There is a lot of redundancy in generated code. llvm-svn: 131986
-
Jim Ingham authored
llvm-svn: 131984
-
Eli Friedman authored
Make instcombine O(N) instead of O(N^2) in code where the same simplifiable constant is used many times. Part of rdar://9471075. llvm-svn: 131979
-
Devang Patel authored
llvm-svn: 131974
-
Cameron Zwarich authored
llvm-svn: 131972
-
Dan Gohman authored
after checking for a GEP, so that it matches what GetUnderlyingObject does. This fixes an obscure bug turned up by bugpoint in the testcase for PR9931. llvm-svn: 131971
-
Johnny Chen authored
those lldb objects which implement the IsValid() method, let's change the rest of the test suite to use the more compact truth value testing pattern (the Python way). llvm-svn: 131970
-
Charles Davis authored
scheme uses internally. Implement it for x86 (the only architecture that LLVM supports for which this matters right now). llvm-svn: 131969
-
Douglas Gregor authored
that the unevaluated subexpressions of &&, ||, and ? : are not considered when determining whether the expression is a constant expression. Also, turn the "used in its own initializer" warning into a runtime-behavior warning, so that it doesn't fire when a variable is used as part of an unevaluated subexpression of its own initializer. Fixes PR9999. llvm-svn: 131968
-
Jim Grosbach authored
llvm-svn: 131967
-
Tobias Grosser authored
Like this the menu can also be used in subdirectories. llvm-svn: 131964
-
Tobias Grosser authored
llvm-svn: 131963
-
Tobias Grosser authored
llvm-svn: 131962
-
-
Tobias Grosser authored
Functions that are currently only used in this file can be declared static. Suggested by: ether llvm-svn: 131960
-
Tobias Grosser authored
Tobias' diploma thesis and Raghesh's master thesis. llvm-svn: 131959
-
Chandler Carruth authored
This patch also by Ismail Donmez. llvm-svn: 131958
-
Chandler Carruth authored
through sugared types when testing for TagTypes. This was the actual cause of the only false positive in Clang+LLVM. Next evaluation will be over a much larger selection of code including large amounts of open source code. llvm-svn: 131957
-
Cameron Zwarich authored
llvm-svn: 131956
-
Nico Weber authored
Make it possible for external tools to distinguish between paths that come from -I and paths that come from -system. Patch from Paul Holden! llvm-svn: 131955
-