- Mar 12, 2008
-
-
Chris Lattner authored
llvm-svn: 48290
-
- Mar 09, 2008
-
-
Nate Begeman authored
instructions. llvm-svn: 48077
-
- Mar 08, 2008
-
-
Chris Lattner authored
different widths. Start simplifying TargetInfo accessor methods. llvm-svn: 48050
-
- Mar 07, 2008
-
-
Nate Begeman authored
Generate CallingConv::Fast when fastcall attribute is present llvm-svn: 48017
-
- Mar 05, 2008
-
-
Chris Lattner authored
llvm-svn: 47954
-
- Mar 03, 2008
-
-
Chris Lattner authored
llvm-svn: 47838
-
Chris Lattner authored
llvm-svn: 47837
-
- Mar 01, 2008
-
-
Chris Lattner authored
Patch by David Chisnall! llvm-svn: 47790
-
Chris Lattner authored
Patch by David Chisnall! llvm-svn: 47789
-
- Feb 29, 2008
-
-
Chris Lattner authored
llvm-svn: 47754
-
- Feb 26, 2008
-
-
Lauro Ramos Venancio authored
void g() { static char a[10]; static char *b = a; } Now we can compile wget! llvm-svn: 47627
-
Lauro Ramos Venancio authored
llvm-svn: 47618
-
Lauro Ramos Venancio authored
llvm-svn: 47609
-
- Feb 21, 2008
-
-
Eli Friedman authored
invlolving implicit casts that cause both a decay to pointer type and a type conversion. llvm-svn: 47440
-
Eli Friedman authored
ahtough I had the fix in my tree previously. llvm-svn: 47439
-
Chris Lattner authored
llvm-svn: 47429
-
- Feb 20, 2008
-
-
Nate Begeman authored
llvm-svn: 47410
-
Chris Lattner authored
rename QualType::getQualifiers to getCVRQualifiers. Add some fixme's and clean up some code relevant to qualifiers. Change ASQualType to contain a Type* instead of a QualType. Any CVR qualifiers should be on the outer qual type. llvm-svn: 47398
-
- Feb 19, 2008
-
-
Lauro Ramos Venancio authored
llvm-svn: 47347
-
Lauro Ramos Venancio authored
llvm-svn: 47346
-
Lauro Ramos Venancio authored
possible. Fix mediabench/mpeg2/mpeg2dec test. llvm-svn: 47336
-
Lauro Ramos Venancio authored
Fix Olden/bh test. llvm-svn: 47292
-
- Feb 18, 2008
-
-
Lauro Ramos Venancio authored
Fix McCat/08-main test. llvm-svn: 47286
-
- Feb 17, 2008
-
-
Chris Lattner authored
llvm-svn: 47226
-
- Feb 16, 2008
-
-
Lauro Ramos Venancio authored
llvm-svn: 47223
-
- Feb 15, 2008
-
-
Eli Friedman authored
IncompleteArrayType. This should make code dealing with both incomplete and variable length arrays much more readable, plus it allows properly making the distinction between isVariableArrayType() and isVariablyModifiedType(). The patch is a little big, but it's strightforward. so I don't think there should be any issues. llvm-svn: 47165
-
Eli Friedman authored
llvm-svn: 47156
-
- Feb 12, 2008
-
-
Dan Gohman authored
People more familiar with clang than me, please review this. llvm-svn: 47033
-
- Feb 11, 2008
-
-
Chris Lattner authored
llvm-svn: 46945
-
Eli Friedman authored
edge cases. llvm-svn: 46944
-
Eli Friedman authored
codegen. llvm-svn: 46943
-
Chris Lattner authored
is an array type not a pointer type. This requires updating some diags that change and updating the code generator to handle the proper form of strings. llvm-svn: 46941
-
- Feb 09, 2008
-
-
Anders Carlsson authored
llvm-svn: 46911
-
Eli Friedman authored
initializers, and I don't want to duplicate the bitfield-handling code. (I'll send a patch for aggregate initializers to the mailing list sometime soon.) llvm-svn: 46904
-
- Feb 08, 2008
-
-
Lauro Ramos Venancio authored
llvm-svn: 46889
-
Anders Carlsson authored
llvm-svn: 46868
-
Anders Carlsson authored
llvm-svn: 46867
-
- Feb 07, 2008
-
-
Lauro Ramos Venancio authored
Fix codegen of struct { short a[3]; int b:15; }. llvm-svn: 46859
-
Lauro Ramos Venancio authored
struct { char a[3]; unsigned char b:1; }; Fix PR1990. llvm-svn: 46856
-
Anders Carlsson authored
llvm-svn: 46855
-