- Nov 06, 2008
-
-
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
-
Andrew Lenharth authored
llvm-svn: 58775
-
Ted Kremenek authored
llvm-svn: 58772
-
Ted Kremenek authored
llvm-svn: 58771
-
Sebastian Redl authored
llvm-svn: 58770
-
Sebastian Redl authored
llvm-svn: 58769
-
Douglas Gregor authored
Implicit declaration of destructors (when necessary). Extended Declarator to store information about parsed constructors and destructors; this will be extended to deal with declarators that name overloaded operators (e.g., "operator +") and user-defined conversion operators (e.g., "operator int"). llvm-svn: 58767
-
Ted Kremenek authored
llvm-svn: 58766
-
Devang Patel authored
llvm-svn: 58765
-
Evan Cheng authored
Restructure ARM code emitter to use instruction formats instead of addressing modes to determine how to encode instructions. llvm-svn: 58764
-
Dan Gohman authored
nodes that are already selected. llvm-svn: 58763
-
Sebastian Redl authored
llvm-svn: 58762
-
Dan Gohman authored
llvm-svn: 58761
-
Dan Gohman authored
changes. llvm-svn: 58760
-
Dan Gohman authored
llvm-svn: 58759
-
Ted Kremenek authored
llvm-svn: 58758
-
Douglas Gregor authored
Keep track of whether a C++ class is an aggregate. Don't allow initialization of non-aggregates with initializer lists. llvm-svn: 58757
-
Douglas Gregor authored
duplication in the handling of copy-initialization by constructor, which occurs both for initialization of a declaration and for overloading. The initialization code is due for some refactoring. llvm-svn: 58756
-
Richard Osborne authored
llvm-svn: 58755
-
Duncan Sands authored
llvm-svn: 58753
-
Evan Cheng authored
llvm-svn: 58752
-