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
*
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
*
Revert r153613 as it's causing large compile-time regressions on the nightly ...
Chad Rosier
2012-03-29
1
-5
/
+3
*
When we can't prove that the target of an aggregate copy is
John McCall
2012-03-28
1
-3
/
+5
*
CodeGen/CGDeclCXX.cpp: Twine-ize CreateGlobalInitOrDestructFunction().
NAKAMURA Takumi
2012-03-28
1
-1
/
+1
*
Unify naming of LangOptions variable/get function across the Clang stack (Lex...
David Blaikie
2012-03-11
1
-3
/
+3
*
Emit the exact size for the invariant intrinsics.
Nick Lewycky
2012-02-21
1
-4
/
+7
*
Don't emit optimization-specific intrinsic at -O0.
Richard Smith
2012-02-17
1
-0
/
+4
*
The clang half of r150794: after the construction of a global or static const
Richard Smith
2012-02-17
1
-1
/
+17
*
Whether an argument is required (in contrast with being an
John McCall
2012-02-17
1
-6
/
+7
*
Deal with a horrible C++11 special case. If a non-literal type has a constexpr
Richard Smith
2012-02-13
1
-10
/
+17
*
simplify a bunch of code to use the well-known LLVM IR types computed by Code...
Chris Lattner
2012-02-07
1
-12
/
+4
*
Use function pointers, rather than references, to pass Destroyers
Peter Collingbourne
2012-01-26
1
-1
/
+1
*
Switch LValue so that it exposes alignment in CharUnits. (No functional chan...
Eli Friedman
2011-12-03
1
-1
/
+1
*
Extend the ASTContext constructor to delay the initialization of
Douglas Gregor
2011-09-02
1
-1
/
+1
*
Track whether an AggValueSlot is potentially aliased, and do not
John McCall
2011-08-25
1
-1
/
+2
*
Use stronger typing for the flags on AggValueSlot and require
John McCall
2011-08-25
1
-1
/
+2
*
Remove some unnecessary single element array temporaries.
Jay Foad
2011-07-29
1
-2
/
+1
*
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-07-23
1
-2
/
+2
*
de-constify llvm::Type, patch by David Blaikie!
Chris Lattner
2011-07-18
1
-6
/
+6
[next]