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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add OpenCL samplers as Clang builtin types and check sampler related restrict...
Guy Benyei
2013-02-07
4
-0
/
+9
*
Changed CGObjCMac.cpp to add the marker externally_initialized to SELECTOR_RE...
Michael Gottesman
2013-02-05
1
-0
/
+2
*
Fix typo in comment
Arnaud A. de Grandmaison
2013-02-05
1
-2
/
+2
*
CodeGen: Implement hint values for dynamic_cast as described in the Itanium C...
Benjamin Kramer
2013-02-03
1
-2
/
+59
*
CodeGen: Mark the runtime function __dynamic_cast as readonly & nounwind.
Benjamin Kramer
2013-02-03
1
-5
/
+10
*
Don't forget to run destructors when we create an array temporary of class type.
Richard Smith
2013-02-02
1
-8
/
+22
*
Fixed another whitespace issue... *sigh*.
Michael Gottesman
2013-02-02
1
-3
/
+3
*
Fixed whitespace.
Michael Gottesman
2013-02-02
1
-1
/
+1
*
On platforms which do not support ARC natively, do not mark objc_retain/objc_...
Michael Gottesman
2013-02-02
1
-4
/
+6
*
Revert r174246, accidentally committed.
David Blaikie
2013-02-02
4
-20
/
+2
*
Sentenc-ify comment added in r174206.
David Blaikie
2013-02-02
1
-2
/
+2
*
Basics
David Blaikie
2013-02-02
4
-2
/
+20
*
Fix exception handling line table problems introduced by r173593
David Blaikie
2013-02-01
3
-8
/
+13
*
Destroy arrays and ARC fields when throwing out of ctors.
John McCall
2013-02-01
3
-31
/
+20
*
Add support for AArch64 target.
Tim Northover
2013-01-31
4
-5
/
+434
*
[msan] Run more optimizations after MemorySanitizer pass.
Evgeniy Stepanov
2013-01-31
1
-0
/
+12
*
When we're emitting a constructor or destructor call from a delegating
Douglas Gregor
2013-01-31
4
-21
/
+39
*
Make sure that the Attribute object represents one attribute only.
Bill Wendling
2013-01-31
5
-22
/
+31
*
Move UTF conversion routines from clang/lib/Basic to llvm/lib/Support
Dmitri Gribenko
2013-01-30
2
-2
/
+4
*
Semantic analysis and CodeGen support for C11's _Noreturn. This is modeled as
Richard Smith
2013-01-30
1
-8
/
+6
*
[ubsan] Implement the -fcatch-undefined-behavior flag using a trapping
Chad Rosier
2013-01-29
3
-3
/
+10
*
Since ObjCARC has been refactored into its own library with its own declarati...
Michael Gottesman
2013-01-28
1
-0
/
+1
*
Use the AttributeSet instead of AttributeWithIndex.
Bill Wendling
2013-01-27
3
-36
/
+23
*
PR14566: Debug Info: avoid top level lexical blocks in functions
David Blaikie
2013-01-26
4
-8
/
+21
*
patch for PR9027 and // rdar://11861085
Fariborz Jahanian
2013-01-25
3
-3
/
+22
*
ARM says that the array cookie should always be eight bytes.
John McCall
2013-01-25
1
-25
/
+21
*
Move the decision about the kind of CGCXXABI to make inside
John McCall
2013-01-25
3
-13
/
+25
*
The standard ARM C++ ABI dictates that inline functions are
John McCall
2013-01-25
8
-147
/
+214
*
First pass at abstracting out a class for the target C++ ABI.
John McCall
2013-01-25
3
-7
/
+11
*
[mips] Do not emit i32 padding if target ABI is O32. This was causing backend
Akira Hatanaka
2013-01-24
1
-1
/
+2
*
Add a new LangOpt NativeHalfType. This option allows for native half/fp16
Joey Gouly
2013-01-23
3
-17
/
+21
*
Remove the last of uses that use the Attribute object as a collection of attr...
Bill Wendling
2013-01-23
2
-7
/
+12
*
Use the AttributeSet when adding multiple attributes and an Attribute::AttrKind
Bill Wendling
2013-01-23
2
-4
/
+11
*
Use the correct field to copy/dispose a __block variable.
John McCall
2013-01-22
1
-14
/
+41
*
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
*
First step towards vftable generation with -cxx-abi microsoft PR13231
Timur Iskhodzhanov
2013-01-21
1
-1
/
+1
*
CGDebugInfo.cpp: Fix a warning. [-Wunused-variable]
NAKAMURA Takumi
2013-01-21
1
-0
/
+1
*
PR14472: Preserve qualifiers while unwrapping types for debug info
David Blaikie
2013-01-21
1
-14
/
+9
*
Add top-level Clang flag -f(no-)sanitize-address-zero-base-shadow that makes ...
Alexey Samsonov
2013-01-20
1
-7
/
+11
*
Implement OpenCL event_t as Clang builtin type, including event_t related Ope...
Guy Benyei
2013-01-20
10
-0
/
+19
*
The last of PR14471: Debug info support for inline in-class initializer for f...
David Blaikie
2013-01-20
1
-4
/
+8
*
Emit the function type of member function pointer types the same as member fu...
David Blaikie
2013-01-19
1
-2
/
+9
*
Re-sort all the headers. Lots of regressions have crept in here.
Chandler Carruth
2013-01-19
1
-1
/
+1
*
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
9
-57
/
+78
*
[IRgen] Update modules autolink metadata to use module flags (as now specified
Daniel Dunbar
2013-01-17
1
-10
/
+6
*
Implement C++11 semantics for [[noreturn]] attribute. This required splitting
Richard Smith
2013-01-17
1
-1
/
+2
*
objC block layout: Patch reorders block layout to
Fariborz Jahanian
2013-01-17
1
-7
/
+42
*
Correct order of operands forwarding NEON vfma to LLVM fma
Tim Northover
2013-01-16
1
-1
/
+3
[next]