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
*
WebAssembly: fix build break introduced by ELFObjectWriter churn
JF Bastien
2016-01-13
2
-4
/
+5
*
[Coverage] introduce class hierarchy (funcRecordReader) to support multiple v...
Xinliang David Li
2016-01-13
1
-22
/
+82
*
Revert r257699 -- windows buildbot failure TBI
Xinliang David Li
2016-01-13
1
-85
/
+22
*
[libFuzzer] make sure we find buffer overflow in the input buffer. Previously...
Kostya Serebryany
2016-01-13
6
-17
/
+48
*
move return variable declarations down to where they are actually used; NFCI
Sanjay Patel
2016-01-13
1
-11
/
+10
*
[Coverage] introduce class hierarchy (funcRecordReader) to support multiple v...
Xinliang David Li
2016-01-13
1
-22
/
+85
*
Convert a few assert failures into proper errors.
Rafael Espindola
2016-01-13
11
-42
/
+55
*
Simplify. NFC.
Rafael Espindola
2016-01-13
1
-9
/
+9
*
fix formatting; NFC
Sanjay Patel
2016-01-13
1
-4
/
+2
*
hasNUses(0) == use_empty() ; NFCI
Sanjay Patel
2016-01-13
1
-4
/
+3
*
[Hexagon] Fix the options controlling jump table generation
Krzysztof Parzyszek
2016-01-13
1
-2
/
+2
*
rangify; NFCI
Sanjay Patel
2016-01-13
1
-6
/
+5
*
don't duplicate comments that are in the header file; NFC
Sanjay Patel
2016-01-13
1
-16
/
+0
*
AMDGPU/SI: Update ISA version for FIJI
Changpeng Fang
2016-01-13
4
-2
/
+7
*
Fix instance of -Wcovered-switch-default
Reid Kleckner
2016-01-13
1
-2
/
+0
*
[readobj] Expand CodeView dumping functionality
Reid Kleckner
2016-01-13
2
-29
/
+26
*
[WebAssembly] Add an assertion to catch unexpected MCFixupKindInfo flags.
Dan Gohman
2016-01-13
1
-0
/
+2
*
[WebAssembly] MCFixupKindInfo's TargetSize is in bits rather than bytes.
Dan Gohman
2016-01-13
1
-2
/
+2
*
Fix struct/class mismatch for MachineSchedContext
Hans Wennborg
2016-01-13
1
-1
/
+1
*
rangify; NFCI
Sanjay Patel
2016-01-13
1
-4
/
+4
*
don't repeat names in comments ; NFC
Sanjay Patel
2016-01-13
1
-5
/
+5
*
fix typo
Sanjay Patel
2016-01-13
1
-1
/
+1
*
AMDGPU/SI: Fix a GPU hang with POS_W_FLOAT enabled
Marek Olsak
2016-01-13
1
-1
/
+8
*
AMDGPU/SI: Remove ending s_endpgm from non-void functions
Marek Olsak
2016-01-13
1
-0
/
+8
*
AMDGPU/SI: Add s_waitcnt at the end of non-void functions
Marek Olsak
2016-01-13
4
-1
/
+19
*
AMDGPU/SI: Add support for non-void functions
Marek Olsak
2016-01-13
6
-1
/
+136
*
[WebAssemly] Invalidate liveness in CFG stackifier
Derek Schuff
2016-01-13
1
-0
/
+3
*
fix typo
Sanjay Patel
2016-01-13
1
-1
/
+1
*
AMDGPU/SI: Add SI Machine Scheduler
Nicolai Haehnle
2016-01-13
9
-3
/
+2503
*
Fixing warning by adding the X86ISD::VROTRI case.
Michael Zuckerman
2016-01-13
1
-0
/
+1
*
[Hexagon] Do not insert non-phis before phis in bit simplification
Krzysztof Parzyszek
2016-01-13
1
-7
/
+19
*
[AVX512] Adding PMOVSXBD/W/Q , PMOVZSDQ and PMOVZSWD/Q Intrinsics .
Michael Zuckerman
2016-01-13
1
-0
/
+36
*
[AVX512] Adding PMOVZXBD/W/Q , PMOVZXDQ and PMOVZXWD/Q Intrinsics
Michael Zuckerman
2016-01-13
1
-0
/
+36
*
[PowerPC] Fix large code model with the ELFv2 ABI
Ulrich Weigand
2016-01-13
3
-24
/
+101
*
[AVX512] adding PRORQ , PRORD , PRORLVQ and PRORLVD Intrinsics
Michael Zuckerman
2016-01-13
4
-3
/
+15
*
AMDGPU/SI: Allow more shader inputs
Marek Olsak
2016-01-13
1
-6
/
+30
*
AMDGPU/SI: Allow any number of PS inputs
Marek Olsak
2016-01-13
1
-3
/
+1
*
AMDGPU/SI: Add new target attribute InitialPSInputAddr
Marek Olsak
2016-01-13
7
-15
/
+55
*
AMDGPU/SI: Fix a bug in SIFoldOperands
Marek Olsak
2016-01-13
1
-0
/
+11
*
LEA code size optimization pass (Part 2): Remove redundant LEA instructions.
Andrey Turetskiy
2016-01-13
2
-3
/
+160
*
Remove extra whitespace. NFC.
Junmo Park
2016-01-13
1
-10
/
+10
*
[SPARC] Revamp AnalyzeBranch and add ReverseBranchCondition.
James Y Knight
2016-01-13
2
-89
/
+96
*
[Coverage] Refactor coverage mapping reader code
Xinliang David Li
2016-01-13
1
-17
/
+13
*
Rollback r257551 -- unexpected test failures TBI
Xinliang David Li
2016-01-13
1
-13
/
+17
*
Re-Revert r257105 (Verifier debug info changes)
Keno Fischer
2016-01-13
2
-64
/
+16
*
[libFuzzer] make sure to update CurrentUnit when drilling
Kostya Serebryany
2016-01-13
1
-1
/
+4
*
Use utostr rather than std::to_string
Keno Fischer
2016-01-13
1
-2
/
+2
*
AsmPrinter: Fix wrong OS X versions being emitted for darwin triples
Matthias Braun
2016-01-13
1
-14
/
+18
*
[CodeView] Mark our lines as statements, not expressions
David Majnemer
2016-01-13
1
-3
/
+18
*
[Coverage] Refactor coverage mapping reader code /NFC
Xinliang David Li
2016-01-13
1
-17
/
+13
[next]