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
/
ResourcePriorityQueue.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implementation of asm-goto support in LLVM
Craig Topper
2019-02-08
1
-0
/
+4
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Silence a bunch of implicit fallthrough warnings
Adrian Prantl
2017-12-19
1
-0
/
+1
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-2
/
+2
*
Refactoring with range-based for, NFC
Krzysztof Parzyszek
2017-05-04
1
-39
/
+28
*
Add iterator_range<regclass_iterator> to {Target,MC}RegisterInfo, NFC
Krzysztof Parzyszek
2017-01-25
1
-11
/
+4
*
Use the range variant of find instead of unpacking begin/end
David Majnemer
2016-08-11
1
-1
/
+1
*
Replace silly uses of 'signed' with 'int'
David Majnemer
2016-06-21
1
-8
/
+8
*
Fix some comment typos.
Benjamin Kramer
2015-08-08
1
-3
/
+3
*
unique_ptrify ResourcePriorityQueue::ResourceModel
David Blaikie
2015-03-03
1
-1
/
+1
*
Remove ResourcePriorityQueue::dump as it relies on copying a non-copyable typ...
David Blaikie
2015-03-03
1
-14
/
+0
*
Remove unused argument to CreateTargetScheduleState and change
Eric Christopher
2014-10-09
1
-1
/
+1
*
Remove uses of getSubtargetImpl from ResourcePriorityQueue and
Eric Christopher
2014-10-09
1
-7
/
+5
*
Cache TargetLowering on SelectionDAGISel and update previous
Eric Christopher
2014-10-08
1
-3
/
+2
*
Change MCSchedModel to be a struct of statically initialized data.
Pete Cooper
2014-09-02
1
-1
/
+1
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-5
/
+7
*
Fix indenting.
Eric Christopher
2014-07-23
1
-13
/
+14
*
Reorganize and simplify local variables.
Eric Christopher
2014-07-23
1
-13
/
+11
*
Fix 'platform-specific' hyphenations
Alp Toker
2014-06-30
1
-1
/
+1
*
[Modules] Remove potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-14
1
-5
/
+5
*
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
Benjamin Kramer
2014-03-02
1
-4
/
+4
*
Rename variables for consistency.
Eli Friedman
2013-09-11
1
-6
/
+6
*
Fix unused variables.
Eli Friedman
2013-09-10
1
-1
/
+0
*
Cache the TargetLowering info object as a pointer.
Bill Wendling
2013-06-06
1
-4
/
+4
*
Change TargetLowering::getRegClassFor to take an MVT, instead of EVT.
Patrik Hagglund
2012-12-13
1
-8
/
+8
*
Revert EVT->MVT changes, r169836-169851, due to buildbot failures.
Patrik Hagglund
2012-12-11
1
-8
/
+8
*
Change TargetLowering::getRegClassFor to take an MVT, instead of EVT.
Patrik Hagglund
2012-12-11
1
-8
/
+8
*
Simplify code. No functionality change.
Jakub Staszak
2012-12-04
1
-3
/
+1
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-3
/
+3
*
I'm introducing a new machine model to simultaneously allow simple
Andrew Trick
2012-07-07
1
-1
/
+1
*
misched: Added MultiIssueItineraries.
Andrew Trick
2012-06-05
1
-1
/
+1
*
Fix typos found by http://github.com/lyda/misspell-check
Benjamin Kramer
2012-06-02
1
-2
/
+2
*
misched preparation: rename core scheduler methods for consistency.
Andrew Trick
2012-03-07
1
-1
/
+1
*
VLIW specific scheduler framework that utilizes deterministic finite automato...
Andrew Trick
2012-02-01
1
-0
/
+657