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
...
*
Address review feedback for r228003.
Adrian Prantl
2015-02-03
1
-2
/
+2
*
Merge ArtificialLocation into ApplyDebugLocation and make a clear
Adrian Prantl
2015-02-03
1
-4
/
+4
*
Reapply r225000 (reverted in r225555): DebugInfo: Generalize debug info locat...
David Blaikie
2015-01-14
1
-2
/
+2
*
CodeGen: Simplify consecutive '%' modifiers
David Majnemer
2015-01-11
1
-2
/
+3
*
CodeGen: Simplify consecutive '&' modifiers
David Majnemer
2015-01-11
1
-0
/
+5
*
Revert "DebugInfo: Generalize debug info location handling" and related commits
David Blaikie
2015-01-09
1
-2
/
+2
*
Reapply "DebugInfo: Generalize debug info location handling"
David Blaikie
2014-12-30
1
-2
/
+2
*
Revert "DebugInfo: Generalize debug info location handling"
David Blaikie
2014-12-29
1
-2
/
+2
*
Reapply "DebugInfo: Generalize debug info location handling"
David Blaikie
2014-12-29
1
-2
/
+2
*
Revert "DebugInfo: Generalize debug info location handling"
David Blaikie
2014-12-17
1
-2
/
+2
*
DebugInfo: Generalize debug info location handling
David Blaikie
2014-12-16
1
-2
/
+2
*
IR: Update clang for Metadata/Value split in r223802
Duncan P. N. Exon Smith
2014-12-09
1
-10
/
+15
*
InstrProf: Use LLVM's -instrprof pass for profiling
Justin Bogner
2014-12-08
1
-2
/
+0
*
Improved capturing variable-length array types in CapturedStmt.
Alexey Bataev
2014-10-29
1
-28
/
+24
*
Allow constant expressions in pragma loop hints.
Tyler Nowicki
2014-10-12
1
-2
/
+9
*
[OPENMP] 'omp teams' directive basic support.
Alexey Bataev
2014-10-09
1
-0
/
+3
*
Revert "[OPENMP] 'omp teams' directive basic support. Includes parsing and se...
Renato Golin
2014-10-08
1
-3
/
+0
*
[OPENMP] 'omp teams' directive basic support.
Alexey Bataev
2014-10-07
1
-0
/
+3
*
[OPENMP] Parsing/Sema of directive omp parallel for simd
Alexander Musman
2014-09-23
1
-0
/
+3
*
[OPENMP] Initial parsing/sema analysis of 'target' directive.
Alexey Bataev
2014-09-19
1
-0
/
+3
*
Parsing/Sema of directive omp for simd
Alexander Musman
2014-09-18
1
-0
/
+3
*
MS inline asm: Allow __asm blocks to set a return value
Reid Kleckner
2014-09-04
1
-3
/
+18
*
Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just...
Craig Topper
2014-08-27
1
-1
/
+1
*
Fix some cases were ArrayRefs were being passed by reference.
Craig Topper
2014-08-27
1
-5
/
+5
*
DebugInfo: for loop backedge should be attributed to the start of the for sta...
David Blaikie
2014-08-22
1
-0
/
+2
*
DebugInfo: Provide scopes for C++11 range-for loop variables similar to r2162...
David Blaikie
2014-08-22
1
-9
/
+2
*
DebugInfo: Scope for condition variables more narrowly than the loop variable.
David Blaikie
2014-08-22
1
-9
/
+2
*
DebugInfo: While loop backedge should be attribute to the start of the while ...
David Blaikie
2014-08-15
1
-0
/
+1
*
DebugInfo: Fix PR19864 better - attribute the jump at the end of a range-for ...
David Blaikie
2014-08-15
1
-0
/
+1
*
Add a state variable to the loop hint attribute.
Tyler Nowicki
2014-07-31
1
-3
/
+4
*
Revert r214333, "Add a state variable to the loop hint attribute."
NAKAMURA Takumi
2014-07-31
1
-4
/
+3
*
Add a state variable to the loop hint attribute.
Tyler Nowicki
2014-07-30
1
-3
/
+4
*
Add a location to MS inline asm blobs
Reid Kleckner
2014-07-28
1
-2
/
+7
*
In unroll pragma syntax and loop hint metadata, change "enable" forms to a ne...
Mark Heffernan
2014-07-23
1
-8
/
+7
*
[OPENMP] Initial parsing and sema analysis for 'atomic' directive.
Alexey Bataev
2014-07-22
1
-0
/
+3
*
[OPENMP] Initial parsing and sema analysis for 'ordered' directive.
Alexey Bataev
2014-07-22
1
-0
/
+3
*
Rename metadata llvm.loop.vectorize.unroll to llvm.loop.vectorize.interleave.
Mark Heffernan
2014-07-21
1
-1
/
+1
*
[OPENMP] Initial parsing and sema analysis for 'flush' directive.
Alexey Bataev
2014-07-21
1
-0
/
+3
*
[OPENMP] Parsing/Sema of the OpenMP directive 'critical'.
Alexander Musman
2014-07-21
1
-0
/
+3
*
[OPENMP] Initial parsing and sema analysis for 'taskwait' directive.
Alexey Bataev
2014-07-18
1
-0
/
+3
*
[OPENMP] Initial parsing and sema analysis for 'barrier' directive.
Alexey Bataev
2014-07-18
1
-0
/
+3
*
[OPENMP] Initial parsing and sema analysis of 'taskyield' directive.
Alexey Bataev
2014-07-18
1
-0
/
+3
*
[OPENMP] Parsing/Sema analysis of directive 'master'
Alexander Musman
2014-07-17
1
-0
/
+3
*
[OPENMP] Parsing and sema analysis for 'omp task' directive.
Alexey Bataev
2014-07-11
1
-0
/
+3
*
Fix the dtor location issues in PR20038 harder.
David Blaikie
2014-07-10
1
-8
/
+10
*
[OPENMP] Parsing and sema analysis for 'omp parallel sections' directive.
Alexey Bataev
2014-07-08
1
-0
/
+3
*
[OPENMP] Added initial support for 'omp parallel for'.
Alexey Bataev
2014-07-07
1
-0
/
+3
*
Add an AST node for __leave statements, hook it up.
Nico Weber
2014-07-07
1
-0
/
+3
*
[OPENMP, C++11] Improve code of InitVLACaptures function.
Alexey Bataev
2014-07-02
1
-5
/
+8
*
Using of variable length arrays in captured statements and OpenMP constructs.
Alexey Bataev
2014-06-30
1
-9
/
+22
[prev]
[next]