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
*
[LLVM-C] Finish exception instruction bindings - Round 2
Robert Widmann
2018-03-30
1
-2
/
+92
*
Revert "[LLVM-C] Finish exception instruction bindings"
Vlad Tsyrklevich
2018-03-30
1
-92
/
+2
*
[IR] Fix some Clang-tidy modernize-use-auto warnings; other minor fixes (NFC).
Eugene Zelenko
2018-03-30
2
-58
/
+70
*
[IR][CodeGen] Remove dependency on EVT from IR/Function.cpp. Move EVT to Code...
Craig Topper
2018-03-29
3
-330
/
+19
*
[LLVM-C] Finish exception instruction bindings
Robert Widmann
2018-03-29
1
-2
/
+92
*
[NFC] OptPassGate extracted from OptBisect
Fedor Sergeev
2018-03-27
5
-23
/
+32
*
Fix layering by moving ValueTypes.h from CodeGen to IR
David Blaikie
2018-03-23
2
-6
/
+2
*
[MIR] Making MIR Printing, opt -dot-cfg, and -debug printing faster
Roman Tereshin
2018-03-22
1
-41
/
+73
*
[SimplifyCFG] Create attribute for fuzzing-specific optimizations.
Matt Morehouse
2018-03-22
2
-0
/
+3
*
Sink Analysis/ObjectUtil(canBeOmittedFromSymbolTable) into IR so it can be le...
David Blaikie
2018-03-21
1
-0
/
+18
*
Make ConstantDataArray::get constructor templated. Will support signed integers.
Alina Sbirlea
2018-03-19
1
-34
/
+0
*
[X86] Added support for nocf_check attribute for indirect Branch Tracking
Oren Ben Simhon
2018-03-17
2
-0
/
+3
*
[IR] Avoid the need to prefix MS C++ symbols with '\01'
Reid Kleckner
2018-03-16
1
-2
/
+10
*
Use standard `print(dbgs())` pattern to implement DebugLoc::dump
Sean Silva
2018-03-15
1
-13
/
+1
*
[ConstantFolding, InstSimplify] Handle more vector GEPs
Matthew Simpson
2018-03-15
1
-7
/
+18
*
[LLVM-C] [bindings/go] Add C and Golang bindings for COMDAT
Reid Kleckner
2018-03-14
1
-2
/
+56
*
Fix 'not all control paths return a value' MSVC warning. NFCI.
Simon Pilgrim
2018-03-14
1
-0
/
+1
*
[LLVM-C] Redo unnamed_address attribute bindings
Robert Widmann
2018-03-14
1
-0
/
+24
*
[ConstantFold] fp_binop AnyConstant, undef --> NaN
Sanjay Patel
2018-03-10
1
-2
/
+8
*
[WebAssembly] Add EVT::getEVTString() for except_ref type
Heejin Ahn
2018-03-09
1
-0
/
+1
*
Use branch funnels for virtual calls when retpoline mitigation is enabled.
Peter Collingbourne
2018-03-09
1
-7
/
+10
*
[ConstantFold] fp_binop undef, undef --> undef
Sanjay Patel
2018-03-08
1
-1
/
+4
*
[DebugInfo] Add verifier for DICompositeType vector
Matt Davis
2018-03-08
1
-0
/
+8
*
Refactor check for dllimport in the Verifier.
Rafael Espindola
2018-03-06
1
-11
/
+6
*
[PatternMatch, InstSimplify] fix m_NaN to work with vector constants and use it
Sanjay Patel
2018-03-02
1
-0
/
+13
*
[InstCombine] Allow fptrunc (fpext X)) to be reduced to a single fpext/ftrunc
Craig Topper
2018-03-02
1
-7
/
+1
*
[MIRParser] Accept overloaded intrinsic names w/o type suffixes
Roman Tereshin
2018-02-28
1
-3
/
+5
*
[Dominators] Remove verifyDomTree and add some verifying for Post Dom Trees
David Green
2018-02-28
1
-21
/
+7
*
[DebugInfo] Support DWARF v5 source code embedding extension
Scott Linder
2018-02-23
4
-13
/
+24
*
Intrinsics calls should avoid the PLT when "RtLibUseGOT" metadata is present.
Sriraman Tallam
2018-02-23
1
-0
/
+9
*
[InstCombine] allow fmul-sqrt folds with less than full -ffast-math
Sanjay Patel
2018-02-23
1
-3
/
+17
*
Syndicate duplicate code between CallInst and InvokeInst
Serge Guelton
2018-02-22
1
-237
/
+23
*
[InstCombine] fold fdiv with non-splat divisor to fmul: X/C --> X * (1/C)
Sanjay Patel
2018-02-20
1
-0
/
+13
*
[X86] Add 512-bit unmasked pmulhrsw/pmulhw/pmulhuw intrinsics. Remove and aut...
Craig Topper
2018-02-20
1
-0
/
+43
*
[ThinLTO] Add GraphTraits for FunctionSummaries
Charles Saternos
2018-02-19
1
-0
/
+24
*
Add default address space for functions to the data layout (1/3)
Dylan McKay
2018-02-19
1
-3
/
+14
*
Revert: [llvm] r325448 - [ThinLTO] Add GraphTraits for FunctionSummaries
Simon Pilgrim
2018-02-18
1
-24
/
+0
*
[ThinLTO] Add GraphTraits for FunctionSummaries
Charles Saternos
2018-02-17
1
-0
/
+24
*
[Constant] add floating-point helpers for normal/finite-nz; NFC
Sanjay Patel
2018-02-16
1
-0
/
+26
*
[JumpThreading] PR36133 enable/disable DominatorTree for LVI analysis
Brian M. Rzycki
2018-02-16
1
-0
/
+3
*
[InstCombine] allow X / C -> X * (1.0/C) for vector splat FP constants
Sanjay Patel
2018-02-15
1
-0
/
+11
*
[Utils] Salvage the debug info of DCE'ed 'and' instructions
Petar Jovanovic
2018-02-14
1
-0
/
+1
*
Adding a width of the GEP index to the Data Layout.
Elena Demikhovsky
2018-02-14
3
-14
/
+55
*
[IR] Fix creating mutable versions of TBAA access tags
Ivan A. Kosarev
2018-02-13
1
-1
/
+1
*
[Utils] Salvage debug info of DCE'ed mul/sdiv/srem instructions
Vedant Kumar
2018-02-13
1
-0
/
+2
*
[Utils] Salvage debug info of DCE'ed shl/lhsr/ashr instructions
Vedant Kumar
2018-02-13
1
-0
/
+3
*
[Utils] Salvage the debug info of DCE'ed 'xor' instructions
Vedant Kumar
2018-02-13
1
-0
/
+1
*
[X86] Reverse the operand order of the autoupgrade of the kunpack builtins.
Craig Topper
2018-02-12
1
-1
/
+2
*
Revert "[ThinLTO] Add GraphTraits for FunctionSummaries"
Volodymyr Sapsai
2018-02-12
1
-24
/
+0
*
[DebugInfo] Unify ChecksumKind and Checksum value in DIFile
Scott Linder
2018-02-12
5
-52
/
+52
[next]