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
...
*
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
*
ArrayRef-ize ASTContext::getFunctionType and Sema::BuildFunctionType.
Jordan Rose
2013-03-08
1
-6
/
+3
*
Add support for the OpenCL attribute 'vec_type_hint'.
Joey Gouly
2013-03-08
1
-0
/
+17
*
Change hasAggregateLLVMType, which conflates complex and
John McCall
2013-03-07
1
-31
/
+39
*
Use the actual ABI-determined C calling convention for runtime
John McCall
2013-02-28
1
-4
/
+7
*
Prefer 'and' over '&' in comments.
David Blaikie
2013-02-23
1
-3
/
+4
*
Re-apply r174919 - smarter copy/move assignment/construction, with fixes for
Lang Hames
2013-02-17
1
-0
/
+5
*
Emit virtual/deleting destructors properly with -cxx-abi microsoft, PR15058
Timur Iskhodzhanov
2013-02-13
1
-2
/
+3
*
Backing out r174919 while I investigate a self-host bug on Takumi's builder.
Lang Hames
2013-02-12
1
-5
/
+0
*
When generating IR for default copy-constructors, copy-assignment operators,
Lang Hames
2013-02-11
1
-0
/
+5
*
Revert r174246, accidentally committed.
David Blaikie
2013-02-02
1
-1
/
+0
*
Sentenc-ify comment added in r174206.
David Blaikie
2013-02-02
1
-2
/
+2
*
Basics
David Blaikie
2013-02-02
1
-0
/
+1
*
Fix exception handling line table problems introduced by r173593
David Blaikie
2013-02-01
1
-6
/
+9
*
PR14566: Debug Info: avoid top level lexical blocks in functions
David Blaikie
2013-01-26
1
-6
/
+10
*
[ubsan] Add support for -fsanitize-blacklist
Will Dietz
2013-01-18
1
-6
/
+12
*
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2013-01-12
1
-4
/
+4
*
Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate to
Chandler Carruth
2013-01-02
1
-4
/
+4
*
Rename llvm::Attributes to llvm::Attribute.
Bill Wendling
2012-12-20
1
-1
/
+1
[prev]
[next]