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
/
CGBlocks.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Debug Info: Fix an oversight of r186553. Ensure that the function prologue
Adrian Prantl
2013-07-24
1
-4
/
+6
*
s/BuiltinLocation/ArtificialLocation/
Adrian Prantl
2013-07-18
1
-2
/
+2
*
Don't generate bogus line table entries for __copy_helper_block_ and
Adrian Prantl
2013-07-18
1
-0
/
+4
*
Replace llvm::DIBuilder::DisableDebugLocations() with two RAII interfaces
Adrian Prantl
2013-07-18
1
-2
/
+1
*
Compute 'this' correctly for block in lambda.
Eli Friedman
2013-07-12
1
-8
/
+3
*
Comment: use \code...\endcode for code examples
Dmitri Gribenko
2013-05-08
1
-1
/
+3
*
unbreak buildbot.
Fariborz Jahanian
2013-05-08
1
-1
/
+1
*
Correctly emit certain implicit references to 'self' even within
John McCall
2013-05-03
1
-22
/
+3
*
Use a more idiomatic way to disable debug locations.
Adrian Prantl
2013-05-02
1
-4
/
+2
*
Standardize accesses to the TargetInfo in IR-gen.
John McCall
2013-04-16
1
-1
/
+2
*
Don't copy just to capture a strong block pointer under ARC.
John McCall
2013-04-08
1
-7
/
+27
*
fix indentation
Adrian Prantl
2013-04-08
1
-1
/
+1
*
Add 178663 back.
Rafael Espindola
2013-04-03
1
-4
/
+0
*
Revert 178663.
Rafael Espindola
2013-04-03
1
-0
/
+4
*
Don't compute a patched/semantic storage class.
Rafael Espindola
2013-04-03
1
-4
/
+0
*
un-break remaining gdb buildbot testcases.
Adrian Prantl
2013-04-02
1
-0
/
+6
*
Bugfix/Followup for r177086.
Adrian Prantl
2013-03-29
1
-15
/
+14
*
Allocate stack storage for .block_descriptor and captured self at -O0.
Adrian Prantl
2013-03-14
1
-2
/
+16
*
Tighten up the rules for precise lifetime and document
John McCall
2013-03-13
1
-3
/
+3
*
Fix the emission of the copy-initialization of a block capture
John McCall
2013-03-04
1
-2
/
+10
*
Use the actual ABI-determined C calling convention for runtime
John McCall
2013-02-28
1
-7
/
+27
*
Use the correct field to copy/dispose a __block variable.
John McCall
2013-01-22
1
-14
/
+41
*
objC block layout: Patch reorders block layout to
Fariborz Jahanian
2013-01-17
1
-7
/
+42
*
In my last patch initialize the destination to null (with a simple store) bef...
Fariborz Jahanian
2013-01-05
1
-0
/
+2
*
objective-C arc: in copy helper function for
Fariborz Jahanian
2013-01-04
1
-0
/
+5
*
Debug Info: fix the line location for cleanup code of a block function
Manman Ren
2013-01-04
1
-0
/
+3
*
Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate to
Chandler Carruth
2013-01-02
1
-2
/
+2
*
Fix the required args count for variadic blocks.
John McCall
2012-12-07
1
-1
/
+1
*
objective-c blocks: Consider padding due to alignment
Fariborz Jahanian
2012-12-04
1
-5
/
+13
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-3
/
+3
*
objective-C blocks: Make sure that identical logic is used
Fariborz Jahanian
2012-11-28
1
-3
/
+2
*
A step towards sorting out handling of triviality of special members in C++11.
Richard Smith
2012-11-16
1
-1
/
+1
*
fixes a buildbot failure.
Fariborz Jahanian
2012-11-14
1
-0
/
+1
*
objective-C blocks: Provide layout map for byref
Fariborz Jahanian
2012-11-14
1
-5
/
+72
*
objective-C block meta-data. This patch completes meta-data
Fariborz Jahanian
2012-11-01
1
-2
/
+7
*
objective-C arc/mrr: Patch for the new block variable layout meta-data.
Fariborz Jahanian
2012-10-27
1
-2
/
+6
*
Provide comment describing what buildBlockDescriptor does.
Fariborz Jahanian
2012-10-25
1
-1
/
+12
*
Initialize debug info for special cases of functions that lack declarations a...
Alexey Samsonov
2012-10-25
1
-0
/
+4
*
Switch CodeGenOptions over to a .def file, like we do with LangOptions.
Douglas Gregor
2012-10-23
1
-1
/
+2
*
At -O0, prefer objc_storeStrong with a null new value to the
John McCall
2012-10-17
1
-24
/
+64
*
Transform pattern:
Alexey Samsonov
2012-10-16
1
-6
/
+3
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
1
-2
/
+2
*
Distinguish more carefully between free functions and C++ instance methods
John McCall
2012-07-07
1
-1
/
+1
*
block literal irgen: several improvements on naming block
Fariborz Jahanian
2012-06-26
1
-2
/
+3
*
Fix code generation of variables reference expressions when mixing
Douglas Gregor
2012-05-16
1
-1
/
+1
*
This patch adds a new Clang compiler flag "-gline-tables-only".
Alexey Samsonov
2012-05-04
1
-8
/
+10
*
During block layout, after padding up to the max field alignment,
John McCall
2012-05-01
1
-1
/
+2
*
Fix a bug with block layout when the block contains something
John McCall
2012-04-26
1
-5
/
+8
*
Don't enter cleanups for unreachable variables. It's impossible to
John McCall
2012-04-13
1
-0
/
+2
*
These functions too have no prototypes. Audited the rest of Sema for
Eric Christopher
2012-04-12
1
-2
/
+2
[next]