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
/
Headers
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add Intrin.h to the cmake files.
Eric Christopher
2013-09-06
1
-0
/
+1
*
Typo.
Eric Christopher
2013-08-31
1
-1
/
+1
*
Add initial clang targeted compatible decls for Intrin.h. Step towards
Eric Christopher
2013-08-31
1
-0
/
+341
*
Two more definitions required by libsupc++ (_sleb128_t and _uleb128_t)
Peter Collingbourne
2013-08-29
1
-0
/
+3
*
80 cols.
Peter Collingbourne
2013-08-28
1
-12
/
+15
*
Add missing definitions to unwind.h.
Peter Collingbourne
2013-08-28
1
-5
/
+114
*
[CMake] use combination of CMAKE_RUNTIME_OUTPUT_DIRECTORY and CMAKE_LIBRARY_O...
Ted Kremenek
2013-08-28
1
-7
/
+7
*
Revert "Use CMAKE_RUNTIME_OUTPUT_DIRECTORY instead of LLVM_BINARY_DIR for ins...
Ted Kremenek
2013-08-28
1
-4
/
+4
*
Use CMAKE_RUNTIME_OUTPUT_DIRECTORY instead of LLVM_BINARY_DIR for installing ...
Ted Kremenek
2013-08-27
1
-4
/
+4
*
Revert "[CMake] Use CLANG_BINARY_DIR instead of LLVM_BINARY_DIR as installati...
Ted Kremenek
2013-08-27
1
-7
/
+7
*
[CMake] Use CLANG_BINARY_DIR instead of LLVM_BINARY_DIR as installation path ...
Ted Kremenek
2013-08-27
1
-7
/
+7
*
Fix the name and the type of the argument for intrinisc
Juergen Ributzka
2013-08-17
1
-2
/
+2
*
Use a shuffle with undef elements instead of inserting 0s in the 128-bit to 2...
Craig Topper
2013-08-05
1
-6
/
+3
*
This patch implements __get_cpuid_max() as an inline and __cpuid() and
Roman Divacky
2013-07-19
1
-2
/
+124
*
Add missing include guards into headers in lib/Headers. While it may appear
Richard Smith
2013-07-14
4
-0
/
+19
*
X86 intrinsics: cmpge|gt|nge|ngt_ss|_sd
Manman Ren
2013-06-17
2
-8
/
+20
*
Even in a modules world, people will depend on the weird xmmintrin.h -> emmin...
Douglas Gregor
2013-06-07
2
-2
/
+1
*
Add arm_neon.h to the builtin intrinsics module map.
Douglas Gregor
2013-05-20
1
-0
/
+10
*
Fix the return type of the complex creal functions. Patch by YunZhong Gao, mo...
Richard Smith
2013-05-09
1
-3
/
+3
*
xopintrin.h: Add wrappers for all flavors of _mm_com.
Benjamin Kramer
2013-05-09
1
-0
/
+393
*
Add include guards to prfchwintrin.h.
Benjamin Kramer
2013-05-09
1
-0
/
+5
*
Make sure we define wchar_t related macros correctly in -fms-extensions mode.
Hans Wennborg
2013-05-02
1
-0
/
+3
*
Fix typo in a stddef.h comment: s/risze_t/rsize_t/
Hans Wennborg
2013-05-02
1
-1
/
+1
*
Fix header comment.
Benjamin Kramer
2013-04-25
1
-2
/
+2
*
Avoid names like __in that conflict with SAL in builtin headers
Reid Kleckner
2013-04-19
2
-36
/
+36
*
[CMake] Create the directory before creating the link to the clang headers.
Argyrios Kyrtzidis
2013-04-18
1
-0
/
+1
*
Headers: Add support for ISO9899:2011 rsize_t.
Daniel Dunbar
2013-04-12
2
-0
/
+17
*
tl;dr: Teach Clang to work around g++ changing its workaround to glibc's
Richard Smith
2013-04-12
1
-0
/
+41
*
Add tests that build modules for our builtin headers, and fix two buglets exp...
Richard Smith
2013-04-04
2
-3
/
+4
*
[cmake] Add clang-headers as a dependency of libclang and if we have to copy ...
Argyrios Kyrtzidis
2013-03-29
1
-0
/
+7
*
Add RDSEED intrinsic support defined in AVX2 extension
Michael Liao
2013-03-29
3
-0
/
+53
*
Add XTEST intrinsic defined in TSX extension
Michael Liao
2013-03-29
1
-0
/
+9
*
Revert "[lib/Headers] Define NULL as __DARWIN_NULL when on __APPLE__."
Argyrios Kyrtzidis
2013-03-27
1
-3
/
+1
*
[lib/Headers] Break the module import cycle between _Builtin_intrinsics.sse a...
Argyrios Kyrtzidis
2013-03-27
2
-1
/
+2
*
[lib/Headers] Define NULL as __DARWIN_NULL when on __APPLE__.
Argyrios Kyrtzidis
2013-03-27
1
-1
/
+3
*
Add PRFCHW intrinsic support
Michael Liao
2013-03-26
4
-0
/
+40
*
<rdar://problem/13479214> Make Clang's <stddef.h> robust against system heade...
Douglas Gregor
2013-03-22
1
-5
/
+19
*
PR15480: fixed second parameter types of vec_lde, vec_lvebx, vec_lvehx, and v...
Anton Yartsev
2013-03-10
1
-14
/
+14
*
libstdc++'s <cstdalign> #includes <stdalign.h> and expects it to guard against
Richard Smith
2013-02-21
1
-0
/
+3
*
[Headers] Use standard builtin defines instead of typeof trickery.
Daniel Dunbar
2013-02-06
1
-2
/
+2
*
C11: Provide the missing half of <stdalign.h>
Richard Smith
2013-01-30
1
-0
/
+2
*
Parsing support for C11's _Noreturn keyword. No semantics yet.
Richard Smith
2013-01-17
2
-0
/
+31
*
Readd an open paren that was lost while reformatting code.
David Blaikie
2013-01-16
1
-1
/
+1
*
PR14964: intrinsic headers using non-reserved identifiers
David Blaikie
2013-01-16
12
-5325
/
+5333
*
unwind.h: Add include guards and don't mess with visibility if HIDE_EXPORTS i...
Benjamin Kramer
2013-01-09
1
-0
/
+9
*
Code cleanup: Remove trailing whitespace in unwind.h.
Logan Chien
2012-11-14
1
-20
/
+20
*
Add clang support of RTM from TSX
Michael Liao
2012-11-10
3
-0
/
+54
*
Split the instrinsic header wmmintrin.h into AES and PCLMUL parts, so
Douglas Gregor
2012-11-05
5
-39
/
+120
*
Fix module map for SSE4a builtins
Douglas Gregor
2012-11-05
1
-1
/
+1
*
Make cpuid.h actually work with -std=c99 <rdar://problem/12552716>.
Douglas Gregor
2012-11-05
2
-1
/
+23
[next]