- Dec 07, 2011
-
-
Howard Hinnant authored
Reviewing cxa_exception.cpp and marking as implemented as I go. Not marking as implemented on arm when I'm not sure about that platform. llvm-svn: 146072
-
Duncan Sands authored
llvm-svn: 146071
-
Chad Rosier authored
llvm-svn: 146070
-
Argyrios Kyrtzidis authored
They are generally the same except in C++ cases like out-of-line member functions. llvm-svn: 146069
-
Argyrios Kyrtzidis authored
llvm-svn: 146068
-
Argyrios Kyrtzidis authored
of an indexed entity. llvm-svn: 146067
-
Sean Callanan authored
avalable when a global variable is looked up. In ClangExpressionDeclMap, a frame should usually be available. llvm-svn: 146066
-
Akira Hatanaka authored
llvm-svn: 146063
-
Akira Hatanaka authored
llvm-svn: 146062
-
Jim Ingham authored
llvm-svn: 146061
-
Akira Hatanaka authored
llvm-svn: 146059
-
Jim Grosbach authored
llvm-svn: 146057
-
Anna Zaks authored
llvm-svn: 146056
-
Jim Grosbach authored
When the file isn't being built with subsections-via-symbols, symbol differences involving non-local symbols can be resolved more aggressively. Needed for gas compatibility. llvm-svn: 146054
-
Jakub Staszak authored
Skip two looking up at BlockChain. llvm-svn: 146053
-
Daniel Dunbar authored
llvm-svn: 146051
-
Johnny Chen authored
for use in the benchmark against lldb's disassembly speed. Note that the lldb executable path can already be specified using the LLDB_EXEC env variable. rdar://problem/7511194 llvm-svn: 146050
-
Anna Zaks authored
llvm-svn: 146049
-
Anna Zaks authored
and the link to checker callback documentation. SVal, SymExpr, MemRegion description is a slightly edited version of Ted's reply to a question on cfe-dev list. llvm-svn: 146048
-
Daniel Dunbar authored
llvm-svn: 146047
-
Jim Grosbach authored
rdar://10542474 llvm-svn: 146046
-
Howard Hinnant authored
Added __cxa_allocate_dependent_exception and __cxa_free_dependent_exception and marked them as done. llvm-svn: 146045
-
Bill Wendling authored
llvm-svn: 146044
-
Jim Grosbach authored
llvm-svn: 146042
-
Bill Wendling authored
llvm-svn: 146041
-
Jim Grosbach authored
llvm-svn: 146039
-
Jim Grosbach authored
llvm-svn: 146038
-
Duncan Sands authored
llvm-svn: 146037
-
Duncan Sands authored
"opt -std-compile-opts". llvm-svn: 146036
-
Benjamin Kramer authored
llvm-svn: 146034
-
Tobias Grosser authored
Cloog continued to split the domains even after the scattering. This lead to complicated code. llvm-svn: 146033
-
Hans Wennborg authored
in addition to underlying type. For example, the warning for printf("%zu", 42.0); changes from "conversion specifies type 'unsigned long'" to "conversion specifies type 'size_t' (aka 'unsigned long')" (This is a second attempt after r145697, which got reverted.) llvm-svn: 146032
-
Craig Topper authored
Fix a bunch of SSE/AVX patterns to use proper memop types. In particular, not using integer loads other than v2i64/v4i64 since the others are all promoted. llvm-svn: 146031
-
Bill Wendling authored
llvm-svn: 146030
-
Bill Wendling authored
llvm-svn: 146029
-
Tobias Grosser authored
This increases the readablity. This also adds some comments that explain what this function does. llvm-svn: 146028
-
Tobias Grosser authored
llvm-svn: 146027
-
Evan Cheng authored
generator to it. For non-bundle instructions, these behave exactly the same as the MC layer API. For properties like mayLoad / mayStore, look into the bundle and if any of the bundled instructions has the property it would return true. For properties like isPredicable, only return true if *all* of the bundled instructions have the property. For properties like canFoldAsLoad, isCompare, conservatively return false for bundles. llvm-svn: 146026
-
David Blaikie authored
llvm-svn: 146025
-
Hal Finkel authored
make CR spill and restore 64-bit clean (no functional change), and fix some other problems found with -verify-machineinstrs llvm-svn: 146024
-