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
*
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
*
Cross-DSO control flow integrity (Clang part).
Evgeniy Stepanov
2015-12-15
1
-4
/
+10
*
Revert "[x86] Exclusion of incorrect include headers paths for MCU target"
Reid Kleckner
2015-12-05
1
-5
/
+3
*
Fix use-after-free when a C++ thread_local variable gets replaced (because its
Richard Smith
2015-12-01
1
-3
/
+2
*
[x86] Exclusion of incorrect include headers paths for MCU target
Andrey Bokhanko
2015-11-27
1
-3
/
+5
*
Preserve exceptions information during calls code generation.
Samuel Antao
2015-11-23
1
-7
/
+5
*
Extract out a function onto CodeGenModule for getting the map of
Eric Christopher
2015-11-11
1
-0
/
+5
*
[CodeGen] Call SetInternalFunctionAttributes to attach function
Akira Hatanaka
2015-10-31
1
-0
/
+1
*
Unify the ObjC entrypoint caches.
John McCall
2015-10-21
1
-17
/
+8
*
[DEBUG INFO] Emit debug info for type used in explicit cast only.
Alexey Bataev
2015-10-20
1
-0
/
+5
*
[CodeGen] Remove dead code. NFC.
Benjamin Kramer
2015-10-15
1
-15
/
+0
*
Fix Clang-tidy modernize-use-nullptr warnings in headers and generated files;...
Hans Wennborg
2015-09-29
1
-3
/
+3
*
[WinEH] Pass the catch adjectives to catchpad directly
Reid Kleckner
2015-09-16
1
-3
/
+0
*
Decorating vptr load & stores with !invariant.group
Piotr Padlewski
2015-09-15
1
-3
/
+7
*
Revert "Always_inline codegen rewrite" and 2 follow-ups.
Evgeniy Stepanov
2015-09-14
1
-10
/
+0
*
Always_inline codegen rewrite.
Evgeniy Stepanov
2015-09-12
1
-0
/
+10
*
Revert "Specify target triple in alwaysinline tests."
Evgeniy Stepanov
2015-09-11
1
-10
/
+0
*
Always_inline codegen rewrite.
Evgeniy Stepanov
2015-09-11
1
-0
/
+10
*
CodeGen: Introduce CodeGenModule::CreateMetadataIdentifierForType.
Peter Collingbourne
2015-09-08
1
-0
/
+11
*
Move BlockByrefHelpers back to CodeGenModule.h to placate MSVC.
John McCall
2015-09-08
1
-1
/
+30
*
Compute and preserve alignment more faithfully in IR-generation.
John McCall
2015-09-08
1
-90
/
+28
[next]