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
/
SelectionDAG
/
ScheduleDAGSDNodes.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Recommit "Add a heap alloc site marker field to the ExtraInfo in MachineInstrs"
Amy Huang
2019-10-28
1
-4
/
+4
*
Revert "Add an instruction marker field to the ExtraInfo in MachineInstrs."
Amy Huang
2019-10-25
1
-4
/
+4
*
Add an instruction marker field to the ExtraInfo in MachineInstrs.
Amy Huang
2019-10-25
1
-4
/
+4
*
Prune Analysis includes from SelectionDAG.h
Reid Kleckner
2019-10-19
1
-1
/
+1
*
Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM
Daniel Sanders
2019-08-15
1
-1
/
+1
*
Recommit "[MS] Emit S_HEAPALLOCSITE debug info in Selection DAG"
Amy Huang
2019-08-07
1
-0
/
+10
*
Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re...
Daniel Sanders
2019-08-01
1
-2
/
+2
*
Revert "[MS] Emit S_HEAPALLOCSITE debug info in Selection DAG" and
Amy Huang
2019-07-31
1
-10
/
+0
*
Fix to r367374 "[MS] Emit S_HEAPALLOCSITE debug info in Selection DAG"
Amy Huang
2019-07-31
1
-4
/
+8
*
[MS] Emit S_HEAPALLOCSITE debug info in SelectionDAG
Amy Huang
2019-07-31
1
-0
/
+6
*
[ISEL][X86] Tracking of registers that forward call arguments
Djordje Todorovic
2019-06-27
1
-2
/
+8
*
Use llvm::stable_sort
Fangrui Song
2019-04-23
1
-1
/
+1
*
DAG: Don't try to cluster loads with tied inputs
Matt Arsenault
2019-03-08
1
-1
/
+20
*
[DebugInfo][DAG] Avoid re-ordering of DBG_VALUEs
Jeremy Morse
2019-01-28
1
-21
/
+50
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[DebugInfo] Emit undef DBG_VALUEs when SDNodes are optimised out
Jeremy Morse
2018-12-10
1
-5
/
+8
*
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
-6
/
+19
*
[SDAG] Remove the reliance on MI's allocation strategy for
Chandler Carruth
2018-08-14
1
-6
/
+4
*
[DebugInfo] Convert intrinsic llvm.dbg.label to MachineInstr.
Shiva Chen
2018-05-09
1
-0
/
+33
*
IWYU for llvm-config.h in llvm, additions.
Nico Weber
2018-04-30
1
-0
/
+1
*
[CodeGen] Change std::sort to llvm::sort in response to r327219
Mandeep Singh Grang
2018-04-06
1
-1
/
+1
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-3
/
+3
*
Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering
David Blaikie
2017-11-08
1
-1
/
+1
*
Use range-based-for. NFC
Adrian Prantl
2017-10-24
1
-6
/
+5
*
Reverting r315590; it did not include changes for llvm-tblgen, which is causi...
Aaron Ballman
2017-10-15
1
-2
/
+2
*
[dump] Remove NDEBUG from test to enable dump methods [NFC]
Don Hinton
2017-10-12
1
-2
/
+2
*
[DebugInfo] Sort the SDDbgValue list before assuming it is in IR order
Reid Kleckner
2017-09-25
1
-9
/
+18
*
Use {} instead of make_pair and an iterator for the insertion point, NFC
Reid Kleckner
2017-09-25
1
-5
/
+6
*
Remove redundant call to GluedNodes.back() [NFC]
Artyom Skrobov
2017-02-19
1
-2
/
+1
*
Cleanup dump() functions.
Matthias Braun
2017-01-28
1
-0
/
+1
*
[DAG] Don't increase SDNodeOrder for dbg.value/declare.
Mikael Holmen
2017-01-19
1
-3
/
+3
*
SelectionDAG: Avoid implicit iterator conversions in ScheduleDAGSDNodes, NFC
Duncan P. N. Exon Smith
2016-07-08
1
-1
/
+1
*
Avoid overly large SmallPtrSet/SmallSet
Matthias Braun
2016-01-30
1
-1
/
+1
*
Add allnodes() iterator range to SelectionDAG. NFC.
Pete Cooper
2015-07-14
1
-6
/
+4
*
Convert a bunch of loops to foreach. NFC.
Pete Cooper
2015-06-26
1
-3
/
+3
*
Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types
Benjamin Kramer
2015-05-29
1
-1
/
+1
*
Prefer SmallVector::append/insert over push_back loops.
Benjamin Kramer
2015-02-17
1
-15
/
+5
*
Adjust ScheduleDAGSDNodes::RegDefIter for patchpoints
Hal Finkel
2015-01-14
1
-0
/
+8
*
Update SetVector to rely on the underlying set's insert to return a pair<iter...
David Blaikie
2014-11-19
1
-3
/
+3
*
Convert some EVTs to MVTs where only a SimpleValueType is needed.
Craig Topper
2014-11-16
1
-1
/
+1
*
ScheduleDAG: record PhysReg dependencies represented by CopyFromReg nodes
Tim Northover
2014-10-23
1
-5
/
+10
*
Remove more calls to getSubtargetImpl from the schedulers and
Eric Christopher
2014-10-09
1
-2
/
+1
*
typos
Sanjay Patel
2014-10-07
1
-2
/
+2
*
typos
Sanjay Patel
2014-10-07
1
-1
/
+1
*
Make this SmallVector size a power of two as suggested by Chandler
Hans Wennborg
2014-08-11
1
-1
/
+1
*
Increase the size of this SmallVector in CloneNodeWithValues.
Hans Wennborg
2014-08-11
1
-1
/
+1
*
Have MachineFunction cache a pointer to the subtarget to make lookups
Eric Christopher
2014-08-05
1
-1
/
+1
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-2
/
+2
*
Convert SelectionDAG::MorphNodeTo to use ArrayRef.
Craig Topper
2014-04-27
1
-1
/
+1
[next]