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
*
[New PM][PassInstrumentation] IR printing support for New Pass Manager
Fedor Sergeev
2018-09-24
1
-0
/
+1
*
[DAGCombiner] use UADDO to optimize saturated unsigned add
Sanjay Patel
2018-09-24
1
-0
/
+29
*
Remove debug printf leftover from r342397
Hans Wennborg
2018-09-24
1
-2
/
+0
*
[DAGCombiner] Remove some dead code from ConstantFoldBITCASTofBUILD_VECTOR
Craig Topper
2018-09-24
1
-9
/
+2
*
[DAGCombiner] Clarify a comment. NFC
Craig Topper
2018-09-23
1
-2
/
+4
*
[LegalizeTypes] Fix bad indentation. NFC
Craig Topper
2018-09-23
1
-1
/
+1
*
[DAGCombiner][x86] extend decompose of integer multiply into shift/add with n...
Sanjay Patel
2018-09-23
1
-6
/
+13
*
[DAGCombiner] Simplify some code in visitBITCAST. NFCI
Craig Topper
2018-09-22
1
-9
/
+3
*
[DAGCombiner] Rewrite r331896 in a different way to address a FIXME. NFCI
Craig Topper
2018-09-22
1
-11
/
+14
*
[MachineCopyPropagation] Refactor copy tracking into a class. NFC
Justin Bogner
2018-09-21
1
-99
/
+133
*
[MachineCopyPropagation] Minor clang-formatting. NFC
Justin Bogner
2018-09-21
1
-37
/
+37
*
Add the ability to register callbacks for removal and insertion of MachineInstrs
Aditya Nandakumar
2018-09-20
2
-1
/
+17
*
[MachineOutliner][NFC] Don't add MBBs with a size < 2 to the search space
Jessica Paquette
2018-09-20
1
-1
/
+5
*
[RegAllocGreedy] Fix crash in tryLocalSplit
Walter Lee
2018-09-20
1
-1
/
+5
*
[MachineOutliner][NFC] Move debug info emission to createOutlinedFunction
Jessica Paquette
2018-09-20
1
-35
/
+23
*
[SelectionDAG] replace duplicated peekThroughBitcast helper functions; NFCI
Sanjay Patel
2018-09-20
2
-38
/
+31
*
[DWARF] - Emit the correct value for DW_AT_addr_base.
George Rimar
2018-09-20
5
-10
/
+30
*
[MachineVerifier] Relax checkLivenessAtDef regarding dead subreg defs
Bjorn Pettersson
2018-09-20
1
-21
/
+11
*
[SelectionDAG] allow vector types with isBitwiseNot()
Sanjay Patel
2018-09-19
2
-4
/
+5
*
MachineScheduler: Add -misched-print-dags flag
Matthias Braun
2018-09-19
1
-1
/
+6
*
Copy utilities updated and added for MI flags
Michael Berg
2018-09-19
3
-1
/
+51
*
[DAGCombiner][x86] add transform/hook to decompose integer multiply into shif...
Sanjay Patel
2018-09-19
1
-0
/
+26
*
[AtomicExpandPass]: Add a hook for custom cmpxchg expansion in IR
Alex Bradbury
2018-09-19
1
-11
/
+27
*
[RISCV] Codegen for i8, i16, and i32 atomicrmw with RV32A
Alex Bradbury
2018-09-19
1
-1
/
+37
*
ScheduleDAG: Cleanup dumping code; NFC
Matthias Braun
2018-09-19
14
-129
/
+137
*
[PostRASink] Make sure to remove subregisters from live-ins as well
Krzysztof Parzyszek
2018-09-18
1
-2
/
+5
*
Revert r342457 "Fixes removal of dead elements from PressureDiff (PR37252)."
Hans Wennborg
2018-09-18
1
-1
/
+2
*
[TargetLowering] Android has sincos functions
John Brawn
2018-09-18
1
-1
/
+2
*
Fixes removal of dead elements from PressureDiff (PR37252).
Yury Gribov
2018-09-18
1
-2
/
+1
*
[MachineOutliner][NFC] Don't map more illegal instrs than you have to
Jessica Paquette
2018-09-17
1
-0
/
+11
*
Revert "Revert r342183 "[DAGCombine] Fix crash when store merging created an ...
Amara Emerson
2018-09-17
1
-1
/
+10
*
[DebugInfo] Fix build when std::vector::iterator is a pointer
Kristina Brooks
2018-09-16
1
-1
/
+1
*
[DAGCombiner] try to convert pow(x, 1/3) to cbrt(x)
Sanjay Patel
2018-09-16
4
-1
/
+35
*
[CodeGenPrepare] Preserve debug locs in OptimizeExtractBits
Vedant Kumar
2018-09-15
1
-1
/
+6
*
[BreakFalseDeps] Fix bad formatting. NFC
Craig Topper
2018-09-14
1
-1
/
+1
*
[codeview] Remove dead code
Reid Kleckner
2018-09-14
2
-17
/
+0
*
Revert r342183 "[DAGCombine] Fix crash when store merging created an extract_...
Reid Kleckner
2018-09-14
1
-8
/
+1
*
Fix debug info for SelectionDAG legalization of DAG nodes with two results.
Adrian Prantl
2018-09-14
1
-1
/
+1
*
fix noasserts build
Adrian Prantl
2018-09-14
1
-0
/
+2
*
SelectionDAG: Add compact SDDbgValue representation to -dag-dump-verbose output
Adrian Prantl
2018-09-14
2
-0
/
+19
*
fix typos
Adrian Prantl
2018-09-14
1
-1
/
+1
*
[DAGCombine] Fix crash when store merging created an extract_subvector with i...
Amara Emerson
2018-09-13
1
-1
/
+8
*
[MachineInstr] In addRegisterKilled and addRegisterDead, don't remove operand...
Craig Topper
2018-09-13
1
-2
/
+4
*
DAG: Fix expansion of unaligned FP loads and stores
Matt Arsenault
2018-09-13
1
-4
/
+6
*
ARM: align loops to 4 bytes on Cortex-M3 and Cortex-M4.
Tim Northover
2018-09-13
1
-1
/
+2
*
[DAGCombiner] improve formatting for select+setcc code; NFC
Sanjay Patel
2018-09-12
1
-17
/
+15
*
[CGP] Ensure splitgep gives deterministic output
David Green
2018-09-12
1
-1
/
+1
*
[SelectionDAG] Remove some code from PromoteIntOp_MGATHER that handles Update...
Craig Topper
2018-09-12
1
-8
/
+1
*
[MachineOutliner] Add codegen size remarks to the MachineOutliner
Jessica Paquette
2018-09-11
1
-1
/
+103
*
add IR flags to MI
Michael Berg
2018-09-11
5
-1
/
+28
[next]