- Nov 07, 2008
-
-
Richard Osborne authored
llvm-svn: 58838
-
Zhongxing Xu authored
available, things get much simplified. One addition is that CompoundLiteralExpr can appear both in rvalue and lvalue context. llvm-svn: 58837
-
Evan Cheng authored
llvm-svn: 58836
-
Evan Cheng authored
llvm-svn: 58835
-
Evan Cheng authored
llvm-svn: 58834
-
Zhongxing Xu authored
llvm-svn: 58833
-
Scott Michel authored
NB: This is likely to need more work. llvm-svn: 58832
-
Ted Kremenek authored
llvm-svn: 58831
-
Bill Wendling authored
llvm-svn: 58830
-
Bill Wendling authored
llvm-svn: 58829
-
Evan Cheng authored
llvm-svn: 58828
-
Dale Johannesen authored
llvm-svn: 58827
-
Devang Patel authored
llvm-svn: 58826
-
Dale Johannesen authored
(e.g. a bitfield test) narrow the load as much as possible. The has the potential to avoid unnecessary partial-word load-after-store conflicts, which cause stalls on several targets. Also a size win on x86 (testb vs testl). llvm-svn: 58825
-
Bill Wendling authored
LLVM IR code and not in the selection DAG ISel. This is a cleaner solution. - Fix the heuristic for determining if protectors are necessary. The previous one wasn't checking the proper type size. llvm-svn: 58824
-
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
-