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
/
SlotIndexes.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
1
-0
/
+11
*
SlotIndexes: delete unused functions
Fangrui Song
2019-06-23
1
-15
/
+0
*
SlotIndexes: simplify IdxMBBPair operators
Fangrui Song
2019-06-23
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
Fangrui Song
2018-09-27
1
-1
/
+1
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-4
/
+4
*
[DebugInfo] Examine all uses of isDebugValue() for debug instructions.
Shiva Chen
2018-05-09
1
-2
/
+2
*
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
*
Remove redundant includes from lib/CodeGen.
Michael Zolotukhin
2017-12-13
1
-1
/
+0
*
[CodeGen] Unify MBB reference format in both MIR and debug output
Francis Visoiu Mistrih
2017-12-04
1
-1
/
+1
*
Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering
David Blaikie
2017-11-08
1
-1
/
+1
*
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
*
CodeGen: Rename DEBUG_TYPE to match passnames
Matthias Braun
2017-05-25
1
-1
/
+1
*
VirtRegMap: Correctly deal with bundles when deleting identity copies.
Matthias Braun
2017-03-17
1
-0
/
+42
*
CodeGen: Use MachineInstr& in SlotIndexes.cpp, NFC
Duncan P. N. Exon Smith
2016-07-01
1
-18
/
+13
*
CodeGen: Take MachineInstr& in SlotIndexes and LiveIntervals, NFC
Duncan P. N. Exon Smith
2016-02-27
1
-6
/
+6
*
Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591...
Yaron Keren
2016-01-29
1
-2
/
+2
*
CodeGen: Continue removing ilist iterator implicit conversions
Duncan P. N. Exon Smith
2015-10-09
1
-2
/
+2
*
[llvm] Replacing asserts with static_asserts where appropriate
Gabor Horvath
2015-03-16
1
-1
/
+1
*
[Modules] Remove potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-2
/
+2
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-14
1
-4
/
+4
*
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
Benjamin Kramer
2014-03-02
1
-1
/
+1
*
Make some fixes for LiveInterval repair with debug info. Debug value
Cameron Zwarich
2013-02-23
1
-1
/
+1
*
Find anchoring end points for repairIntervalsInRange and repairIndexesInRange
Cameron Zwarich
2013-02-20
1
-0
/
+9
*
Add SlotIndexes::repairIndexesInRange(), which repairs SlotIndexes after adding
Cameron Zwarich
2013-02-20
1
-0
/
+61
*
Release build: guard dump functions with
Manman Ren
2012-09-11
1
-2
/
+2
*
Release build: guard dump functions with "ifndef NDEBUG"
Manman Ren
2012-09-06
1
-0
/
+4
*
Remove more dead code.
Jakob Stoklund Olesen
2012-04-25
1
-3
/
+0
*
SlotIndexes used to store the index list in a crufty custom linked-list. I can't
Lang Hames
2012-04-17
1
-27
/
+25
*
Use the standard MachineFunction::print() after SlotIndexes.
Jakob Stoklund Olesen
2012-01-24
1
-1
/
+1
*
Rename SlotIndexes to match how they are used.
Jakob Stoklund Olesen
2011-11-13
1
-4
/
+6
*
Use basic block numbers as indexes when mapping slot index ranges.
Jakob Stoklund Olesen
2011-04-02
1
-11
/
+9
*
Renumber slot indexes locally when possible.
Jakob Stoklund Olesen
2011-03-04
1
-2
/
+25
*
Number SlotIndexes uniformly without looking at the number of defs on each in...
Jakob Stoklund Olesen
2011-03-04
1
-24
/
+5
*
Add SlotIndex statistics.
Jakob Stoklund Olesen
2011-03-04
1
-0
/
+4
*
Renumber slot indexes uniformly instead of spacing according to the number of...
Jakob Stoklund Olesen
2011-03-03
1
-15
/
+1
*
Represent sentinel slot indexes with a null pointer.
Jakob Stoklund Olesen
2011-03-03
1
-31
/
+0
*
Tweak debug output from SlotIndexes.
Jakob Stoklund Olesen
2011-02-03
1
-1
/
+5
*
Insert two blank SlotIndexes between basic blocks instead of just one.
Jakob Stoklund Olesen
2010-11-11
1
-2
/
+6
*
Now with fewer extraneous semicolons!
Owen Anderson
2010-10-07
1
-1
/
+1
*
Remove SlotIndex::PHI_BIT. It is no longer used by anything.
Jakob Stoklund Olesen
2010-09-25
1
-5
/
+1
*
Terminator gaps were unused. Might as well delete them.
Jakob Stoklund Olesen
2010-09-24
1
-16
/
+1
*
Fix batch of converting RegisterPass<> to INTIALIZE_PASS().
Owen Anderson
2010-07-21
1
-1
/
+2
*
Print the LSBs of a SlotIndex symbolically using letters referring to the
Jakob Stoklund Olesen
2010-06-24
1
-1
/
+3
*
Fix "the the" and similar typos.
Dan Gohman
2010-02-10
1
-1
/
+1
*
move target-independent opcodes out of TargetInstrInfo
Chris Lattner
2010-02-09
1
-2
/
+2
*
Ignore DEBUG_VALUE when building live intervals;
Dale Johannesen
2010-01-22
1
-0
/
+3
*
Change errs() to dbgs().
David Greene
2010-01-05
1
-6
/
+6
[next]