- Jun 24, 2009
-
-
Daniel Dunbar authored
llvm-svn: 74044
-
Zhongxing Xu authored
llvm-svn: 74043
-
Dan Gohman authored
llvm-svn: 74042
-
Dan Gohman authored
createSCEV. Also, recognize UndefValue in createSCEV. Change getIntegerSCEV's comment to avoid mentioning FP types, and re-implement it in terms of getConstant instead of getUnknown. llvm-svn: 74041
-
Douglas Gregor authored
Make sure that the template parameter lists get from the parser down to ActOnFunctionDeclarator for function template definitions llvm-svn: 74040
-
Chris Lattner authored
llvm-svn: 74039
-
Chris Lattner authored
llvm-svn: 74038
-
Dan Gohman authored
SCEVConstants. This cleanup is a step toward letting getUnknown be simpler. llvm-svn: 74037
-
Chris Lattner authored
std::strings. llvm-svn: 74036
-
Dan Gohman authored
llvm-svn: 74035
-
Anders Carlsson authored
llvm-svn: 74034
-
Anders Carlsson authored
llvm-svn: 74033
-
Dan Gohman authored
llvm-svn: 74032
-
Dan Gohman authored
preheader is already an instruction. llvm-svn: 74031
-
Anders Carlsson authored
llvm-svn: 74030
-
Owen Anderson authored
than a managed static because other managed statics can (and do) access this list in their destructors. Yes, I know it's horrible. llvm-svn: 74029
-
Douglas Gregor authored
and associate it with the FunctionDecl. llvm-svn: 74028
-
Anders Carlsson authored
llvm-svn: 74027
-
Bob Wilson authored
C bindings. Change all the backend "Initialize" functions to have C linkage. Change the "llvm/Config/Targets.def" header to use C-style comments to avoid compile warnings. llvm-svn: 74026
-
Fariborz Jahanian authored
implicit copy constructor definition determination. llvm-svn: 74025
-
Daniel Dunbar authored
llvm-svn: 74024
-
Chris Lattner authored
llvm-svn: 74023
-
Sean Callanan authored
llvm-svn: 74022
-
Douglas Gregor authored
handle function templates. There's no actual code for function templates yet, but at least we complain about typedef templates. llvm-svn: 74021
-
Daniel Dunbar authored
llvm-svn: 74020
-
Daniel Dunbar authored
llvm-svn: 74019
-
Devang Patel authored
It is not a good idea to have data member's name match argument's name. In fact, it is a simple receipe to waste an hour or so. llvm-svn: 74018
-
Devang Patel authored
llvm-svn: 74017
-
Devang Patel authored
llvm-svn: 74016
-
Devang Patel authored
llvm-svn: 74015
-
Argyrios Kyrtzidis authored
Introduce SourceManager::ísBeforeInTranslationUnit() which can compare 2 source locations and determine which one comes before the other, relative to the translation unit. llvm-svn: 74014
-
Daniel Dunbar authored
- Lives inside new library lib/MC (LLVMMC.a) llvm-svn: 74013
-
Argyrios Kyrtzidis authored
Move the command line source location parsing from clang-cc.cpp into "include/Frontend/CommandLineSourceLoc.h". llvm-svn: 74012
-
Argyrios Kyrtzidis authored
llvm-svn: 74011
-
- Jun 23, 2009
-
-
Daniel Dunbar authored
llvm-svn: 74010
-
Ted Kremenek authored
llvm-svn: 74009
-
Fariborz Jahanian authored
variables in ObjC's Next runtime mode. Next runtime also implicitly applies 'used' attribute on some of its meta-data. This results in two 'llvm.used' arrays to be generated, and one of them is renamed to 'llvm.used1'. llvm-svn: 74008
-
Douglas Gregor authored
Eliminate DeclPtrTy() arguments to ActOnDeclarator that are just a very, very weird way to pass "false". No functionality change llvm-svn: 74007
-
Ted Kremenek authored
llvm-svn: 74006
-
Owen Anderson authored
Use atomic operations when accessing statistics, and make the lazy initialization of statistics actually threadsafe. llvm-svn: 74005
-