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
/
ExecutionDepsFix.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
MachineFunctionProperties/MIRParser: Rename AllVRegsAllocated->NoVRegs, compu...
Matthias Braun
2016-08-25
1
-1
/
+1
*
Fix for PR29010
Marina Yatsina
2016-08-17
1
-1
/
+5
*
Fixing bug committed in rev. 278321
Marina Yatsina
2016-08-17
1
-3
/
+6
*
Avoid false dependencies of undef machine operands
Marina Yatsina
2016-08-11
1
-0
/
+53
*
ExecutionDepsFix - Fix bug in clearance calculation
Marina Yatsina
2016-07-21
1
-2
/
+0
*
CodeGen: Use MachineInstr& in TargetInstrInfo, NFC
Duncan P. N. Exon Smith
2016-06-30
1
-7
/
+7
*
Add opt-bisect support to additional passes that can be skipped
Andrew Kaylor
2016-05-03
1
-0
/
+2
*
livePhysRegs: Pass MBB by reference in addLive{Ins|Outs}(); NFC
Matthias Braun
2016-05-03
1
-1
/
+1
*
LivePhysRegs: Automatically determine presence of pristine regs.
Matthias Braun
2016-05-03
1
-1
/
+3
*
Add MachineFunctionProperty checks for AllVRegsAllocated for target passes
Derek Schuff
2016-04-04
1
-0
/
+5
*
use range-based for-loops; NFCI
Sanjay Patel
2015-12-29
1
-9
/
+6
*
CodeGen: Start removing implicit conversions to/from list iterators, NFC
Duncan P. N. Exon Smith
2015-10-09
1
-1
/
+1
*
Save LaneMask with livein registers
Matthias Braun
2015-09-09
1
-2
/
+2
*
MachineBasicBlock: Add liveins() method returning an iterator_range
Matthias Braun
2015-08-24
1
-3
/
+2
*
MachineRegisterInfo: Introduce isPhysRegUsed()
Matthias Braun
2015-08-18
1
-7
/
+6
*
Use make_range(rbegin(), rend()) to allow foreach loops. NFC.
Pete Cooper
2015-07-24
1
-4
/
+3
*
MachineRegisterInfo: Remove UsedPhysReg infrastructure
Matthias Braun
2015-07-14
1
-5
/
+7
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-2
/
+2
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-2
/
+2
*
remove function names from comments; NFC
Sanjay Patel
2015-03-15
1
-7
/
+6
*
fix typo: NFC
Sanjay Patel
2015-03-15
1
-1
/
+1
*
ExecutionDepsFix: Indizes -> Indices.
Matthias Braun
2015-03-06
1
-10
/
+10
*
Fix typo.
Eric Christopher
2015-03-06
1
-1
/
+1
*
ExecutionDepsFix: Correctly handle wide registers.
Matthias Braun
2014-12-17
1
-70
/
+71
*
Fixing -Wsign-compare warnings; NFC.
Aaron Ballman
2014-12-16
1
-1
/
+2
*
Silence more static analyzer warnings.
Michael Ilseman
2014-12-15
1
-4
/
+11
*
Move register class name strings to a single array in MCRegisterInfo to reduc...
Craig Topper
2014-11-17
1
-1
/
+1
*
Remove unnecessary TargetMachine.h includes.
Eric Christopher
2014-10-14
1
-1
/
+0
*
Have MachineFunction cache a pointer to the subtarget to make lookups
Eric Christopher
2014-08-05
1
-2
/
+2
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-2
/
+4
*
Clean up language and grammar.
Eric Christopher
2014-05-20
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
-6
/
+6
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-07
1
-3
/
+3
*
Convert register liveness tracking to work on a sub-register level instead of...
Juergen Ributzka
2013-12-14
1
-10
/
+8
*
comment typo.
Andrew Trick
2013-12-13
1
-1
/
+1
*
Revert "Convert liveness tracking to work on a sub-register level instead of ...
Andrew Trick
2013-12-13
1
-8
/
+10
*
Convert liveness tracking to work on a sub-register level instead of just reg...
Andrew Trick
2013-12-13
1
-10
/
+8
*
Improve on r192635, ExeDepsFix for avx, and add a test case.
Andrew Trick
2013-10-15
1
-1
/
+3
*
Fix the ExecutionDepsFix pass to handle AVX instructions.
Andrew Trick
2013-10-14
1
-22
/
+93
*
Use SmallVectorImpl instead of SmallVector for iterators and references to av...
Craig Topper
2013-07-03
1
-3
/
+3
*
Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros.
Michael J. Spencer
2013-05-24
1
-2
/
+2
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-4
/
+4
*
Merge MRI::isPhysRegOrOverlapUsed() into isPhysRegUsed().
Jakob Stoklund Olesen
2012-10-17
1
-1
/
+1
*
Fixed a bug in the ExecutionDependencyFix pass that caused dependencies to no...
Silviu Baranga
2012-10-03
1
-3
/
+6
*
Fix typos found by http://github.com/lyda/misspell-check
Benjamin Kramer
2012-06-02
1
-1
/
+1
*
Switch all register list clients to the new MC*Iterator interface.
Jakob Stoklund Olesen
2012-06-01
1
-1
/
+2
*
Use uint16_t to store register overlaps to reduce static data.
Craig Topper
2012-03-04
1
-1
/
+1
*
Move common code into an MRI function.
Jakob Stoklund Olesen
2011-12-21
1
-5
/
+4
*
Add bundle aware API for querying instruction properties and switch the code
Evan Cheng
2011-12-07
1
-1
/
+1
[next]