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
...
*
[CodeGen] Have a special function to get TBAA info for may-alias accesses
Ivan A. Kosarev
2017-10-02
1
-0
/
+4
*
[CodeGen] Do not refer to complete TBAA info where we actually deal with just...
Ivan A. Kosarev
2017-10-02
1
-1
/
+4
*
Allow specifying sanitizers in blacklists
Vlad Tsyrklevich
2017-09-25
1
-1
/
+2
*
[codeview] omit debug locations for nested exprs unless column info enabled
Bob Haarman
2017-09-11
1
-0
/
+3
*
Extract IRGen's constant-emitter into its own helper class and clean up
John McCall
2017-08-15
1
-21
/
+1
*
[CodeGen][mips] Support `long_call/far/near` attributes
Simon Atanasyan
2017-07-20
1
-1
/
+2
*
CodeGen: Fix address space of global variable
Yaxun Liu
2017-07-08
1
-3
/
+7
*
[OpenCL] Fix OpenCL and SPIR version metadata generation.
Alexey Bader
2017-06-20
1
-0
/
+3
*
IR: Replace the "Linker Options" module flag with "llvm.linker.options" named...
Peter Collingbourne
2017-06-12
1
-3
/
+4
*
Emit available_externally vtables opportunistically
Piotr Padlewski
2017-06-01
1
-1
/
+10
*
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
[prev]
[next]