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
...
*
[SystemZ] Use FNeg in s390x clang builtins
Kevin P. Neal
2020-01-02
1
-9
/
+5
*
Generalize the pass registration mechanism used by Polly to any third-party tool
serge_sans_paille
2020-01-02
2
-0
/
+9
*
[NFC] Fixes -Wrange-loop-analysis warnings
Mark de Wever
2020-01-01
2
-2
/
+2
*
[MC][TargetMachine] Delete MCTargetOptions::MCPIECopyRelocations
Fangrui Song
2020-01-01
1
-1
/
+0
*
[OPENMP]Emit artificial threprivate vars as threadlocal, if possible.
Alexey Bataev
2019-12-31
1
-2
/
+7
*
[CodeGen] Emit conj/conjf/confjl libcalls as fneg instructions if possible.
Craig Topper
2019-12-31
1
-1
/
+4
*
[CodeGen] Use IRBuilder::CreateFNeg for __builtin_conj
Craig Topper
2019-12-30
1
-6
/
+1
*
[CodeGen] Use CreateFNeg in buildFMulAdd
Craig Topper
2019-12-30
1
-11
/
+4
*
[OpenMP] Use the OpenMPIRBuilder for `omp parallel`
Johannes Doerfert
2019-12-30
1
-0
/
+95
*
[OpenMP][NFCI] Use the libFrontend ProcBindKind in Clang
Johannes Doerfert
2019-12-26
4
-30
/
+9
*
[OpenMP][IR-Builder] Introduce the finalization stack
Johannes Doerfert
2019-12-25
1
-15
/
+51
*
[NFC] Remove some dead code from CGBuiltin.cpp.
Kevin P. Neal
2019-12-24
1
-14
/
+0
*
[Sema][X86] Consider target attribute into the checks in validateOutputSize a...
Craig Topper
2019-12-23
3
-64
/
+6
*
[OPENMP50]Codegen for nontemporal clause.
Alexey Bataev
2019-12-23
4
-7
/
+91
*
[ItaniumCXXABI] Don't mark an extern_weak init function as dso_local on windows
Martin Storsjö
2019-12-23
1
-1
/
+3
*
reland "[DebugInfo] Support to emit debugInfo for extern variables"
Yonghong Song
2019-12-22
6
-2
/
+52
*
Revert "[DebugInfo] Support to emit debugInfo for extern variables"
Reid Kleckner
2019-12-22
6
-52
/
+2
*
[ms] [X86] Use "P" modifier on operands to call instructions in inline X86 as...
Eric Astor
2019-12-22
1
-0
/
+4
*
[Driver] Verify -mrecord-mcount in Driver, instead of CodeGen after D71627
Fangrui Song
2019-12-21
1
-8
/
+0
*
[objc_direct] Tigthen checks for direct methods
Pierre Habouzit
2019-12-20
1
-9
/
+12
*
ConstrainedFP: use API compatible with opaque pointers.
Tim Northover
2019-12-19
1
-6
/
+6
*
[Clang FE, SystemZ] Recognize -mrecord-mcount CL option.
Jonas Paulsson
2019-12-19
1
-0
/
+11
*
[WebAssembly] Add avgr_u intrinsics and require nuw in patterns
Thomas Lively
2019-12-18
1
-0
/
+8
*
Refactor CompareReferenceRelationship and its callers in preparation for
Richard Smith
2019-12-18
1
-19
/
+34
*
Use hasOffsetApplied to initialize member HasOffsetApplied
Akira Hatanaka
2019-12-18
1
-1
/
+1
*
[Clang FE, SystemZ] Don't add "true" value for the "mnop-mcount" attribute.
Jonas Paulsson
2019-12-18
1
-1
/
+1
*
[OPENMP50]Add parsing/sema analysis for nontemporal clause.
Alexey Bataev
2019-12-17
1
-0
/
+1
*
[Clang FE, SystemZ] Recognize -mpacked-stack CL option
Jonas Paulsson
2019-12-17
1
-0
/
+8
*
[ObjC][DWARF] Emit DW_AT_APPLE_objc_direct for methods marked as __attribute_...
Raphael Isemann
2019-12-17
1
-0
/
+3
*
[c++20] P1959R0: Remove support for std::*_equality.
Richard Smith
2019-12-16
1
-8
/
+0
*
[WebAssembly] Replace SIMD int min/max builtins with patterns
Thomas Lively
2019-12-16
1
-43
/
+1
*
[TLI] Support for per-Function TLI that overrides available libfuncs
Teresa Johnson
2019-12-16
1
-9
/
+0
*
Reland [DataLayout] Fix occurrences that size and range of pointers are assum...
Nicola Zaghen
2019-12-13
1
-2
/
+2
*
[OPENMP50]Fix possible conflict when emitting an alias for the functions
Alexey Bataev
2019-12-12
1
-1
/
+1
*
[LTO] Support for embedding bitcode section during LTO
Teresa Johnson
2019-12-12
1
-119
/
+4
*
[clang] Turn -fno-builtin flag into an IR Attribute
Guillaume Chatelet
2019-12-12
1
-11
/
+14
*
[Alignment][NFC] Adding Align compatible methods to IntrinsicInst/IRBuilder
Guillaume Chatelet
2019-12-12
1
-9
/
+9
*
Temporarily Revert "[DataLayout] Fix occurrences that size and range of point...
Nicola Zaghen
2019-12-12
1
-2
/
+2
*
[DataLayout] Fix occurrences that size and range of pointers are assumed to b...
Nicola Zaghen
2019-12-12
1
-2
/
+2
*
[IR] Split out target specific intrinsic enums into separate headers
Reid Kleckner
2019-12-11
4
-2
/
+16
*
[OpenMP] Use the OpenMP-IR-Builder
Johannes Doerfert
2019-12-11
4
-2
/
+40
*
Fix detection of __attribute__((may_alias)) to properly look through
Richard Smith
2019-12-11
1
-8
/
+9
*
[OPENMP50]Add if clause in teams distribute parallel for simd directive.
Alexey Bataev
2019-12-11
1
-1
/
+2
*
[WebAssembly] Add new `export_name` clang attribute for controlling wasm expo...
Sam Clegg
2019-12-11
1
-0
/
+6
*
[Support] Add TimeTraceScope constructor without detail arg
Russell Gallop
2019-12-11
2
-5
/
+5
*
CodeGen: Allow annotations on globals in non-zero address space
Nicolai Hähnle
2019-12-11
1
-1
/
+7
*
[Clang] Pragma vectorize_width() implies vectorize(enable)
Sjoerd Meijer
2019-12-11
1
-10
/
+11
*
[ARM][MVE] Add intrinsics for immediate shifts. (reland)
Simon Tatham
2019-12-11
1
-0
/
+30
*
NFC: Get rid of an unused parameter to CGObjCMac::EmitSelectorAddr.
Erik Pilkington
2019-12-10
1
-12
/
+10
*
Fix bug 44190 - wrong code with #pragma pack(1)
Yaxun (Sam) Liu
2019-12-10
1
-3
/
+2
[prev]
[next]