- Nov 07, 2008
-
-
Bill Wendling authored
llvm-svn: 58823
-
Bill Wendling authored
llvm-svn: 58822
-
Douglas Gregor authored
operators. For example, one can now write "x + y" where x or y is a class or enumeration type, and Clang will perform overload resolution for "+" based on the overloaded operators it finds. The other kinds of overloadable operators in C++ will follow this same approach. Three major issues remain: 1) We don't find member operators 2) Since we don't have user-defined conversion operators, we can't call any of the built-in overloaded operators in C++ [over.built]. 3) Once we've done the semantic checks, we drop the overloaded operator on the floor; it doesn't get into the AST at all. llvm-svn: 58821
-
- Nov 06, 2008
-
-
Mon P Wang authored
when simplify a vector. llvm-svn: 58820
-
Bill Wendling authored
in it, then emit stack protectors. llvm-svn: 58819
-
Evan Cheng authored
llvm-svn: 58818
-
Douglas Gregor authored
operators in C++. Overloaded operators can be called directly via their operator-function-ids, e.g., "operator+(foo, bar)", but we don't yet implement the semantics of operator overloading to handle, e.g., "foo + bar". llvm-svn: 58817
-
Dan Gohman authored
llvm-svn: 58816
-
Bill Wendling authored
llvm-svn: 58815
-
Devang Patel authored
llvm-svn: 58814
-
Devang Patel authored
Clarify documentation. A module pass MP can require a function paqss FP only if FP does not require any module pass. llvm-svn: 58813
-
Evan Cheng authored
- Consolidate instruction formats. - Other clean up. llvm-svn: 58808
-
Evan Cheng authored
llvm-svn: 58807
-
Douglas Gregor authored
llvm-svn: 58806
-
Nuno Lopes authored
llvm-svn: 58805
-
Sebastian Redl authored
llvm-svn: 58804
-
Douglas Gregor authored
llvm-svn: 58802
-
Duncan Sands authored
llvm-svn: 58801
-
Evan Cheng authored
llvm-svn: 58800
-
Bill Wendling authored
- Get rid of "HasStackProtector" in MachineFrameInfo. - Modify intrinsics to tell which are doing what with memory. llvm-svn: 58799
-
Steve Naroff authored
llvm-svn: 58798
-
Steve Naroff authored
llvm-svn: 58797
-
Mon P Wang authored
llvm-svn: 58796
-
Zhongxing Xu authored
llvm-svn: 58795
-
Evan Cheng authored
llvm-svn: 58793
-
Bill Wendling authored
"alloca". llvm-svn: 58792
-
Bill Wendling authored
- stackprotector_prologue creates a stack object and stores the guard there. - stackprotector_epilogue reads the stack guard from the stack position created by stackprotector_prologue. - The PrologEpilogInserter was changed to make sure that the stack guard is first on the stack frame. llvm-svn: 58791
-
Evan Cheng authored
llvm-svn: 58790
-
Evan Cheng authored
llvm-svn: 58789
-
Evan Cheng authored
llvm-svn: 58788
-
Devang Patel authored
llvm-svn: 58787
-
Devang Patel authored
llvm-svn: 58786
-
Steve Naroff authored
llvm-svn: 58783
-
Evan Cheng authored
llvm-svn: 58782
-
Bill Wendling authored
llvm-svn: 58781
-
Evan Cheng authored
llvm-svn: 58780
-
Evan Cheng authored
llvm-svn: 58779
-
Evan Cheng authored
llvm-svn: 58778
-
- Nov 05, 2008
-
-
Dan Gohman authored
dead nodes, but in this case its missing one. Fixing the DAGCombiner is desirable, but it's somewhat involved. llvm-svn: 58777
-
Ted Kremenek authored
llvm-svn: 58776
-