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
...
*
Remove extra whitespace. NFC.
Junmo Park
2016-01-07
1
-1
/
+1
*
Fix a type issue in r255455. Should not use unsigned type as std::abs()'s tem...
Cong Hou
2015-12-13
1
-1
/
+1
*
Replace <cstdint> by llvm/Support/DataTypes.h for the typedef of uint64_t. NFC.
Cong Hou
2015-12-13
1
-1
/
+1
*
Add the missing header file <cstdint> needed by uint64_t
Cong Hou
2015-12-13
1
-0
/
+1
*
Normalize MBB's successors' probabilities in several locations.
Cong Hou
2015-12-13
1
-3
/
+23
*
CodeGen: Redo analyzePhysRegs() and computeRegisterLiveness()
Matthias Braun
2015-12-11
1
-24
/
+22
*
Allow known and unknown probabilities coexist in MBB's successor list.
Cong Hou
2015-12-01
1
-8
/
+17
*
Replace all weight-based interfaces in MBB with probability-based interfaces,...
Cong Hou
2015-12-01
1
-109
/
+33
*
Revert r254348: "Replace all weight-based interfaces in MBB with probability-...
Hans Wennborg
2015-12-01
1
-33
/
+109
*
Replace all weight-based interfaces in MBB with probability-based interfaces,...
Cong Hou
2015-12-01
1
-109
/
+33
*
Let SelectionDAG start to use probability-based interface to add successors.
Cong Hou
2015-11-24
1
-3
/
+22
*
Remove a redundant assertion in MachineBasicBlock.cpp. NFC.
Cong Hou
2015-11-18
1
-1
/
+0
*
Remove redundant code in MachineBasicBlock.cpp. NFC.
Cong Hou
2015-11-18
1
-28
/
+8
*
[WinEH] Don't forward branches across empty EH pad BBs
Reid Kleckner
2015-11-11
1
-0
/
+1
*
[WinEH] Mark funclet entries and exits as clobbering all registers
Reid Kleckner
2015-11-06
1
-0
/
+14
*
Add new interfaces to MBB for manipulating successors with probabilities inst...
Cong Hou
2015-11-04
1
-0
/
+82
*
Create a new interface addSuccessorWithoutWeight(MBB*) in MBB to add successo...
Cong Hou
2015-10-27
1
-7
/
+11
*
CodeGen: Avoid ilist iterator implicit conversions in a few more places, NFC
Duncan P. N. Exon Smith
2015-10-09
1
-21
/
+19
*
Rename some function arguments in MachineBasicBlock.cpp/h by turning the firs...
Cong Hou
2015-09-29
1
-55
/
+55
*
TargetRegisterInfo: Introduce PrintLaneMask.
Matthias Braun
2015-09-25
1
-2
/
+1
*
TargetRegisterInfo: Add typedef unsigned LaneBitmask and use it where apropri...
Matthias Braun
2015-09-25
1
-3
/
+3
*
[WinEH] Add and use hasEHPadSuccessor instead of getLandingPadSuccessor
Reid Kleckner
2015-09-17
1
-0
/
+7
*
Use the cached TargetInstrInfo instead of looking it up again.
Eric Christopher
2015-09-16
1
-2
/
+1
*
Save LaneMask with livein registers
Matthias Braun
2015-09-09
1
-9
/
+40
*
[WinEH] Add some support for code generating catchpad
Reid Kleckner
2015-08-27
1
-9
/
+8
*
MachineBasicBlock: Use MCPhysReg instead of unsigned in livein API
Matthias Braun
2015-08-25
1
-5
/
+4
*
Try to fix buildbots
Matthias Braun
2015-08-24
1
-1
/
+2
*
Let's try to fix GNU libstdc++ buildbots
Matthias Braun
2015-08-24
1
-1
/
+1
*
MachineBasicBlock: Add liveins() method returning an iterator_range
Matthias Braun
2015-08-24
1
-7
/
+6
*
NFC. Convert comments in MachineBasicBlock.cpp into new style.
Cong Hou
2015-08-12
1
-35
/
+23
*
NFC. Fix some format issues in lib/CodeGen/MachineBasicBlock.cpp.
Cong Hou
2015-08-10
1
-11
/
+13
*
Revert r244154 which causes some build failure. See https://llvm.org/bugs/sho...
Cong Hou
2015-08-06
1
-26
/
+4
*
Record whether the weights on out-edges from a MBB are normalized.
Cong Hou
2015-08-05
1
-4
/
+26
*
Reverting r243386 because it has serious post-commit concerns that have not b...
Aaron Ballman
2015-07-29
1
-0
/
+5
*
Changes for MachineBasicBlock to use SortedVector for LiveIns.
Puyan Lotfi
2015-07-28
1
-5
/
+0
*
CodeGen: Push the ModuleSlotTracker through MachineOperands
Duncan P. N. Exon Smith
2015-06-26
1
-1
/
+1
*
CodeGen: Use a single SlotTracker in MachineFunction::print()
Duncan P. N. Exon Smith
2015-06-26
1
-1
/
+16
*
[MachineBasicBlock] Add getFirstNonDebugInstr to complement getLastNonDebugInstr
Benjamin Kramer
2015-06-23
1
-0
/
+8
*
[MachineBasicBlock] Use the const_cast(this) trick to reduce duplication
Benjamin Kramer
2015-06-23
1
-25
/
+0
*
MachineBasicBlock: Cleanup computeRegisterLiveness()
Matthias Braun
2015-05-27
1
-16
/
+14
*
MC: Clean up method names in MCContext.
Jim Grosbach
2015-05-18
1
-1
/
+1
*
Remove superfluous .str() and replace std::string concatenation with Twine.
Yaron Keren
2015-03-27
1
-1
/
+1
*
Rewrite MachineOperand::print and MachineInstr::print to avoid
Eric Christopher
2015-02-27
1
-1
/
+1
*
The leak detector is dead, long live asan and valgrind.
Rafael Espindola
2014-12-22
1
-5
/
+0
*
CodeGen: Stop using LeakDetector for MachineInstr
Duncan P. N. Exon Smith
2014-12-11
1
-4
/
+0
*
Allow target to specify prefix for labels
Matt Arsenault
2014-12-04
1
-3
/
+1
*
Update SetVector to rely on the underlying set's insert to return a pair<iter...
David Blaikie
2014-11-19
1
-1
/
+1
*
[MachineDominatorTree] Provide a method to inform a MachineDominatorTree that a
Quentin Colombet
2014-08-13
1
-25
/
+2
*
Have MachineFunction cache a pointer to the subtarget to make lookups
Eric Christopher
2014-08-05
1
-14
/
+8
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-8
/
+17
[prev]
[next]