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
*
[CodeGen] Be as conservative about atomic accesses as for volatile
Philip Reames
2019-02-01
1
-1
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[SchedModel] Fix for read advance cycles with implicit pseudo operands.
Jonas Paulsson
2018-10-30
1
-4
/
+16
*
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
Fangrui Song
2018-09-27
1
-1
/
+1
*
ScheduleDAG: Cleanup dumping code; NFC
Matthias Braun
2018-09-19
1
-3
/
+15
*
[ScheduleDAGInstrs / buildSchedGraph] Clear subregister entries also.
Jonas Paulsson
2018-05-24
1
-7
/
+8
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-22
/
+19
*
[DebugInfo] Examine all uses of isDebugValue() for debug instructions.
Shiva Chen
2018-05-09
1
-3
/
+6
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-4
/
+4
*
IWYU for llvm-config.h in llvm, additions.
Nico Weber
2018-04-30
1
-0
/
+1
*
[TargetSchedule] shrink interface for init(); NFCI
Sanjay Patel
2018-04-08
1
-1
/
+1
*
[CodeGen] Change std::sort to llvm::sort in response to r327219
Mandeep Singh Grang
2018-04-06
1
-1
/
+1
*
Revert "[CodeGen] Move printing '\n' from MachineInstr::print to MachineBasic...
Francis Visoiu Mistrih
2018-02-19
1
-1
/
+0
*
[CodeGen] Move printing '\n' from MachineInstr::print to MachineBasicBlock::p...
Francis Visoiu Mistrih
2018-02-08
1
-0
/
+1
*
MachineFunction: Return reference from getFunction(); NFC
Matthias Braun
2017-12-15
1
-1
/
+1
*
Recommit CodeGen: Fix assertion in machine inst sheduler due to llvm.dbg.value
Yaxun Liu
2017-12-15
1
-1
/
+2
*
Revert CodeGen: Fix assertion in machine inst sheduler due to llvm.dbg.value
Yaxun Liu
2017-12-14
1
-2
/
+1
*
CodeGen: Fix assertion in machine inst sheduler due to llvm.dbg.value
Yaxun Liu
2017-12-13
1
-1
/
+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
-1
/
+1
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-2
/
+2
*
Reverting r315590; it did not include changes for llvm-tblgen, which is causi...
Aaron Ballman
2017-10-15
1
-3
/
+3
*
[dump] Remove NDEBUG from test to enable dump methods [NFC]
Don Hinton
2017-10-12
1
-3
/
+3
*
[ScheduleDAGInstrs] fix behavior of getUnderlyingObjectsForCodeGen when no id...
Hiroshi Inoue
2017-10-12
1
-10
/
+17
*
Fix typo.
Eric Christopher
2017-08-03
1
-1
/
+1
*
[StackColoring] Update AliasAnalysis information in stack coloring pass
Hiroshi Inoue
2017-08-01
1
-61
/
+2
*
[CodeGen] Rename DEBUG_TYPE to match passnames
Evandro Menezes
2017-07-11
1
-1
/
+1
*
ScheduleDAGInstrs: Fix fixupKills() adding too many kill flags.
Matthias Braun
2017-06-27
1
-1
/
+1
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-3
/
+3
*
[CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use wa...
Eugene Zelenko
2017-06-01
1
-27
/
+53
*
ScheduleDAGInstrs: Fix fixupKills()
Matthias Braun
2017-05-27
1
-157
/
+49
*
Refactor alias check from MISched into common helper. NFC.
Eli Friedman
2017-03-09
1
-61
/
+1
*
[MISched] Remove unused arguments. NFC.
Eli Friedman
2017-03-04
1
-4
/
+2
*
Cleanup dump() functions.
Matthias Braun
2017-01-28
1
-4
/
+5
*
ScheduleDAGInstrs: Do not try to toggle kill flags on debug uses
Matthias Braun
2017-01-27
1
-0
/
+3
*
ScheduleDAGInstrs: Cleanup toggleKillFlag(); NFC
Matthias Braun
2017-01-27
1
-11
/
+10
*
ScheduleDAGInstrs: Cleanup; NFC
Matthias Braun
2017-01-27
1
-69
/
+45
*
Implement LaneBitmask::any(), use it to replace !none(), NFCI
Krzysztof Parzyszek
2016-12-16
1
-4
/
+4
*
Extract LaneBitmask into a separate type
Krzysztof Parzyszek
2016-12-15
1
-12
/
+13
*
ScheduleDAGInstrs: Move VRegUses to ScheduleDAGMILive; NFCI
Matthias Braun
2016-11-11
1
-43
/
+0
*
ScheduleDAGInstrs: Add condjump deps to addSchedBarrierDeps()
Matthias Braun
2016-11-11
1
-7
/
+4
*
ScheduleDAGInstrs: Ignore dependencies of constant physregs
Matthias Braun
2016-11-10
1
-0
/
+3
*
ScheduleDAGInstrs: Slightly simplify code; NFC
Matthias Braun
2016-11-10
1
-20
/
+12
*
MachineInstrBundle: Pass iterators to getBundle(Start|End); NFC
Matthias Braun
2016-10-25
1
-2
/
+2
*
Fix machine operand traversal in ScheduleDAGInstrs::fixupKills
Krzysztof Parzyszek
2016-10-05
1
-2
/
+7
*
ScheduleDAGInstrs: Cleanup, use range based for; NFC
Matthias Braun
2016-09-30
1
-61
/
+45
*
[CodeGen] Rename MachineInstr::isInvariantLoad to isDereferenceableInvariantL...
Justin Lebar
2016-09-10
1
-2
/
+3
*
MachineFunction: Return reference for getFrameInfo(); NFC
Matthias Braun
2016-07-28
1
-5
/
+5
*
Untabify.
NAKAMURA Takumi
2016-07-25
1
-1
/
+1
*
CodeGen: Use MachineInstr& in ScheduleDAGIntrs, NFC
Duncan P. N. Exon Smith
2016-07-01
1
-43
/
+43
[next]