- May 28, 2010
-
-
Dan Gohman authored
llvm-svn: 104906
-
- May 26, 2010
-
-
Ted Kremenek authored
llvm-svn: 104742
-
- Apr 30, 2010
-
-
Douglas Gregor authored
llvm-svn: 102686
-
- Apr 27, 2010
-
-
Chris Lattner authored
.S files. "# 123" is passed through as-is, not treated as a line marker in this mode. No testcase, because it would be nasty and isn't worth it. llvm-svn: 102391
-
- Apr 21, 2010
-
-
Douglas Gregor authored
and only define it where we know we need it---Linux and Cygwin. Thanks to Chris for the prodding. llvm-svn: 101989
-
- Apr 16, 2010
-
-
Douglas Gregor authored
platform that typically uses glibc. Fixes a Boost.Thread compilation failure. llvm-svn: 101450
-
- Feb 27, 2010
-
-
Douglas Gregor authored
copy the source buffers provided rather than referencing them directly, so that the caller can free those buffers immediately after calling clang_createTranslationUnitFromSourceFile(). Otherwise, we risk hitting those buffers later (when building source ranges, forming diagnostics, etc.). llvm-svn: 97296
-
- Feb 10, 2010
-
-
Daniel Dunbar authored
calls to the UnwindResumeOrRethrow function for C++/Obj-C exception handling, for Darwin ARM. llvm-svn: 95787
-
- Jan 23, 2010
-
-
Douglas Gregor authored
translation units that include unsaved files. llvm-svn: 94258
-
- Jan 20, 2010
-
-
Chandler Carruth authored
Comments and/or improvements to the documentation are welcome. llvm-svn: 93982
-
Daniel Dunbar authored
temporaries (this is one reason I'm nervous about propagating their use beyond particularly performance critical places). llvm-svn: 93981
-
- Jan 13, 2010
-
-
Fariborz Jahanian authored
rewriting for any target. (refixes radar 7530235). llvm-svn: 93331
-
- Jan 10, 2010
-
-
Daniel Dunbar authored
llvm-svn: 93088
-
- Jan 09, 2010
-
-
Benjamin Kramer authored
llvm-svn: 93058
-
Benjamin Kramer authored
llvm-svn: 93057
-
Benjamin Kramer authored
std::vectors. - MacroBuilder wraps a raw_ostream so it can easily write to any buffer supported by raw_ostream. - MacroBuilder's method take Twines for easy string concatenation (this was done with sprintf and temporary buffers before). - Targets still use std::vector as they don't have access to the builder. llvm-svn: 93051
-
Kovarththanan Rajaratnam authored
llvm-svn: 93049
-
Kovarththanan Rajaratnam authored
llvm-svn: 93048
-
- Jan 07, 2010
-
-
Kovarththanan Rajaratnam authored
llvm-svn: 92923
-
Kovarththanan Rajaratnam authored
llvm-svn: 92917
-
- Dec 04, 2009
-
-
Steve Naroff authored
http://llvm.org/viewvc/llvm-project?view=rev&revision=70926 llvm-svn: 90596
-
- Dec 03, 2009
-
-
Daniel Dunbar authored
Fix two more diagnostic-on-stderr instances that thought they could hide from me -- they thought wrong. llvm-svn: 90442
-
- Dec 02, 2009
-
-
Douglas Gregor authored
file. This is accomplished by introducing the notion of a "virtual" file into the file manager, which provides a FileEntry* for a named file whose size and modification time are known but which may not exist on disk. Added a cute little test that remaps both a .c file and a .h file it includes to alternative files. llvm-svn: 90329
-
Douglas Gregor authored
llvm-svn: 90322
-
- Dec 01, 2009
-
-
Rafael Espindola authored
Exit the command line into <built-in> instead of going directly from the command line to the input file. We passed <built-in> on the way in, so we should pass it again on the way out. llvm-svn: 90250
-
- Nov 22, 2009
-
-
Ken Dyck authored
llvm-svn: 89597
-
- Nov 19, 2009
-
-
Ken Dyck authored
llvm-svn: 89353
-
Ken Dyck authored
stdint.h. llvm-svn: 89348
-
Ken Dyck authored
llvm-svn: 89346
-
Ken Dyck authored
__INTPTR_TYPE__ as the last is used in the test/CodeGen/const-init.c and all could potentially be in use in the wild. My apologies. llvm-svn: 89345
-
Ken Dyck authored
replaced with __PTRDIFF_WIDTH__. llvm-svn: 89344
-
Ken Dyck authored
llvm-svn: 89342
-
Ken Dyck authored
__INTPTR_WIDTH__ instead. llvm-svn: 89340
-
- Nov 18, 2009
- Nov 17, 2009
-
-
Daniel Dunbar authored
llvm-svn: 89047
-
- Nov 16, 2009
-
-
Ken Dyck authored
__INTn_C_SUFFIX__ macros that are defined for types with corresponding constant suffixes (i.e. long and long long). llvm-svn: 88914
-
- Nov 12, 2009
-
-
Chris Lattner authored
Ken Dyck! "This adds definitions for types of 8-bit multiples from 8 to 64 to stdint.h and rationalizes the selection of types for the exact-width definitions in InitPreprocessor.cpp." llvm-svn: 86977
-
Chris Lattner authored
into TargetInfo, just derive this based on the underlying type. This prevents them from getting out of synch, patch by Ken Dyck! llvm-svn: 86976
-