index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
Frontend
/
InitPreprocessor.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Non fragile ABI for GNU runtime. Patch bu David Chisnall.
Fariborz Jahanian
2009-09-10
1
-3
/
+0
*
Remove tabs, and whitespace cleanups.
Mike Stump
2009-09-09
1
-40
/
+40
*
Don't use '%ll', this doesn't workin on Win32.
Daniel Dunbar
2009-09-03
1
-1
/
+3
*
Define _GNU_SOURCE in C++ mode so that clang works with GNU libstdc++.
Eli Friedman
2009-08-27
1
-0
/
+2
*
API changes to match llvm ToT.
Chris Lattner
2009-08-23
1
-1
/
+1
*
Predefine __cplusplus to the right value (199711L), except when in GNU mode.
Douglas Gregor
2009-08-06
1
-1
/
+7
*
define __STDC_VERSION__ processor token for c94
Ryan Flynn
2009-07-21
1
-4
/
+7
*
Fix for PR4192: fix the definition of int64_t on x86_64 Linux.
Eli Friedman
2009-07-01
1
-1
/
+1
*
Make the StackProtector bitfield use enums instead of obscure numbers.
Bill Wendling
2009-06-28
1
-2
/
+2
*
Add stack protector support to clang. This generates the 'ssp' and 'sspreq'
Bill Wendling
2009-06-28
1
-1
/
+6
*
__APPLE_CC__ should only be set when building for darwin targets.
Chris Lattner
2009-06-23
1
-1
/
+0
*
PR4388: get rid of an extra # line directive; in addition to being
Eli Friedman
2009-06-15
1
-5
/
+1
*
Misc minor fixes for clang for the Windows target.
Eli Friedman
2009-06-08
1
-1
/
+0
*
Move CharIsSigned from TargetInfo to LangOptions.
Eli Friedman
2009-06-05
1
-1
/
+1
*
Move a couple Darwin-specific defines into getDarwinDefines.
Eli Friedman
2009-06-04
1
-5
/
+0
*
DefineBuiltinMacro is always passed two args, remove the defaulted third
Chris Lattner
2009-06-04
1
-2
/
+2
*
Compile fix needed by the solaris system gcc.
Duncan Sands
2009-06-03
1
-5
/
+5
*
Add IEEE quad support to DefineFloatMacros.
Eli Friedman
2009-05-23
1
-15
/
+22
*
PR4247: Widen the buffer slightly so it can hold all the definitions for
Eli Friedman
2009-05-23
1
-1
/
+1
*
This patch adds support for sender-aware dispatch in Objective-C for the GNU ...
Fariborz Jahanian
2009-05-22
1
-0
/
+3
*
Remove unused parameter.
Eli Friedman
2009-05-18
1
-1
/
+0
*
Fix processing of -Ufoo to not inject "#undef foo 1" into the predefines
Chris Lattner
2009-05-15
1
-1
/
+11
*
Add another workaround for -include.
Daniel Dunbar
2009-04-22
1
-3
/
+9
*
Fix rdar://6814950 - stdint.h isn't "-pedantic -std=c89" clean,
Chris Lattner
2009-04-22
1
-2
/
+6
*
this time with more workingness.
Chris Lattner
2009-04-21
1
-1
/
+0
*
fix massive testsuite failures from Alexei's patch due to inverted logic.
Chris Lattner
2009-04-21
1
-9
/
+7
*
Split preprocessor initialization logic out of clang-cc into
Chris Lattner
2009-04-21
1
-0
/
+469