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 a MS specific intrinsic.
Anders Carlsson
2008-12-27
1
-0
/
+6
*
Eli noticed that I had forgotten some #defines. Add them.
Anders Carlsson
2008-12-26
1
-0
/
+12
*
Add float.h header. Eli, please review :)
Anders Carlsson
2008-12-26
1
-0
/
+59
*
Fix implementation of _mm_pause.
Anders Carlsson
2008-12-26
1
-1
/
+1
*
OK, all tests pass. Let's start using the SSE2 header
Anders Carlsson
2008-12-26
2
-2
/
+3
*
Fix formatting
Anders Carlsson
2008-12-26
1
-13
/
+13
*
Add _mm_pause and _MM_SHUFFLE
Anders Carlsson
2008-12-26
1
-0
/
+7
*
More SSE2 intrinsics
Anders Carlsson
2008-12-26
1
-0
/
+137
*
More SSE2 intrinsics
Anders Carlsson
2008-12-25
1
-2
/
+344
*
Make _mm_add_si64 inlined
Anders Carlsson
2008-12-25
1
-1
/
+1
*
Add integer arithmetic intrinsics
Anders Carlsson
2008-12-24
1
-0
/
+156
*
Add store/set/load intrisics
Anders Carlsson
2008-12-24
1
-0
/
+103
*
Start implementing some SSE2 instructions
Anders Carlsson
2008-12-24
1
-0
/
+371
*
Fix test failures noticed by Fariborz.
Anders Carlsson
2008-12-22
1
-0
/
+4
*
Flip the switch and start using the new xmmintrin.h
Anders Carlsson
2008-12-22
1
-0
/
+0
*
Comment out _mm_insert_pi16 for now
Anders Carlsson
2008-12-22
1
-3
/
+5
*
Implement the last intrinsics, _mm_insert_pi16 is the last remaining one now.
Anders Carlsson
2008-12-22
1
-44
/
+87
*
Add macros
Anders Carlsson
2008-12-22
1
-0
/
+30
*
Add misc intrinsics
Anders Carlsson
2008-12-22
1
-0
/
+32
*
Add control register intrinsics
Anders Carlsson
2008-12-22
1
-0
/
+11
*
Add integer intrinsics
Anders Carlsson
2008-12-22
1
-10
/
+81
*
Add cacheability intrinsics
Anders Carlsson
2008-12-22
1
-0
/
+25
*
Add store intrinsics
Anders Carlsson
2008-12-22
1
-0
/
+37
*
Add set intrinsics
Anders Carlsson
2008-12-22
1
-0
/
+25
*
Add load intrinsics
Anders Carlsson
2008-12-22
1
-0
/
+36
*
_mm_cvtsi64_ss is 64-bit only, so wrap it in #ifdef __x86_64__
Anders Carlsson
2008-12-22
1
-0
/
+52
*
Add a couple of conversion intrinsics
Anders Carlsson
2008-12-22
1
-0
/
+47
*
Add comparison intrinsics.
Anders Carlsson
2008-12-22
1
-0
/
+180
*
Check in an in-progress version of xmmintrin.h that I had lying around.
Anders Carlsson
2008-12-22
1
-0
/
+145
*
Define NULL to __null in C++, so that it's guaranteed to have the same size a...
Douglas Gregor
2008-12-01
1
-1
/
+1
*
#define NULL as 0 when compiling as C++. This fixes the carbon.cpp and cocoa....
Anders Carlsson
2008-11-04
1
-0
/
+5
*
Fix mmintrin.h to use proper definition of functions taking no
Daniel Dunbar
2008-10-29
1
-2
/
+2
*
Mark mmintrin functions static inline, this ensures they don't end up
Daniel Dunbar
2008-10-28
1
-67
/
+67
*
CMake: Builds and installs clang binary and libs (no docs yet). It
Oscar Fuentes
2008-10-26
1
-0
/
+25
*
Actually use the mmintrin.h header, it's good enough now.
Anders Carlsson
2008-10-06
1
-0
/
+0
*
Apparently gcc uses pi64 for the shift intrinsics.
Anders Carlsson
2008-10-06
1
-4
/
+4
*
Remove copyright notice, we decided not to have them.
Anders Carlsson
2008-10-05
1
-2
/
+0
*
Implementation of stdarg.h.
Eli Friedman
2008-05-29
1
-0
/
+39
*
Protect iso646.h from C++ (although I can't imagine why someone would
Eli Friedman
2008-05-21
1
-0
/
+2
*
Add a couple more headers. stddef was discussed on cfe-dev, and
Eli Friedman
2008-05-20
2
-0
/
+79
*
Use double-underscores in front of all non-keywords to protect against
Eli Friedman
2008-05-14
1
-134
/
+134
*
Make header use the new __builtin_shufflevector builtin.
Eli Friedman
2008-05-14
1
-7
/
+8
*
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner
2008-03-15
3
-0
/
+454