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
*
C++ DR712 and others: handle non-odr-use resulting from an lvalue-to-rvalue c...
Richard Smith
2019-06-14
1
-0
/
+7
*
Revert 363295, it caused PR42276. Also revert follow-ups 363337, 363340.
Nico Weber
2019-06-14
1
-7
/
+0
*
C++ DR712 and others: handle non-odr-use resulting from an lvalue-to-rvalue c...
Richard Smith
2019-06-13
1
-0
/
+7
*
Driver, IRGen: Set partitions on GlobalValues according to -fsymbol-partition...
Peter Collingbourne
2019-06-07
1
-3
/
+2
*
[CodeGenModule] BlockByrefHelpers - add missing uninitialized variables to co...
Simon Pilgrim
2019-05-21
1
-1
/
+2
*
[ELF] Implement Dependent Libraries Feature
Ben Dunbobbin
2019-05-17
1
-4
/
+5
*
Fix Wdocumentation warning. NFCI.
Simon Pilgrim
2019-05-10
1
-2
/
+3
*
[OpenCL] Make global ctor init function a kernel
Anastasia Stulova
2019-05-09
1
-0
/
+13
*
IRGen: Remove StructorType; thread GlobalDecl through more code. NFCI.
Peter Collingbourne
2019-03-22
1
-8
/
+5
*
[CodeGenObjC] Emit [[X alloc] init] as objc_alloc_init(X) when available
Erik Pilkington
2019-02-14
1
-0
/
+3
*
[opaque pointer types] Pass through function types for TLS
James Y Knight
2019-02-07
1
-4
/
+18
*
[opaque pointer types] More trivial changes to pass FunctionType to CallInst.
James Y Knight
2019-02-05
1
-4
/
+4
*
[opaque pointer types] Pass function types for runtime function calls.
James Y Knight
2019-02-05
1
-38
/
+35
*
[OpenMP 5.0] Parsing/sema support for "omp declare mapper" directive.
Michael Kruse
2019-02-01
1
-0
/
+4
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Convert some ObjC retain/release msgSends to runtime calls.
Pete Cooper
2018-12-21
1
-0
/
+12
*
Generate objc intrinsics instead of runtime calls as the ARC optimizer now wo...
Pete Cooper
2018-12-18
1
-0
/
+4
*
Implement -frecord-command-line (-frecord-gcc-switches)
Scott Linder
2018-12-14
1
-0
/
+3
*
Convert some ObjC msgSends to runtime calls.
Pete Cooper
2018-12-08
1
-1
/
+7
*
[NFC] Move storage of dispatch-version to GlobalDecl
Erich Keane
2018-11-13
1
-5
/
+5
*
Implement Function Multiversioning for Non-ELF Systems.
Erich Keane
2018-10-25
1
-3
/
+3
*
[OPENMP] Add support for OMP5 requires directive + unified_address clause
Kelvin Li
2018-09-26
1
-0
/
+4
*
[CodeGen] Align rtti and vtable data
David Green
2018-09-12
1
-1
/
+2
*
Remove trailing space
Fangrui Song
2018-07-30
1
-14
/
+14
*
Implement cpu_dispatch/cpu_specific Multiversioning
Erich Keane
2018-07-20
1
-1
/
+8
*
Implement CFI for indirect calls via a member function pointer.
Peter Collingbourne
2018-06-26
1
-1
/
+18
*
IRgen: Mark aliases of ctors and dtors as unnamed_addr.
Peter Collingbourne
2018-06-18
1
-1
/
+0
*
[CodeGen] Improve diagnostics related to target attributes
Gabor Buella
2018-06-07
1
-0
/
+4
*
CodeGen: Emit string literal in constant address space
Yaxun Liu
2018-05-14
1
-0
/
+7
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-23
/
+23
*
Add a command line option 'fregister_global_dtors_with_atexit' to
Akira Hatanaka
2018-04-17
1
-0
/
+6
*
Fix typos in clang
Alexander Kornienko
2018-04-06
1
-2
/
+2
*
[MS] Emit vftable thunks for functions with incomplete prototypes
Reid Kleckner
2018-04-02
1
-1
/
+2
*
Start setting dllimport/dllexport in setGVProperties.
Rafael Espindola
2018-03-01
1
-11
/
+7
*
Pass a GlobalDecl to SetCommonAttributes. NFC.
Rafael Espindola
2018-03-01
1
-1
/
+1
*
Inline a trivial function. NFC.
Rafael Espindola
2018-03-01
1
-3
/
+0
*
Pass a GlobalDecl to setNonAliasAttributes. NFC.
Rafael Espindola
2018-02-28
1
-1
/
+1
*
Pass a GlobalDecl to SetInternalFunctionAttributes. NFC.
Rafael Espindola
2018-02-28
1
-1
/
+1
*
Pass a GlobalDecl to setAliasAttributes. NFC.
Rafael Espindola
2018-02-28
1
-1
/
+1
*
Pass a GlobalDecl to setFunctionDefinitionAttributes. NFC.
Rafael Espindola
2018-02-27
1
-2
/
+1
*
Bring r325915 back.
Rafael Espindola
2018-02-23
1
-0
/
+3
*
Revert "Start setting dso_local for COFF."
Rafael Espindola
2018-02-23
1
-3
/
+0
*
Start setting dso_local for COFF.
Rafael Espindola
2018-02-23
1
-0
/
+3
*
Simplify setting dso_local. NFC.
Rafael Espindola
2018-02-23
1
-1
/
+1
*
Make attribute-target on a Definition-after-use update the LLVM attributes
Erich Keane
2018-02-12
1
-0
/
+2
*
Recommit r324107 again.
Rafael Espindola
2018-02-07
1
-0
/
+4
*
Revert "Recommit r324107."
Rafael Espindola
2018-02-07
1
-4
/
+0
*
Recommit r324107.
Rafael Espindola
2018-02-07
1
-0
/
+4
*
Don't pass ForDefinition_t in places it is redundant.
Rafael Espindola
2018-02-07
1
-4
/
+2
*
Support `#pragma comment(lib, "name")` in the frontend for ELF
Saleem Abdulrasool
2018-02-07
1
-0
/
+2
[next]