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
/
CGValue.h
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
IRgen: Move remaining LValue::Set... methods to LValue::set... (non-static) m...
Daniel Dunbar
2010-08-21
1
-15
/
+13
*
IRgen/CGValue: Add getQuals(), so qualifiers can be modified on an LValue.
Daniel Dunbar
2010-08-21
1
-0
/
+3
*
IRgen/LValue: Add LValue::setNonGC instead of SetObjCNonGC, for consistency w...
Daniel Dunbar
2010-08-21
1
-3
/
+3
*
IRgen: Add an LValue::MakeAddr variant which takes a type and uses that to build
Daniel Dunbar
2010-08-21
1
-0
/
+8
*
IRgen/CGValue: Add alignment to LValue, and use that alignment when generatin...
Daniel Dunbar
2010-08-21
1
-6
/
+13
*
IRgen/LValue: Rename SetQualifiers() to Initialize().
Daniel Dunbar
2010-08-21
1
-7
/
+7
*
Adopt objc_assign_threadlocal() for __thread variables of GC types.
Fariborz Jahanian
2010-07-20
1
-1
/
+8
*
CodeGen: Shrink RValue. 4 words -> 2 words.
Benjamin Kramer
2010-05-02
1
-30
/
+25
*
IRgen: Move the bit-field access type into CGBitFieldInfo, and change bit-fie...
Daniel Dunbar
2010-04-08
1
-3
/
+9
*
IRgen: Move BitFieldIsSigned bit into CGBitFieldInfo.
Daniel Dunbar
2010-04-06
1
-9
/
+1
*
IRgen: Move BitField LValues to just hold a reference to the CGBitFieldInfo.
Daniel Dunbar
2010-04-05
1
-22
/
+24
*
Fix documentation.
Mike Stump
2009-11-03
1
-1
/
+1
*
Patch fixes a code gen. bug in generation of objc_assign_ivar
Fariborz Jahanian
2009-09-24
1
-0
/
+5
*
Refactor the representation of qualifiers to bring ExtQualType out of the
John McCall
2009-09-24
1
-52
/
+25
*
Miscellanous fixes in generatation of objc gc's write-barriers.
Fariborz Jahanian
2009-09-21
1
-5
/
+5
*
Fixed a bug in generation of the new write-barriers when
Fariborz Jahanian
2009-09-18
1
-2
/
+8
*
Remove tabs, and whitespace cleanups.
Mike Stump
2009-09-09
1
-20
/
+20
*
Using "ObjCImplicitSetterGetterRefExpr" instead of "ObjCImplctSetterGetterRef...
Fariborz Jahanian
2009-08-20
1
-4
/
+4
*
Renamed ObjCKVCRefExpr to ObjCImplctSetterGetterRefExpr.
Fariborz Jahanian
2009-08-18
1
-4
/
+5
*
Preserve address space information through member accesses, e.g.,
Mon P Wang
2009-07-22
1
-3
/
+8
*
Not setting all the fields is confusing...
Mike Stump
2009-05-28
1
-0
/
+3
*
Add support for volatile RValues.
Mike Stump
2009-05-23
1
-3
/
+8
*
Reflow some comments.
Mike Stump
2009-05-16
1
-5
/
+5
*
Provide basic support for generation of objc2's
Fariborz Jahanian
2009-05-04
1
-1
/
+10
*
Handle case of none gc'able objects regardless of their
Fariborz Jahanian
2009-02-21
1
-2
/
+12
*
Some code simplification. ir gen for gc'able array
Fariborz Jahanian
2009-02-19
1
-5
/
+6
*
fix volatile handling with ExtVectorElementExpr, so that we
Chris Lattner
2009-02-16
1
-2
/
+6
*
Remove tabs.
Nate Begeman
2008-12-16
1
-3
/
+3
*
Implemented ir-gen for 'implicit' properties using the new AST nodes.
Fariborz Jahanian
2008-11-22
1
-1
/
+21
*
Fields of ivars of struct types are considered ivars
Fariborz Jahanian
2008-11-21
1
-2
/
+2
*
Support generation of objc_assign_ivar for ivar
Fariborz Jahanian
2008-11-20
1
-0
/
+10
*
More of objective-c's gc code-gen. Treat objective-c
Fariborz Jahanian
2008-11-19
1
-3
/
+4
*
Few more changes due to Daniel's feedback.
Fariborz Jahanian
2008-11-19
1
-2
/
+2
*
Generate strong write barriers for __strong objects.
Fariborz Jahanian
2008-11-19
1
-10
/
+17
*
Generate objc_read_weak for __weak objc loads.
Fariborz Jahanian
2008-11-18
1
-0
/
+4
*
Some basic support toward objective-c's GC code gen.
Fariborz Jahanian
2008-11-18
1
-2
/
+13
*
Add FIXME about potential problem in how property ref lvalues are handled.
Daniel Dunbar
2008-10-17
1
-0
/
+3
*
Change CodeGen to emit calls using (RValue,Type) list:
Daniel Dunbar
2008-09-09
1
-0
/
+5
*
Add special "property reference" CodeGen::LValue type for emitting
Daniel Dunbar
2008-08-29
1
-2
/
+24
*
Move [LR]Value into CGValue.h
Daniel Dunbar
2008-08-23
1
-0
/
+208
[prev]