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
/
CGExpr.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
IRgen: Reapply r128691 with a fix to ensure we don't increase alignment past
Daniel Dunbar
2011-04-01
1
-2
/
+13
*
Revert r128691, "IRgen: Improve GCC compatibility when dealing with packed
Daniel Dunbar
2011-04-01
1
-7
/
+2
*
IRgen: Improve GCC compatibility when dealing with packed arrays by propagating
Daniel Dunbar
2011-03-31
1
-2
/
+7
*
Fix IRGen issues related to using property-dot syntax
Fariborz Jahanian
2011-03-30
1
-0
/
+9
*
Remove PHINode::reserveOperandSpace(). Instead, add a parameter to
Jay Foad
2011-03-30
1
-2
/
+1
*
Add support for language-specific address spaces. On top of that,
Peter Collingbourne
2011-03-18
1
-1
/
+1
*
PR9494: Get rid of bitcast which was both unnecessary and written incorrectly.
Eli Friedman
2011-03-16
1
-3
/
+2
*
DebugInfo can be enabled or disabled at function level (e.g. using an attribu...
Devang Patel
2011-03-07
1
-1
/
+1
*
Do not emit stop point for CXXDefaultArgExpr. It results in suboptimial user ...
Devang Patel
2011-03-07
1
-1
/
+1
*
Emit a stop point before a call expression so that debugger has some chance o...
Devang Patel
2011-03-04
1
-0
/
+7
*
Revert "Add CC_Win64ThisCall and set it in the necessary places."
Tilmann Scheller
2011-03-02
1
-1
/
+1
*
Add CC_Win64ThisCall and set it in the necessary places.
Tilmann Scheller
2011-03-02
1
-1
/
+1
*
-fwrapv should turn off the inbounds markers from geps used for pointer
Chris Lattner
2011-03-01
1
-3
/
+12
*
Change the interface to ConstantFoldsToSimpleInteger to not encode
Chris Lattner
2011-02-27
1
-3
/
+3
*
Pretty up the emission of field l-values and use volatile and TBAA when
John McCall
2011-02-26
1
-26
/
+54
*
Bind references to opaque r-values correctly. Add a few test cases
John McCall
2011-02-21
1
-0
/
+4
*
Remove the "conditional save" hashtables from IR generation.
John McCall
2011-02-17
1
-5
/
+0
*
Change the representation of GNU ?: expressions to use a different expression
John McCall
2011-02-17
1
-42
/
+39
*
Save a copy expression for non-trivial copy constructions of catch variables.
John McCall
2011-02-16
1
-0
/
+8
*
Assorted cleanup:
John McCall
2011-02-15
1
-3
/
+2
*
update for ConstantVector API change.
Chris Lattner
2011-02-15
1
-9
/
+7
*
revert my ConstantVector patch, it seems to have made the llvm-gcc
Chris Lattner
2011-02-14
1
-7
/
+9
*
update for ConstantVector::get API change.
Chris Lattner
2011-02-14
1
-9
/
+7
*
For consistency, use llvm::raw_ostream in the rest of the mangle api.
Rafael Espindola
2011-02-11
1
-2
/
+4
*
Reorganize CodeGen{Function,Module} to eliminate the unfortunate
John McCall
2011-02-08
1
-30
/
+39
*
A few more tweaks to the blocks AST representation:
John McCall
2011-02-07
1
-1
/
+3
*
More capturing of 'this': implicit member expressions. Getting that
John McCall
2011-02-03
1
-18
/
+4
*
When producing IR for a lvalue-to-rvalue cast *as an lvalue*, only
Douglas Gregor
2011-01-27
1
-2
/
+3
*
Fixes an IRgen bug where __block variable is
Fariborz Jahanian
2011-01-26
1
-6
/
+3
*
Un-nest the meat of this function.
John McCall
2011-01-26
1
-54
/
+53
*
Better framework for conditional cleanups; untested as yet.
John McCall
2011-01-26
1
-15
/
+16
*
Send code generation for xvalues down the same path as lvalues
Douglas Gregor
2011-01-22
1
-1
/
+1
*
Replace calls to getTypeSize() and getTypeAlign() with their 'InChars'
Ken Dyck
2011-01-19
1
-1
/
+2
*
Fix warnings found by gcc-4.6, from -Wunused-but-set-variable and
Jeffrey Yasskin
2011-01-18
1
-2
/
+0
*
Rename CXXExprWithTemporaries -> ExprWithCleanups; there's no theoretical
John McCall
2010-12-06
1
-3
/
+3
*
__block variables require us to evaluate the RHS of an assignment before
John McCall
2010-12-06
1
-3
/
+3
*
Fix a bug in the emission of __real/__imag l-values on scalar operands.
John McCall
2010-12-05
1
-12
/
+29
*
More anonymous struct/union redesign. This one deals with anonymous field use...
Francois Pichet
2010-12-04
1
-15
/
+5
*
Remove some defensive calls to EmitLoadOfPropertyRefLValue that shouldn't
John McCall
2010-12-04
1
-32
/
+3
*
Although we currently have explicit lvalue-to-rvalue conversions, they're
John McCall
2010-12-04
1
-0
/
+15
*
Test case for the l-value base only being evaluated once.
John McCall
2010-12-04
1
-16
/
+0
*
Kill the KVC l-value kind and calculate the base expression when emitting
John McCall
2010-12-04
1
-48
/
+20
*
Simplify the ASTs by consolidating ObjCImplicitGetterSetterExpr and ObjCPrope...
John McCall
2010-12-02
1
-16
/
+9
*
Restore the lvalue-to-rvalue conversion patch with a minimal fix.
John McCall
2010-12-01
1
-2
/
+2
*
L-value to r-value conversion is not ready for prime-time.
John McCall
2010-11-30
1
-2
/
+2
*
Introduce an r-value to l-value cast kind. I'm not promising anything
John McCall
2010-11-30
1
-2
/
+2
*
Hide a bunch of symbols.
Benjamin Kramer
2010-11-25
1
-25
/
+25
*
Switch a lot of call-sites over to using the new value-kind calculations.
John McCall
2010-11-24
1
-5
/
+5
*
Minor cleanup. No change otherwise.
Fariborz Jahanian
2010-11-19
1
-2
/
+4
*
Fix a bug where write-barriers for assignment through reference
Fariborz Jahanian
2010-11-18
1
-1
/
+1
[next]