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
*
CodeGen support for function-local static thread_local variables with
Richard Smith
2013-04-14
1
-0
/
+1
*
Annotate flavor of TLS variable (statically or dynamically initialized) onto ...
Richard Smith
2013-04-13
1
-3
/
+3
*
Use MapVector rather than simulating it.
Richard Smith
2013-04-13
1
-5
/
+5
*
Struct-path aware TBAA: uniformize scalar tag and path tag.
Manman Ren
2013-04-11
1
-2
/
+11
*
Remove nondeterminism introduced in r178950.
Richard Smith
2013-04-06
1
-11
/
+13
*
When an internal-linkage function or variable is declared within an extern "C"
Richard Smith
2013-04-06
1
-0
/
+53
*
Initial support for struct-path aware TBAA.
Manman Ren
2013-04-04
1
-0
/
+14
*
revert r178784 since it does not have a commit message
Manman Ren
2013-04-04
1
-14
/
+0
*
Index: include/clang/Driver/CC1Options.td
Manman Ren
2013-04-04
1
-0
/
+14
*
Add 178663 back.
Rafael Espindola
2013-04-03
1
-1
/
+1
*
Revert 178663.
Rafael Espindola
2013-04-03
1
-1
/
+1
*
Don't compute a patched/semantic storage class.
Rafael Espindola
2013-04-03
1
-1
/
+1
*
Make clang to mark static stack allocations with lifetime markers to enable a...
Nadav Rotem
2013-03-23
1
-0
/
+1
*
Don't try to set attributes in alias, they have none.
Rafael Espindola
2013-03-19
1
-1
/
+3
*
[Sanitize] Don't emit function attribute sanitize_address/thread/memory if th...
Alexey Samsonov
2013-03-06
1
-10
/
+14
*
Use the actual ABI-determined C calling convention for runtime
John McCall
2013-02-28
1
-2
/
+9
*
Rename methods to comply with the LLVM Coding Standards.
Rafael Espindola
2013-02-27
1
-7
/
+7
*
Move LinkageInfo out of NamedDecl so that it can be used in Type.h.
Rafael Espindola
2013-02-27
1
-3
/
+3
*
Unify clang/llvm attributes for asan/tsan/msan (Clang part)
Kostya Serebryany
2013-02-26
1
-6
/
+10
*
In Sema::InstantiateStaticDataMemberDefinition, pass the var decl to the cons...
Argyrios Kyrtzidis
2013-02-24
1
-0
/
+2
*
[Sema] Semantic analysis for empty-declaration and attribute-declaration.
Michael Han
2013-02-22
1
-0
/
+1
*
Apply the 'nobuiltin' attribute to call sites when the user specifies `-fno-b...
Bill Wendling
2013-02-22
1
-1
/
+1
*
Add a new 'type_visibility' attribute to allow users to
John McCall
2013-02-20
1
-1
/
+1
*
Pass the target options through to code generation.
Bill Wendling
2013-02-14
1
-3
/
+5
*
Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h.
Jordan Rose
2013-02-08
1
-1
/
+2
*
Add support for AArch64 target.
Tim Northover
2013-01-31
1
-0
/
+1
*
Make sure that the Attribute object represents one attribute only.
Bill Wendling
2013-01-31
1
-4
/
+4
*
Move UTF conversion routines from clang/lib/Basic to llvm/lib/Support
Dmitri Gribenko
2013-01-30
1
-1
/
+2
*
Use the AttributeSet instead of AttributeWithIndex.
Bill Wendling
2013-01-27
1
-12
/
+8
*
Move the decision about the kind of CGCXXABI to make inside
John McCall
2013-01-25
1
-6
/
+6
*
The standard ARM C++ ABI dictates that inline functions are
John McCall
2013-01-25
1
-80
/
+13
*
First pass at abstracting out a class for the target C++ ABI.
John McCall
2013-01-25
1
-4
/
+7
*
Remove the last of uses that use the Attribute object as a collection of attr...
Bill Wendling
2013-01-23
1
-3
/
+6
*
Use the AttributeSet when adding multiple attributes and an Attribute::AttrKind
Bill Wendling
2013-01-23
1
-2
/
+7
*
Have AttributeSet::getRetAttributes() return an AttributeSet instead of Attri...
Bill Wendling
2013-01-21
1
-3
/
+4
*
Make AttributeSet::getFnAttributes() return an AttributeSet instead of an Att...
Bill Wendling
2013-01-21
1
-6
/
+6
*
Use the AttributeSet query method instead of the Attribute method.
Bill Wendling
2013-01-18
1
-1
/
+1
*
[ubsan] Add support for -fsanitize-blacklist
Will Dietz
2013-01-18
1
-6
/
+9
*
[IRgen] Update modules autolink metadata to use module flags (as now specified
Daniel Dunbar
2013-01-17
1
-10
/
+6
*
Add -fmodules-autolink/-fno-modules-autolink (defaults to on) so that
Douglas Gregor
2013-01-16
1
-1
/
+4
*
Fix Const Cast
David Greene
2013-01-15
1
-1
/
+2
*
Topologically sort the link options generated for modules based on
Douglas Gregor
2013-01-14
1
-67
/
+112
*
When forming the link options for an imported module, also include the
Douglas Gregor
2013-01-14
1
-2
/
+7
*
Switch autolinking metadata format over to actual linker options, e.g.,
Douglas Gregor
2013-01-14
1
-24
/
+33
*
Implement parsing, AST, (de-)serialization, and placeholder global
Douglas Gregor
2013-01-14
1
-2
/
+68
*
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2013-01-12
1
-2
/
+2
*
Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate to
Chandler Carruth
2013-01-02
1
-5
/
+5
*
Remove the Function::getFnAttributes method in favor of using the AttributeSet
Bill Wendling
2012-12-30
1
-1
/
+2
*
Rename llvm::Attributes to llvm::Attribute.
Bill Wendling
2012-12-20
1
-16
/
+16
*
Revert r170500. It over-zealously converted *ALL* things named Attributes, wh...
Bill Wendling
2012-12-20
1
-16
/
+16
[next]