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
...
*
[CGF] Get rid of passing redundant VTable pointer around in CodeGenFunction::...
Timur Iskhodzhanov
2013-08-21
1
-2
/
+0
*
Abstract out virtual calls and virtual function prologue code generation; imp...
Timur Iskhodzhanov
2013-08-21
1
-2
/
+0
*
PR16933: Don't try to codegen things after we've seen errors.
David Blaikie
2013-08-19
1
-2
/
+1
*
Debug Info / EmitCallArgs: arguments may modify the debug location.
Adrian Prantl
2013-07-26
1
-3
/
+16
*
Simplify the CodeGenFunction::Build*Virtual*Call family of functions
Timur Iskhodzhanov
2013-07-19
1
-3
/
+1
*
Use SmallVectorImpl& for function arguments instead of SmallVector.
Craig Topper
2013-07-05
1
-1
/
+1
*
Restore r184205 and associated commits (after commit of r185290)
Stephen Lin
2013-06-30
1
-4
/
+0
*
Delete dead code.
Eli Friedman
2013-06-28
1
-1
/
+0
*
Revert r184205 and associated patches while investigating issue with broken b...
Stephen Lin
2013-06-19
1
-0
/
+4
*
[CodeGen] Move EHScopeStack into its own header
Reid Kleckner
2013-06-19
1
-1
/
+1
*
CodeGen: Have 'this'-returning constructors and destructors to take advantage...
Stephen Lin
2013-06-18
1
-4
/
+0
*
Simplify: we don't need any special-case lifetime extension when initializing
Richard Smith
2013-06-12
1
-4
/
+2
*
PR12086, PR15117
Richard Smith
2013-06-12
1
-4
/
+0
*
Reapply r183721, reverted in r183776, with a fix for a bug in the former (we
Richard Smith
2013-06-12
1
-4
/
+47
*
Add support for complex compound assignments where the LHS is a scalar.
Eli Friedman
2013-06-12
1
-0
/
+2
*
Revert r183721. It caused cleanups to be delayed too long in some cases.
Richard Smith
2013-06-11
1
-47
/
+4
*
Rework IR emission for lifetime-extended temporaries. Instead of trying to walk
Richard Smith
2013-06-11
1
-4
/
+47
*
Make sure we don't emit invalid IR for StmtExprs with complex cleanups.
Eli Friedman
2013-06-10
1
-5
/
+6
*
[CodeGen] Move EHScopeStack to CGCleanup.h from CodeGenFunction.h
Reid Kleckner
2013-06-09
1
-451
/
+1
*
[ms-cxxabi] Implement MSVC virtual base adjustment
Reid Kleckner
2013-05-29
1
-4
/
+0
*
Cleanup: Use a member variable to store the SourceLocation for EH code.
Adrian Prantl
2013-05-16
1
-6
/
+6
*
Use only explicit bool conversion operator
David Blaikie
2013-05-15
1
-1
/
+1
*
CodeGen for CapturedStmts
Ben Langmuir
2013-05-09
1
-1
/
+64
*
Don't crash in IRGen if a conditional with 'throw' in one of its branches is
Richard Smith
2013-05-07
1
-1
/
+1
*
AArch64: teach Clang about __clear_cache intrinsic
Tim Northover
2013-05-04
1
-0
/
+1
*
Reapply r180982 with repaired logic and an additional testcase.
Adrian Prantl
2013-05-03
1
-6
/
+10
*
Correctly emit certain implicit references to 'self' even within
John McCall
2013-05-03
1
-4
/
+5
*
Revert "Attempt to un-break the gdb buildbot."
Adrian Prantl
2013-05-03
1
-10
/
+6
*
Attempt to un-break the gdb buildbot.
Adrian Prantl
2013-05-03
1
-6
/
+10
*
Ensure that the line table for functions with cleanups is sequential.
Adrian Prantl
2013-05-02
1
-1
/
+10
*
ArrayRefize code. No functionality change.
Benjamin Kramer
2013-04-26
1
-2
/
+1
*
C++1y: Allow aggregates to have default initializers.
Richard Smith
2013-04-20
1
-0
/
+41
*
Implement CodeGen for C++11 thread_local, following the Itanium ABI specifica...
Richard Smith
2013-04-19
1
-1
/
+2
*
Standardize accesses to the TargetInfo in IR-gen.
John McCall
2013-04-16
1
-0
/
+1
*
Implement CapturedStmt AST
Tareq A. Siraj
2013-04-16
1
-0
/
+1
*
Initial support for struct-path aware TBAA.
Manman Ren
2013-04-04
1
-2
/
+6
*
revert r178784 since it does not have a commit message
Manman Ren
2013-04-04
1
-6
/
+2
*
Index: include/clang/Driver/CC1Options.td
Manman Ren
2013-04-04
1
-2
/
+6
*
* Attempt to un-break gdb buildbot by emitting a lexical block end only
Adrian Prantl
2013-04-01
1
-7
/
+4
*
Make clang to mark static stack allocations with lifetime markers to enable a...
Nadav Rotem
2013-03-23
1
-3
/
+41
*
Under ARC, when we're passing the address of a strong variable
John McCall
2013-03-23
1
-0
/
+2
*
Exploit this-return of a callsite in a this-return function.
Manman Ren
2013-03-20
1
-0
/
+4
*
revert r177211 due to its potential issues
Manman Ren
2013-03-16
1
-4
/
+0
*
Exploit this-return of a callsite in a this-return function.
Manman Ren
2013-03-16
1
-0
/
+4
*
Tighten up the rules for precise lifetime and document
John McCall
2013-03-13
1
-4
/
+4
*
Add support for the OpenCL attribute 'vec_type_hint'.
Joey Gouly
2013-03-08
1
-0
/
+3
*
Promote atomic type sizes up to a power of two, capped by
John McCall
2013-03-07
1
-0
/
+7
*
Change hasAggregateLLVMType, which conflates complex and
John McCall
2013-03-07
1
-10
/
+30
*
Restore order to placate test. I had no real reason to switch them.
John McCall
2013-03-01
1
-1
/
+1
*
Re-use bit from superclass and extract stuff into a local
John McCall
2013-03-01
1
-9
/
+10
[prev]
[next]