GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/llvm-project.git
dev-main-update
dev-newmaster
dev/mdvorski/ranges_the_rest_algo
gentoo
main
master
release/1.0.x
release/1.1.x
release/1.2.x
release/1.3.x
release/1.4.x
release/1.5.x
release/1.6.x
release/1.7.x
release/1.8.x
release/1.9.x
release/10.x
release/11.x
release/12.x
release/2.0.x
release/2.1.x
release/2.2.x
release/2.3.x
release/2.4.x
release/2.5.x
release/2.6.x
release/2.7.x
release/2.8.x
release/2.9.x
release/3.0.x
release/3.1.x
release/3.2.x
release/3.3.x
release/3.4.x
release/3.5.x
release/3.6.x
release/3.7.x
release/3.8.x
release/3.9.x
release/4.x
release/5.x
release/6.x
release/7.x
release/8.x
release/9.x
temp-test-main
use-after-move-docs
Gentoo patchsets for LLVM
Gentoo LLVM project <llvm@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
clang
/
lib
/
CodeGen
/
CGBlocks.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix the type of 1<<31 integer constants.
Benjamin Kramer
2018-09-24
1
-1
/
+1
*
[CodeGen] Merge identical block descriptor global variables.
Akira Hatanaka
2018-08-17
1
-0
/
+3
*
[CodeGen] Merge equivalent block copy/helper functions.
Akira Hatanaka
2018-08-10
1
-0
/
+5
*
Remove trailing space
Fangrui Song
2018-07-30
1
-5
/
+5
*
[CodeGen][ObjC] Make copying and disposing of a non-escaping block
Akira Hatanaka
2018-07-20
1
-1
/
+8
*
[CodeGen][ObjC] Block captures should inherit the type of the captured
Akira Hatanaka
2016-09-16
1
-1
/
+12
*
[NFC] Header cleanup
Mehdi Amini
2016-07-18
1
-4
/
+0
*
Move BlockByrefHelpers back to CodeGenModule.h to placate MSVC.
John McCall
2015-09-08
1
-28
/
+0
*
Compute and preserve alignment more faithfully in IR-generation.
John McCall
2015-09-08
1
-6
/
+55
*
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
Alexander Kornienko
2015-06-22
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-22
1
-1
/
+1
*
Header guard canonicalization, clang part.
Benjamin Kramer
2014-08-13
1
-2
/
+2
*
Don't indent inside namespaces.
Rafael Espindola
2014-05-09
1
-9
/
+9
*
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
-1
/
+1
*
objective-c blocks: Consider padding due to alignment
Fariborz Jahanian
2012-12-04
1
-0
/
+8
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-8
/
+7
*
objective-C blocks: Provide layout map for byref
Fariborz Jahanian
2012-11-14
1
-2
/
+6
*
objective-C blocks: Change BLOCK_HAS_EXTENDED_LAYOUT to be 1<<31.
Fariborz Jahanian
2012-11-10
1
-2
/
+2
*
objective-C block meta-data. This patch completes meta-data
Fariborz Jahanian
2012-11-01
1
-0
/
+5
*
Remove BLOCK_BYREF_LAYOUT_BYREF flags from list of
Fariborz Jahanian
2012-10-26
1
-3
/
+2
*
Declare type of flags to be used in a __block (byref)
Fariborz Jahanian
2012-10-26
1
-0
/
+12
*
Changing name of enum for block literal flags to represent
Fariborz Jahanian
2012-10-25
1
-3
/
+3
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
1
-1
/
+1
*
Whenever explicitly activating or deactivating a cleanup, we
John McCall
2011-11-10
1
-0
/
+9
*
Enter the cleanups for a block outside the enclosing
John McCall
2011-11-10
1
-9
/
+29
*
de-constify llvm::Type, patch by David Blaikie!
Chris Lattner
2011-07-18
1
-1
/
+1
*
Remove more unnecessary #include <llvm/ADT/SmallVector.h>
Francois Pichet
2011-06-20
1
-1
/
+0
*
Automatic Reference Counting.
John McCall
2011-06-15
1
-1
/
+1
*
Remove a rather egregious use of getFunctionInfo.
John McCall
2011-03-09
1
-0
/
+4
*
Emit the structure layout of the block literal parameter to a block
John McCall
2011-02-22
1
-1
/
+0
*
Don't call objc_read_weak as part of emitting a block literal.
John McCall
2011-02-16
1
-3
/
+0
*
Reorganize CodeGen{Function,Module} to eliminate the unfortunate
John McCall
2011-02-08
1
-91
/
+128
*
A few more tweaks to the blocks AST representation:
John McCall
2011-02-07
1
-60
/
+9
*
IR Gen. part of API support for __block cxx
Fariborz Jahanian
2010-12-02
1
-4
/
+7
*
Some cleanup of block API code.
Fariborz Jahanian
2010-11-15
1
-4
/
+4
*
Block API patch to do copy ctor of copied-in cxx objects in
Fariborz Jahanian
2010-11-13
1
-0
/
+1
*
Adding couple of Block API, a bug fix and
Fariborz Jahanian
2010-11-11
1
-0
/
+6
*
IRgen: Move blocks runtime interfaces to CodeGenModule.
Daniel Dunbar
2010-07-16
1
-17
/
+1
*
Validated by nightly-test runs on x86 and x86-64 darwin, including after
John McCall
2010-07-06
1
-1
/
+1
*
finally get around to doing a significant cleanup to irgen:
Chris Lattner
2010-06-27
1
-1
/
+2
*
Fixed a block regression caused by trying to use
Fariborz Jahanian
2010-06-07
1
-3
/
+0
*
For C++ copied in objects, use copy constructors in
Fariborz Jahanian
2010-06-04
1
-0
/
+3
*
Allocate space in a block record for implicit references to the Objective C
John McCall
2010-05-21
1
-24
/
+0
*
Support implicitly closing on 'this' in a block. Fixed PR7165.
John McCall
2010-05-20
1
-8
/
+24
*
Miscellaneous codegen cleanups. Mostly, don't create new basic blocks
John McCall
2010-04-21
1
-1
/
+2
*
Minor include pruning.
Benjamin Kramer
2010-03-31
1
-1
/
+0
*
add support for a 1<<29 bit in the block flags field to mark blocks using alt...
Blaine Garst
2010-03-05
1
-1
/
+3
*
Unconditionally support block introspection data in a new field at the end
Blaine Garst
2010-02-23
1
-1
/
+0
*
remove unused function & enumerations
Blaine Garst
2010-02-19
1
-5
/
+2
[next]