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
/
unittests
/
MI
/
LiveIntervalTest.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[unittests] Add InitializePasses.h includes
Heejin Ahn
2019-11-13
1
-0
/
+1
*
LiveIntervals: Fix handleMoveUp with subreg def moving across a def
Matt Arsenault
2019-10-18
1
-0
/
+40
*
[NewPM] Port MachineModuleInfo to the new pass manager.
Yuanfang Chen
2019-09-30
1
-3
/
+3
*
Fix typo
Matt Arsenault
2019-09-26
1
-2
/
+2
*
MachineModuleInfo: Store more specific reference to LLVMTargetMachine; NFC
Matthias Braun
2018-11-05
1
-5
/
+6
*
[LiveIntervals] Handle moving up dead partial write
Tim Renouf
2018-02-26
1
-0
/
+25
*
Followup on Proposal to move MIR physical register namespace to '$' sigil.
Puyan Lotfi
2018-01-31
1
-6
/
+6
*
Remove redundant includes from unittests.
Michael Zolotukhin
2017-12-13
1
-2
/
+0
*
Rename LiveIntervalAnalysis.h to LiveIntervals.h
Matthias Braun
2017-12-13
1
-1
/
+1
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-1
/
+1
*
Delete Default and JITDefault code models
Rafael Espindola
2017-08-03
1
-3
/
+2
*
UnitTests: Followup to 305519
Matthias Braun
2017-06-15
1
-1
/
+1
*
UnitTests: Replace some if(x)report_fatal_error() with EXPECT_TRUE(!x)
Matthias Braun
2017-06-15
1
-2
/
+1
*
UnitTests: Do not use assert() for error checking
Matthias Braun
2017-06-06
1
-1
/
+2
*
Re-sort #include lines for unittests. This uses a slightly modified
Chandler Carruth
2017-06-06
1
-2
/
+2
*
CodeGen: Refactor MIR parsing
Matthias Braun
2017-06-06
1
-6
/
+4
*
Fix subreg value numbers in handleMoveUp
Stanislav Mekhanoshin
2017-03-11
1
-0
/
+18
*
Test if we can use raw strings on all platforms compiling LLVM.
Matthias Braun
2017-02-23
1
-126
/
+126
*
CodeGen: Remove MachineFunctionAnalysis => Enable (Machine)ModulePasses
Matthias Braun
2016-08-24
1
-3
/
+3
*
MachineModuleInfo: Avoid dummy constructor, use INITIALIZE_TM_PASS
Matthias Braun
2016-08-24
1
-1
/
+1
*
Revert r279564. It introduces undefined behavior (binding a reference to a
Richard Smith
2016-08-23
1
-1
/
+2
*
CodeGen: Remove MachineFunctionAnalysis => Enable (Machine)ModulePasses
Matthias Braun
2016-08-23
1
-2
/
+1
*
Revert "(HEAD -> master, origin/master, origin/HEAD) CodeGen: Remove MachineF...
Matthias Braun
2016-08-23
1
-1
/
+2
*
CodeGen: Remove MachineFunctionAnalysis => Enable (Machine)ModulePasses
Matthias Braun
2016-08-23
1
-2
/
+1
*
MIRParser: Use dot instead of colon to mark subregisters
Matthias Braun
2016-07-26
1
-4
/
+4
*
LiveIntervalAnalysis: Fix handleMoveDown() problem
Matthias Braun
2016-07-26
1
-62
/
+91
*
LiveIntervalAnalysis: findLastUseBefore() must ignore undef uses.
Matthias Braun
2016-06-11
1
-0
/
+24
*
LiveIntervalAnalysis: Fix handleMove() re-using the wrong value number
Matthias Braun
2016-05-24
1
-2
/
+24
*
Delete Reloc::Default.
Rafael Espindola
2016-05-18
1
-1
/
+1
*
Appease MSVC
Matthias Braun
2016-05-10
1
-0
/
+1
*
LLVMTargetMachine: Add functions to create MIModuleInfo/MIFunction; NFC
Matthias Braun
2016-05-10
1
-8
/
+3
*
LiveIntervalAnalysis: Fix handleMove() extending liverange for undef inputs
Matthias Braun
2016-05-06
1
-0
/
+11
*
Add unittest for LiveIntervalAnalysis::handleMove()
Matthias Braun
2016-05-02
1
-3
/
+304
*
Make a stub version of MITests, instead of reverting.
NAKAMURA Takumi
2016-02-18
1
-0
/
+6
*
Revert "LiveIntervalAnalysis: Remove LiveVariables requirement" and LiveInter...
Matthias Braun
2016-02-18
1
-306
/
+0
*
Remove an unnecessary std::move to fix -Wpessimizing-move warning.
Craig Topper
2016-02-16
1
-1
/
+1
*
Fix typo in LiveIntervalTest
Matthias Braun
2016-02-15
1
-1
/
+1
*
Add unittest for LiveIntervalAnalysis::handleMove()
Matthias Braun
2016-02-15
1
-0
/
+306