- Oct 27, 2008
-
-
Chris Lattner authored
llvm-svn: 58224
-
Chris Lattner authored
darwin or AIX abis. This fixes PR2904. llvm-svn: 58222
-
- Oct 26, 2008
-
-
Oscar Fuentes authored
must be under the `tools' subdirectory of the LLVM *source* tree. llvm-svn: 58180
-
- Oct 17, 2008
-
-
- Oct 16, 2008
-
-
Chris Lattner authored
llvm-svn: 57645
-
- Oct 06, 2008
-
-
Anders Carlsson authored
llvm-svn: 57198
-
Anders Carlsson authored
llvm-svn: 57144
-
- Oct 05, 2008
-
-
Chris Lattner authored
llvm-svn: 57140
-
Chris Lattner authored
target indep code. llvm-svn: 57139
-
Chris Lattner authored
llvm-svn: 57138
-
Chris Lattner authored
llvm-svn: 57137
-
Chris Lattner authored
llvm-svn: 57134
-
Chris Lattner authored
target indep code. Note that this changes functionality on PIC16: it defines __INT_MAX__ correctly for it, and it changes sizeof(long) to 16-bits (to match the size of pointer). llvm-svn: 57132
-
Chris Lattner authored
integer size #defines over to the Preprocessor. llvm-svn: 57130
-
Chris Lattner authored
llvm-svn: 57127
-
- Sep 30, 2008
-
-
Chris Lattner authored
like "10.3.9" llvm-svn: 56873
-
Nick Lewycky authored
llvm-svn: 56836
-
Chris Lattner authored
the target triple on darwin. For example i386-apple-darwin9 -> 1050 because darwin9 is "10.5". llvm-svn: 56826
-
Chris Lattner authored
llvm-svn: 56824
-
Chris Lattner authored
llvm-svn: 56822
-
- Sep 29, 2008
-
-
Chris Lattner authored
and add a dump method to FullSourceLoc! Patch by Nico Weber! llvm-svn: 56806
-
Nico Weber authored
llvm-svn: 56776
-
- Sep 26, 2008
-
-
Chris Lattner authored
DirectoryLookup::DirType into SourceManager.h llvm-svn: 56692
-
rdar://6243860Chris Lattner authored
to whether the fileid is a 'extern c system header' in addition to whether it is a system header, most of this is spreading plumbing around. Once we have that, PPLexerChange bases its "file enter/exit" notifications to PPCallbacks to base the system header state on FileIDInfo instead of HeaderSearch. Finally, in Preprocessor::HandleIncludeDirective, mirror logic in GCC: the system headerness of a file being entered can be set due to the #includer or the #includee. llvm-svn: 56688
-
- Sep 23, 2008
-
-
Daniel Dunbar authored
- PR2824 llvm-svn: 56491
-
- Sep 12, 2008
-
-
Daniel Dunbar authored
- For investigating warnings in system headers / builtins. - Currently also enables the behavior that allows silent redefinition of types in system headers. Conceptually these are separate but I didn't feel it was worth two options (or changing LangOptions). llvm-svn: 56163
-
- Sep 11, 2008
-
-
Douglas Gregor authored
llvm-svn: 56103
-
- Sep 06, 2008
-
-
Eli Friedman authored
If you're on some other platform, the correct definition for this macro would be appreciated; to find the correct definition, just run the following command: echo | gcc -dM -E - | grep USER_LABEL_PREFIX llvm-svn: 55869
-
- Aug 25, 2008
-
-
Daniel Dunbar authored
- Sema gives a perfectively nice error message on invalid constraints. llvm-svn: 55310
-
- Aug 23, 2008
-
-
Chris Lattner authored
llvm-svn: 55241
-
Daniel Dunbar authored
- Used to autoselect runtime when neither -fnext-runtime nor -fgnu-runtime is specified. - Default impl is false, all darwin targets set it to true. llvm-svn: 55231
-
- Aug 21, 2008
-
-
Eli Friedman authored
llvm-svn: 55101
-
Eli Friedman authored
difference from generic x86 is the defines. The rest is non-trivial to implement. I'm not planning on adding any more targets myself; if there are any targets anyone is currently using that are missing, feel free to add them, or ask me to add them. This concludes the work I'm planning for the TargetInfo implementations at the moment; all the other issues with TargetInfo require some API changes, and I haven't really thought it through. Some of the remaining issues: allowing targets to define size_t and wchar_t properly, adding some sort of __builtin_type_info intrinsic so we can finish clang's limits.h and float.h and get rid of a massive number of macro definitions, allowing target-specific command-line options, allowing target-specific defaults for certain command-line options like -fms-extensions, exposing vector alignment outside of the description string, exposing endianness outside of the description string, allowing targets to expose special bit-field layout requirements, exposing some sort of custom hook for call generation in CodeGen, and adding CPU selection to control defines like __SSE__. llvm-svn: 55098
-
Eli Friedman authored
llvm-svn: 55095
-
Eli Friedman authored
This approach allows adding OS-specific targets/defines/etc. without completely breaking unknown subtargets. No new subtargets yet, although I plan to add x86-Linux soon. Others can add targets that they use as needed; adding a new subtarget takes very little code. Also does some fixups for description strings; a lot of them were unspecified. I think all the ones I added are correct, but they're unverified; corrections are welcome. llvm-svn: 55091
-
Eli Friedman authored
up somehow. This concludes the series of reorg patches for the target implementations. llvm-svn: 55086
-
- Aug 20, 2008
-
-
Eli Friedman authored
llvm-svn: 55042
-
Eli Friedman authored
cleaned it up a bit, including fixing the definition of va_list; this shouldn't break anything, but anyone using Sparc should watch for regressions. llvm-svn: 55041
-
Eli Friedman authored
visible effects, but this will significantly reduce the amount of boilerplate code necessary to add subtargets. If this looks okay, I'll do the rest of the processors (PPC, Sparc, ARM) soon. llvm-svn: 55036
-
- Aug 18, 2008
-
-
Chris Lattner authored
llvm-svn: 54943
-