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
*
[SelectionDAG] Add SEXT/AND/XOR/Or demanded elts support to ComputeNumSignBits
Simon Pilgrim
2017-10-29
1
-7
/
+11
*
[SelectionDAG] Add SRA/SHL demanded elts support to ComputeNumSignBits
Simon Pilgrim
2017-10-29
1
-3
/
+29
*
[SelectionDAG] Add support for INSERT_SUBVECTOR to computeKnownBits
Simon Pilgrim
2017-10-28
1
-0
/
+34
*
[SelectionDAG] Support 'bit preserving' floating points bitcasts on computeKn...
Simon Pilgrim
2017-10-28
1
-7
/
+15
*
Add a few missing headers for modularization/IWYU/etc
David Blaikie
2017-10-27
1
-1
/
+1
*
[DAGCombine] Don't combine sext with extload if sextload is not supported and...
Guozhi Wei
2017-10-27
1
-1
/
+5
*
[CodeGen] Fix -Wunused-private-field warning on lld-x86_64-darwin13.
Clement Courbet
2017-10-27
1
-2
/
+0
*
[CodeGen][ExpandMemCmp][NFC] Simplify load sequence generation.
Clement Courbet
2017-10-27
1
-40
/
+33
*
DAG: Fold fma (fneg x), K, y -> fma x, -K, y
Matt Arsenault
2017-10-27
1
-0
/
+8
*
Add subclass data to the FoldingSetNode for MemIntrinsicSDNodes.
Sean Fertile
2017-10-27
1
-0
/
+2
*
Revert "[CGP] Merge empty case blocks if no extra moves are added."
Balaram Makam
2017-10-27
1
-36
/
+11
*
[CGP] Merge empty case blocks if no extra moves are added.
Balaram Makam
2017-10-26
1
-11
/
+36
*
[MachineModuleInfoImpls] Replace qsort with array_pod_sort
Mandeep Singh Grang
2017-10-26
1
-10
/
+4
*
Tidy up CountingFunctionInserter a little. NFC.
Hans Wennborg
2017-10-26
1
-8
/
+4
*
Make the combiner check if shifts are legal before creating them
Aditya Nandakumar
2017-10-25
1
-2
/
+3
*
Re-land "[CodeGen][ExpandMemcmp][NFC] Allow memcmp to expand to vector loads ...
Clement Courbet
2017-10-25
1
-195
/
+227
*
[MachineScheduler] Minor refactoring.
Jonas Paulsson
2017-10-25
1
-13
/
+18
*
DAG: Fix creating select with wrong condition type
Matt Arsenault
2017-10-25
1
-1
/
+10
*
Implement salavageDebugInfo functionality for SelectionDAG.
Adrian Prantl
2017-10-24
2
-0
/
+35
*
Revert "[CodeGen][ExpandMemcmp][NFC] Allow memcmp to expand to vector loads (1)"
Martin Bohme
2017-10-24
1
-201
/
+196
*
Use range-based for loop. NFC
Adrian Prantl
2017-10-24
1
-5
/
+2
*
Use range-based-for. NFC
Adrian Prantl
2017-10-24
1
-6
/
+5
*
MIR: Print the register class or bank in vreg defs
Justin Bogner
2017-10-24
1
-12
/
+34
*
Doxygenify comments.
Adrian Prantl
2017-10-24
1
-26
/
+25
*
[SelectionDAG] Add VSELECT support to ComputeNumSignBits
Simon Pilgrim
2017-10-24
1
-0
/
+1
*
[CodeGen][ExpandMemcmp][NFC] Allow memcmp to expand to vector loads (1)
Clement Courbet
2017-10-24
1
-196
/
+201
*
[MC] Adding code padding for performance stability - infrastructure. NFC.
Omer Paparo Bivas
2017-10-24
1
-4
/
+29
*
[MachineOutliner] Add optimisation remarks for successful outlining
Jessica Paquette
2017-10-23
1
-36
/
+75
*
Fix buildbot breakage
George Burgess IV
2017-10-23
1
-0
/
+1
*
Don't crash when we see unallocatable registers in clobbers
George Burgess IV
2017-10-23
3
-15
/
+34
*
[MachineOutliner] NFC: Rename getters/setters to fit coding style
Jessica Paquette
2017-10-23
1
-13
/
+13
*
[DAGCombine] Permit combining of shuffles of equivalent splat BUILD_VECTORs
Simon Pilgrim
2017-10-23
1
-5
/
+15
*
Add logic to greedy reg alloc to avoid bad eviction chains
Marina Yatsina
2017-10-22
4
-20
/
+413
*
[SelectionDAG] Use dyn_cast without cast.
Florian Hahn
2017-10-21
1
-2
/
+2
*
[SelectionDAG] Use isa to silence unused variable warning (NFC).
Florian Hahn
2017-10-21
1
-1
/
+1
*
[SelectionDAG] Don't subject ConstantSDNodes to the depth limit in computeKno...
Craig Topper
2017-10-21
1
-10
/
+13
*
[SelectionDAG] Don't subject ISD:Constant to the depth limit in TargetLowerin...
Craig Topper
2017-10-21
1
-5
/
+7
*
[Packetizer] Add function to check for aliasing between instructions
Krzysztof Parzyszek
2017-10-20
1
-0
/
+32
*
[WebAssembly] MC: Fix crash when -g specified.
Sam Clegg
2017-10-20
1
-8
/
+5
*
[SelectionDAG] Add a check to getVectorShuffle to ensure that the only negati...
Craig Topper
2017-10-19
1
-1
/
+2
*
Untabify.
NAKAMURA Takumi
2017-10-18
1
-1
/
+1
*
[MachineOutliner][NFC] Clean up prune logic a bit
Jessica Paquette
2017-10-17
1
-33
/
+36
*
[MachineOutliner][NFC] Move decrement logic to OutlinedFunction
Jessica Paquette
2017-10-17
1
-16
/
+26
*
[MachineOutliner][NFC] Move end index calculation into Candidate
Jessica Paquette
2017-10-17
1
-20
/
+31
*
[DAGCombine] Add SCALAR_TO_VECTOR undef handling to simplifyShuffleMask.
Simon Pilgrim
2017-10-17
1
-2
/
+6
*
Fix implicit null check with negative offset
Yichao Yu
2017-10-17
1
-1
/
+1
*
Use the return value of UpdateNodeOperands(); in some cases, UpdateNodeOperan...
Mark Searles
2017-10-16
1
-1
/
+1
*
Add iterator range MachineRegisterInfo::liveins(), adopt users, NFC
Krzysztof Parzyszek
2017-10-16
2
-8
/
+7
*
[AMDGPU] : revert r315908
Alexander Timofeev
2017-10-16
1
-12
/
+10
*
[AMDGPU] Prevent Machine Copy Propagation from replacing live copy with the d...
Alexander Timofeev
2017-10-16
1
-11
/
+13
[next]