- May 08, 2008
-
-
Chris Lattner authored
targets that do not support recursion (and thus codegen stack variables as globals). Patch contributed by Alireza Moshtaghi! llvm-svn: 50844
-
Devang Patel authored
Note, this is just beginning. llvm-svn: 50835
-
- May 06, 2008
-
-
Devang Patel authored
llvm-svn: 50769
-
Chris Lattner authored
llvm-svn: 50694
-
Chris Lattner authored
llvm-svn: 50691
-
- May 04, 2008
-
-
Chris Lattner authored
llvm-svn: 50623
-
Chris Lattner authored
Fix 'swapping' of attributes to not insert null values into the DeclAttrs map. llvm-svn: 50612
-
Chris Lattner authored
type should be internal, not weak/linkonce. llvm-svn: 50611
-
- Apr 30, 2008
-
-
Chris Lattner authored
llvm-svn: 50485
-
- Apr 25, 2008
-
-
Chris Lattner authored
reimplemented in Sema someday. This is tracked in PR2236. Until then disabling it removes some bogus diagnostics (see 2236). llvm-svn: 50263
-
- Apr 20, 2008
-
-
Nate Begeman authored
Add test Implement feedback from Chris re: PR1998 llvm-svn: 50001
-
Nate Begeman authored
Warn about unused static functions and variables. This fixes PR1998. llvm-svn: 49987
-
Chris Lattner authored
llvm-svn: 49980
-
Chris Lattner authored
llvm-svn: 49979
-
- Apr 19, 2008
-
-
Nate Begeman authored
llvm-svn: 49951
-
Nate Begeman authored
llvm-svn: 49944
-
Nate Begeman authored
llvm-svn: 49942
-
- Apr 18, 2008
-
-
Nate Begeman authored
information into the IR type codegen. This allows a target to codegen the C 'double' type as either double or float. llvm-svn: 49898
-
- Apr 16, 2008
-
-
Steve Naroff authored
Remove FileVarDecl and BlockVarDecl. They are replaced by VarDecl::isBlockVarDecl() and VarDecl::isFileVarDecl(). This is a fairly mechanical/large change. As a result, I avoided making any changes/simplifications that weren't directly related. I did break two Analysis tests. I also have a couple FIXME's in UninitializedValues.cpp. Ted, can you take a look? If the bug isn't obvious, I am happy to dig in and fix it (since I broke it). llvm-svn: 49748
-
- Apr 14, 2008
-
-
Nate Begeman authored
llvm-svn: 49633
-
- Apr 13, 2008
-
-
Chris Lattner authored
llvm-svn: 49607
-
- Apr 09, 2008
-
-
Ted Kremenek authored
in CGObjCGNU.cpp and once in CGObjCEtoile.cpp. Moved its definition to CGObjC.cpp. This resolves a build error in Xcode, and also cleans things up. llvm-svn: 49429
-
- Apr 08, 2008
-
-
Chris Lattner authored
interaction for function parameters, fixing PR2046. Patch by Doug Gregor! llvm-svn: 49369
-
- Apr 07, 2008
-
-
Chris Lattner authored
llvm-svn: 49295
-
- Apr 06, 2008
-
-
Gabor Greif authored
llvm-svn: 49279
-
- Apr 04, 2008
-
-
Chris Lattner authored
code, but the codegen doesn't crash. I'll file a bugzilla for the AST being wrong. llvm-svn: 49226
-
Chris Lattner authored
generator needs to call isAnyComplexType(). This fixes PR1960. llvm-svn: 49220
-
Chris Lattner authored
llvm-svn: 49217
-
Chris Lattner authored
llvm-svn: 49216
-
Chris Lattner authored
llvm-svn: 49215
-
Torok Edwin authored
llvm-svn: 49209
-
Chris Lattner authored
llvm-svn: 49201
-
- Apr 03, 2008
-
-
Nate Begeman authored
llvm-svn: 49186
-
Chris Lattner authored
by Lauro Venancio! llvm-svn: 49144
-
- Apr 02, 2008
-
-
Chris Lattner authored
llvm-svn: 49101
-
Chris Lattner authored
allowing them to be treated the same in some contexts. A suggestion for a better name is welcome :) llvm-svn: 49100
-
- Mar 31, 2008
-
-
Chris Lattner authored
remaining open issues I've communicated to him: 1) self can be assigned to, and his patch didn't handle it correctly. 2) CollectObjCIvarTypes is N^2 (because each subclass reprocesses all parent class ivars) and flattens classes. If A derives from B, and both have an int, I'd expect to get { {i32}, i32}, not { i32, i32}. David, please review. llvm-svn: 48970
-
Chris Lattner authored
etoile runtime, patch by David Chisnall! llvm-svn: 48969
-
- Mar 19, 2008
-
-
Chris Lattner authored
llvm-svn: 48535
-
Chris Lattner authored
llvm-svn: 48534
-