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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
CodeGen: Rename adjustFallThroughCount -> adjustForControlFlow
Justin Bogner
2014-01-13
1
-2
/
+2
*
The OpenCL specification states that images are allocated
Pekka Jaaskelainen
2014-01-09
1
-1
/
+6
*
Revert "Debug info: Ensure that the last stop point in a function is still wi...
Adrian Prantl
2014-01-07
1
-4
/
+3
*
Revert "Debug info: Implement a cleaner version of r198461. For symmetry with"
Adrian Prantl
2014-01-07
1
-3
/
+4
*
Debug info: Implement a cleaner version of r198461. For symmetry with
Adrian Prantl
2014-01-07
1
-4
/
+3
*
CodeGen: Initial instrumentation based PGO implementation
Justin Bogner
2014-01-06
1
-16
/
+76
*
Debug info: Ensure that the last stop point in a function is still within
Adrian Prantl
2014-01-03
1
-3
/
+4
*
Switched code from using hasAttr followed by getAttr to simply call getAttr d...
Aaron Ballman
2013-12-19
1
-16
/
+13
*
[ms-cxxabi] The 'most derived' ctor parameter usually comes last
Reid Kleckner
2013-12-17
1
-3
/
+6
*
Add an AdjustedType sugar node for adjusting calling conventions
Reid Kleckner
2013-12-05
1
-0
/
+4
*
CodeGen: Whitespace
Justin Bogner
2013-11-22
1
-1
/
+1
*
C++1y sized deallocation: if we have a use, but not a definition, of a sized
Richard Smith
2013-11-05
1
-8
/
+24
*
Add CodeGenABITypes.h for use in LLDB.
Mark Lacey
2013-10-30
1
-0
/
+1
*
Implement function type checker for the undefined behavior sanitizer.
Peter Collingbourne
2013-10-20
1
-0
/
+17
*
Thread a SourceLocation into the EmitCheck for "load_invalid_value". This occurs
Nick Lewycky
2013-10-02
1
-2
/
+3
*
Implement a rudimentary form of generic lambdas.
Faisal Vali
2013-09-26
1
-1
/
+1
*
Generate code for the move assignment operator using memcpy, the same as we do
Nick Lewycky
2013-09-10
1
-1
/
+2
*
Revert r189649 because it was breaking sanitizer bots.
Yunzhong Gao
2013-08-30
1
-20
/
+5
*
Fixing a bug where debug info for a local variable gets emitted at file scope.
Yunzhong Gao
2013-08-30
1
-5
/
+20
*
Simplify/clean up debug info suppression in CodeGenFunction
David Blaikie
2013-08-26
1
-21
/
+19
*
Revert "Implement a rudimentary form of generic lambdas."
Manuel Klimek
2013-08-22
1
-1
/
+1
*
Implement a rudimentary form of generic lambdas.
Faisal Vali
2013-08-22
1
-1
/
+1
*
PR16933: Don't try to codegen things after we've seen errors.
David Blaikie
2013-08-19
1
-3
/
+2
*
Debug Info: Fine-tune the simple return expression location handling to
Adrian Prantl
2013-07-25
1
-8
/
+14
*
Correctly classify pack expansions as NON_CANONICAL_UNLESS_DEPENDENT
David Blaikie
2013-07-13
1
-0
/
+1
*
Restore r184205 and associated commits (after commit of r185290)
Stephen Lin
2013-06-30
1
-10
/
+6
*
[AST] Introduce a new DecayedType sugar node
Reid Kleckner
2013-06-24
1
-0
/
+4
*
Revert r184205 and associated patches while investigating issue with broken b...
Stephen Lin
2013-06-19
1
-6
/
+10
*
CodeGen: Have 'this'-returning constructors and destructors to take advantage...
Stephen Lin
2013-06-18
1
-10
/
+6
*
Reapply r183721, reverted in r183776, with a fix for a bug in the former (we
Richard Smith
2013-06-12
1
-0
/
+2
*
fix formatting.
Adrian Prantl
2013-05-30
1
-1
/
+1
*
Clarify comment.
Adrian Prantl
2013-05-16
1
-4
/
+6
*
Cleanup: Use a member variable to store the SourceLocation for EH code.
Adrian Prantl
2013-05-16
1
-1
/
+2
*
CodeGen for CapturedStmts
Ben Langmuir
2013-05-09
1
-0
/
+3
*
Don't crash in IRGen if a conditional with 'throw' in one of its branches is
Richard Smith
2013-05-07
1
-0
/
+10
*
Reapply r180982 with repaired logic and an additional testcase.
Adrian Prantl
2013-05-03
1
-10
/
+12
*
Correctly emit certain implicit references to 'self' even within
John McCall
2013-05-03
1
-8
/
+5
*
Revert "Attempt to un-break the gdb buildbot."
Adrian Prantl
2013-05-03
1
-10
/
+10
*
Attempt to un-break the gdb buildbot.
Adrian Prantl
2013-05-03
1
-10
/
+10
*
Ensure that the line table for functions with cleanups is sequential.
Adrian Prantl
2013-05-02
1
-4
/
+24
*
Don't treat a non-deduced 'auto' type as being type-dependent. Instead, there
Richard Smith
2013-04-30
1
-0
/
+3
*
C++1y: Allow aggregates to have default initializers.
Richard Smith
2013-04-20
1
-0
/
+1
*
Standardize accesses to the TargetInfo in IR-gen.
John McCall
2013-04-16
1
-4
/
+3
*
Fix uninitialized read of CalleeWithThisReturn.
Manman Ren
2013-03-26
1
-1
/
+2
*
Simplify code. No functionality change.
Benjamin Kramer
2013-03-24
1
-20
/
+7
*
Generate metadata to implement the -cl-kernel-arg-info option.
Guy Benyei
2013-03-24
1
-7
/
+99
*
Make clang to mark static stack allocations with lifetime markers to enable a...
Nadav Rotem
2013-03-23
1
-1
/
+1
*
Exploit this-return of a callsite in a this-return function.
Manman Ren
2013-03-20
1
-0
/
+7
*
revert r177211 due to its potential issues
Manman Ren
2013-03-16
1
-5
/
+0
*
Exploit this-return of a callsite in a this-return function.
Manman Ren
2013-03-16
1
-0
/
+5
[prev]
[next]