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
/
CGStmt.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "CodeGen: Simplify CodeGenFunction::EmitCaseStmt"
Justin Bogner
2014-01-21
1
-0
/
+24
*
CodeGen: Simplify CodeGenFunction::EmitCaseStmt
Justin Bogner
2014-01-15
1
-24
/
+0
*
CodeGen: Clarify a comment about PGO in case statement ranges
Justin Bogner
2014-01-13
1
-3
/
+4
*
CodeGen: Rename adjustFallThroughCount -> adjustForControlFlow
Justin Bogner
2014-01-13
1
-6
/
+6
*
CodeGen: Introduce CodeGenPGO::setCurrentRegionUnreachable
Justin Bogner
2014-01-13
1
-8
/
+8
*
CodeGen: Remove a superfluous setCurrentRegionCount
Justin Bogner
2014-01-13
1
-1
/
+0
*
CodeGen: Remove some unnecessary braces
Justin Bogner
2014-01-13
1
-2
/
+1
*
PR12208: Under -fno-elide-constructors, don't forget to actually copy an NRVO
Richard Smith
2014-01-11
1
-1
/
+2
*
Revert "Debug info: Ensure that the last stop point in a function is still wi...
Adrian Prantl
2014-01-07
1
-1
/
+1
*
Revert "Debug info: Implement a cleaner version of r198461. For symmetry with"
Adrian Prantl
2014-01-07
1
-1
/
+1
*
Debug info: Implement a cleaner version of r198461. For symmetry with
Adrian Prantl
2014-01-07
1
-1
/
+1
*
Sort all the #include lines with LLVM's utils/sort_includes.py which
Chandler Carruth
2014-01-07
1
-1
/
+1
*
CodeGen: Initial instrumentation based PGO implementation
Justin Bogner
2014-01-06
1
-28
/
+199
*
Debug info: Ensure that the last stop point in a function is still within
Adrian Prantl
2014-01-03
1
-1
/
+1
*
Correct hyphenations in comments and assert messages
Alp Toker
2013-12-05
1
-1
/
+1
*
Revert r193994 and part of r193995
Justin Bogner
2013-11-22
1
-2
/
+4
*
CodeGen: Whitespace
Justin Bogner
2013-11-22
1
-3
/
+3
*
CodeGen: Use EmitBranchOnBool when generating For and CXXForRange
Justin Bogner
2013-11-04
1
-5
/
+2
*
CodeGen: Move an initialization away from an unrelated comment
Justin Bogner
2013-11-04
1
-1
/
+1
*
Thread a SourceLocation into the EmitCheck for "load_invalid_value". This occurs
Nick Lewycky
2013-10-02
1
-8
/
+11
*
Emit an error when attempting to generate IR for SEH __try
Reid Kleckner
2013-09-16
1
-1
/
+2
*
OpenMP: Data-sharing attributes analysis and clause 'shared' (fixed test thre...
Alexey Bataev
2013-09-06
1
-2
/
+4
*
Revert "OpenMP: Data-sharing attributes analysis and clause 'shared'"
Rafael Espindola
2013-09-03
1
-4
/
+2
*
OpenMP: Data-sharing attributes analysis and clause 'shared'
Alexey Bataev
2013-09-03
1
-2
/
+4
*
Simplify/clean up debug info suppression in CodeGenFunction
David Blaikie
2013-08-26
1
-3
/
+0
*
OpenMP: basic support for #pragma omp parallel
Alexey Bataev
2013-07-19
1
-0
/
+1
*
Use a LexicalScope here since it is one and it will encapsulate
Eric Christopher
2013-07-10
1
-12
/
+2
*
Remove an ugly hack that was meant to eliminate the breakpoint ambiguity
Adrian Prantl
2013-06-18
1
-4
/
+1
*
Simplify: we don't need any special-case lifetime extension when initializing
Richard Smith
2013-06-12
1
-1
/
+1
*
Make sure we don't emit invalid IR for StmtExprs with complex cleanups.
Eli Friedman
2013-06-10
1
-10
/
+21
*
Debug info: An if condition now creates a lexical scope of its own.
Adrian Prantl
2013-06-08
1
-0
/
+10
*
Diagnose malformed x86 inline asm using 'y' constraint.
Tim Northover
2013-06-07
1
-3
/
+12
*
CodeGen for CapturedStmts
Ben Langmuir
2013-05-09
1
-3
/
+92
*
The style guide prefers preincrement expressions :-)
Adrian Prantl
2013-05-07
1
-2
/
+2
*
remove commented out code.
Adrian Prantl
2013-05-07
1
-2
/
+1
*
Reapply r180982 with repaired logic and an additional testcase.
Adrian Prantl
2013-05-03
1
-3
/
+4
*
Revert "Attempt to un-break the gdb buildbot."
Adrian Prantl
2013-05-03
1
-4
/
+3
*
Attempt to un-break the gdb buildbot.
Adrian Prantl
2013-05-03
1
-3
/
+4
*
Move parsing of identifiers in MS-style inline assembly into
John McCall
2013-05-03
1
-4
/
+8
*
Ensure that the line table for functions with cleanups is sequential.
Adrian Prantl
2013-05-02
1
-0
/
+6
*
Standardize accesses to the TargetInfo in IR-gen.
John McCall
2013-04-16
1
-10
/
+12
*
Implement CapturedStmt AST
Tareq A. Siraj
2013-04-16
1
-1
/
+7
*
Remove useGlobalsForAutomaticVariables.
Rafael Espindola
2013-03-26
1
-2
/
+1
*
Make clang to mark static stack allocations with lifetime markers to enable a...
Nadav Rotem
2013-03-23
1
-4
/
+30
*
Change hasAggregateLLVMType, which conflates complex and
John McCall
2013-03-07
1
-13
/
+25
*
LLVM API changes.
Peter Collingbourne
2013-03-02
1
-2
/
+1
*
PR14566: Debug Info: avoid top level lexical blocks in functions
David Blaikie
2013-01-26
1
-0
/
+6
*
Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate to
Chandler Carruth
2013-01-02
1
-3
/
+3
*
Rename llvm::Attributes to llvm::Attribute.
Bill Wendling
2012-12-20
1
-2
/
+2
*
Revert r170500. It over-zealously converted *ALL* things named Attributes, wh...
Bill Wendling
2012-12-20
1
-2
/
+2
[next]