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
*
Remove unused lambda captures. NFC
Malcolm Parsons
2017-01-13
3
-22
/
+19
*
Use less byval on 32-bit Windows x86 for classes with bases
Reid Kleckner
2017-01-13
1
-22
/
+38
*
Pass -fprofile-sample-use to lto backends.
Dehao Chen
2017-01-13
1
-2
/
+5
*
[tsan] Do not report errors in __destroy_helper_block_
Anna Zaks
2017-01-13
1
-3
/
+11
*
Improve handling of instantiated thread_local variables in Itanium C++ ABI.
Richard Smith
2017-01-13
2
-14
/
+31
*
Revert r291774 which caused buildbot failure.
Dehao Chen
2017-01-12
1
-5
/
+2
*
Pass -fprofile-sample-use to lto backends.
Dehao Chen
2017-01-12
1
-2
/
+5
*
Module: Do not add any link flags when an implementation TU of a module imports
Manman Ren
2017-01-11
1
-1
/
+7
*
[ARM] Use generic bitreverse intrinsic, rather than ARM specific rbit.
Chad Rosier
2017-01-10
1
-3
/
+3
*
[OpenMP] Sema and parsing for 'target teams distribute simd’ pragma
Kelvin Li
2017-01-10
3
-0
/
+16
*
CGDecl: Skip static variable initializers in unreachable code
Matthias Braun
2017-01-10
1
-2
/
+2
*
[AArch64] Use generic bitreverse intrinsic, rather than AArch64 specific.
Chad Rosier
2017-01-10
1
-2
/
+2
*
[OpenMP] Basic support for a parallel directive in a target region on an NVPT...
Arpith Chacko Jacob
2017-01-10
4
-27
/
+294
*
Use the correct ObjC EH personality
Benjamin Kramer
2017-01-08
2
-0
/
+10
*
[ThinLTO] Optionally ignore empty index file
Teresa Johnson
2017-01-06
1
-16
/
+21
*
Add a cc1 option to force disabling lifetime-markers emission from clang
Mehdi Amini
2017-01-06
2
-1
/
+5
*
Use CodegenOpts::less when creating a TargetMachine for clang `-O1`
Mehdi Amini
2017-01-06
1
-4
/
+15
*
Clean up redundant isa<T> before getAs<T>. NFC.
George Burgess IV
2017-01-06
1
-4
/
+2
*
[ubsan] Minimize size of data for type_mismatch (Redo of D19667)
Filipe Cabecinhas
2017-01-06
2
-6
/
+7
*
Add vec_insert4b and vec_extract4b functions to altivec.h
Sean Fertile
2017-01-05
1
-0
/
+84
*
[OpenMP] Add fields for flags in the offload entry descriptor.
Samuel Antao
2017-01-05
4
-22
/
+43
*
CodeGen: plumb header search down to the IAS
Saleem Abdulrasool
2017-01-05
3
-19
/
+36
*
[OpenMP] Update target codegen for NVPTX device.
Arpith Chacko Jacob
2017-01-05
2
-162
/
+153
*
Correct Vectorcall Register passing and HVA Behavior
Erich Keane
2017-01-05
1
-26
/
+180
*
Reverting commit r290983 while debugging test failure on windows.
Arpith Chacko Jacob
2017-01-04
2
-153
/
+162
*
[OpenMP] Update target codegen for NVPTX device.
Arpith Chacko Jacob
2017-01-04
2
-162
/
+153
*
Add -f[no-]strict-return flag that can be used to avoid undefined behaviour
Alex Lorenz
2017-01-04
1
-4
/
+23
*
[Win64] Don't widen integer literal zero arguments to unprototyped function c...
Reid Kleckner
2017-01-03
1
-1
/
+1
*
[OpenMP] Code cleanup for NVPTX OpenMP codegen
Arpith Chacko Jacob
2017-01-03
2
-65
/
+31
*
[OPENMP] Private, firstprivate, and lastprivate clauses for distribute, host ...
Carlo Bertolli
2017-01-03
1
-0
/
+18
*
[OpenMP] Sema and parsing for 'target teams distribute parallel for simd’ p...
Kelvin Li
2017-01-03
3
-0
/
+16
*
CodeGen: update comment about RTTI field
Saleem Abdulrasool
2017-01-01
1
-1
/
+1
*
CodeGen: use a StringSwitch instead of cascasding ifs
Saleem Abdulrasool
2016-12-30
1
-15
/
+8
*
[OpenMP] Sema and parsing for 'target teams distribute parallel for’ pragma
Kelvin Li
2016-12-29
3
-0
/
+16
*
[ItaniumABI] NFC changes
Piotr Padlewski
2016-12-28
1
-2
/
+3
*
[ThinLTO] No need to rediscover imports in distributed backend
Teresa Johnson
2016-12-28
1
-4
/
+16
*
Fix format. NFC
Kelvin Li
2016-12-28
1
-5
/
+8
*
[CodeGen] Unique constant CompoundLiterals.
George Burgess IV
2016-12-28
2
-4
/
+32
*
DebugInfo: Don't include size/alignment on class declarations
David Blaikie
2016-12-27
1
-6
/
+0
*
[PH] Teach the new PM code path to support -disable-llvm-passes.
Chandler Carruth
2016-12-27
1
-10
/
+13
*
[DebugInfo] Added support for Checksum debug info feature.
Amjad Aboud
2016-12-25
2
-5
/
+48
*
[OpenMP] Sema and parsing for 'target teams distribute' pragma
Kelvin Li
2016-12-25
3
-0
/
+14
*
Deduplicate several GD.getDecl() calls into Decl * local variable.
Yaron Keren
2016-12-24
1
-8
/
+9
*
clangCodeGen: Add LLVMPasses to libdeps. r290450 introduced it.
NAKAMURA Takumi
2016-12-24
1
-0
/
+1
*
[PM] Introduce options to enable the (still experimental) new pass
Chandler Carruth
2016-12-23
1
-4
/
+139
*
Fix problems in "[OpenCL] Enabling the usage of CLK_NULL_QUEUE as compare ope...
Egor Churaev
2016-12-23
5
-0
/
+10
*
Cleanup the handling of noinline function attributes, -fno-inline,
Chandler Carruth
2016-12-23
5
-65
/
+67
*
Make '-disable-llvm-optzns' an alias for '-disable-llvm-passes'.
Chandler Carruth
2016-12-23
1
-7
/
+2
*
[OPENMP] Fix for PR31417: assert failure when compiling trivial openmp
Alexey Bataev
2016-12-22
2
-5
/
+6
*
Add the alloc_size attribute to clang, attempt 2.
George Burgess IV
2016-12-22
4
-3
/
+47
[next]