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
/
MachineBasicBlock.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Allow output constraints on "asm goto""
Bill Wendling
2020-01-07
1
-11
/
+0
*
Allow output constraints on "asm goto"
Bill Wendling
2020-01-07
1
-0
/
+11
*
[MIBundles] Move analyzePhysReg out of MIBundleOperands iterator (NFC).
Florian Hahn
2019-12-02
1
-4
/
+2
*
[MachineBasicBlock] Skip over debug instructions in computeRegisterLiveness b...
Craig Topper
2019-11-01
1
-0
/
+5
*
[Alignment][NFC] Remove unneeded llvm:: scoping on Align types
Guillaume Chatelet
2019-09-27
1
-1
/
+1
*
[Alignment][NFC] Align(1) to Align::None() conversions
Guillaume Chatelet
2019-09-18
1
-1
/
+1
*
[Alignment][NFC] Remove LogAlignment functions
Guillaume Chatelet
2019-09-18
1
-2
/
+2
*
[LLVM][Alignment] Make functions using log of alignment explicit
Guillaume Chatelet
2019-09-05
1
-2
/
+2
*
[CodeGen] Introduce MachineBasicBlock::replacePhiUsesWith helper and use it. NFC
Bjorn Pettersson
2019-08-30
1
-15
/
+15
*
[SlotIndexes] Add print-slotindexes to disable printing slotindexes
Jinsong Ji
2019-08-22
1
-2
/
+8
*
Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM
Daniel Sanders
2019-08-15
1
-5
/
+5
*
Eliminate implicit Register->unsigned conversions in VirtRegMap. NFC
Daniel Sanders
2019-08-13
1
-2
/
+2
*
Revert Register/MCRegister: Add conversion operators to avoid use of implicit...
Daniel Sanders
2019-08-05
1
-1
/
+1
*
Fix MSVC error after r367916
Daniel Sanders
2019-08-05
1
-1
/
+1
*
Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re...
Daniel Sanders
2019-08-01
1
-4
/
+4
*
Fix parameter name comments using clang-tidy. NFC.
Rui Ueyama
2019-07-16
1
-1
/
+1
*
Revert r365198 as this accidentally commited something that
Robert Lougher
2019-07-05
1
-7
/
+2
*
This reverts r365061 and r365062 (test update)
Robert Lougher
2019-07-05
1
-2
/
+7
*
[ADT] Notify ilist traits about in-list transfers
Reid Kleckner
2019-01-23
1
-2
/
+6
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[CodeGen] Fix forward scan in MachineBasicBlock::computeRegisterLiveness.
Eli Friedman
2018-11-14
1
-15
/
+12
*
[CodeGen] fix broken successor probability in MBB dump
Hiroshi Inoue
2018-09-28
1
-1
/
+1
*
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
Fangrui Song
2018-09-27
1
-1
/
+1
*
Use TRI->regsOverlap() in MachineBasicBlock::computeRegisterLiveness
Mikael Holmen
2018-09-25
1
-6
/
+4
*
Add the ability to register callbacks for removal and insertion of MachineInstrs
Aditya Nandakumar
2018-09-20
1
-1
/
+4
*
Don't count debug instructions towards neighborhood count
Matt Arsenault
2018-08-30
1
-3
/
+13
*
CodeGen: Make computeRegisterLiveness search forward first
Matt Arsenault
2018-08-30
1
-33
/
+35
*
CodeGen: Make computeRegisterLiveness consider successors
Matt Arsenault
2018-08-30
1
-0
/
+14
*
[SLH] Introduce a new pass to do Speculative Load Hardening to mitigate
Chandler Carruth
2018-07-13
1
-0
/
+19
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-7
/
+7
*
[DebugInfo] Examine all uses of isDebugValue() for debug instructions.
Shiva Chen
2018-05-09
1
-5
/
+5
*
IWYU for llvm-config.h in llvm, additions.
Nico Weber
2018-04-30
1
-0
/
+1
*
[CodeGen] Fix printing bundles in MIR output
Krzysztof Parzyszek
2018-04-10
1
-1
/
+2
*
[x86] Introduce a pass to begin more systematically fixing PR36028 and simila...
Chandler Carruth
2018-04-10
1
-0
/
+8
*
[CodeGen] Change std::sort to llvm::sort in response to r327219
Mandeep Singh Grang
2018-04-06
1
-4
/
+4
*
[WebAssembly] Add DebugLoc information to WebAssembly block and loop.
Derek Schuff
2018-03-15
1
-0
/
+10
*
[CodeGen] Don't omit any redundant information in -debug output
Francis Visoiu Mistrih
2018-02-26
1
-3
/
+3
*
[CodeGen] Fix tests breaking after r325505
Francis Visoiu Mistrih
2018-02-19
1
-2
/
+0
*
Revert "[CodeGen] Move printing '\n' from MachineInstr::print to MachineBasic...
Francis Visoiu Mistrih
2018-02-19
1
-1
/
+0
*
[CodeGen] Separate MBB metadata from instructions in -debug printing
Francis Visoiu Mistrih
2018-02-15
1
-1
/
+9
*
[CodeGen] Print irreducible loop header weight as a MIR comment
Francis Visoiu Mistrih
2018-02-15
1
-3
/
+2
*
[CodeGen] Print predecessors, successors, then liveins in -debug printing
Francis Visoiu Mistrih
2018-02-14
1
-17
/
+18
*
[CodeGen] Print bundled instructions using the MIR syntax in -debug output
Francis Visoiu Mistrih
2018-02-13
1
-7
/
+23
*
[CodeGen] Print predecessors as MIR comments in -debug output
Francis Visoiu Mistrih
2018-02-09
1
-3
/
+7
*
[CodeGen] Unify the syntax of MBB liveins in MIR and -debug output
Francis Visoiu Mistrih
2018-02-09
1
-5
/
+12
*
[CodeGen] Don't compute BranchProbability for MBB::print
Francis Visoiu Mistrih
2018-02-09
1
-15
/
+19
*
[CodeGen] Only print successors when the list is not empty
Francis Visoiu Mistrih
2018-02-09
1
-21
/
+24
*
[CodeGen] Unify the syntax of MBB successors in MIR and -debug output
Francis Visoiu Mistrih
2018-02-09
1
-11
/
+24
*
[CodeGen] Move printing '\n' from MachineInstr::print to MachineBasicBlock::p...
Francis Visoiu Mistrih
2018-02-08
1
-0
/
+1
*
[CodeGen] Print MachineBasicBlock labels using MIR syntax in -debug output
Francis Visoiu Mistrih
2018-02-08
1
-13
/
+33
[next]