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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[LCG] Build an edge abstraction for the LazyCallGraph and use it to
Chandler Carruth
2016-02-02
1
-133
/
+160
*
[LVI] Introduce an intersect operation on lattice values
Philip Reames
2016-02-02
1
-32
/
+85
*
[libFuzzer] allow passing 1 or more files as individual inputs
Kostya Serebryany
2016-02-02
4
-2
/
+48
*
MachineVerifier: Use report_context() instead of ad-hoc messages.
Matthias Braun
2016-02-02
1
-10
/
+32
*
[X86] Fix a bug in getMemOpBaseRegImmOfs
Sanjoy Das
2016-02-02
1
-1
/
+5
*
[libFuzzer] fail if the corpus dir does not exist
Kostya Serebryany
2016-02-02
2
-1
/
+4
*
[X86][FastISel] Don't force Nearest-Even rounding for VCVTPS2PH, use MXCSR.
Ahmed Bougacha
2016-02-02
1
-2
/
+4
*
[X86] Don't force Nearest-Even rounding for VCVTPS2PH, use MXCSR.
Ahmed Bougacha
2016-02-02
1
-2
/
+7
*
[safestack] Make sure the unsafe stack pointer is popped in all cases
Anna Zaks
2016-02-02
1
-27
/
+26
*
[LVI] Fix a latent bug in getValueAt
Philip Reames
2016-02-02
1
-0
/
+8
*
fix typos; NFC
Sanjay Patel
2016-02-01
1
-2
/
+2
*
[LVI] Remove overly tight assert from 259429
Philip Reames
2016-02-01
1
-2
/
+2
*
[X86][AVX512] Add support for AVX512 VMOVD (load) shuffle decoding
Simon Pilgrim
2016-02-01
1
-0
/
+1
*
[LVI] Add select handling
Philip Reames
2016-02-01
1
-0
/
+49
*
[X86][AVX512] Add support for AVX512 VMOVSD/VMOVSS shuffle decoding
Simon Pilgrim
2016-02-01
1
-0
/
+4
*
function names start with a lowercase letter; NFC
Sanjay Patel
2016-02-01
14
-324
/
+324
*
[InstCombine] simplify masked scatter/gather intrinsics with zero masks
Sanjay Patel
2016-02-01
1
-4
/
+22
*
[X86][AVX512] Add support for AVX512 VINSERTPS shuffle decoding
Simon Pilgrim
2016-02-01
1
-0
/
+2
*
SmallSet/SmallPtrSet: Refuse huge Small numbers
Matthias Braun
2016-02-01
1
-2
/
+2
*
Move comments a bit closer to associated code. NFC.
Chad Rosier
2016-02-01
1
-29
/
+25
*
Avoid inlining call sites in unreachable-terminated block
Jun Bum Lim
2016-02-01
1
-6
/
+17
*
Remove extra semicolon. NFC.
Chad Rosier
2016-02-01
1
-1
/
+1
*
[SCEV] Clean up isKnownPredicateViaConstantRanges; NFCI
Sanjoy Das
2016-02-01
1
-63
/
+20
*
[SCEV] Rename isKnownPredicateWithRanges; NFC
Sanjoy Das
2016-02-01
1
-7
/
+8
*
Fix infinite recursion in MCAsmStreamer::EmitValueImpl.
Rafael Espindola
2016-02-01
1
-7
/
+5
*
[ThinLTO] Ensure function summary output order is stable
Teresa Johnson
2016-02-01
1
-5
/
+11
*
[InstCombine] simplify masked store intrinsics with all ones or zeros masks
Sanjay Patel
2016-02-01
1
-1
/
+21
*
AArch64: Implement missed conditional compare sequences.
Balaram Makam
2016-02-01
3
-4
/
+49
*
[AArch64] Simplify prolog/epilog callee save/restore. NFC.
Geoff Berry
2016-02-01
1
-61
/
+87
*
[SystemZ] Fix wrong-code generation for certain always-false conditions
Ulrich Weigand
2016-02-01
1
-1
/
+1
*
[NFC] Referencing manual for reason why subregbit is checked
Colin LeMahieu
2016-02-01
1
-1
/
+2
*
[InstCombine] Don't transform (X+INT_MAX)>=(Y+INT_MAX) -> (X<=Y)
David Majnemer
2016-02-01
1
-1
/
+1
*
[ValueTracking] Improve isKnownNonZero for PHI of non-zero constants
Jun Bum Lim
2016-02-01
1
-0
/
+6
*
[InstCombine] simplify masked load intrinsics with all ones or zeros masks
Sanjay Patel
2016-02-01
1
-0
/
+30
*
[PrologEpilogInserter] Add some debug output for callee-save frame object all...
Geoff Berry
2016-02-01
1
-0
/
+2
*
[AArch64] Simplify callee-save register save/restore. NFC.
Geoff Berry
2016-02-01
2
-68
/
+23
*
[LV] Rename RdxPHIsToFix to PHIsToFix (NFC)
Matthew Simpson
2016-02-01
1
-39
/
+32
*
[X86][AVX512VBMI] add encoding and intrinsics for Multishift
Asaf Badouh
2016-02-01
5
-17
/
+39
*
[mips] Range check uimm16 and fix several bugs this revealed.
Daniel Sanders
2016-02-01
7
-56
/
+113
*
Improved macro emission in dwarf.
Amjad Aboud
2016-02-01
6
-82
/
+42
*
Reapply commit r258404 with fix.
Matthew Simpson
2016-02-01
1
-11
/
+231
*
WebAssembly NFC: simplify control flow
JF Bastien
2016-02-01
1
-43
/
+63
*
AVX512: fix mask handling for gather/scatter/prefetch intrinsics.
Igor Breger
2016-02-01
1
-39
/
+18
*
[X86][SSE] Find source of the inserted element of INSERTPS
Simon Pilgrim
2016-02-01
1
-4
/
+29
*
AVX512 : Fix SETCCE lowering for KNL 32 bit.
Igor Breger
2016-02-01
1
-2
/
+6
*
[X86] Cleanup the WinEHState pass
David Majnemer
2016-02-01
1
-25
/
+14
*
Revert r258580 and r258581.
David Majnemer
2016-02-01
1
-113
/
+0
*
[MCDwarf] Fix encoding of line tables with weird custom parameters
Frederic Riss
2016-01-31
1
-2
/
+5
*
Replace usages of llvm::utostr_32 with just llvm::utostr. While this is less ...
Craig Topper
2016-01-31
1
-20
/
+20
*
add helper function for minnum/maxnum ; NFC
Sanjay Patel
2016-01-31
1
-74
/
+80
[next]