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
*
Make DIExpression::createFragmentExpression() return an Optional.
Adrian Prantl
2017-11-07
1
-5
/
+15
*
[IPO/LowerTypesTest] Skip blockaddress(es) when replacing uses.
Davide Italiano
2017-11-07
1
-0
/
+22
*
[DebugInfo] Unify logic to merge DILocations. NFC.
Vedant Kumar
2017-11-06
2
-19
/
+28
*
[IR] redefine 'UnsafeAlgebra' / 'reassoc' fast-math-flags and add 'trans' fas...
Sanjay Patel
2017-11-06
2
-7
/
+31
*
[x86][AVX512] Lowering Broadcastm intrinsics to LLVM IR
Jina Nahias
2017-11-06
1
-1
/
+10
*
GCOV: Move GCOV from IR & Support into ProfileData to fix layering
David Blaikie
2017-11-03
2
-822
/
+0
*
[Verifier] Remove the -verify-debug-info cl::opt
Vedant Kumar
2017-11-02
1
-2
/
+0
*
Irreducible loop metadata for more accurate block frequency under PGO.
Hiroshi Yamauchi
2017-11-02
3
-0
/
+21
*
[LLVM-C] Expose functions to create debug locations via DIBuilder.
whitequark
2017-11-01
1
-1
/
+81
*
Create instruction classes for identifying any atomicity of memory intrinsic....
Daniel Neilson
2017-10-30
1
-5
/
+3
*
[ConstantFold] Fix a crash when folding a GEP that has vector index
Haicheng Wu
2017-10-28
1
-0
/
+3
*
[LLVM-C] Publicly expose getters of MetadataType, TokenType
whitequark
2017-10-27
1
-3
/
+6
*
Represent runtime preemption in the IR.
Sean Fertile
2017-10-26
3
-0
/
+13
*
[inlineasm] Fix crash when number of matched input constraint operands overfl...
Daniil Fukalov
2017-10-25
1
-0
/
+2
*
[ConstantFolding] Avoid assert when folding ptrtoint of vectorized GEP
Bjorn Pettersson
2017-10-24
1
-0
/
+9
*
[raw_fd_ostream] report actual error in error messages
Bob Haarman
2017-10-24
1
-1
/
+2
*
Fix invalid ptrtoint in InstCombine
Yichao Yu
2017-10-22
1
-2
/
+5
*
Verifier: Ignore CUs pulled in by ODR-uniqued types.
Adrian Prantl
2017-10-18
1
-0
/
+5
*
Revert "Verifier: Ignore CUs pulled in by ODR-uniqued types."
Adrian Prantl
2017-10-18
1
-6
/
+0
*
Verifier: Ignore CUs pulled in by ODR-uniqued types.
Adrian Prantl
2017-10-18
1
-0
/
+6
*
Add !callees metadata
Matthew Simpson
2017-10-16
2
-0
/
+9
*
Reverting r315590; it did not include changes for llvm-tblgen, which is causi...
Aaron Ballman
2017-10-15
8
-12
/
+12
*
[TableGen] Allow intrinsics to have up to 8 return values.
Artem Belevich
2017-10-12
1
-5
/
+10
*
[dump] Remove NDEBUG from test to enable dump methods [NFC]
Don Hinton
2017-10-12
8
-12
/
+12
*
Silence MSVC warnings about unsigned wrapping without UB
Reid Kleckner
2017-10-11
1
-7
/
+5
*
Bitcode: add an auto-upgrade for LTO section name
Saleem Abdulrasool
2017-10-06
1
-0
/
+29
*
Minor refactoring regarding Cast::isNoopCast(), NFC
Mikael Holmen
2017-10-05
1
-25
/
+3
*
[OptRemark] Move YAML writing to IR
Adam Nemet
2017-10-04
2
-0
/
+88
*
Move verbosity check for remarks to the diag handler
Adam Nemet
2017-10-04
1
-1
/
+5
*
Refactor DIBuilder dbg intrinsic insertion, NFC
Reid Kleckner
2017-10-03
1
-58
/
+57
*
[Lint] Avoid failed assertion by fetching the proper pointer type
Mikael Holmen
2017-10-03
1
-10
/
+18
*
Move the stripping of invalid debug info from the Verifier to AutoUpgrade.
Adrian Prantl
2017-10-02
4
-33
/
+23
*
Update getMergedLocation to check the instruction type and merge properly.
Dehao Chen
2017-10-02
1
-0
/
+23
*
[AMDGPU] calling conventions for AMDPAL OS type
Tim Renouf
2017-09-29
1
-0
/
+2
*
[X86] Finishing broadcastf32x2 and broadcasti32x2 intrinsics lowering to IR. ...
Uriel Korach
2017-09-26
1
-8
/
+2
*
[Verifier] Stop accepting broken DIGlobalVariable(s).
Davide Italiano
2017-09-24
1
-1
/
+3
*
Fix uninteneded fallthrough detected by GCC warning
Reid Kleckner
2017-09-22
1
-0
/
+1
*
Re-land r313825: "[IR] Add llvm.dbg.addr, a control-dependent version of llvm...
Reid Kleckner
2017-09-21
2
-2
/
+14
*
Revert r313825: "[IR] Add llvm.dbg.addr, a control-dependent version of llvm....
Daniel Jasper
2017-09-21
2
-14
/
+2
*
Fixed reverted commit rL312318
Strahinja Petrovic
2017-09-21
1
-0
/
+1
*
[IR] Add llvm.dbg.addr, a control-dependent version of llvm.dbg.declare
Reid Kleckner
2017-09-20
2
-2
/
+14
*
Allow ORE.emit to take a closure to delay building the remark object
Adam Nemet
2017-09-19
2
-12
/
+9
*
Re-land "Fix Bug 30978 by emitting cv file checksums."
Reid Kleckner
2017-09-19
1
-0
/
+2
*
[x86] Lowering Mask Set1 intrinsics to LLVM IR
Jina Nahias
2017-09-19
1
-0
/
+7
*
[X86] Remove VPERM2F128/VPERM2I128 intrinsics and autoupgrade to native shuff...
Craig Topper
2017-09-16
1
-0
/
+38
*
Revert "Fix Bug 30978 by emitting cv file checksums."
Eric Beckmann
2017-09-16
1
-2
/
+0
*
[AutoUpgrade] Fix a compatibility issue with module flag
Steven Wu
2017-09-15
1
-0
/
+18
*
[ConstantFold] Return the correct type when folding a GEP with vector indices.
Davide Italiano
2017-09-15
1
-1
/
+12
*
This patch fixes https://bugs.llvm.org/show_bug.cgi?id=32352
Vivek Pandya
2017-09-15
7
-82
/
+133
*
This reverts r313381
Vivek Pandya
2017-09-15
7
-133
/
+82
[next]