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
*
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
*
Don't emit implicit template instantiations eagerly (PR21718)
Hans Wennborg
2015-01-10
1
-14
/
+32
*
PR21909: Don't try (and crash) to generate debug info for explicit instantiat...
David Blaikie
2014-12-16
1
-1
/
+2
*
Warn when attribute 'optnone' conflicts with attributes on a
Paul Robinson
2014-12-15
1
-3
/
+4
*
Instead of having -Os/-Oz add OptimizeForSize/MinSize first, and later
Paul Robinson
2014-12-11
1
-2
/
+5
*
IR: Update clang for Metadata/Value split in r223802
Duncan P. N. Exon Smith
2014-12-09
1
-23
/
+19
*
InstrProf: Use LLVM's -instrprof pass for profiling
Justin Bogner
2014-12-08
1
-3
/
+0
*
Fix invalid calling convention used for libcalls on ARM.
Anton Korobeynikov
2014-12-02
1
-0
/
+16
*
Use nullptr to silence -Wsentinel when self-hosting on Windows
Reid Kleckner
2014-12-01
1
-1
/
+1
*
Add missing 'break's, found by inspection. No functionality change; the
Richard Smith
2014-12-01
1
-0
/
+2
*
Correctly remove OptimizeForSize from functions marked OptimizeNone.
Paul Robinson
2014-11-24
1
-10
/
+15
*
Update for LLVM API change to make Small(Ptr)Set::insert return pair<iterator...
David Blaikie
2014-11-19
1
-6
/
+6
*
clang-format a recent commit I made
David Blaikie
2014-11-19
1
-4
/
+4
*
Standardize on StringMap::insert, removing uses of StringMap::GetOrCreateValue.
David Blaikie
2014-11-19
1
-15
/
+15
*
Add PIC-level support to Clang.
Justin Hibbits
2014-11-18
1
-0
/
+12
*
[Objective-C++ IRGen] do not generate .cxx_construct
Fariborz Jahanian
2014-11-12
1
-1
/
+15
*
Revert "IR: MDNode => Value: Update for LLVM API change in r221375"
Duncan P. N. Exon Smith
2014-11-11
1
-1
/
+1
*
[OPENMP] Codegen for threadprivate variables
Alexey Bataev
2014-11-11
1
-0
/
+19
*
Introduce a SanitizerKind enum to LangOptions.
Alexey Samsonov
2014-11-07
1
-6
/
+10
*
IR: MDNode => Value: Update for LLVM API change in r221375
Duncan P. N. Exon Smith
2014-11-05
1
-1
/
+1
*
Don't dllimport inline functions when targeting MinGW (PR21366)
Hans Wennborg
2014-11-03
1
-0
/
+8
*
CodeGen: Virtual dtor thunks shouldn't have this marked as 'returned'
David Majnemer
2014-11-01
1
-7
/
+7
[next]