| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
llvm-svn: 54097
|
|
|
|
| |
llvm-svn: 52581
|
|
|
|
|
|
| |
Patch by David Chisnall with objc rewriter and stmtdumper updates from me.
llvm-svn: 52580
|
|
|
|
| |
llvm-svn: 52161
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
long double X() { return 1.0L; }
as:
long double X()
(CompoundStmt 0xb06a00 <t.c:2:17, col:32>
(ReturnStmt 0xb068d0 <col:19, col:26>
(FloatingLiteral 0xb02cf0 <col:26> 'long double' 1.000000)))
llvm-svn: 52080
|
|
|
|
| |
llvm-svn: 51508
|
|
|
|
| |
llvm-svn: 51463
|
|
|
|
|
|
|
|
| |
classname "fields". This saves us a pointer.
Implemented serialization for ObjCMessageExpr.
llvm-svn: 50528
|
|
|
|
| |
llvm-svn: 49942
|
|
|
|
|
|
| |
immutable smart pointer (we don't need to pass references, just pass Selector).
llvm-svn: 49773
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
llvm-svn: 49074
|
|
lib dir and move all the libraries into it. This follows the main
llvm tree, and allows the libraries to be built in parallel. The
top level now enforces that all the libs are built before Driver,
but we don't care what order the libs are built in. This speeds
up parallel builds, particularly incremental ones.
llvm-svn: 48402
|