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
...
*
Get the dll storage class right for structors of classes exported/imported vi...
Hans Wennborg
2015-05-28
1
-13
/
+20
*
Use Intrinsic::ID instead of unsigned. NFC.
Pete Cooper
2015-05-20
1
-3
/
+2
*
[modules] Add local submodule visibility support for declarations.
Richard Smith
2015-05-15
1
-1
/
+1
*
Implement no_sanitize attribute.
Peter Collingbourne
2015-05-15
1
-17
/
+0
*
Revert r236879, "Do not emit thunks with available_externally linkage in comd...
NAKAMURA Takumi
2015-05-09
1
-12
/
+11
*
Do not emit thunks with available_externally linkage in comdats
Derek Schuff
2015-05-08
1
-11
/
+12
*
[cuda] Include GPU binary into host object file and generate init/deinit code.
Artem Belevich
2015-05-07
1
-1
/
+7
*
[opaque pointer type] Correctly pass the pointee type when creating a GEP con...
David Blaikie
2015-05-07
1
-1
/
+2
*
[opaque pointer type] update for LLVM API change
David Blaikie
2015-04-29
1
-1
/
+1
*
Revert code changes made under r235976.
Bradley Smith
2015-04-29
1
-17
/
+0
*
[ARM/AArch64] Enforce alignment for bitfielded structs
Bradley Smith
2015-04-28
1
-0
/
+17
*
[cuda] treat file scope __asm as __host__ and ignore it during device-side co...
Artem Belevich
2015-04-27
1
-0
/
+3
*
Provide alignment info on LLVM external symbols
Ulrich Weigand
2015-04-21
1
-0
/
+2
*
Don't crash when a selectany symbol would get common linkage
Nico Weber
2015-04-15
1
-2
/
+7
*
Revert "[CodeGen] Fix crash with duplicated mangled name."
Renato Golin
2015-04-15
1
-9
/
+8
*
Change range-based for-loops to be -Wrange-loop-analysis clean.
Richard Trieu
2015-04-15
1
-1
/
+1
*
[CodeGen] Fix crash with duplicated mangled name.
Argyrios Kyrtzidis
2015-04-13
1
-8
/
+9
*
Don't crash when passing a non-existent file to -fprofile-instr-use=.
Nico Weber
2015-04-06
1
-2
/
+2
*
clang-format my last commit
David Blaikie
2015-04-05
1
-16
/
+13
*
[opaque pointer type] More GEP API migrations
David Blaikie
2015-04-05
1
-9
/
+8
*
[opaque pointer type] Update for GEP API changes in LLVM
David Blaikie
2015-04-02
1
-5
/
+6
*
DebugInfo: Use new LLVM API for DebugLoc
Duncan P. N. Exon Smith
2015-03-30
1
-1
/
+1
*
[MS ABI] Rework .xdata HandlerType emission
David Majnemer
2015-03-29
1
-3
/
+3
*
C++14: Disable sized deallocation by default due to ABI breakage
Reid Kleckner
2015-03-20
1
-10
/
+0
*
Remove .CUDAIsDevice flags from CodeGenOpts as it's already
Artem Belevich
2015-03-19
1
-2
/
+2
*
MS ABI: Don't try to emit VF/VB-Tables for extern class templates
David Majnemer
2015-03-18
1
-1
/
+2
*
[OPENMP] Fix crash on code emitting if errors are found.
Alexey Bataev
2015-03-18
1
-0
/
+2
*
MS ABI: Emit HandlerMap entries for C++ catch
David Majnemer
2015-03-17
1
-2
/
+4
*
WIP
David Majnemer
2015-03-17
1
-1
/
+5
*
MS ABI: Don't use qualified pointee types for 'catch' EH TypeDescriptors
David Majnemer
2015-03-15
1
-1
/
+1
*
Simplify.
Joerg Sonnenberger
2015-03-13
1
-9
/
+1
*
[OPENMP] Rename methods of OpenMPRuntime class. NFC.
Alexey Bataev
2015-02-25
1
-4
/
+2
*
CodeGen: Weak reference temporaries belong in a COMDAT
David Majnemer
2015-02-19
1
-0
/
+2
*
CodeGen: static constexpr data members should have a linkonce_odr init
David Majnemer
2015-02-19
1
-4
/
+13
*
Change representation of member function pointers for MIPS targets
Zoran Jovanovic
2015-02-18
1
-0
/
+1
*
Rename flags and options to match current naming: from -fdef-sized-delete to ...
Larisse Voufo
2015-02-18
1
-1
/
+1
*
InstrProf: Update for LLVM API change
Justin Bogner
2015-02-16
1
-2
/
+4
*
Fix a typo in r229291 causing buildbot failure.
Larisse Voufo
2015-02-15
1
-1
/
+1
*
More on fixing sized deallocation implementation logic: Fix PR21754.
Larisse Voufo
2015-02-15
1
-5
/
+8
*
Revise the implementation logic of sized deallocation: Do not automatically g...
Larisse Voufo
2015-02-14
1
-4
/
+4
*
MS ABI: Records with fields with required aligmnet shouldn't be common
David Majnemer
2015-02-03
1
-3
/
+19
*
When generating llvm.used, we may need an addrspacecast instead of a bitcast.
Justin Holewinski
2015-02-02
1
-2
/
+2
*
Emit DeferredDeclsToEmit in a DFS order.
Rafael Espindola
2015-01-22
1
-14
/
+26
*
clang-format function. NFC.
Rafael Espindola
2015-01-21
1
-2
/
+2
*
CodeGen: Compiler generated __declspec(uuid) objects should be COMDAT'd
David Majnemer
2015-01-21
1
-0
/
+2
*
Add comdat to string literal variables on COFF.
Rafael Espindola
2015-01-16
1
-2
/
+8
*
Use a trivial comdat for C++ tables.
Rafael Espindola
2015-01-15
1
-1
/
+4
*
Use a trivial comdat for inline ctor/dtor when not using C5/D5.
Rafael Espindola
2015-01-15
1
-4
/
+9
*
[cleanup] Re-sort *all* #include lines with llvm/utils/sort_includes.py
Chandler Carruth
2015-01-14
1
-1
/
+1
*
[patch][pr19848] Produce explicit comdats in clang.
Rafael Espindola
2015-01-12
1
-0
/
+31
[prev]
[next]