- Dec 19, 2009
-
-
Daniel Dunbar authored
llvm-svn: 91786
-
Chris Lattner authored
to go from a decl to the doc comments for it. llvm-svn: 91785
-
Chris Lattner authored
llvm-svn: 91784
-
Chris Lattner authored
llvm-svn: 91783
-
Daniel Dunbar authored
llvm-svn: 91781
-
Daniel Dunbar authored
llvm-svn: 91780
-
Daniel Dunbar authored
would have a higher respect for its own code. This is getting old, is this warning really adding value? llvm-svn: 91779
-
Daniel Dunbar authored
llvm-svn: 91778
-
Sanjiv Gupta authored
llvm-svn: 91777
-
Sanjiv Gupta authored
llvm-svn: 91776
-
Nuno Lopes authored
rename dprintf to dbgpritnf, in order to fix build with glibc (which already defines dprintf in stdio.h llvm-svn: 91775
-
Nuno Lopes authored
llvm-svn: 91774
-
Sanjiv Gupta authored
llvm-svn: 91773
-
John McCall authored
llvm-svn: 91772
-
John McCall authored
the redeclaration problems in the [temp.explicit]p3 testcase worse, but I can live with that; they'll need to be fixed more holistically anyhow. llvm-svn: 91771
-
John McCall authored
instantiation, since we're not using a Scope object for that anyway. llvm-svn: 91770
-
John McCall authored
Magically fixes all the terrible lookup problems associated with not pushing a new scope. Resolves an ancient xfail and an LLVM misparse. llvm-svn: 91769
-
Sanjiv Gupta authored
1. In indirect load/store insns , the name of fsr should be emitted as INDF. 2. include standard asmbly headers in generated asmbly. llvm-svn: 91768
-
Eli Friedman authored
small bug fixes in SemaInit, switch over SemaDecl to use it more often, and change a bunch of diagnostics which are different with the new initialization code. llvm-svn: 91767
-
Douglas Gregor authored
is an lvalue. Fixes PR5787. llvm-svn: 91765
-
Douglas Gregor authored
llvm-svn: 91764
-
Chris Lattner authored
where instcombine would have to split a critical edge due to a phi node of an invoke. Since instcombine can't change the CFG, it has to bail out from doing the transformation. llvm-svn: 91763
-
Bob Wilson authored
* change FindElementAndOffset to return a uint64_t instead of unsigned, and to identify the type to be used for that result in a GEP instruction. * move "isa<ConstantInt>" to be first in conditional. * replace some dyn_casts with casts. * add a comment about handling mem intrinsics. llvm-svn: 91762
-
Anders Carlsson authored
llvm-svn: 91761
-
Eli Friedman authored
llvm-svn: 91758
-
Daniel Dunbar authored
llvm-svn: 91757
-
Daniel Dunbar authored
llvm-svn: 91756
-
Daniel Dunbar authored
ARM: Use front-end specific target features "soft-float" and "soft-float-abi" to communicate FP mode to target; __SOFTFP__ is set correctly now. llvm-svn: 91755
-
Daniel Dunbar authored
llvm-svn: 91754
-
Daniel Dunbar authored
- In particular, it can claim features for itself instead of always passing them on to LLVM. - This allows using the target features as a generic mechanism for passing target specific options to the TargetInfo instance, which may need them for initializing preprocessor defines, etc. llvm-svn: 91753
-
Douglas Gregor authored
llvm-svn: 91752
-
Zhongxing Xu authored
llvm-svn: 91751
-
Douglas Gregor authored
InitializationSequence. Specially, switch initialization of a C++ class type (either copy- or direct-initialization). Also, make sure that we create an elidable copy-construction when performing copy initialization of a C++ class variable. Fixes PR5826. llvm-svn: 91750
-
Sean Callanan authored
incarnations), integrated into the MC framework. The disassembler is table-driven, using a custom TableGen backend to generate hierarchical tables optimized for fast decode. The disassembler consumes MemoryObjects and produces arrays of MCInsts, adhering to the abstract base class MCDisassembler (llvm/MC/MCDisassembler.h). The disassembler is documented in detail in - lib/Target/X86/Disassembler/X86Disassembler.cpp (disassembler runtime) - utils/TableGen/DisassemblerEmitter.cpp (table emitter) You can test the disassembler by running llvm-mc -disassemble for i386 or x86_64 targets. Please let me know if you encounter any problems with it. llvm-svn: 91749
-
Anders Carlsson authored
llvm-svn: 91748
-
John McCall authored
Avoids an assertion arising during object-argument initialization in overload resolution. In theory we can resolve this at definition time if the class hierarchy for the member is fully known. llvm-svn: 91747
-
Anton Korobeynikov authored
llvm-svn: 91746
-
Anton Korobeynikov authored
Based on patch by Michael Beck! llvm-svn: 91745
-
Anton Korobeynikov authored
llvm-svn: 91744
-
Dan Gohman authored
llvm-svn: 91743
-