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
*
PR25910: clang allows two var definitions with the same mangled name
Andrey Bokhanko
2016-01-14
1
-5
/
+9
*
[Driver] Add support for -fno-builtin-foo options.
Chad Rosier
2016-01-06
1
-1
/
+2
*
Cross-DSO control flow integrity (Clang part).
Evgeniy Stepanov
2015-12-15
1
-4
/
+10
*
Revert "[x86] Exclusion of incorrect include headers paths for MCU target"
Reid Kleckner
2015-12-05
1
-5
/
+3
*
Fix use-after-free when a C++ thread_local variable gets replaced (because its
Richard Smith
2015-12-01
1
-3
/
+2
*
[x86] Exclusion of incorrect include headers paths for MCU target
Andrey Bokhanko
2015-11-27
1
-3
/
+5
*
Preserve exceptions information during calls code generation.
Samuel Antao
2015-11-23
1
-7
/
+5
*
Extract out a function onto CodeGenModule for getting the map of
Eric Christopher
2015-11-11
1
-0
/
+5
*
[CodeGen] Call SetInternalFunctionAttributes to attach function
Akira Hatanaka
2015-10-31
1
-0
/
+1
*
Unify the ObjC entrypoint caches.
John McCall
2015-10-21
1
-17
/
+8
*
[DEBUG INFO] Emit debug info for type used in explicit cast only.
Alexey Bataev
2015-10-20
1
-0
/
+5
*
[CodeGen] Remove dead code. NFC.
Benjamin Kramer
2015-10-15
1
-15
/
+0
*
Fix Clang-tidy modernize-use-nullptr warnings in headers and generated files;...
Hans Wennborg
2015-09-29
1
-3
/
+3
*
[WinEH] Pass the catch adjectives to catchpad directly
Reid Kleckner
2015-09-16
1
-3
/
+0
*
Decorating vptr load & stores with !invariant.group
Piotr Padlewski
2015-09-15
1
-3
/
+7
*
Revert "Always_inline codegen rewrite" and 2 follow-ups.
Evgeniy Stepanov
2015-09-14
1
-10
/
+0
*
Always_inline codegen rewrite.
Evgeniy Stepanov
2015-09-12
1
-0
/
+10
*
Revert "Specify target triple in alwaysinline tests."
Evgeniy Stepanov
2015-09-11
1
-10
/
+0
*
Always_inline codegen rewrite.
Evgeniy Stepanov
2015-09-11
1
-0
/
+10
*
CodeGen: Introduce CodeGenModule::CreateMetadataIdentifierForType.
Peter Collingbourne
2015-09-08
1
-0
/
+11
*
Move BlockByrefHelpers back to CodeGenModule.h to placate MSVC.
John McCall
2015-09-08
1
-1
/
+30
*
Compute and preserve alignment more faithfully in IR-generation.
John McCall
2015-09-08
1
-90
/
+28
*
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
[next]