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
*
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
*
[CodeGen][NFC] Rename IsVerbose to IsStandalone in Machine*::print
Francis Visoiu Mistrih
2018-01-18
1
-4
/
+4
*
[CodeGen] Print RegClasses on MI in verbose mode
Francis Visoiu Mistrih
2018-01-18
1
-5
/
+6
*
MachineFunction: Return reference from getFunction(); NFC
Matthias Braun
2017-12-15
1
-2
/
+2
*
Rename LiveIntervalAnalysis.h to LiveIntervals.h
Matthias Braun
2017-12-13
1
-1
/
+1
*
[CodeGen] Unify MBB reference format in both MIR and debug output
Francis Visoiu Mistrih
2017-12-04
1
-10
/
+13
*
[CodeGen] Rename functions PrintReg* to printReg*
Francis Visoiu Mistrih
2017-11-28
1
-1
/
+1
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-2
/
+2
*
Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering
David Blaikie
2017-11-08
1
-1
/
+1
*
Irreducible loop metadata for more accurate block frequency under PGO.
Hiroshi Yamauchi
2017-11-02
1
-0
/
+8
*
Reverting r315590; it did not include changes for llvm-tblgen, which is causi...
Aaron Ballman
2017-10-15
1
-1
/
+1
[next]