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
/
test
/
Preprocessor
/
stdint.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-12
/
+12
*
Avoid unwanted expansion in macros that paste together INT<n>_C(v) and
Ken Dyck
2009-11-20
1
-2
/
+2
*
Avoid unwanted expansion in macros that paste together INT<n>_MIN, INT<n>_MAX,
Ken Dyck
2009-11-20
1
-15
/
+15
*
Avoid unwanted macro expansion in macros that paste together int<n>_t and
Ken Dyck
2009-11-20
1
-0
/
+29
*
Parameterize WINT_MIN and WINT_MAX with __WINT_WIDTH__ to support arbitrary
Ken Dyck
2009-11-19
1
-4
/
+4
*
Define intptr_t and uintptr_t in terms of their equivalent exact-width types.
Ken Dyck
2009-11-18
1
-22
/
+22
*
Define INTMAX_C and UINTMAX_C in terms of the corresponding exact-width
Ken Dyck
2009-11-18
1
-12
/
+12
*
Define INTMAX_MIN, INTMAX_MAX, and UINTMAX_MAX in terms of the limit macros for
Ken Dyck
2009-11-18
1
-15
/
+15
*
Define intmax_t and uintmax_t as the [u]intN_t type corresponding to
Ken Dyck
2009-11-18
1
-22
/
+22
*
Replace (-INT8_C(128)), which uses an illegally out-of-range argument for
Ken Dyck
2009-11-17
1
-70
/
+70
*
Use the INTn_C integer constant macros to generate limit constants with correct
Ken Dyck
2009-11-17
1
-74
/
+74
*
Remove unnecessary parens around the bodies of integer constant macros. C99
Ken Dyck
2009-11-17
1
-105
/
+105
*
Parameterize the constant-generating macros in stdint.h with new built-in
Ken Dyck
2009-11-16
1
-10
/
+10
*
Generalize stdint.h for non-8-bit-multiple types, patch by
Chris Lattner
2009-11-12
1
-33
/
+33
*
do not store wchar/char16/char32/intmax width/alignment info
Chris Lattner
2009-11-12
1
-4
/
+4
*
Remove RUN: true lines.
Daniel Dunbar
2009-11-08
1
-1
/
+0
*
Eliminate &&s in tests.
Daniel Dunbar
2009-11-08
1
-11
/
+11
*
clean up integer preprocessor type definitions, patch by Ken Dyck!
Chris Lattner
2009-11-05
1
-4
/
+4
*
A simple reordering of the definitions in stdint.h and
Chris Lattner
2009-11-04
1
-193
/
+183
*
add two new and very exhaustive preprocessor tests, patch by
Chris Lattner
2009-10-29
1
-0
/
+1244