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
/
CodeGenFunction.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Assorted cleanup:
John McCall
2011-02-15
1
-7
/
+1
*
Implement mcount profiling, enabled via -pg.
Roman Divacky
2011-02-10
1
-0
/
+3
*
If an aggregate argument is passed indirectly because it has non trivial
Devang Patel
2011-02-09
1
-1
/
+2
*
Reorganize CodeGen{Function,Module} to eliminate the unfortunate
John McCall
2011-02-08
1
-80
/
+32
*
A few more tweaks to the blocks AST representation:
John McCall
2011-02-07
1
-26
/
+64
*
Clean up of -fapple-kext abi code. No change otherwise.
Fariborz Jahanian
2011-02-03
1
-2
/
+1
*
-fapple-kext support for indirect call to virtuals dtors - wip.
Fariborz Jahanian
2011-02-01
1
-0
/
+4
*
Reorganize the value-dominance metaprogram and introduce a specialization
John McCall
2011-01-28
1
-31
/
+62
*
Convert the exception-freeing cleanup over to the conditional cleanups code,
John McCall
2011-01-28
1
-29
/
+59
*
Fixes an IRgen bug where __block variable is
Fariborz Jahanian
2011-01-26
1
-1
/
+5
*
Fix some obvious bugs in the conditional-cleanup code and then make the
John McCall
2011-01-26
1
-4
/
+6
*
Better framework for conditional cleanups; untested as yet.
John McCall
2011-01-26
1
-23
/
+187
*
apple kext abi requires all vf calls, including qualified
Fariborz Jahanian
2011-01-20
1
-0
/
+4
*
Move name mangling support from CodeGen to AST. In the
Peter Collingbourne
2011-01-13
1
-1
/
+1
*
Stop using builtins for the "_lane" variants of saturating multiply intrinsics.
Bob Wilson
2010-12-08
1
-1
/
+1
*
Stop using a clang builtin for Neon vdup_lane intrinsics.
Bob Wilson
2010-12-07
1
-2
/
+1
*
Rename CXXExprWithTemporaries -> ExprWithCleanups; there's no theoretical
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
-1
/
+5
*
More anonymous struct/union redesign. This one deals with anonymous field use...
Francois Pichet
2010-12-04
1
-1
/
+1
*
Test case for the l-value base only being evaluated once.
John McCall
2010-12-04
1
-4
/
+0
*
Kill the KVC l-value kind and calculate the base expression when emitting
John McCall
2010-12-04
1
-8
/
+3
*
IR Gen. part of API support for __block cxx
Fariborz Jahanian
2010-12-02
1
-1
/
+1
*
Improve codegen for initializer lists to use memset more aggressively
Chris Lattner
2010-12-02
1
-2
/
+1
*
Simplify the ASTs by consolidating ObjCImplicitGetterSetterExpr and ObjCPrope...
John McCall
2010-12-02
1
-3
/
+2
*
BuildVirtualCall doesn't need to take a reference to a pointer.
Anders Carlsson
2010-11-28
1
-1
/
+1
*
Support compound complex operations as l-values in C++. Add a test
John McCall
2010-11-16
1
-0
/
+3
*
Implements __block API for c++ objects. There is still
Fariborz Jahanian
2010-11-16
1
-5
/
+5
*
Simplify some complex emission and implement correct semantics for
John McCall
2010-11-16
1
-4
/
+3
*
Block API patch to do copy ctor of copied-in cxx objects in
Fariborz Jahanian
2010-11-13
1
-3
/
+15
*
Simplify the logic for emitting guard variables for template static
John McCall
2010-11-06
1
-2
/
+8
*
Restore r117403 (fixing IR gen for bool atomics), this time being less
John McCall
2010-10-27
1
-0
/
+8
*
Revert r117403 as it caused PR8480.
Rafael Espindola
2010-10-27
1
-8
/
+0
*
Extract procedures to do scalar-to-memory and memory-to-scalar conversions
John McCall
2010-10-26
1
-0
/
+8
*
Factor out the code for emitting code to load vtable pointer members
Dan Gohman
2010-10-26
1
-0
/
+3
*
Fix Whitespace.
Michael J. Spencer
2010-10-19
1
-40
/
+40
*
Death to blocks, or at least the word "block" in one particular obnoxiously
John McCall
2010-10-15
1
-13
/
+13
*
Experimental TBAA support.
Dan Gohman
2010-10-14
1
-3
/
+6
*
Eliminate usage of ObjCSuperExpr used for
Fariborz Jahanian
2010-10-14
1
-1
/
+0
*
Add target implementations for the X86 builtins:
Bill Wendling
2010-10-09
1
-0
/
+1
*
Permit constant evaluation of const floating-point variables with
John McCall
2010-10-09
1
-1
/
+1
*
Accidentally committed some temporary changes on my branch when reverting pat...
Bill Wendling
2010-09-28
1
-3
/
+0
*
Temporarily revert 114929 114925 114924 114921. It looked like they (or at least
Bill Wendling
2010-09-28
1
-0
/
+3
*
Patch implements passing arrays to functions expecting
Fariborz Jahanian
2010-09-24
1
-3
/
+17
*
IRgen for gnu extension's conditional lvalue expression
Fariborz Jahanian
2010-09-21
1
-0
/
+1
*
Implements in IRgen gnu extensions missing LHS for
Fariborz Jahanian
2010-09-20
1
-0
/
+1
*
Adjust a fixup's starting branch if it's being resolved because
John McCall
2010-09-18
1
-2
/
+1
*
Patch to add IRgen support for Gnu's conditional operator
Fariborz Jahanian
2010-09-17
1
-0
/
+5
*
When emitting a new-expression inside a conditional expression,
John McCall
2010-09-17
1
-0
/
+4
*
Patch to move RequiresGCollection bit to
Fariborz Jahanian
2010-09-16
1
-2
/
+1
*
one piece of code is responsible for the lifetime of every aggregate
John McCall
2010-09-15
1
-17
/
+20
[next]