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
/
ScheduleDAGInstrs.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
ScheduleDAGInstrs: Fix memory corruption
Matthias Braun
2016-05-25
1
-2
/
+2
*
ScheduleDAGInstrs: Comment on why subreg defs are not seen as uses; NFC
Matthias Braun
2016-05-10
1
-0
/
+4
*
Fix PR26655: Bail out if all regs of an inst BUNDLE have the correct kill flag
Mandeep Singh Grang
2016-05-10
1
-27
/
+11
*
[ScheduleDAG] Make sure to process all def operands before any use operands
Krzysztof Parzyszek
2016-05-10
1
-8
/
+25
*
ScheduleDAGInstrs.cpp: Don't peel the iterator when it points the end. This w...
NAKAMURA Takumi
2016-05-02
1
-1
/
+1
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-1
/
+0
*
Do not modify a cl::opt programmatically, global mutable state is evil.
Mehdi Amini
2016-04-16
1
-9
/
+13
*
[ScheduleDAGInstrs] Re-factor for based on review feedback. NFC.
Geoff Berry
2016-04-14
1
-52
/
+45
*
[ScheduleDAGInstrs] Handle instructions with multiple MMOs
Geoff Berry
2016-04-12
1
-30
/
+41
*
Fix PR26940 where compiles times regressed massively.
Chandler Carruth
2016-03-31
1
-33
/
+30
*
WIP: CodeGen: Use MachineInstr& in MachineInstrBundle.h, NFC
Duncan P. N. Exon Smith
2016-02-27
1
-2
/
+2
*
CodeGen: Take MachineInstr& in SlotIndexes and LiveIntervals, NFC
Duncan P. N. Exon Smith
2016-02-27
1
-1
/
+1
*
Revert "CodeGen: MachineInstr::getIterator() => getInstrIterator(), NFC"
Duncan P. N. Exon Smith
2016-02-22
1
-4
/
+4
*
CodeGen: MachineInstr::getIterator() => getInstrIterator(), NFC
Duncan P. N. Exon Smith
2016-02-21
1
-4
/
+4
*
[ScheduleDAGInstrs] isUnsafeMemoryObject() removed
Jonas Paulsson
2016-02-15
1
-36
/
+5
*
[ScheduleDagInstrs] Improved comments
Jonas Paulsson
2016-02-04
1
-9
/
+9
*
[ScheduleDAGInstrs::buildSchedGraph()] Handling of memory dependecies rewritten.
Jonas Paulsson
2016-02-03
1
-347
/
+362
*
Temporarily revert "[ScheduleDAGInstrs::buildSchedGraph()] Handling of memory...
Jonas Paulsson
2016-01-29
1
-376
/
+347
*
[ScheduleDAGInstrs::buildSchedGraph()] Handling of memory dependecies rewritten.
Jonas Paulsson
2016-01-29
1
-347
/
+376
*
[ScheduleDAGInstrs] Simplify logic to improve readability. NFC.
Chad Rosier
2016-01-26
1
-2
/
+1
*
MachineScheduler: Allow independent scheduling of sub register defs
Matthias Braun
2016-01-20
1
-0
/
+19
*
RegisterPressure: Make liveness tracking subregister aware
Matthias Braun
2016-01-20
1
-1
/
+1
*
RegisterPressure: Expose RegisterOperands API
Matthias Braun
2016-01-12
1
-4
/
+9
*
ScheduleDAGInstrs: Bug fix for missed memory dependency.
Geoff Berry
2016-01-06
1
-3
/
+12
*
ScheduleDAGInstrs: Move LiveIntervals field to ScheduleDAGMI
Matthias Braun
2015-12-04
1
-2
/
+1
*
ScheduleDAGInstrs: Rework schedule graph builder.
Matthias Braun
2015-12-04
1
-66
/
+161
*
Revert "ScheduleDAGInstrs: Rework schedule graph builder."
Matthias Braun
2015-12-03
1
-159
/
+66
*
ScheduleDAGInstrs: Rework schedule graph builder.
Matthias Braun
2015-12-03
1
-66
/
+159
*
ScheduleDAGInstrs: Remove IsPostRA flag; NFC
Matthias Braun
2015-11-03
1
-14
/
+7
*
Revert "ScheduleDAGInstrs: Remove IsPostRA flag"
Matthias Braun
2015-10-29
1
-5
/
+12
*
ScheduleDAGInstrs: Remove IsPostRA flag
Matthias Braun
2015-10-29
1
-12
/
+5
*
Refactor: Simplify boolean conditional return statements in lib/CodeGen.
Rafael Espindola
2015-10-24
1
-5
/
+3
*
CodeGen: Avoid more ilist iterator implicit conversions, NFC
Duncan P. N. Exon Smith
2015-10-09
1
-2
/
+2
*
Save LaneMask with livein registers
Matthias Braun
2015-09-09
1
-5
/
+5
*
MachineBasicBlock: Add liveins() method returning an iterator_range
Matthias Braun
2015-08-24
1
-9
/
+5
*
Fix some comment typos.
Benjamin Kramer
2015-08-08
1
-4
/
+4
*
Move most user of TargetMachine::getDataLayout to the Module one
Mehdi Amini
2015-07-16
1
-17
/
+17
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
[PM/AA] Hoist the AliasResult enum out of the AliasAnalysis class.
Chandler Carruth
2015-06-22
1
-2
/
+2
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
[PM/AA] Remove the Location typedef from the AliasAnalysis class now
Chandler Carruth
2015-06-17
1
-5
/
+5
*
CodeGen: Use mop_iterator instead of MIOperands/ConstMIOperands
Matthias Braun
2015-05-29
1
-6
/
+6
*
use range-based for-loop
Sanjay Patel
2015-05-21
1
-3
/
+2
*
use range-based for-loop; NFCI
Sanjay Patel
2015-05-21
1
-4
/
+1
*
Remove MCInstrItineraries includes in parts that don't use them anymore
Matthias Braun
2015-05-14
1
-1
/
+0
*
CodeGen: ignore DEBUG_VALUE nodes in KILL tagging
Saleem Abdulrasool
2015-05-12
1
-0
/
+6
*
ScheduleDAGInstrs: In functions with tail calls PseudoSourceValues are not no...
Arnold Schwaighofer
2015-05-08
1
-0
/
+8
*
ScheduleDAGInstrs should toggle kill flags on bundled instrs.
Pete Cooper
2015-05-04
1
-1
/
+46
*
DataLayout is mandatory, update the API to reflect it with references.
Mehdi Amini
2015-03-10
1
-47
/
+58
*
Rewrite MachineOperand::print and MachineInstr::print to avoid
Eric Christopher
2015-02-27
1
-1
/
+1
[next]