- Jan 23, 2009
-
-
Duncan Sands authored
llvm-top. By Michael Schuerig, with some small tweaks to make the "don't configure if already configured" logic work. llvm-svn: 62842
-
Daniel Dunbar authored
llvm-svn: 62841
-
Chris Lattner authored
With this, sqlite3 now passes. llvm-svn: 62839
-
Chris Lattner authored
This avoids using a dangling pointer. Reset NumSortedEntries after restoring Cache to avoid extraneous sorts. This fixes the reduced sqlite3 testcase, but apparently not the whole app. llvm-svn: 62838
-
Evan Cheng authored
Only check if coalescing is worthwhile when the result is targeting a more restrictive register class. llvm-svn: 62837
-
Evan Cheng authored
llvm-svn: 62836
-
Owen Anderson authored
going to be re-spilled again. This also helps performance. Pre-alloc-splitting now seems to be an overall win on SPEC. llvm-svn: 62834
-
Evan Cheng authored
llvm-svn: 62832
-
Daniel Dunbar authored
- Curiously, a number of the current translations gcc does appear to be useless? llvm-svn: 62831
-
Fariborz Jahanian authored
llvm-svn: 62830
-
Daniel Dunbar authored
llvm-svn: 62829
-
Devang Patel authored
llvm-svn: 62828
-
Devang Patel authored
llvm-svn: 62827
-
Douglas Gregor authored
Objective-C declarations!) again. Fixes <rdar://problem/6517155> llvm-svn: 62826
-
Daniel Dunbar authored
--assert, --classpath). - Requires providing some option parameters to over-ride rendering in order to match gcc. There may be a cleaner way to do this (probably by introducing a new option type for long JoinedOrSeparate forms). llvm-svn: 62825
-
Daniel Dunbar authored
forwarding -s to linker, and was only taking last arg in some cases when should have been taking all). llvm-svn: 62824
-
Douglas Gregor authored
extension. Addresses clang PR/3371. llvm-svn: 62823
-
Chris Lattner authored
when there are multiple iterations of the loop. This fixes PR3375. llvm-svn: 62822
-
Owen Anderson authored
llvm-svn: 62821
-
Daniel Dunbar authored
- Unlike groups (which gather distinct but related options), aliases are for options like '--all-warnings' which are effectively treated like some other option ('-Wall') both in the driver logic and when passing to tools. llvm-svn: 62820
-
Chris Lattner authored
llvm-svn: 62819
-
Ted Kremenek authored
llvm-svn: 62818
-
Daniel Dunbar authored
llvm-svn: 62817
-
Ted Kremenek authored
For now, return UnknownVal() in RegionStore::getElementsSize() for AnonTypedRegions. It wasn't really doing the right thing and was crashing on rdar-6442306-1.m. This fix causes all path-sensitive test cases to pass with RegionStore. llvm-svn: 62816
-
Chris Lattner authored
load is always aligned. I verified that the bswap doesn't occur in the assembly code on x86. llvm-svn: 62815
-
Ted Kremenek authored
Add RegionStore support for the implicit object region that 'self' references. This causes tests 'ObjCProperties.m' and 'refcnt_naming.m' to now pass with RegionStore. llvm-svn: 62814
-
Chris Lattner authored
compatibility with VC++. Patch by Max Burke! llvm-svn: 62813
-
Douglas Gregor authored
initializers, so that we are within the appropriate subobject after we've processed a multi-designator designation. We're matching GCC and EDG's behavior on all examples I've found thus far. *Huge* thanks to Eli Friedman for pointing out my fundamental misunderstanding of "current object" in the C99 spec. llvm-svn: 62812
-
Daniel Dunbar authored
parent wasn't expecting it. llvm-svn: 62811
-
Steve Naroff authored
llvm-svn: 62808
-
Steve Naroff authored
Handful of fixes to the VC project files. llvm-svn: 62807
-
Fariborz Jahanian authored
for the new meta-data. llvm-svn: 62806
-
- Jan 22, 2009
-
-
Ted Kremenek authored
llvm-svn: 62805
-
Ted Kremenek authored
llvm-svn: 62804
-
Ted Kremenek authored
llvm-svn: 62803
-
Ted Kremenek authored
llvm-svn: 62802
-
Ted Kremenek authored
llvm-svn: 62801
-
Ted Kremenek authored
llvm-svn: 62800
-
Ted Kremenek authored
llvm-svn: 62799
-
Ted Kremenek authored
llvm-svn: 62798
-