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 parsing and sema analysis for 'single' directive.
Alexey Bataev
2014-06-26
1
-0
/
+3
*
[OPENMP] Initial parsing and sema analysis for 'section' directive.
Alexey Bataev
2014-06-26
1
-0
/
+3
*
Rename loop unrolling and loop vectorizer metadata to have a common prefix.
Eli Bendersky
2014-06-25
1
-6
/
+6
*
[OPENMP] Initial support for 'sections' directive.
Alexey Bataev
2014-06-25
1
-0
/
+3
*
[OPENMP] Initial support for '#pragma omp for' (fixed incompatibility with MS...
Alexey Bataev
2014-06-18
1
-0
/
+3
*
Revert "[OPENMP] Initial support for '#pragma omp for'."
Rafael Espindola
2014-06-17
1
-3
/
+0
*
[OPENMP] Initial support for '#pragma omp for'.
Alexey Bataev
2014-06-17
1
-0
/
+3
*
Add loop unroll pragma support
Eli Bendersky
2014-06-11
1
-0
/
+14
*
Adding a new #pragma for the vectorize and interleave optimization hints.
Aaron Ballman
2014-06-06
1
-14
/
+122
*
Debug Info: Fix the source range for IfStmt's ConditionScope.
Adrian Prantl
2014-05-28
1
-1
/
+1
*
This patch adds a helper class (CGLoopInfo) for marking memory instructions w...
Alexander Musman
2014-05-22
1
-1
/
+20
*
[C++11] Use 'nullptr'. CodeGen edition.
Craig Topper
2014-05-21
1
-16
/
+16
*
[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
[next]