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
/
ExpandPostRAPseudos.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
1
-0
/
+1
*
Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM
Daniel Sanders
2019-08-15
1
-3
/
+3
*
Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re...
Daniel Sanders
2019-08-01
1
-2
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
ExpandPostRAPseudos: Fix alldefsAreDead() not removing operands
Matthias Braun
2018-10-09
1
-0
/
+2
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-15
/
+16
*
[CodeGen] Use MachineOperand::print in the MIRPrinter for MO_Register.
Francis Visoiu Mistrih
2017-12-07
1
-1
/
+1
*
[CodeGen] Print register names in lowercase in both MIR and debug output
Francis Visoiu Mistrih
2017-11-28
1
-2
/
+2
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-2
/
+2
*
Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering
David Blaikie
2017-11-08
1
-1
/
+1
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
CodeGen: Rename DEBUG_TYPE to match passnames
Matthias Braun
2017-05-25
1
-1
/
+1
*
Handle a COPY with undef source operand in LowerCopy()
Jonas Paulsson
2017-05-12
1
-2
/
+3
*
ExpandPostRAPseudos should transfer implicit uses, not only implicit defs
Michael Kuperstein
2016-07-15
1
-12
/
+8
*
CodeGen: Use MachineInstr& in TargetInstrInfo, NFC
Duncan P. N. Exon Smith
2016-06-30
1
-5
/
+5
*
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
*
[Modules] Remove potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-07
1
-2
/
+2
*
fix typo in comment
Matthias Braun
2013-10-11
1
-1
/
+1
*
Re-apply r175688, with the changes suggested by Jakob in PR15320.
Lang Hames
2013-02-21
1
-24
/
+15
*
Revert r175688 - It broke a test case (see PR15320).
Lang Hames
2013-02-21
1
-13
/
+25
*
Kill of TransferDeadFlag - Dead copies and subreg-to-reg instructions should
Lang Hames
2013-02-20
1
-25
/
+13
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-3
/
+3
*
Tidy up a few more uses of MF.getFunction()->getName().
David Blaikie
2012-08-22
1
-2
/
+1
*
Add a getName function to MachineFunction. Use it in places that previously d...
Craig Topper
2012-08-22
1
-2
/
+1
*
Add <imp-def> of super-register when lowering SUBREG_TO_REG.
Jakob Stoklund Olesen
2012-07-27
1
-4
/
+7
*
Codegen pass definition cleanup. No functionality.
Andrew Trick
2012-02-08
1
-7
/
+3
*
Add bundle aware API for querying instruction properties and switch the code
Evan Cheng
2011-12-07
1
-1
/
+1
*
Give targets a chance to expand even standard pseudos.
Jakob Stoklund Olesen
2011-10-10
1
-4
/
+12
*
Add target hook for pseudo instruction expansion.
Jakob Stoklund Olesen
2011-09-25
1
-7
/
+16
*
Clean up code after renaming LowerSubregs -> ExpandPostRAPseudos.
Jakob Stoklund Olesen
2011-09-25
1
-43
/
+40
*
Rename LowerSubregs to ExpandPostRAPseudos.
Jakob Stoklund Olesen
2011-09-25
1
-0
/
+223