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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[CUDA] Add -fcuda-flush-denormals-to-zero.
Justin Lebar
2016-04-05
1
-0
/
+8
*
Fix serialization/deserialization for __uuidof
David Majnemer
2016-03-28
1
-1
/
+1
*
Use the correct alignment for uuid descriptors
David Majnemer
2016-03-27
1
-2
/
+2
*
Improve the representation of CXXUuidofExpr
David Majnemer
2016-03-27
1
-1
/
+1
*
Attach profile summary information to Module.
Easwaran Raman
2016-03-24
1
-0
/
+1
*
CodeGen: Mark functions used in vtables as unnamed_addr.
Peter Collingbourne
2016-03-14
1
-6
/
+6
*
[OPENMP 4.0] Codegen for 'declare reduction' construct.
Alexey Bataev
2016-03-04
1
-4
/
+11
*
[OPENMP 4.0] Initial support for 'omp declare reduction' construct.
Alexey Bataev
2016-03-03
1
-0
/
+4
*
[PGO] Change profile use cc1 option to handle IR level profiles
Rong Xu
2016-03-02
1
-4
/
+4
*
Serialize `#pragma detect_mismatch`.
Nico Weber
2016-03-02
1
-0
/
+6
*
[CUDA] Emit host-side 'shadows' for device-side global variables
Artem Belevich
2016-03-02
1
-12
/
+52
*
Serialize `#pragma comment`.
Nico Weber
2016-03-02
1
-0
/
+19
*
Add whole-program vtable optimization feature to Clang.
Peter Collingbourne
2016-02-24
1
-1
/
+3
*
Re-apply for the 2nd-time r259977 - [OpenMP] Reorganize code to allow special...
Samuel Antao
2016-02-08
1
-1
/
+15
*
Revert "Re-apply r259977 - [OpenMP] Reorganize code to allow specialized code...
Renato Golin
2016-02-07
1
-15
/
+1
*
Re-apply r259977 - [OpenMP] Reorganize code to allow specialized code generat...
Samuel Antao
2016-02-06
1
-1
/
+15
*
Revert r259977 - [OpenMP] Reorganize code to allow specialized code generatio...
Samuel Antao
2016-02-06
1
-15
/
+1
*
[OpenMP] Reorganize code to allow specialized code generation for different d...
Samuel Antao
2016-02-06
1
-1
/
+15
*
[cfi] Safe handling of unaddressable vtable pointers (clang).
Evgeniy Stepanov
2016-02-03
1
-0
/
+25
*
[CUDA] Do not allow dynamic initialization of global device side variables.
Artem Belevich
2016-02-02
1
-11
/
+6
*
Move DebugInfoKind into its own header to cut the cyclic dependency edge from...
Benjamin Kramer
2016-02-02
1
-6
/
+5
*
Use a consistent spelling for vtables.
Eric Christopher
2016-01-29
1
-3
/
+3
*
[MS ABI] Allow a member pointers' converted type to change
David Majnemer
2016-01-26
1
-0
/
+5
*
[cfi] Cross-DSO CFI diagnostic mode (clang part)
Evgeniy Stepanov
2016-01-25
1
-0
/
+2
*
[CUDA] Don't generate aliases for static extern "C" functions.
Justin Lebar
2016-01-25
1
-0
/
+4
*
Introduce -fsanitize-stats flag.
Peter Collingbourne
2016-01-16
1
-0
/
+9
*
PR25910: clang allows two var definitions with the same mangled name
Andrey Bokhanko
2016-01-14
1
-27
/
+86
*
[MS ABI] Complete and base constructor GlobalDecls must have the same name
David Majnemer
2016-01-08
1
-1
/
+14
*
[Driver] Add support for -fno-builtin-foo options.
Chad Rosier
2016-01-06
1
-1
/
+2
*
[OpenMP] Reapply rL256842: [OpenMP] Offloading descriptor registration and de...
Samuel Antao
2016-01-06
1
-0
/
+12
*
[OpenMP] Revert rL256842: [OpenMP] Offloading descriptor registration and dev...
Samuel Antao
2016-01-05
1
-12
/
+0
*
[OpenMP] Offloading descriptor registration and device codegen.
Samuel Antao
2016-01-05
1
-0
/
+12
*
Attach maximum function count to Module when using PGO mode.
Easwaran Raman
2015-12-17
1
-2
/
+5
*
Cross-DSO control flow integrity (Clang part).
Evgeniy Stepanov
2015-12-15
1
-18
/
+84
*
[WinEH] Update clang to use operand bundles on call sites
David Majnemer
2015-12-15
1
-2
/
+7
*
Revert r254647.
Easwaran Raman
2015-12-12
1
-3
/
+0
*
Attach maximum function count to Module when using PGO mode
Easwaran Raman
2015-12-12
1
-0
/
+3
*
Revert "[x86] Exclusion of incorrect include headers paths for MCU target"
Reid Kleckner
2015-12-05
1
-52
/
+17
*
Add the `pass_object_size` attribute to clang.
George Burgess IV
2015-12-02
1
-2
/
+5
*
Fix use-after-free when a C++ thread_local variable gets replaced (because its
Richard Smith
2015-12-01
1
-2
/
+2
*
[x86] Exclusion of incorrect include headers paths for MCU target
Andrey Bokhanko
2015-11-27
1
-17
/
+52
*
[TLS on Darwin] treat all Darwin platforms in the same way.
Manman Ren
2015-11-11
1
-1
/
+1
*
Extract out a function onto CodeGenModule for getting the map of
Eric Christopher
2015-11-11
1
-0
/
+29
*
[TLS on Darwin] change how we handle globals with linkonce or weak linkage.
Manman Ren
2015-11-11
1
-4
/
+9
*
CodeGen: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-11-06
1
-1
/
+2
*
Fix crash in EmitDeclMetadata mode
Keno Fischer
2015-11-05
1
-2
/
+4
*
Watch and TV OS: wire up basic ABI choices
Tim Northover
2015-10-30
1
-0
/
+2
*
Unify the ObjC entrypoint caches.
John McCall
2015-10-21
1
-7
/
+5
*
[CodeGen] Remove dead code. NFC.
Benjamin Kramer
2015-10-15
1
-6
/
+0
*
[CodeGen] [CodeGen] Attach function attributes to functions created in
Akira Hatanaka
2015-10-08
1
-4
/
+5
[prev]
[next]