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
...
*
Refactored dtor sanitizing into EHScopeStack
Naomi Musgrave
2015-09-03
1
-0
/
+7
*
PR17829: Proper diagnostic of mangled names conflicts
Andrey Bokhanko
2015-08-31
1
-16
/
+23
*
Wdeprecated: ByrefHelpers are copy constructed by the ::buildByrefHelpers hel...
David Blaikie
2015-08-13
1
-0
/
+1
*
LLVM API Change: the Module always owns the DataLayout
Mehdi Amini
2015-07-24
1
-6
/
+5
*
CFI: Emit correct bit set information if RTTI is disabled under MS ABI.
Peter Collingbourne
2015-07-09
1
-0
/
+4
*
Pass HeaderSearchOptions and PreprocessorOptions into CodeGenModule.
Adrian Prantl
2015-06-30
1
-1
/
+12
*
[MS ABI] Rework member pointer conversion
David Majnemer
2015-06-23
1
-0
/
+5
*
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
Alexander Kornienko
2015-06-22
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-22
1
-1
/
+1
*
CodeGen: Factor out some of the bitset entry creation code. NFC.
Peter Collingbourne
2015-06-17
1
-0
/
+5
*
Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types
Benjamin Kramer
2015-05-29
1
-2
/
+2
*
Get the dll storage class right for structors of classes exported/imported vi...
Hans Wennborg
2015-05-28
1
-0
/
+3
*
Revert r236879, "Do not emit thunks with available_externally linkage in comd...
NAKAMURA Takumi
2015-05-09
1
-1
/
+0
*
Do not emit thunks with available_externally linkage in comdats
Derek Schuff
2015-05-08
1
-0
/
+1
*
Move the logic to avoid double global emission from Sema to CodeGen
Reid Kleckner
2015-04-15
1
-1
/
+2
*
clang-format my last commit
David Blaikie
2015-04-05
1
-1
/
+1
*
[opaque pointer type] More GEP API migrations
David Blaikie
2015-04-05
1
-2
/
+2
*
[MS ABI] Rework .xdata HandlerType emission
David Majnemer
2015-03-29
1
-2
/
+2
*
MS ABI: Emit HandlerMap entries for C++ catch
David Majnemer
2015-03-17
1
-1
/
+2
*
WIP
David Majnemer
2015-03-17
1
-0
/
+2
*
Split catch IRgen into ItaniumCXXABI and MicrosoftCXXABI
Reid Kleckner
2015-03-03
1
-0
/
+3
*
Implement Control Flow Integrity for virtual calls.
Peter Collingbourne
2015-02-20
1
-0
/
+5
*
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...
Aaron Ballman
2015-02-15
1
-2
/
+2
*
[pr22293] Don't crash during codegen of a recursive destructor.
Rafael Espindola
2015-01-23
1
-1
/
+1
*
Use a trivial comdat for inline ctor/dtor when not using C5/D5.
Rafael Espindola
2015-01-15
1
-0
/
+1
*
Remove ASTConsumer::HandleVTable()'s bool parameter.
Nico Weber
2015-01-15
1
-1
/
+1
*
Don't emit implicit template instantiations eagerly (PR21718)
Hans Wennborg
2015-01-10
1
-3
/
+9
*
Add a public accessor for GlobalCtors in CodeGenModule
Keno Fischer
2014-12-30
1
-0
/
+5
*
IR: Update clang for Metadata/Value split in r223802
Duncan P. N. Exon Smith
2014-12-09
1
-4
/
+2
*
Fix invalid calling convention used for libcalls on ARM.
Anton Korobeynikov
2014-12-02
1
-0
/
+7
*
[OPENMP] Codegen for threadprivate variables
Alexey Bataev
2014-11-11
1
-0
/
+5
*
CodeGen: Virtual dtor thunks shouldn't have this marked as 'returned'
David Majnemer
2014-11-01
1
-4
/
+3
*
[ASan] Improve blacklisting of global variables.
Alexey Samsonov
2014-10-17
1
-0
/
+4
*
SanitizerBlacklist: blacklist functions by their source location.
Alexey Samsonov
2014-10-17
1
-6
/
+5
*
CodeGen: Don't drop thread_local when emitting __thread aliases
David Majnemer
2014-10-15
1
-2
/
+2
*
Move SanitizerBlacklist object from CodeGenModule to ASTContext.
Alexey Samsonov
2014-10-15
1
-3
/
+1
*
Move SanitizerBlacklist to clangBasic. NFC.
Alexey Samsonov
2014-10-15
1
-1
/
+1
*
Fix for bug http://llvm.org/PR17427.
Alexey Bataev
2014-10-09
1
-1
/
+2
*
Fix IRGen for referencing a static local before emitting its decl
Reid Kleckner
2014-10-08
1
-0
/
+4
*
MS ABI: Implement thread_local for global variables
David Majnemer
2014-10-05
1
-2
/
+7
*
Revert "Don't use comdats for initializers on platforms that don't support it"
Reid Kleckner
2014-09-23
1
-1
/
+0
*
Don't use comdats for initializers on platforms that don't support it
Reid Kleckner
2014-09-23
1
-0
/
+1
*
Fix ctor/dtor aliases losing 'dllexport' (for Itanium ABI)
Dario Domizioli
2014-09-19
1
-0
/
+6
*
Don't use the third field of llvm.global_ctors for MachO.
Rafael Espindola
2014-09-19
1
-0
/
+3
*
Revert "Put more stuff in the comdat used for variables with static init."
Rafael Espindola
2014-09-19
1
-3
/
+0
*
Put more stuff in the comdat used for variables with static init.
Rafael Espindola
2014-09-18
1
-0
/
+3
*
Add support for putting constructors and destructos in explicit comdats.
Rafael Espindola
2014-09-16
1
-7
/
+9
*
Reduce code duplication a bit more. NFC.
Rafael Espindola
2014-09-15
1
-0
/
+6
*
Move emitCXXStructor to CGCXXABI.
Rafael Espindola
2014-09-15
1
-4
/
+0
*
Create a emitCXXStructor function and make the existing emitCXXConstructor and
Rafael Espindola
2014-09-15
1
-13
/
+11
[prev]
[next]