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.h
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[OPENMP] Parsing/Sema of directive omp parallel for simd
Alexander Musman
2014-09-23
1
-0
/
+1
*
[OPENMP] Initial parsing/sema analysis of 'target' directive.
Alexey Bataev
2014-09-19
1
-0
/
+1
*
MS ABI: Don't ICE for pointers to pointers to members of incomplete classes
David Majnemer
2014-09-18
1
-12
/
+1
*
Parsing/Sema of directive omp for simd
Alexander Musman
2014-09-18
1
-0
/
+1
*
Implement nonnull-attribute sanitizer
Alexey Samsonov
2014-09-08
1
-2
/
+5
*
Add __builtin_assume and __builtin_assume_aligned using @llvm.assume.
Hal Finkel
2014-09-07
1
-0
/
+4
*
MS inline asm: Allow __asm blocks to set a return value
Reid Kleckner
2014-09-04
1
-0
/
+4
*
Kill one of EmitCallArgs overloads. NFC.
Alexey Samsonov
2014-08-28
1
-46
/
+33
*
Fix some cases were ArrayRefs were being passed by reference.
Craig Topper
2014-08-27
1
-5
/
+5
*
Pass actual CXXConstructExpr instead of argument iterators
Alexey Samsonov
2014-08-25
1
-2
/
+1
*
Pass actual CallExpr instead of CallExpr-specific iterators
Alexey Samsonov
2014-08-25
1
-9
/
+5
*
DebugInfo: Scope for condition variables more narrowly than the loop variable.
David Blaikie
2014-08-22
1
-1
/
+1
*
CGCall: Factor out the logic mapping call arguments to LLVM IR arguments.
Alexey Samsonov
2014-08-22
1
-12
/
+9
*
Pass expressions instead of argument ranges to EmitCall/EmitCXXConstructorCall.
Alexey Samsonov
2014-08-21
1
-12
/
+5
*
ext_vector IRGen. Patch to allow indexing into
Fariborz Jahanian
2014-08-19
1
-0
/
+2
*
Header guard canonicalization, clang part.
Benjamin Kramer
2014-08-13
1
-2
/
+2
*
Objective-C ARC. First patch toward generating new APIs
Fariborz Jahanian
2014-08-06
1
-1
/
+2
*
Introduce f[no-]max-unknown-pointer-align=[number] option
Fariborz Jahanian
2014-08-05
1
-1
/
+6
*
Remove separator parameter from static local naming code
Reid Kleckner
2014-08-04
1
-1
/
+0
*
MS ABI: Use musttail for vtable thunks that pass arguments by value
Reid Kleckner
2014-07-26
1
-0
/
+4
*
Remove an extra parameter and C++11 for loop-ify this code
Reid Kleckner
2014-07-26
1
-2
/
+1
*
MS ABI: Don't push destructor cleanups for aggregate parameters in thunks
Reid Kleckner
2014-07-25
1
-0
/
+4
*
[OPENMP] Initial parsing and sema analysis for 'atomic' directive.
Alexey Bataev
2014-07-22
1
-0
/
+1
*
[OPENMP] Initial parsing and sema analysis for 'ordered' directive.
Alexey Bataev
2014-07-22
1
-0
/
+1
*
Revert "Emit lifetime.start / lifetime.end markers for unnamed temporary obje...
Arnaud A. de Grandmaison
2014-07-21
1
-37
/
+0
*
Emit lifetime.start / lifetime.end markers for unnamed temporary objects.
Arnaud A. de Grandmaison
2014-07-21
1
-0
/
+37
*
[OPENMP] Initial parsing and sema analysis for 'flush' directive.
Alexey Bataev
2014-07-21
1
-0
/
+1
*
[OPENMP] Parsing/Sema of the OpenMP directive 'critical'.
Alexander Musman
2014-07-21
1
-0
/
+1
*
Revert "Emit lifetime.start / lifetime.end markers for unnamed temporary obje...
Arnaud A. de Grandmaison
2014-07-18
1
-20
/
+0
*
Emit lifetime.start / lifetime.end markers for unnamed temporary objects.
Arnaud A. de Grandmaison
2014-07-18
1
-0
/
+20
*
[OPENMP] Initial parsing and sema analysis for 'taskwait' directive.
Alexey Bataev
2014-07-18
1
-0
/
+1
*
[OPENMP] Initial parsing and sema analysis for 'barrier' directive.
Alexey Bataev
2014-07-18
1
-0
/
+1
*
[OPENMP] Initial parsing and sema analysis of 'taskyield' directive.
Alexey Bataev
2014-07-18
1
-0
/
+1
*
[UBSan] Add !nosanitize metadata to the code generated by UBSan.
Alexey Samsonov
2014-07-17
1
-0
/
+11
*
[OPENMP] Parsing/Sema analysis of directive 'master'
Alexander Musman
2014-07-17
1
-0
/
+1
*
[OPENMP] Parsing and sema analysis for 'omp task' directive.
Alexey Bataev
2014-07-11
1
-0
/
+1
*
Fix the dtor location issues in PR20038 harder.
David Blaikie
2014-07-10
1
-0
/
+13
*
[OPENMP] Parsing and sema analysis for 'omp parallel sections' directive.
Alexey Bataev
2014-07-08
1
-0
/
+1
*
[Sanitizer] Remove brittle cache variable and slightly simplify blacklisting ...
Alexey Samsonov
2014-07-07
1
-4
/
+4
*
[OPENMP] Added initial support for 'omp parallel for'.
Alexey Bataev
2014-07-07
1
-0
/
+1
*
Add an AST node for __leave statements, hook it up.
Nico Weber
2014-07-07
1
-0
/
+1
*
Remove CleanupHackLevel from CGException.
Logan Chien
2014-07-01
1
-2
/
+0
*
Using of variable length arrays in captured statements and OpenMP constructs.
Alexey Bataev
2014-06-30
1
-3
/
+1
*
Remove llvm:: from uses of ArrayRef.
Craig Topper
2014-06-28
1
-1
/
+1
*
[OPENMP] Initial parsing and sema analysis for 'single' directive.
Alexey Bataev
2014-06-26
1
-0
/
+1
*
[OPENMP] Initial parsing and sema analysis for 'section' directive.
Alexey Bataev
2014-06-26
1
-0
/
+1
*
[OPENMP] Initial support for 'sections' directive.
Alexey Bataev
2014-06-25
1
-0
/
+1
*
Add R600 builtin codegen.
Matt Arsenault
2014-06-24
1
-0
/
+1
*
ARM: remove dead CodeGen functions.
Tim Northover
2014-06-24
1
-3
/
+0
*
[OPENMP] Initial support for '#pragma omp for' (fixed incompatibility with MS...
Alexey Bataev
2014-06-18
1
-0
/
+1
[prev]
[next]