- Dec 15, 2010
-
-
Chris Lattner authored
llvm-svn: 121853
-
Nico Weber authored
llvm-svn: 121852
-
Rafael Espindola authored
llvm-svn: 121851
-
Chris Lattner authored
llvm-svn: 121850
-
Chris Lattner authored
llvm-svn: 121849
-
Chris Lattner authored
a wider mul if the wider mul is legal. llvm-svn: 121848
-
Chris Lattner authored
llvm-svn: 121847
-
Chris Lattner authored
result, the top bits are truncated off anyway, just use SRL. llvm-svn: 121846
-
Greg Clayton authored
function and also hooked up better error reporting for when things fail. Fixed issues with trying to display children of pointers when none are supposed to be shown (no children for function pointers, and more like this). This was causing child value objects to be made that were correctly firing an assertion. llvm-svn: 121841
-
Chris Lattner authored
llvm-svn: 121838
-
Chris Lattner authored
llvm-svn: 121837
-
John McCall authored
future task of performing contextual conversion to size_t in a VLA size expression. :) llvm-svn: 121836
-
Jason Molenda authored
also get marked as having failed (so we don't try to demangle the same symbol multiple times). llvm-svn: 121835
-
Jason Molenda authored
a non-mangled function - we pass the non mangled string down through abi::__cxa_demangle and it crashes. Usually passing non mangled strings to abi::__cxa_demangle works out fine but not always, apparently. llvm-svn: 121834
-
John McCall authored
within the class. Teach IR gen to look for function definitions in record lexical contexts when deciding whether to emit a function whose address was taken. Fixes PR8789. llvm-svn: 121833
-
Bill Wendling authored
llvm-svn: 121832
-
Douglas Gregor authored
whether the expression contains an unexpanded parameter pack, in the same vein as the changes to the Type hierarchy. Compute this bit within all of the Expr subclasses. This change required a bunch of reshuffling of dependency calculations, mainly to consolidate them inside the constructors and to fuse multiple loops that iterate over arguments to determine type dependence, value dependence, and (now) containment of unexpanded parameter packs. Again, testing is painfully sparse, because all of the diagnostics will change and it is more important to test the to-be-written visitor that collects unexpanded parameter packs. llvm-svn: 121831
-
Kevin Enderby authored
update the condition codes. These come from my test generator and are just the ones that MC currently assembles correctly. llvm-svn: 121830
-
Mikhail Glushenkov authored
llvm-svn: 121829
-
Mikhail Glushenkov authored
llvm-svn: 121828
-
Mikhail Glushenkov authored
llvm-svn: 121827
-
Mikhail Glushenkov authored
llvm-svn: 121826
-
Mikhail Glushenkov authored
llvm-svn: 121825
-
Mikhail Glushenkov authored
llvm-svn: 121824
-
Mikhail Glushenkov authored
llvm-svn: 121823
-
Mikhail Glushenkov authored
llvm-svn: 121822
-
John McCall authored
llvm-svn: 121821
-
Bill Wendling authored
llvm-svn: 121820
-
Bill Wendling authored
immediate versions. llvm-svn: 121819
-
Johnny Chen authored
combinations. llvm-svn: 121818
-
Owen Anderson authored
this case involve a select that simplifies to itself. llvm-svn: 121817
-
Owen Anderson authored
llvm-svn: 121816
-
Bill Wendling authored
llvm-svn: 121815
-
Caroline Tice authored
command completion properly (e.g. abbreviated commands, which are NOT the same as aliases). llvm-svn: 121814
-
Johnny Chen authored
after the statement it wants to revert the effect of. llvm-svn: 121813
-
Jim Grosbach authored
llvm-svn: 121812
-
Johnny Chen authored
o "output1.txt" for test_pass_host_env_vars() test case o "output2.txt" for test_run_args_and_env_vars_with_dsym() test case o "output2.txt" for test_run_args_and_env_vars_with_dwarf() test case and add teardown hook to test_pass_host_env_vars() in order to properly unset the host environment variables set while running the test case. llvm-svn: 121811
-
Greg Clayton authored
llvm-svn: 121810
-
Bill Wendling authored
llvm-svn: 121809
-
Bill Wendling authored
particular, we want ldr r2, [r3] to be equivalent to ldr r2, [r3, #0] and not ldr r2, [r3, r0] llvm-svn: 121808
-