- Jul 29, 2010
-
-
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
-
Chris Lattner authored
llvm-svn: 109607
-
Douglas Gregor authored
parenthesized, unlike in C++, e.g., C has: typeof ( expression) C++ has: typeof unary-expression So, once we've parsed a parenthesized expression after typeof, we should only go on to parse the postfix expression suffix if we're in C++. Fixes <rdar://problem/8237491>. llvm-svn: 109606
-
Bob Wilson authored
llvm-svn: 109605
-
Tanya Lattner authored
llvm-svn: 109604
-
Rafael Espindola authored
EmitProgressBitcode. llvm-svn: 109602
-
Tanya Lattner authored
llvm-svn: 109601
-
Ted Kremenek authored
llvm-svn: 109600
-
Howard Hinnant authored
Fixed some bugs in the ecma bracket epression regarding escaped characters, and got the awk grammar going. llvm-svn: 109599
-
Douglas Gregor authored
llvm-svn: 109598
-
Dan Gohman authored
of a std::vector. llvm-svn: 109597
-
Dan Gohman authored
dereference is theoretically infinite. Put a cap on the computed alignment to avoid overflow, noticed by John Regehr. llvm-svn: 109596
-
Dan Gohman authored
to avoid undefined behavior on overflow, noticed by John Regehr. llvm-svn: 109594
-
Dan Gohman authored
This is a temporary fix, until more elaborate changes are ready. llvm-svn: 109593
-
Chris Lattner authored
llvm-svn: 109591
-