- Jul 15, 2009
-
-
Owen Anderson authored
llvm-svn: 75703
-
Ted Kremenek authored
llvm-svn: 75698
-
Daniel Dunbar authored
llvm-svn: 75697
-
Fariborz Jahanian authored
llvm-svn: 75692
-
- Jul 14, 2009
-
-
Eli Friedman authored
using -traditional and -traditional-cpp with clang an error because it's unsupported in clang and causes a significant change in the semantics of the language. llvm-svn: 75690
-
Bruno Cardoso Lopes authored
llvm-svn: 75687
-
Bob Wilson authored
llvm-svn: 75686
-
Kevin Enderby authored
llvm-svn: 75685
-
Devang Patel authored
llvm-svn: 75684
-
David Goodwin authored
llvm-svn: 75683
-
Dan Gohman authored
the operands have pointer type, so that the resulting type matches the original SCEV type, and so that unnecessary ptrtoints are avoided in common cases. llvm-svn: 75680
-
Ted Kremenek authored
Enhance RegionStoreManager to handle 'Retrieve's from SymbolicRegions. We do this by silently wrapping the region with an ElementRegion. This fixes the failures in misc-ps-region-store.m. llvm-svn: 75679
-
Chris Lattner authored
llvm-svn: 75678
-
Ted Kremenek authored
llvm-svn: 75677
-
Chris Lattner authored
llvm-svn: 75675
-
Chris Lattner authored
llvm-svn: 75674
-
Chris Lattner authored
llvm-svn: 75673
-
Ted Kremenek authored
llvm-svn: 75672
-
Chris Lattner authored
MOV32r0 + subregs to do the same thing. This should work now that PR4544 is fixed. Thanks Evan! llvm-svn: 75671
-
David Greene authored
Have asm printers use formatted_raw_ostream directly to avoid a dynamic_cast<>. llvm-svn: 75670
-
Viktor Kutuzov authored
llvm-svn: 75669
-
Fariborz Jahanian authored
out of line definition. llvm-svn: 75668
-
Chris Lattner authored
llvm-svn: 75667
-
Ted Kremenek authored
llvm-svn: 75666
-
Viktor Kutuzov authored
llvm-svn: 75665
-
Chris Lattner authored
llvm-svn: 75664
-
Chris Lattner authored
llvm-svn: 75663
-
Fariborz Jahanian authored
ctor-initializer AST build. llvm-svn: 75662
-
Dan Gohman authored
llvm-svn: 75661
-
David Goodwin authored
llvm-svn: 75660
-
Dan Gohman authored
llvm-svn: 75659
-
Bob Wilson authored
llvm-svn: 75658
-
Torok Edwin authored
For now this only computes the allocated size of the memory pointed to by a pointer, and offset a pointer from allocated pointer. The actual checkLimits part will come later, after another round of review. llvm-svn: 75657
-
Chris Lattner authored
llvm-svn: 75655
-
Bill Wendling authored
llvm-svn: 75652
-
Fariborz Jahanian authored
llvm-svn: 75651
-
Steve Naroff authored
I don't love the name, however it simplifies the code and is a worthwhile change. If/when we come up with a better name, we can do a search/replace. llvm-svn: 75650
-
Fariborz Jahanian authored
semantics of order of construction [class.init]. llvm-svn: 75649
-
Chris Lattner authored
llvm-svn: 75647
-
Chris Lattner authored
additional bug fixes: 1. The bug that everyone hit was a problem in the asmprinter where it would remove $stub but keep the L prefix on a name when emitting the indirect symbol. This is easy to fix by keeping the name of the stub and the name of the symbol in a StringMap instead of just keeping a StringSet and trying to reconstruct it late. 2. There was a problem printing the personality function. The current logic to print out the personality function from the DWARF information is a bit of a cesspool right now that duplicates a bunch of other logic in the asm printer. The short version of it is that it depends on emitting both the L and _ prefix for symbols (at least on darwin) and until I can untangle it, it is best to switch the mangler back to emitting both prefixes. llvm-svn: 75646
-