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
...
*
[IR] Take func, ret, and arg attrs separately in AttributeList::get
Reid Kleckner
2017-04-13
7
-118
/
+84
*
[IR] Remove the APIntMoveTy typedef from ConstantRange. Use APInt type directly.
Craig Topper
2017-04-13
1
-2
/
+2
*
Fix compiler error in Attributes.cpp
Konstantin Zhuravlyov
2017-04-12
1
-1
/
+2
*
AMDGPU : Fix common dominator of two incoming blocks terminates with uniform ...
Wei Ding
2017-04-12
1
-2
/
+24
*
Fix some ArgList uses after API change in r300135.
Richard Smith
2017-04-12
1
-1
/
+1
*
Fix initialization order of class members.
Zachary Turner
2017-04-12
1
-2
/
+2
*
ArgList: cache index ranges containing arguments with each ID
Richard Smith
2017-04-12
1
-193
/
+33
*
[llvm-pdbdump] Minor prepatory refactor of Class Def Dumper.
Zachary Turner
2017-04-12
1
-4
/
+9
*
[llvm-pdbdump] More advanced class definition dumping.
Zachary Turner
2017-04-12
9
-9
/
+243
*
[libFuzzer] XFAIL fuzzer-oom.test on Darwin.
Akira Hatanaka
2017-04-12
1
-0
/
+1
*
[InstSimplify] Don't try to constant fold AllocaInsts since it won't do anyth...
Craig Topper
2017-04-12
1
-0
/
+4
*
[ValueTracking] Teach GetUnderlyingObject to stop when it reachs an alloca in...
Craig Topper
2017-04-12
1
-0
/
+3
*
[IR] Assert that we never create an empty AttributeListImpl, NFC
Reid Kleckner
2017-04-12
1
-13
/
+12
*
AMDGPU: Fix invalid copies when copying i1 to phys reg
Matt Arsenault
2017-04-12
3
-4
/
+30
*
[AMDGPU] Generate range metadata for workitem id
Stanislav Mekhanoshin
2017-04-12
6
-24
/
+118
*
Bitcode: Move version and global value module code parsers to separate functi...
Peter Collingbourne
2017-04-12
1
-240
/
+276
*
[InstCombine] Teach SimplifyMultipleUseDemandedBits to handle And/Or/Xor know...
Craig Topper
2017-04-12
1
-11
/
+46
*
[InstCombine] Remove unreachable code for turning an And where all demanded b...
Craig Topper
2017-04-12
1
-4
/
+0
*
[InstCombine] fix wrong undef handling when converting select to shuffle
Sanjay Patel
2017-04-12
1
-2
/
+4
*
[SelectionDAG] Use APInt move assignment to avoid 2 memory allocations and co...
Craig Topper
2017-04-12
1
-2
/
+2
*
CodeGen: BlockPlacement: Add comment about DenseMap Safety.
Kyle Butt
2017-04-12
1
-0
/
+3
*
[InstCombine] In SimplifyMultipleUseDemandedBits, use a switch instead of cas...
Craig Topper
2017-04-12
1
-3
/
+11
*
[InstCombine] Teach SimplifyDemandedInstructionBits that even if we reach an ...
Craig Topper
2017-04-12
1
-0
/
+6
*
MachineScheduler: Skip acyclic latency heuristic for in-order cores
Matthias Braun
2017-04-12
1
-1
/
+1
*
[InstCombine] Move portion of SimplifyDemandedUseBits that deals with instruc...
Craig Topper
2017-04-12
2
-76
/
+103
*
[AMDGPU][MC] Added support for several VI-specific opcodes (s_wakeup, etc)
Dmitry Preobrazhensky
2017-04-12
3
-1
/
+37
*
Teach SimplifyDemandedUseBits that adding or subtractings 0s from every bit b...
Craig Topper
2017-04-12
1
-1
/
+10
*
[AMDGPU][MC] Corrected parsing of v_cmp_class* and v_cmpx_class*
Dmitry Preobrazhensky
2017-04-12
2
-2
/
+4
*
[WebAssembly] Update use of Attributes after r299875
Derek Schuff
2017-04-12
1
-17
/
+14
*
[AMDGPU][MC] Corrected encoding of V_MQSAD_U32_U8 for CI
Dmitry Preobrazhensky
2017-04-12
1
-1
/
+1
*
Fix the bootstrap failure caused by r299986.
Easwaran Raman
2017-04-12
1
-0
/
+4
*
[InstCombine] morph an existing instruction instead of creating a new one
Sanjay Patel
2017-04-12
1
-7
/
+6
*
[AMDGPU][MC] Corrected ds_wrxchg2* to support two offsets
Dmitry Preobrazhensky
2017-04-12
1
-7
/
+21
*
Remove redundant type casts
Serge Pavlov
2017-04-12
1
-12
/
+8
*
Fix detection of backtrace() availability on FreeBSD
Ed Maste
2017-04-12
2
-3
/
+6
*
[SLPVectorizer] Pass the right type argument to getCmpSelInstrCost()
Jonas Paulsson
2017-04-12
1
-0
/
+2
*
[MachineBlockPlacment] Add an assert to ensure there is no order dependency o...
Benjamin Kramer
2017-04-12
1
-3
/
+7
*
[MachineBlockPlacement] Clean up data structures a bit.
Benjamin Kramer
2017-04-12
1
-21
/
+17
*
[LoopVectorizer] Improve handling of branches during cost estimation.
Jonas Paulsson
2017-04-12
1
-1
/
+32
*
[GlobalIsel][X86] support G_CONSTANT selection.
Igor Breger
2017-04-12
1
-1
/
+52
*
[LoopVectorizer, TTI] New method supportsEfficientVectorElementLoadStore()
Jonas Paulsson
2017-04-12
3
-2
/
+11
*
[AMDGPU][MC] Corrected src0 size for s_cbranch_join
Dmitry Preobrazhensky
2017-04-12
1
-1
/
+7
*
[SystemZ] TargetTransformInfo cost functions implemented.
Jonas Paulsson
2017-04-12
17
-69
/
+665
*
[DWARF] Fix compiler warnings in DWARFContext.cpp, NFCi
Krasimir Georgiev
2017-04-12
1
-2
/
+1
*
[AMDGPU] SDWA: make pass global
Sam Kolton
2017-04-12
1
-183
/
+175
*
[DWARF] - Refactoring of DWARFContextInMemory implementation.
George Rimar
2017-04-12
1
-64
/
+71
*
[LoadCombine] Avoid analysing dead basic blocks
Bjorn Pettersson
2017-04-12
1
-1
/
+12
*
[IR] Redesign the case iterator in SwitchInst to actually be an iterator
Chandler Carruth
2017-04-12
23
-114
/
+101
*
[InstCombine][IR] Add a commutable BinOp matcher. Use it to reduce some code....
Craig Topper
2017-04-12
1
-2
/
+1
*
[BPI] Refactor post domination calculation and simple fix for ColdCall
Serguei Katkov
2017-04-12
1
-46
/
+73
[prev]
[next]