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
/
CodeGen
Commit message (
Expand
)
Author
Age
Files
Lines
*
[GlobalISel] Add a G_BRJT opcode.
Amara Emerson
2019-06-14
2
-0
/
+23
*
GlobalISel: Avoid producing Illegal copies in RegBankSelect
Matt Arsenault
2019-06-14
1
-4
/
+25
*
[CodeGenPrepare] propagate debuginfo when copying a shuffle
Sanjay Patel
2019-06-14
1
-0
/
+1
*
RegBankSelect: Remove checks for invalid mappings
Matt Arsenault
2019-06-14
1
-5
/
+2
*
Fix not calling TargetCustom PSVs printer
Matt Arsenault
2019-06-14
1
-1
/
+1
*
DebugInfo: Include enumerators in pubnames
David Blaikie
2019-06-14
1
-0
/
+5
*
Use fully qualified name when printing S_CONSTANT records
Amy Huang
2019-06-13
1
-4
/
+5
*
[GlobalISel][IRTranslator] Add debug loc with line 0 to constants emitted int...
Amara Emerson
2019-06-13
1
-3
/
+14
*
[MachinePiepliner] Don't check boundary node in checkValidNodeOrder
Jinsong Ji
2019-06-13
1
-0
/
+5
*
[Codegen] Merge tail blocks with no successors after block placement
David Bolvansky
2019-06-13
1
-20
/
+18
*
Remove ';' after namespace's closing bracket [NFC]
David Stenberg
2019-06-13
1
-1
/
+1
*
[FIX] Forces shrink wrapping to consider any memory access as aliasing with t...
Diogo N. Sampaio
2019-06-13
1
-0
/
+9
*
[NFC] Sink a function call into LiveDebugValues::process
Jeremy Morse
2019-06-13
1
-7
/
+13
*
[CodeGen] Add getMachineMemOperand + MachineMemOperand::Flags allocator helpe...
Simon Pilgrim
2019-06-13
1
-0
/
+9
*
[DebugInfo] Honour variable fragments in LiveDebugValues
Jeremy Morse
2019-06-13
1
-39
/
+227
*
[DebugInfo] Move Value struct out of DebugLocEntry as DbgValueLoc (NFC)
Nikola Prica
2019-06-13
3
-106
/
+102
*
[DebugInfo] Use FrameDestroy to extend stack locations to end-of-function
Jeremy Morse
2019-06-13
1
-2
/
+5
*
[TargetLowering] Add MachineMemOperand::Flags to allowsMemoryAccess tests (PR...
Simon Pilgrim
2019-06-12
3
-4
/
+7
*
StackProtector: Use PointerMayBeCaptured
Matt Arsenault
2019-06-12
1
-35
/
+4
*
[MIR] Skip hoisting to basic block which may throw exception or return
Anton Afanasyev
2019-06-12
1
-0
/
+2
*
[NFC] Correct comments in RegisterCoalescer.
Hsiangkai Wang
2019-06-12
1
-6
/
+6
*
[GlobalISel] Add a G_JUMP_TABLE opcode.
Amara Emerson
2019-06-11
2
-0
/
+14
*
[PowerPC] Enable MachinePipeliner for P9 with -ppc-enable-pipeliner
Jinsong Ji
2019-06-11
1
-4
/
+12
*
[TargetLowering] Add allowsMemoryAccess(MachineMemOperand) helper wrapper. NFCI.
Simon Pilgrim
2019-06-11
3
-45
/
+47
*
[DAGCombine] GetNegatedExpression - constant float vector support (PR42105)
Simon Pilgrim
2019-06-11
1
-9
/
+40
*
Change semantics of fadd/fmul vector reductions.
Sander de Smalen
2019-06-11
2
-36
/
+39
*
AtomicExpand: Don't crash on non-0 alloca
Matt Arsenault
2019-06-11
1
-2
/
+6
*
AMDGPU: Expand < 32-bit atomics
Matt Arsenault
2019-06-11
1
-0
/
+4
*
[MIR-Canon] Fixing non-determinism that was breaking bots (NFC).
Puyan Lotfi
2019-06-11
1
-3
/
+7
*
[GlobalISel] Translate memset/memmove/memcpy from undef ptrs into nops
Jessica Paquette
2019-06-10
1
-0
/
+13
*
[FastISel] Skip creating unnecessary vregs for arguments
Francis Visoiu Mistrih
2019-06-10
2
-33
/
+36
*
[DebugInfo] Terminate all location-lists at end of block
Jeremy Morse
2019-06-10
2
-117
/
+113
*
[DebugInfo] More strict debug range for stack variables
Nikola Prica
2019-06-10
6
-128
/
+174
*
[DAGCombine] Match a pattern where a wide type scalar value is stored by seve...
QingShan Zhang
2019-06-10
1
-0
/
+180
*
[TargetLowering] Simplify (ctpop x) == 1
David Bolvansky
2019-06-09
1
-1
/
+12
*
[MIR] Add simple PRE pass to MachineCSE
Anton Afanasyev
2019-06-09
1
-9
/
+118
*
Use for-range loop. NFCI.
Simon Pilgrim
2019-06-09
1
-3
/
+1
*
[DAGCombine] visitAND - merge (zext_inreg ((s)extload x)) -> (zextload x) com...
Simon Pilgrim
2019-06-08
1
-21
/
+4
*
[SystemZ, RegAlloc] Favor 3-address instructions during instruction selection.
Jonas Paulsson
2019-06-08
3
-3
/
+8
*
Factor out SelectionDAG's switch analysis and lowering into a separate compon...
Amara Emerson
2019-06-08
5
-767
/
+573
*
[GlobalISel] IRTranslator: Translate the intrinsics ignored by CodeGen
Volkan Keles
2019-06-07
1
-0
/
+5
*
[DAGCombine] visitAND - fix local shadow variable warnings. NFCI.
Simon Pilgrim
2019-06-07
1
-24
/
+24
*
[DAGCombine] Use APInt::extractBits in "sub-splat" constant mask detection. N...
Simon Pilgrim
2019-06-07
1
-3
/
+3
*
[MachineScheduler] checkResourceLimit boundary condition update
Jinsong Ji
2019-06-07
1
-5
/
+11
*
TailDuplicator: Remove no-op analyzeBranch call
Matt Arsenault
2019-06-07
1
-5
/
+0
*
Fix for lld buildbot
Sam Parker
2019-06-07
1
-2
/
+1
*
[CodeGen] Generic Hardware Loop Support
Sam Parker
2019-06-07
3
-0
/
+443
*
[DebugInfo] Incorrect debug info record generated for loop counter.
Alexey Lapshin
2019-06-06
1
-19
/
+1
*
[AIX] Implement function descriptor on SDAG
Jason Liu
2019-06-06
2
-0
/
+16
*
[DAGCombine] MergeConsecutiveStores - improve non-temporal load\store handlin...
Simon Pilgrim
2019-06-06
1
-7
/
+23
[next]