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
*
Fix a crash when compiling blocks in OpenCL with multiple
Pekka Jaaskelainen
2014-08-14
1
-1
/
+7
*
Objective-C. Fixes an assert where because of captured
Fariborz Jahanian
2014-08-12
1
-0
/
+10
*
Implement -Wframe-larger-than backend diagnostic
Alp Toker
2014-06-05
1
-1
/
+1
*
Eliminate redundant MangleBuffer class
Alp Toker
2014-06-03
1
-5
/
+3
*
[C++11] Use 'nullptr'. CodeGen edition.
Craig Topper
2014-05-21
1
-33
/
+39
*
If a declaration is loaded, and then a module import adds a redeclaration, then
Richard Smith
2014-05-16
1
-9
/
+12
*
Use auto to avoid duplicating the type.
Rafael Espindola
2014-05-09
1
-4
/
+4
*
Use predicate function to simplify a bit.
Rafael Espindola
2014-05-08
1
-2
/
+1
*
Cleanup: Add default arguments to CodeGenFunction::StartFunction.
Adrian Prantl
2014-04-11
1
-4
/
+4
*
Debug info: (Bugfix) Make sure artificial functions like _GLOBAL__I_a
Adrian Prantl
2014-04-10
1
-4
/
+5
*
ObjC: allow targets to decide when to use stret for blocks.
Tim Northover
2014-03-29
1
-1
/
+1
*
PGO: Statically generate data structures
Duncan P. N. Exon Smith
2014-03-17
1
-1
/
+1
*
[C++11] Replacing BlockDecl iterators capture_begin() and capture_end() with ...
Aaron Ballman
2014-03-14
1
-40
/
+32
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-12
1
-17
/
+17
*
Replace OwningPtr with std::unique_ptr.
Ahmed Charles
2014-03-07
1
-1
/
+1
*
[C++11] Replacing BlockDecl iterators param_begin() and param_end() with iter...
Aaron Ballman
2014-03-07
1
-3
/
+2
*
PGO: Add support for Objective-C blocks.
Bob Wilson
2014-03-06
1
-1
/
+7
*
[Modules] Update to reflect the move of CallSite into the IR library in
Chandler Carruth
2014-03-04
1
-1
/
+1
*
[C++11] Replace llvm::tie with std::tie.
Benjamin Kramer
2014-03-02
1
-2
/
+2
*
[ms-cxxabi] Use x86_cdeclmethodcc for __cdecl methods on win32
Reid Kleckner
2014-01-31
1
-17
/
+9
*
Rename getResultType() on function and method declarations to getReturnType()
Alp Toker
2014-01-25
1
-5
/
+4
*
Fix a tranche of comment, test and doc typos
Alp Toker
2013-12-05
1
-1
/
+1
*
Thread a SourceLocation into the EmitCheck for "load_invalid_value". This occurs
Nick Lewycky
2013-10-02
1
-2
/
+2
*
Simplify/clean up debug info suppression in CodeGenFunction
David Blaikie
2013-08-26
1
-12
/
+0
*
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
[next]