- Jul 29, 2010
-
-
Dan Gohman authored
extend it to handle the case where multiple RAUWs affect a single SCEVUnknown. Add a ScalarEvolution unittest to test for this situation. llvm-svn: 109705
-
Douglas Gregor authored
for AST nodes that aren't actually out-of-line (i.e., require a nested-name-specifier). Fixes <rdar://problem/8204126>. llvm-svn: 109704
-
Owen Anderson authored
Pass the queried value by argument rather than in a member, in preparation for supporting PHI translation. llvm-svn: 109701
-
Chris Lattner authored
possible. This improves the example to pass <4 x float> instead of <2 x double> but we still get awful code, and still don't get the return value right. llvm-svn: 109700
-
Chris Lattner authored
llvm-svn: 109699
-
Fariborz Jahanian authored
block's synthesized constructor initalizer list. Fixes radar 8240371. llvm-svn: 109698
-
Eli Friedman authored
inside a template class. llvm-svn: 109697
-
Jim Grosbach authored
ARM mode version of r109693. Remove incorrect substitution pattern for UXTB16. It wrongly assumed the input shift was actually a rotate. rdar://8240138 llvm-svn: 109696
-
Howard Hinnant authored
llvm-svn: 109695
-
Devang Patel authored
Override selected builtin names (e.g. "long int" instead of "long") to match names used by gcc in debug info. This makes gdb testsuite happy. llvm-svn: 109694
-
Jim Grosbach authored
Remove incorrect substitution pattern for UXTB16. It wrongly assumed the input shift was actually a rotate. rdar://8240138 llvm-svn: 109693
-
Jim Grosbach authored
llvm-svn: 109691
-
Chris Lattner authored
remove some now-dead code. llvm-svn: 109690
-
Chris Lattner authored
don't get errors similar to PR7714 on the return path. llvm-svn: 109689
-
Gabor Greif authored
llvm-svn: 109687
-
Owen Anderson authored
llvm-svn: 109686
-
Chris Lattner authored
and making Get8ByteTypeAtOffset always succeed and documented. llvm-svn: 109685
-
Owen Anderson authored
llvm-svn: 109683
-
Douglas Gregor authored
qualified name. Fixes <rdar://problem/8231724>. llvm-svn: 109682
-
Chris Lattner authored
x86-64 abi. This also improves codegen as well. Some refactoring is needed of this code. llvm-svn: 109681
-
Douglas Gregor authored
llvm-svn: 109680
-
Owen Anderson authored
Get rid of LVIQuery as a distinct data structure, so that we don't have to initialize a new set of maps on every query. llvm-svn: 109679
-
Johnny Chen authored
llvm-svn: 109678
-
- Jul 28, 2010
-
-
Douglas Gregor authored
condition is not of enumeration type, provide code-completion results containing all values of integral or enumeral type. llvm-svn: 109677
-
Sebastian Redl authored
llvm-svn: 109675
-
Johnny Chen authored
This test case currently always fails. llvm-svn: 109674
-
Johnny Chen authored
llvm-svn: 109673
-
Sebastian Redl authored
Add a test case for tentative definitions in chained PCH. Fix a bug that completely messed up source locations and thus caused a crash whenever a diagnostic was emitted in chained PCH files. llvm-svn: 109660
-
Dan Gohman authored
llvm-svn: 109656
-
Dan Gohman authored
alignment, fixing silent truncation of alignment values. llvm-svn: 109653
-
Jakob Stoklund Olesen authored
The size of this object isn't used for anything - technically it is of variable size. This avoids a false positive from the assert in X86InstrInfo::loadRegFromStackSlot, and fixes PR7735. llvm-svn: 109652
-
Kevin Enderby authored
the info from the .file directive and makes file and directory tables that will eventually be put out as part of the dwarf info in the output file. llvm-svn: 109651
-
Daniel Dunbar authored
llvm-svn: 109650
-
Daniel Dunbar authored
llvm-svn: 109649
-
Eric Christopher authored
llvm-svn: 109647
-
Eric Christopher authored
be using a C++ compiler to build. Patch by Török Edwin! llvm-svn: 109646
-
Dan Gohman authored
alloca instructions (constrained by their internal encoding), and add error checking for it. Fix an instcombine bug which generated huge alignment values (null is infinitely aligned). This fixes undefined behavior noticed by John Regehr. llvm-svn: 109643
-
Fariborz Jahanian authored
block returns structs. Fies radar 8241648. Executable test added to llvm test suite. llvm-svn: 109620
-
Douglas Gregor authored
volatile-qualified types. Fixes <rdar://problem/8228293>. llvm-svn: 109618
-
Jakob Stoklund Olesen authored
llvm-svn: 109608
-