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
*
[OPENMP] Initial codegen for '#pragma omp parallel'
Alexey Bataev
2014-05-06
1
-1
/
+9
*
[leaks] Fix a leak of a basic block when we successfully fold a switch
Chandler Carruth
2014-05-03
1
-7
/
+10
*
CodeGen: Handle CapturedStmt in instrumentation based profiling
Justin Bogner
2014-04-15
1
-0
/
+3
*
Debug info: (Bugfix) Make sure artificial functions like _GLOBAL__I_a
Adrian Prantl
2014-04-10
1
-1
/
+3
*
ARM64: initial clang support commit.
Tim Northover
2014-03-29
1
-1
/
+1
*
[C++11] Replacing DeclStmt iterators decl_begin() and decl_end() with iterato...
Aaron Ballman
2014-03-14
1
-3
/
+2
*
[C++11] Update Clang for the change to LLVM's Use-Def chain iterators in
Chandler Carruth
2014-03-09
1
-3
/
+2
*
[Modules] Update to reflect the move of CallSite into the IR library in
Chandler Carruth
2014-03-04
1
-1
/
+1
*
[OPENMP] First changes for Parsing and Sema for 'omp simd' directive support
Alexey Bataev
2014-02-27
1
-0
/
+1
*
Change PGO instrumentation to compute counts in a separate AST traversal.
Bob Wilson
2014-02-17
1
-104
/
+37
*
Some nitpicky comment fixes for "i.e." and "e.g." abbreviations.
Bob Wilson
2014-02-17
1
-1
/
+1
*
[ms-cxxabi] Use x86_cdeclmethodcc for __cdecl methods on win32
Reid Kleckner
2014-01-31
1
-2
/
+2
*
Fix to PR8880 (clang dies processing a for loop)
Serge Pavlov
2014-01-23
1
-12
/
+12
*
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
[next]