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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[OPENMP] Improved codegen for outlined functions for 'parallel' directives.
Alexey Bataev
2014-07-25
1
-6
/
+25
*
MS ABI: -fno-rtti-data wasn't data-free enough
David Majnemer
2014-07-24
1
-1
/
+3
*
In unroll pragma syntax and loop hint metadata, change "enable" forms to a ne...
Mark Heffernan
2014-07-23
1
-8
/
+7
*
AArch64: update Clang for merged arm64/aarch64 triples.
Tim Northover
2014-07-23
3
-7
/
+2
*
[OPENMP] Initial parsing and sema analysis for 'atomic' directive.
Alexey Bataev
2014-07-22
3
-0
/
+8
*
[OPENMP] Initial parsing and sema analysis for 'ordered' directive.
Alexey Bataev
2014-07-22
3
-0
/
+8
*
-fms-extensions: Implement half of #pragma init_seg
Reid Kleckner
2014-07-22
2
-2
/
+34
*
Rename metadata llvm.loop.vectorize.unroll to llvm.loop.vectorize.interleave.
Mark Heffernan
2014-07-21
3
-3
/
+3
*
Revert "Emit lifetime.start / lifetime.end markers for unnamed temporary obje...
Arnaud A. de Grandmaison
2014-07-21
3
-78
/
+24
*
Emit lifetime.start / lifetime.end markers for unnamed temporary objects.
Arnaud A. de Grandmaison
2014-07-21
3
-24
/
+78
*
[OPENMP] Initial parsing and sema analysis for 'flush' directive.
Alexey Bataev
2014-07-21
3
-0
/
+8
*
[OPENMP] Parsing/Sema of the OpenMP directive 'critical'.
Alexander Musman
2014-07-21
3
-0
/
+8
*
[PowerPC] Optimize passing certain aggregates by value
Ulrich Weigand
2014-07-21
1
-0
/
+25
*
[PowerPC] Support the ELFv2 ABI
Ulrich Weigand
2014-07-21
1
-9
/
+169
*
Cleanup comparisons to VariableArrayType::Static for non-VLAs
Hal Finkel
2014-07-19
1
-1
/
+1
*
Use the dereferenceable attribute on C99 array parameters with static
Hal Finkel
2014-07-19
1
-1
/
+37
*
CodeGen: Properly null-check typeid expressions
David Majnemer
2014-07-19
1
-6
/
+38
*
Revert r213415, "Merge two lines". It broke tests in -Asserts builds.
NAKAMURA Takumi
2014-07-18
1
-1
/
+2
*
Merge two lines
Alexey Samsonov
2014-07-18
1
-2
/
+1
*
Revert "CodeGen: Properly null-check typeid expressions"
David Majnemer
2014-07-18
1
-35
/
+6
*
Address Richard's latest feedback.
David Majnemer
2014-07-18
1
-8
/
+7
*
Address Richard's comments
David Majnemer
2014-07-18
1
-7
/
+15
*
Address Richard's comments.
David Majnemer
2014-07-18
1
-0
/
+3
*
CodeGen: Properly null-check typeid expressions
David Majnemer
2014-07-18
1
-6
/
+25
*
Recommit: Handle diagnostic warnings in Frontend diagnostic handler.
Tyler Nowicki
2014-07-18
1
-12
/
+25
*
[UBsan] Skip -fsanitize=vptr instrumentations when the pointer value is null.
Alexey Samsonov
2014-07-18
1
-1
/
+1
*
Make sure globals created by UBSan are not instrumented by ASan.
Alexey Samsonov
2014-07-18
3
-9
/
+31
*
Mark C++ reference parameters as dereferenceable
Hal Finkel
2014-07-18
1
-4
/
+16
*
Revert "Emit lifetime.start / lifetime.end markers for unnamed temporary obje...
Arnaud A. de Grandmaison
2014-07-18
3
-51
/
+24
*
Emit lifetime.start / lifetime.end markers for unnamed temporary objects.
Arnaud A. de Grandmaison
2014-07-18
3
-24
/
+51
*
[OPENMP] Initial parsing and sema analysis for 'taskwait' directive.
Alexey Bataev
2014-07-18
3
-0
/
+8
*
[OPENMP] Initial parsing and sema analysis for 'barrier' directive.
Alexey Bataev
2014-07-18
3
-0
/
+8
*
[ARM] Fix AAPCS regression caused by r211898
Oliver Stannard
2014-07-18
1
-1
/
+5
*
[OPENMP] Initial parsing and sema analysis of 'taskyield' directive.
Alexey Bataev
2014-07-18
3
-0
/
+8
*
Revert "unique_ptr-ify ownership of ASTConsumers"
David Blaikie
2014-07-17
1
-8
/
+7
*
unique_ptr-ify ownership of ASTConsumers
David Blaikie
2014-07-17
1
-7
/
+8
*
MS compatibility: always emit dllexported in-class initialized static data me...
Hans Wennborg
2014-07-17
4
-33
/
+17
*
[UBSan] Add !nosanitize metadata to the code generated by UBSan.
Alexey Samsonov
2014-07-17
5
-18
/
+64
*
Revert "Handle diagnostic warnings in Frontend diagnostic handler."
Alp Toker
2014-07-17
1
-28
/
+12
*
IR: update Clang to use polymorphic __fp16 conversion intrinsics.
Tim Northover
2014-07-17
1
-8
/
+15
*
[OPENMP] Parsing/Sema analysis of directive 'master'
Alexander Musman
2014-07-17
3
-0
/
+8
*
Track the difference between
Richard Smith
2014-07-17
1
-0
/
+1
*
Add basic (noop) CodeGen support for __assume
Hal Finkel
2014-07-16
1
-0
/
+3
*
Objective-C. Introducing __attribute__((objc_runtime_name("runtimename"))
Fariborz Jahanian
2014-07-16
1
-112
/
+144
*
Handle diagnostic warnings in Frontend diagnostic handler.
Tyler Nowicki
2014-07-16
1
-13
/
+29
*
Add codegen for more R600 builtins
Matt Arsenault
2014-07-15
1
-1
/
+46
*
Objective-C IRGen. Fixes an inconsistant linkage of
Fariborz Jahanian
2014-07-15
1
-7
/
+4
*
ARM: Implement __builtin_arm_nop intrinsic
Yi Kong
2014-07-14
1
-0
/
+6
*
[CMake] Update libdeps.
NAKAMURA Takumi
2014-07-14
1
-0
/
+1
*
[CMake] Reorder libdeps by alphabetical order.
NAKAMURA Takumi
2014-07-14
1
-1
/
+1
[next]