- Oct 22, 2009
-
-
Mike Stump authored
llvm-svn: 84789
-
Douglas Gregor authored
conversion types for builtin overloaded operator candidates; I misread this section in the standard the first time around. llvm-svn: 84788
-
Mike Stump authored
llvm-svn: 84787
-
- Oct 21, 2009
-
-
Devang Patel authored
llvm-svn: 84786
-
Bob Wilson authored
llvm-svn: 84785
-
Devang Patel authored
llvm-svn: 84784
-
Anton Korobeynikov authored
llvm-svn: 84783
-
Bill Wendling authored
llvm-svn: 84782
-
Benjamin Kramer authored
llvm-svn: 84781
-
Fariborz Jahanian authored
for base classe members as well. Test case enhanced for this. llvm-svn: 84780
-
Jim Grosbach authored
immediate operands when they will fit into the using instruction. llvm-svn: 84778
-
Benjamin Kramer authored
asm comment styles (## vs #). llvm-svn: 84777
-
Anton Korobeynikov authored
llvm-svn: 84776
-
Anton Korobeynikov authored
RMW preprocessing stuff was incorrect. Grab the stuff from x86 backend and disable some tests until it will be clever enough to handle them. llvm-svn: 84775
-
Anton Korobeynikov authored
llvm-svn: 84774
-
Anton Korobeynikov authored
llvm-svn: 84773
-
Victor Hernandez authored
Most changes are cleanup, but there is 1 correctness fix: I fixed InstCombine so that the icmp is removed only if the malloc call is removed (which requires explicit removal because the Worklist won't DCE any calls since they can have side-effects). llvm-svn: 84772
-
Fariborz Jahanian authored
llvm-svn: 84771
-
Mike Stump authored
llvm-svn: 84770
-
Mike Stump authored
llvm-svn: 84769
-
Mike Stump authored
llvm-svn: 84768
-
Bob Wilson authored
Patch by Johnny Chen. llvm-svn: 84767
-
Bob Wilson authored
llvm-svn: 84766
-
Devang Patel authored
- i < getNumElements() instead of getNumElements() > i - Make setParent() private - Fix use of resizeOperands - Reset HasMetadata bit after removing all metadata attached to an instruction - Efficient use of iterators llvm-svn: 84765
-
Sanjiv Gupta authored
llvm-svn: 84764
-
Anders Carlsson authored
Change FixOverloadedFunctionReference to return a (possibly new) expression. Substitute TemplateIdRefExprs with DeclRefExprs. Doug, plz review :) llvm-svn: 84763
-
Douglas Gregor authored
error (by default) to a warning, per C++0x [dcl.attr.noreturn]. Patch from Sean Hunt! llvm-svn: 84762
-
Jim Grosbach authored
handles T2 and ARM use cases. llvm-svn: 84761
-
Steve Naroff authored
Extend clang_getCursor() to take a 'relativeDecl' argument (so speed up searching). Without a 'relativeDecl', the algorithm is n-squared. For example, running the following command on 'Large.m' takes hours without a 'relatvieDecl'. snaroff% time ../../Debug/bin/c-index-test Large.ast all > Large.out snaroff% cat Large.m #import <Cocoa/Cocoa.h> #import <QuickTime/QuickTime.h> #import <OpenGL/OpenGL.h> With a 'relativeDecl', it takes <30 seconds:-) llvm-svn: 84760
-
Oscar Fuentes authored
Patch by Victor Zverovich! llvm-svn: 84759
-
Edward O'Callaghan authored
llvm-svn: 84758
-
Zhongxing Xu authored
llvm-svn: 84757
-
Torok Edwin authored
in the PHI's Basic Block. This uses a conservative approach, because we don't have dominator info in instcombine. llvm-svn: 84754
-
Sanjiv Gupta authored
variables. This pass can be invoked by llvm-ld or opt to traverse over the call graph to detect what function frames and their automatic variables can be overlaid. Currently this builds an archive , but needs to be changed to a loadable module. llvm-svn: 84753
-
Sanjiv Gupta authored
llvm-svn: 84752
-
Evan Cheng authored
llvm-svn: 84751
-
Ted Kremenek authored
llvm-svn: 84750
-
Evan Cheng authored
llvm-svn: 84749
-
Chris Lattner authored
patch by Ken Dyck! llvm-svn: 84746
-
Douglas Gregor authored
an overloaded function call operator. llvm-svn: 84745
-