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
/
CodeGen
/
CodeGenModule.h
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Adapt to LLVM's rename of WeakVH to WeakTrackingVH; NFC
Sanjoy Das
2017-05-01
1
-4
/
+4
*
Remove unneeded struct; NFC
Sanjoy Das
2017-05-01
1
-8
/
+3
*
Revert "Update to LLVM's use of WeakTrackingVH; NFC"
Sanjoy Das
2017-04-26
1
-4
/
+4
*
Update to LLVM's use of WeakTrackingVH; NFC
Sanjoy Das
2017-04-26
1
-4
/
+4
*
Use less temporary AttributeLists NFC
Reid Kleckner
2017-04-18
1
-3
/
+4
*
Spelling mistakes in comments. NFCI. (PR27635)
Simon Pilgrim
2017-03-30
1
-1
/
+1
*
[XRay] Add -fxray-{always,never}-instrument= flags to clang
Dean Michael Berris
2017-03-30
1
-0
/
+7
*
[CodeGen] Emit a CoreFoundation link guard when @available is used
Alex Lorenz
2017-03-23
1
-0
/
+4
*
Update Clang for LLVM rename AttributeSet -> AttributeList
Reid Kleckner
2017-03-21
1
-11
/
+9
*
[ObjC][CodeGen] CodeGen support for @available.
Erik Pilkington
2017-02-23
1
-0
/
+4
*
docs: update docs for objc_storeStrong behaviour
Saleem Abdulrasool
2017-02-11
1
-1
/
+1
*
[CodeGen] [CUDA] Add the ability set default attrs on functions in linked mod...
Justin Lebar
2017-01-25
1
-0
/
+25
*
Remove now redundant code that ensured debug info for class definitions was e...
David Blaikie
2017-01-18
1
-1
/
+0
*
[CodeGen] Unique constant CompoundLiterals.
George Burgess IV
2016-12-28
1
-0
/
+14
*
Add the alloc_size attribute to clang, attempt 2.
George Burgess IV
2016-12-22
1
-0
/
+14
*
Revert r290149: Add the alloc_size attribute to clang.
Chandler Carruth
2016-12-20
1
-14
/
+0
*
Add the alloc_size attribute to clang.
George Burgess IV
2016-12-20
1
-0
/
+14
*
Re-commit r289252 and r289285, and fix PR31374
Yaxun Liu
2016-12-15
1
-0
/
+5
*
CodeGen: fix runtime function dll storage
Saleem Abdulrasool
2016-12-15
1
-4
/
+5
*
Revert 289252 (and follow-up 289285), it caused PR31374
Nico Weber
2016-12-14
1
-5
/
+0
*
Add support for non-zero null pointer for C and OpenCL
Yaxun Liu
2016-12-09
1
-0
/
+5
*
Introduce a type-safe enum for ForDefinition.
John McCall
2016-11-30
1
-6
/
+17
*
Fix some layering violations where CGObjCMac's NSString emission was
John McCall
2016-11-30
1
-7
/
+0
*
[CodeGen] Use StringRef. NFC.
George Burgess IV
2016-11-03
1
-1
/
+1
*
Empty the CtorLists/DtorLists once emitted.
Vassil Vassilev
2016-10-27
1
-4
/
+4
*
Refactor call emission to package the function pointer together with
John McCall
2016-10-26
1
-2
/
+2
*
Module: emit initializers in submodules when importing the parent module.
Manman Ren
2016-10-14
1
-0
/
+4
*
[CUDA] Emit deferred diagnostics during Sema rather than during codegen.
Justin Lebar
2016-10-13
1
-4
/
+0
*
CodeGen: simplify the logic a slight bit
Saleem Abdulrasool
2016-09-14
1
-1
/
+1
*
C++ Modules TS: Add parsing and some semantic analysis support for
Richard Smith
2016-09-08
1
-1
/
+1
*
Add the notion of deferred diagnostics.
Justin Lebar
2016-08-15
1
-0
/
+4
*
[OpenCL] Generate opaque type for sampler_t and function call for the initial...
Yaxun Liu
2016-07-28
1
-0
/
+3
*
CodeGen: Update Clang to use the new type metadata.
Peter Collingbourne
2016-06-24
1
-14
/
+12
*
Re-apply r267784, r267824 and r267830.
Peter Collingbourne
2016-04-28
1
-8
/
+4
*
Revert r267784, r267824 and r267830.
Benjamin Kramer
2016-04-28
1
-4
/
+8
*
Rework interface for bitset-using features to use a notion of LTO visibility.
Peter Collingbourne
2016-04-27
1
-8
/
+4
*
[CodeGen] Avoid ctor/dtor boilerplate with some C++11
Reid Kleckner
2016-04-13
1
-20
/
+20
*
[GCC] Attribute ifunc support in clang
Dmitry Polukhin
2016-04-11
1
-0
/
+1
*
IRGen-level lowering for the Swift calling convention.
John McCall
2016-04-04
1
-1
/
+1
*
Revert "Convert some ObjC msgSends to runtime calls."
Pete Cooper
2016-03-21
1
-4
/
+1
*
Convert some ObjC msgSends to runtime calls.
Pete Cooper
2016-03-16
1
-1
/
+4
*
[OPENMP 4.0] Codegen for 'declare reduction' construct.
Alexey Bataev
2016-03-04
1
-1
/
+2
*
[OPENMP 4.0] Initial support for 'omp declare reduction' construct.
Alexey Bataev
2016-03-03
1
-0
/
+4
*
Add whole-program vtable optimization feature to Clang.
Peter Collingbourne
2016-02-24
1
-3
/
+8
*
[cfi] Safe handling of unaddressable vtable pointers (clang).
Evgeniy Stepanov
2016-02-03
1
-0
/
+3
*
Emit calls to objc_unsafeClaimAutoreleasedReturnValue when
John McCall
2016-01-27
1
-0
/
+3
*
[MS ABI] Allow a member pointers' converted type to change
David Majnemer
2016-01-26
1
-0
/
+2
*
Introduce -fsanitize-stats flag.
Peter Collingbourne
2016-01-16
1
-0
/
+4
*
PR25910: clang allows two var definitions with the same mangled name
Andrey Bokhanko
2016-01-14
1
-5
/
+9
*
[Driver] Add support for -fno-builtin-foo options.
Chad Rosier
2016-01-06
1
-1
/
+2
[prev]
[next]