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
*
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
*
Revert "Start setting dso_local in clang."
Rafael Espindola
2018-02-02
1
-6
/
+0
*
Start setting dso_local in clang.
Rafael Espindola
2018-02-02
1
-0
/
+6
*
[CodeGen] Decorate aggregate accesses with TBAA tags
Ivan A. Kosarev
2018-01-25
1
-0
/
+5
*
Implement Attribute Target MultiVersioning
Erich Keane
2018-01-08
1
-0
/
+12
*
[Coverage] Always emit unused coverage mappings in the same order.
Eli Friedman
2017-12-13
1
-1
/
+1
*
Revert "[CodeGen] Add initial support for union members in TBAA"
Hal Finkel
2017-12-03
1
-3
/
+2
*
[CodeGen] Add initial support for union members in TBAA
Ivan A. Kosarev
2017-11-30
1
-2
/
+3
*
Reland "Fix vtable not receiving hidden visibility when using push(visibility)"
Jake Ehrlich
2017-11-29
1
-1
/
+2
[next]