- Nov 04, 2008
-
-
Duncan Sands authored
llvm-svn: 58709
-
Evan Cheng authored
llvm-svn: 58708
-
Evan Cheng authored
llvm-svn: 58707
-
Duncan Sands authored
SELECT_CC. llvm-svn: 58706
-
Anders Carlsson authored
llvm-svn: 58705
-
Chris Lattner authored
llvm-svn: 58704
-
Dan Gohman authored
be considerably simplified. llvm-svn: 58703
-
Dan Gohman authored
llvm-svn: 58702
-
Dan Gohman authored
llvm-svn: 58701
-
Sebastian Redl authored
Some cleanup of the cast checkers. Don't canonicalize types when not needed. Use distinct diagnostics for distinct errors. llvm-svn: 58700
-
Douglas Gregor authored
llvm-svn: 58699
-
Douglas Gregor authored
Add a new expression class, ObjCSuperExpr, to handle the Objective-C 'super'. Remove ObjCThis from PredefinedExpr llvm-svn: 58698
-
Nuno Lopes authored
llvm-svn: 58697
-
Nuno Lopes authored
llvm-svn: 58696
-
Douglas Gregor authored
Create a new expression class, CXXThisExpr, to handle the C++ 'this' primary expression. Remove CXXThis from PredefinedExpr llvm-svn: 58695
-
Nuno Lopes authored
llvm-svn: 58694
-
Nuno Lopes authored
llvm-svn: 58693
-
Douglas Gregor authored
llvm-svn: 58692
-
Douglas Gregor authored
Diagnose use of 'this' in a C++ default argument. Thanks to Eli for correcting my bogus assertion about it already being handled llvm-svn: 58691
-
Nuno Lopes authored
llvm-svn: 58690
-
Sebastian Redl authored
llvm-svn: 58689
-
Evan Cheng authored
For some targets, it's not possible to place GVs in the same memory buffer as the MachineCodeEmitter allocated memory. Code and data has different read / write / execution privilege requirements. This is a short term workaround. The current solution is for the JIT memory manager to manage code and data memory separately. llvm-svn: 58688
-
Nick Lewycky authored
friendlier to non-Unixes that happen to have perl. Patch from Sascha Othman! llvm-svn: 58687
-
Anders Carlsson authored
llvm-svn: 58685
-
Evan Cheng authored
llvm-svn: 58684
-
Evan Cheng authored
llvm-svn: 58683
-
Evan Cheng authored
llvm-svn: 58682
-
Anders Carlsson authored
llvm-svn: 58681
-
Anders Carlsson authored
llvm-svn: 58680
-
Oscar Fuentes authored
tools/llc/CMakeLists.txt. llvm-svn: 58678
-
Oscar Fuentes authored
Linux/x86-64. llvm-svn: 58677
-
Oscar Fuentes authored
llvm-svn: 58676
-
Bill Wendling authored
* The prologue is modified to read the __stack_chk_guard global and insert it onto the stack. * The epilogue is modified to read the stored guard from the stack and compare it to the original __stack_chk_guard value. If they differ, then the __stack_chk_fail() function is called. * The stack protector needs to be first on the stack (after the parameters) to catch any stack-smashing activities. Front-end support will follow after a round of beta testing. llvm-svn: 58673
-
Ted Kremenek authored
llvm-svn: 58672
-
Evan Cheng authored
llvm-svn: 58671
-
Ted Kremenek authored
llvm-svn: 58666
-
Ted Kremenek authored
llvm-svn: 58663
-
Ted Kremenek authored
llvm-svn: 58658
-
Ted Kremenek authored
llvm-svn: 58657
-
Steve Naroff authored
llvm-svn: 58656
-