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
/
CGDeclCXX.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
-fms-extensions: Implement half of #pragma init_seg
Reid Kleckner
2014-07-22
1
-2
/
+31
*
[Sanitizer] Reduce the usage of sanitizer blacklist in CodeGenModule
Alexey Samsonov
2014-07-07
1
-6
/
+8
*
Use comdats to avoid double initialization of weak data
Reid Kleckner
2014-05-23
1
-6
/
+7
*
[C++11] Use 'nullptr'. CodeGen edition.
Craig Topper
2014-05-21
1
-6
/
+6
*
If a declaration is loaded, and then a module import adds a redeclaration, then
Richard Smith
2014-05-16
1
-1
/
+2
*
Include translation unit filename in global ctor symbol names.
Nico Weber
2014-05-06
1
-3
/
+16
*
CodeGen: Fix linkage of reference temporaries
David Majnemer
2014-04-28
1
-2
/
+2
*
Follow-up to r205999: Emit an artificial location (valid scope, line 0)
Adrian Prantl
2014-04-11
1
-43
/
+54
*
Cleanup: Add default arguments to CodeGenFunction::StartFunction.
Adrian Prantl
2014-04-11
1
-8
/
+4
*
Debug info: (Bugfix) Make sure artificial functions like _GLOBAL__I_a
Adrian Prantl
2014-04-10
1
-5
/
+7
*
[ms-cxxabi] Use x86_cdeclmethodcc for __cdecl methods on win32
Reid Kleckner
2014-01-31
1
-5
/
+3
*
Switched code from using hasAttr followed by getAttr to simply call getAttr d...
Aaron Ballman
2013-12-19
1
-3
/
+2
*
Fix crashes when creating global instances of polymorphic classes without fields
Timur Iskhodzhanov
2013-10-02
1
-1
/
+2
*
[ms-cxxabi] Mangle dynamic initializer stubs the same way MSVC does
Reid Kleckner
2013-09-10
1
-1
/
+6
*
[ms-cxxabi] Implement guard variables for static initialization
Reid Kleckner
2013-09-10
1
-2
/
+6
*
Order initializers of static data members of explicit specializations
Reid Kleckner
2013-09-04
1
-5
/
+6
*
Revert "PR14569: Omit debug info for thunks"
David Blaikie
2013-08-27
1
-16
/
+14
*
Simplify/clean up debug info suppression in CodeGenFunction
David Blaikie
2013-08-26
1
-14
/
+2
*
Add a separate llvm.global_ctors entry for linkonce_odr data initializers
Reid Kleckner
2013-08-22
1
-0
/
+13
*
Simplify: we don't need any special-case lifetime extension when initializing
Richard Smith
2013-06-12
1
-1
/
+1
*
Revert r180739 and r180748: they broke C++11 thread_local on non-Darwin syste...
Richard Smith
2013-04-30
1
-1
/
+0
*
Emit the TLS intialization functions into a list.
Bill Wendling
2013-04-29
1
-0
/
+1
*
ArrayRefize code. No functionality change.
Benjamin Kramer
2013-04-26
1
-16
/
+12
*
Implement CodeGen for C++11 thread_local, following the Itanium ABI specifica...
Richard Smith
2013-04-19
1
-10
/
+59
*
Standardize accesses to the TargetInfo in IR-gen.
John McCall
2013-04-16
1
-1
/
+1
*
CodeGen support for function-local static thread_local variables with
Richard Smith
2013-04-14
1
-4
/
+2
*
Annotate flavor of TLS variable (statically or dynamically initialized) onto ...
Richard Smith
2013-04-13
1
-1
/
+7
*
Change hasAggregateLLVMType, which conflates complex and
John McCall
2013-03-07
1
-4
/
+10
*
Use the actual ABI-determined C calling convention for runtime
John McCall
2013-02-28
1
-2
/
+4
*
Unify clang/llvm attributes for asan/tsan/msan (Clang part)
Kostya Serebryany
2013-02-26
1
-1
/
+5
*
[ubsan] Add support for -fsanitize-blacklist
Will Dietz
2013-01-18
1
-1
/
+1
*
Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate to
Chandler Carruth
2013-01-02
1
-1
/
+1
*
Rename llvm::Attributes to llvm::Attribute.
Bill Wendling
2012-12-20
1
-1
/
+1
*
Revert r170500. It over-zealously converted *ALL* things named Attributes, wh...
Bill Wendling
2012-12-20
1
-1
/
+1
*
Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...
Bill Wendling
2012-12-19
1
-1
/
+1
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-2
/
+2
*
Implement codegen for init_priority attribute properly - make sure it
Anton Korobeynikov
2012-11-06
1
-16
/
+38
*
Rename LangOptions members for address sanitizer and thread sanitizer from
Richard Smith
2012-11-05
1
-1
/
+1
*
Simplify: replace getContext().getLangOpts() with just getLangOpts().
Richard Smith
2012-11-01
1
-1
/
+1
*
Initialize debug info for special cases of functions that lack declarations a...
Alexey Samsonov
2012-10-25
1
-0
/
+12
*
Transform pattern:
Alexey Samsonov
2012-10-16
1
-2
/
+3
*
Have 'addFnAttr' take the attribute enum value. Then have it build the attrib...
Bill Wendling
2012-10-10
1
-1
/
+1
*
Emit debug info for dynamic initializers. Permit __attribute__((nodebug)) on
Nick Lewycky
2012-07-24
1
-2
/
+5
*
[asan] add missing asan instrumentation in generated global init functions
Kostya Serebryany
2012-06-26
1
-0
/
+3
*
Abstract the emission of global destructors into ABI-specific code
John McCall
2012-05-01
1
-62
/
+8
*
Fix a trivial oversight with apple-kext static local destructors
John McCall
2012-04-13
1
-0
/
+1
*
Use atexit when __cxa_atexit isn't available instead of adding a
John McCall
2012-04-06
1
-26
/
+98
*
Rename GenerateCXXGlobalDtorFunc to GenerateCXXGlobalDtorsFunc.
John McCall
2012-04-06
1
-2
/
+2
*
Revert r153723, and its follow-ups r153728 and r153733.
Chandler Carruth
2012-03-30
1
-2
/
+2
*
Do the static-locals thing properly in the face of unions and
John McCall
2012-03-30
1
-2
/
+2
[prev]
[next]