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
/
llvm
/
lib
/
IR
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move VerifierSupport into namespace llvm.
Daniel Jasper
2016-12-16
1
-1
/
+5
*
Extract a TBAAVerifier out of the verifier (NFC)
Mehdi Amini
2016-12-16
1
-268
/
+268
*
attempt to fix windows build
Nico Weber
2016-12-16
1
-1
/
+2
*
[IR] Remove the DIExpression field from DIGlobalVariable.
Adrian Prantl
2016-12-16
7
-47
/
+118
*
Revert "[IR] Remove the DIExpression field from DIGlobalVariable."
Adrian Prantl
2016-12-16
7
-119
/
+47
*
[IR] Remove the DIExpression field from DIGlobalVariable.
Adrian Prantl
2016-12-16
7
-47
/
+119
*
[Verifier] Allow TBAA metadata on atomicrmw and atomiccmpxchg
Sanjoy Das
2016-12-15
1
-1
/
+2
*
[DebugInfo] Changed DIBuilder::createCompileUnit() to take DIFile instead of ...
Amjad Aboud
2016-12-14
1
-7
/
+5
*
Replace APFloatBase static fltSemantics data members with getter functions
Stephan Bergmann
2016-12-14
6
-61
/
+61
*
[Verifier] Add verification for TBAA metadata
Sanjoy Das
2016-12-11
1
-2
/
+265
*
[Constants] don't die processing non-ConstantInt GEP indices in isGEPWithNoNo...
Sanjay Patel
2016-12-11
1
-6
/
+8
*
[X86] Remove masking from 512-bit VPERMIL intrinsics in preparation for being...
Craig Topper
2016-12-11
1
-4
/
+5
*
[X86] Remove masking from 512-bit PSHUFB intrinsics in preparation for being ...
Craig Topper
2016-12-10
1
-2
/
+3
*
[AVX-512] Remove 128/256 masked vpermil instrinsics and autoupgrade to a sele...
Craig Topper
2016-12-10
1
-0
/
+22
*
[X86][IR] Move the autoupgrading of store intrinsics out of the main nested i...
Craig Topper
2016-12-10
1
-90
/
+102
*
[PM] Support invalidation of inner analysis managers from a pass over the out...
Chandler Carruth
2016-12-10
1
-1
/
+27
*
IR, X86: Understand !absolute_symbol metadata on global variables.
Peter Collingbourne
2016-12-08
2
-0
/
+22
*
[ADT, IR] Fix some Clang-tidy modernize-use-equals-delete and Include What Yo...
Eugene Zelenko
2016-12-07
3
-75
/
+151
*
[BDCE] Skip metadata while replacing uses.
Davide Italiano
2016-12-07
1
-2
/
+10
*
IR: Reduce the amount of boilerplate required for a metadata kind. NFCI.
Peter Collingbourne
2016-12-06
1
-107
/
+29
*
[DIExpression] Introduce a dedicated DW_OP_LLVM_fragment operation
Adrian Prantl
2016-12-05
3
-20
/
+20
*
IR: Move NumElements field from {Array,Vector}Type to SequentialType.
Peter Collingbourne
2016-12-02
3
-17
/
+6
*
IR: Change PointerType to derive from Type rather than SequentialType.
Peter Collingbourne
2016-12-02
3
-10
/
+9
*
IR: Change the gep_type_iterator API to avoid always exposing the "current" t...
Peter Collingbourne
2016-12-02
4
-37
/
+20
*
Factor out common parts of LVI and Float2Int into ConstantRange [NFCI]
Philip Reames
2016-12-01
1
-0
/
+79
*
[GVN, OptDiag] Include the value that is forwarded in load elimination
Adam Nemet
2016-12-01
1
-2
/
+22
*
[GVN] Basic optimization remark support
Adam Nemet
2016-12-01
1
-0
/
+6
*
Revert "[GVN] Basic optimization remark support"
Adam Nemet
2016-11-30
1
-6
/
+0
*
[GVN] Basic optimization remark support
Adam Nemet
2016-11-29
1
-0
/
+6
*
Revert "[GVN] Basic optimization remark support"
Adam Nemet
2016-11-29
1
-6
/
+0
*
Revert "[GVN, OptDiag] Include the value that is forwarded in load elimination"
Adam Nemet
2016-11-29
1
-22
/
+2
*
[GVN, OptDiag] Include the value that is forwarded in load elimination
Adam Nemet
2016-11-28
1
-2
/
+22
*
[GVN] Basic optimization remark support
Adam Nemet
2016-11-28
1
-0
/
+6
*
[PM] Change the static object whose address is used to uniquely identify
Chandler Carruth
2016-11-23
3
-2
/
+4
*
[AVX-512] Remove intrinsics for valignd/q and autoupgrade them to native shuf...
Craig Topper
2016-11-23
1
-11
/
+30
*
Change setDiagnosticsOutputFile to take a unique_ptr from a raw pointer (NFC)
Mehdi Amini
2016-11-19
1
-2
/
+2
*
Timer: Track name and description.
Matthias Braun
2016-11-18
1
-3
/
+5
*
[AVX-512] Replace masked 16-bit element variable shift intrinsics with new un...
Craig Topper
2016-11-18
1
-16
/
+27
*
[CMake] NFC. Updating CMake dependency specifications
Chris Bieneman
2016-11-17
1
-2
/
+3
*
fix comment formatting; NFC
Sanjay Patel
2016-11-16
1
-8
/
+4
*
[X86][AVX512] Autoupgrade lossless i32/u32 to f64 conversion intrinsics with ...
Simon Pilgrim
2016-11-16
1
-3
/
+14
*
[X86][AVX512] Removing llvm x86 intrinsics for _mm_mask_move_{ss|sd} intrinsics.
Ayman Musa
2016-11-16
1
-0
/
+16
*
[X86] Remove the scalar intrinsics for fadd/fsub/fdiv/fmul
Craig Topper
2016-11-16
1
-0
/
+44
*
[X86] Add LLVM version number for each intrinsic handled by auto upgrade for ...
Craig Topper
2016-11-15
1
-152
/
+158
*
[AVX-512] Remove and autoupgrade masked dword/qword variable shift intrinsics...
Craig Topper
2016-11-14
1
-24
/
+35
*
[X86][IR] Reduce the number of full string comparisons in the code that autou...
Craig Topper
2016-11-13
1
-156
/
+173
*
revert commit r286761, some builds failed on Win platforms
Igor Breger
2016-11-13
1
-17
/
+0
*
[X86][AVX512] Removing llvm x86 intrinsics for _mm_mask_move_{ss|sd} intrinsics.
Ayman Musa
2016-11-13
1
-0
/
+17
*
IR: Change the Type::get{Array,Vector,Pointer}ElementType() functions to perf...
Peter Collingbourne
2016-11-13
1
-1
/
+2
*
[AVX-512] Remove the remaining masked shift by immediate or by single value. ...
Craig Topper
2016-11-12
1
-55
/
+84
[next]