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
/
AST
/
NSAPI.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Enable support for __float128 in Clang and enable it on pertinent platforms
Nemanja Ivanovic
2016-05-09
1
-0
/
+1
*
Revert 266186 as it breaks anything that includes type_traits on some platforms
Nemanja Ivanovic
2016-04-15
1
-1
/
+0
*
Enable support for __float128 in Clang
Nemanja Ivanovic
2016-04-13
1
-0
/
+1
*
[OpenCL] Move OpenCLImageTypes.def from clangAST to clangBasic library.
Alexey Bader
2016-04-13
1
-1
/
+1
*
[OpenCL] Complete image types support.
Alexey Bader
2016-04-08
1
-12
/
+3
*
[OpenCL] Add new types for OpenCL 2.0.
Alexey Bader
2015-09-15
1
-0
/
+10
*
[OPENMP 4.0] Initial support for array sections.
Alexey Bataev
2015-08-25
1
-0
/
+1
*
[ObjC] Circular containers: add support of subclasses
Alex Denisov
2015-08-06
1
-1
/
+21
*
[ObjC] Add NSValue support for objc_boxed_expressions
Alex Denisov
2015-06-26
1
-1
/
+2
*
[modules] Stop trying to fake up a linear MacroDirective history.
Richard Smith
2015-04-29
1
-0
/
+5
*
New ObjC warning: circular containers.
Alex Denisov
2015-03-04
1
-1
/
+96
*
Objective-C. revert patch for rdar://17554063.
Fariborz Jahanian
2014-10-28
1
-17
/
+0
*
Objective-C SDK modernizer. Patch to support modernization
Fariborz Jahanian
2014-10-06
1
-0
/
+27
*
Objective-C modernization. Convert -initWithUTF8String messaging
Fariborz Jahanian
2014-08-25
1
-0
/
+4
*
Objective-C ARC. Adding declarations for Objective-C's
Fariborz Jahanian
2014-08-06
1
-0
/
+17
*
[C++11] Use 'nullptr'. AST edition.
Craig Topper
2014-05-12
1
-3
/
+3
*
Use None rather than Optional<T>() where possible.
David Blaikie
2013-02-21
1
-6
/
+6
*
Include llvm::Optional in clang/Basic/LLVM.h
David Blaikie
2013-02-20
1
-12
/
+11
*
Add OpenCL samplers as Clang builtin types and check sampler related restrict...
Guy Benyei
2013-02-07
1
-0
/
+1
*
Implement OpenCL event_t as Clang builtin type, including event_t related Ope...
Guy Benyei
2013-01-20
1
-0
/
+1
*
[objcmt] Rewrite a NSDictionary dictionaryWithObjects:forKeys: to a dictionar...
Argyrios Kyrtzidis
2013-01-16
1
-0
/
+8
*
Re-commit r170428 changes with Linux style file endings.
Guy Benyei
2012-12-18
1
-0
/
+6
*
Revert changes from r170428, as I accidentally changed the line endings of th...
Guy Benyei
2012-12-18
1
-420
/
+414
*
Add OpenCL images as clang builtin types.
Guy Benyei
2012-12-18
1
-414
/
+420
*
Change the representation of builtin functions in the AST
Eli Friedman
2012-08-31
1
-0
/
+1
*
[objcmt] Don't migrate to subscripting syntax if the required methods have not
Argyrios Kyrtzidis
2012-06-04
1
-0
/
+12
*
[objcmt] Rewrite messages to NSString's stringWithUTF8String:/stringWithCString:
Argyrios Kyrtzidis
2012-05-15
1
-1
/
+47
*
[objc] When boxing a BOOL/NSInteger/NSUInteger type, use the corresponding
Argyrios Kyrtzidis
2012-05-10
1
-3
/
+46
*
Added a new attribute, objc_root_class, which informs the compiler when a roo...
Patrick Beard
2012-04-06
1
-0
/
+1
*
Add clang support for new Objective-C literal syntax for NSDictionary, NSArray,
Ted Kremenek
2012-03-06
1
-0
/
+311