- Jul 07, 2009
-
-
Evan Cheng authored
llvm-svn: 74925
-
Chris Lattner authored
llvm-svn: 74924
-
Torok Edwin authored
llvm-svn: 74923
-
Torok Edwin authored
This will replace exit()/abort() style error handling with an API that allows clients to register custom error handling hooks. The default is to call exit(1) when no error handler is provided. llvm-svn: 74922
-
Owen Anderson authored
llvm-svn: 74920
-
Chris Lattner authored
Convert the CharInfo table to be statically initialized, instead of dynamically initialized. Patch by Ryan Flynn! llvm-svn: 74919
-
Dan Gohman authored
llvm-svn: 74918
-
Douglas Gregor authored
declaration for a builtin. llvm-svn: 74917
-
Owen Anderson authored
llvm-svn: 74915
-
Mikhail Glushenkov authored
llvm-svn: 74914
-
Mikhail Glushenkov authored
llvm-svn: 74913
-
Mikhail Glushenkov authored
Sanjiv complained about the need to maintain local changes to lib/CompilerDriver. llvm-svn: 74912
-
Douglas Gregor authored
FILE type, rather than using name lookup to find FILE within the translation unit. Within precompiled headers, FILE is treated as yet another "special type" (like __builtin_va_list). This change should provide a performance improvement (not verified), since the lookup into the translation unit declaration forces the (otherwise unneeded) construction of a large hash table. More importantly, with precompiled headers, the construction of that table requires deserializing most of the top-level declarations from the precompiled header, which are then unused. Fixes PR 4509. llvm-svn: 74911
-
Owen Anderson authored
llvm-svn: 74910
-
Fariborz Jahanian authored
- Fariborz llvm-svn: 74909
-
Mikhail Glushenkov authored
llvm-svn: 74908
-
Mikhail Glushenkov authored
llvm-svn: 74907
-
Mikhail Glushenkov authored
llvm-svn: 74906
-
Mikhail Glushenkov authored
Makes possible to provide default values for options defined in plugins (same as cl::init). llvm-svn: 74905
-
Mikhail Glushenkov authored
Make isList(), isSwitch() and isParameter() member functions of OptionDescription. llvm-svn: 74904
-
Mikhail Glushenkov authored
llvm-svn: 74903
-
Sanjiv Gupta authored
previous cmp; a copy can not be inserted here if the copy insn also has side effects. We don't have access to the attributes of copy insn here; so just play safe by finding a safe locations for branch terminators. llvm-svn: 74898
-
Zhongxing Xu authored
llvm-svn: 74896
-
Evan Cheng authored
llvm-svn: 74895
-
Chris Lattner authored
llvm-svn: 74894
-
Sanjiv Gupta authored
llvm-svn: 74893
-
Zhongxing Xu authored
llvm-svn: 74890
-
Evan Cheng authored
llvm-svn: 74889
-
Evan Cheng authored
llvm-svn: 74888
-
Argyrios Kyrtzidis authored
and by having their Visit* methods return the ASTLocation directly. llvm-svn: 74887
-
Dale Johannesen authored
in PIC modes (in accordance with existing comment). gcc.apple/asm-block-25.c llvm-svn: 74886
-
Douglas Gregor authored
with a particular system root directory and can be used with a different system root directory when the headers it depends on have been installed. Relocatable precompiled headers rewrite the file names of the headers used when generating the PCH file into the corresponding file names of the headers available when using the PCH file. Addresses <rdar://problem/7001604>. llvm-svn: 74885
-
Ted Kremenek authored
llvm-svn: 74884
-
Devang Patel authored
llvm-svn: 74883
-
Devang Patel authored
llvm-svn: 74882
-
Devang Patel authored
llvm-svn: 74881
-
Devang Patel authored
PIC16 developers, please verify. Thanks. llvm-svn: 74880
-
Devang Patel authored
llvm-svn: 74879
-
Owen Anderson authored
llvm-svn: 74878
-
Ted Kremenek authored
llvm-svn: 74877
-