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
/
CGValue.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[OpenCL] Add generic AS to 'this' pointer
Mikael Nilsson
2018-12-13
1
-1
/
+4
*
Revert "[OpenCL] Add generic AS to 'this' pointer"
Mikael Nilsson
2018-12-12
1
-4
/
+1
*
[OpenCL] Add generic AS to 'this' pointer
Mikael Nilsson
2018-12-12
1
-1
/
+4
*
Remove trailing space
Fangrui Song
2018-07-30
1
-6
/
+6
*
[UBSan] Strengthen pointer checks in 'new' expressions
Serge Pavlov
2018-07-28
1
-3
/
+18
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-1
/
+1
*
PR36992: do not store beyond the dsize of a class object unless we know
Richard Smith
2018-04-05
1
-3
/
+26
*
CodeGen: Reduce LValue and CallArgList memory footprint before recommitting r...
Yaxun Liu
2018-03-14
1
-5
/
+8
*
[CodeGen] Propagate may-alias'ness of lvalues with TBAA info
Ivan A. Kosarev
2017-10-31
1
-9
/
+3
*
[CodeGen] Pass TBAA info along with lvalue base info everywhere
Ivan A. Kosarev
2017-10-17
1
-13
/
+15
*
Convert clang::LangAS to a strongly typed enum
Alexander Richardson
2017-10-15
1
-1
/
+1
*
Refine generation of TBAA information in clang
Ivan A. Kosarev
2017-10-06
1
-10
/
+5
*
Revert r314977 "[CodeGen] Unify generation of scalar and struct-path TBAA tags"
Ivan A. Kosarev
2017-10-05
1
-5
/
+10
*
[CodeGen] Unify generation of scalar and struct-path TBAA tags
Ivan A. Kosarev
2017-10-05
1
-10
/
+5
*
[CodeGen] Introduce generic TBAA access descriptors
Ivan A. Kosarev
2017-10-03
1
-21
/
+7
*
[CodeGen] Do not refer to complete TBAA info where we actually deal with just...
Ivan A. Kosarev
2017-10-02
1
-10
/
+11
*
[CodeGen] Propagate LValueBaseInfo instead of AlignmentSource
Krzysztof Parzyszek
2017-05-18
1
-18
/
+33
*
[Sema] PR26444 fix crash when alignment value is >= 2**16
David Majnemer
2016-03-02
1
-1
/
+1
*
Introduce __builtin_nontemporal_store and __builtin_nontemporal_load.
Michael Zolotukhin
2015-09-08
1
-0
/
+7
*
Compute and preserve alignment more faithfully in IR-generation.
John McCall
2015-09-08
1
-46
/
+129
*
[opaque pointer type] Update for GEP API changes in LLVM
David Blaikie
2015-04-02
1
-0
/
+2
*
Header guard canonicalization, clang part.
Benjamin Kramer
2014-08-13
1
-2
/
+2
*
[C++11] Use 'nullptr'. CodeGen edition.
Craig Topper
2014-05-21
1
-5
/
+5
*
Non-allocatable Global Named Register
Renato Golin
2014-05-19
1
-1
/
+16
*
Simplify atomic load/store IRGen.
Eli Friedman
2013-07-11
1
-27
/
+3
*
Initial support for struct-path aware TBAA.
Manman Ren
2013-04-04
1
-0
/
+15
*
revert r178784 since it does not have a commit message
Manman Ren
2013-04-04
1
-15
/
+0
*
Index: include/clang/Driver/CC1Options.td
Manman Ren
2013-04-04
1
-0
/
+15
*
Remove trailing comma in enum list.
John McCall
2013-03-13
1
-1
/
+1
*
Tighten up the rules for precise lifetime and document
John McCall
2013-03-13
1
-0
/
+16
*
Promote atomic type sizes up to a power of two, capped by
John McCall
2013-03-07
1
-3
/
+27
*
Change hasAggregateLLVMType, which conflates complex and
John McCall
2013-03-07
1
-2
/
+2
*
patch for PR9027 and // rdar://11861085
Fariborz Jahanian
2013-01-25
1
-0
/
+4
*
Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate to
Chandler Carruth
2013-01-02
1
-1
/
+1
*
CGValue.h: Update one \param to Addr in MakeBitfield(). [-Wdocumentation]
NAKAMURA Takumi
2012-12-24
1
-1
/
+1
*
Rework the bitfield access IR generation to address PR13619 and
Chandler Carruth
2012-12-06
1
-6
/
+6
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-0
/
+1
*
Fix for PR#13606: http://llvm.org/bugs/show_bug.cgi?id=13606
John Criswell
2012-08-15
1
-1
/
+1
*
Significantly simplify CGExprAgg's logic about ignored results:
John McCall
2012-07-02
1
-1
/
+2
*
Propagate lvalue alignment into bitfields. Per report on cfe-dev.
Eli Friedman
2012-06-27
1
-3
/
+3
*
Revert r153613 as it's causing large compile-time regressions on the nightly ...
Chad Rosier
2012-03-29
1
-28
/
+7
*
When we can't prove that the target of an aggregate copy is
John McCall
2012-03-28
1
-7
/
+28
*
Make sure we correctly set the alignment for vector loads and stores associat...
Eli Friedman
2012-03-22
1
-5
/
+6
*
Reuse forAddr to create ignored AggValueSlots.
Benjamin Kramer
2011-12-11
1
-5
/
+2
*
Switch LValue so that it exposes alignment in CharUnits. (No functional chan...
Eli Friedman
2011-12-03
1
-7
/
+9
*
Add a utility to get a RValue for a given LValue for an aggregate; switch a f...
Eli Friedman
2011-12-03
1
-0
/
+5
*
Switch the Alignment argument on AggValueSlot over to CharUnits, per John's r...
Eli Friedman
2011-12-03
1
-6
/
+7
*
Track alignment in AggValueSlot. No functional change in this patch, but I'l...
Eli Friedman
2011-12-03
1
-2
/
+12
*
Rip the ObjCPropertyRef l-value kind out of IR-generation.
John McCall
2011-11-07
1
-32
/
+1
*
Change the AST representation of operations on Objective-C
John McCall
2011-11-06
1
-1
/
+2
[next]