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
/
TargetInstrInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[stackmaps] Extract out magic constants [NFCI]
Philip Reames
2016-08-23
1
-3
/
+7
*
Use the range variant of find instead of unpacking begin/end
David Majnemer
2016-08-11
1
-1
/
+1
*
MachineFunction: Return reference for getFrameInfo(); NFC
Matthias Braun
2016-07-28
1
-2
/
+2
*
[CodeGen] Take a MachineMemOperand::Flags in MachineFunction::getMachineMemOp...
Justin Lebar
2016-07-15
1
-1
/
+1
*
TII: Fix inlineasm size counting comments as insts
Matt Arsenault
2016-07-01
1
-7
/
+11
*
CodeGen: Avoid implicit conversions in TargetInstrInfo, NFC
Duncan P. N. Exon Smith
2016-07-01
1
-2
/
+2
*
CodeGen: Use MachineInstr& in TargetInstrInfo, NFC
Duncan P. N. Exon Smith
2016-06-30
1
-168
/
+145
*
[foldMemoryOperand()] Pass LiveIntervals to enable liveness check.
Jonas Paulsson
2016-05-10
1
-4
/
+6
*
[MachineCombiner] Support for floating-point FMA on ARM64 (re-commit r267098)
Gerolf Hoflehner
2016-04-24
1
-1
/
+5
*
Revert r267098 - [MachineCombiner] Support for floating-point FMA on ARM64
Daniel Sanders
2016-04-22
1
-5
/
+1
*
[MachineCombiner] Support for floating-point FMA on ARM64
Gerolf Hoflehner
2016-04-22
1
-1
/
+5
*
CodeGen: Fix a use-after-free in TII
Justin Bogner
2016-03-25
1
-2
/
+4
*
CodeGen: Change MachineInstr to use MachineInstr&, NFC
Duncan P. N. Exon Smith
2016-02-27
1
-1
/
+1
*
CodeGen: TII: Take MachineInstr& in predicate API, NFC
Duncan P. N. Exon Smith
2016-02-23
1
-12
/
+11
*
Fix Clang-tidy readability-redundant-control-flow warnings; other minor fixes.
Eugene Zelenko
2016-02-02
1
-4
/
+1
*
replace MachineCombinerPattern namespace and enum with enum class; NFCI
Sanjay Patel
2015-11-05
1
-15
/
+24
*
Refactor: Simplify boolean conditional return statements in lib/CodeGen.
Rafael Espindola
2015-10-24
1
-19
/
+8
*
Fix unused variable warning in non-debug builds.
Richard Trieu
2015-09-28
1
-1
/
+2
*
Improved the interface of methods commuting operands, improved X86-FMA3 mem-f...
Andrew Kaylor
2015-09-28
1
-15
/
+63
*
[Machine Combiner] Refactor machine reassociation code to be target-independent.
Chad Rosier
2015-09-21
1
-0
/
+210
*
Align SP adjustment in function getSPAdjust
Guozhi Wei
2015-08-17
1
-0
/
+1
*
PseudoSourceValue: Replace global manager with a manager in a machine function.
Alex Lorenz
2015-08-11
1
-4
/
+3
*
Remove TargetInstrInfo::canFoldMemoryOperand
Simon Pilgrim
2015-07-19
1
-5
/
+0
*
Move most user of TargetMachine::getDataLayout to the Module one
Mehdi Amini
2015-07-16
1
-1
/
+1
*
MachineLICM: Use TargetSchedModel instead of just itineraries
Matthias Braun
2015-06-13
1
-1
/
+3
*
[CodeGen] ArrayRef'ize cond/pred in various TII APIs. NFC.
Ahmed Bougacha
2015-06-11
1
-3
/
+2
*
[InstrInfo] Refactor foldOperandImpl to thread through InsertPt. NFC
Keno Fischer
2015-06-08
1
-7
/
+8
*
MachineInstr: Change return value of getOpcode() to unsigned.
Matthias Braun
2015-05-18
1
-2
/
+2
*
Commute the internal flag on MachineOperands.
Pete Cooper
2015-04-30
1
-0
/
+4
*
Fix for PR23103. Correctly propagate the 'IsUndef' flag to the register opera...
Andrea Di Biagio
2015-04-30
1
-0
/
+4
*
Use the cached subtarget off of the machine function.
Eric Christopher
2015-03-19
1
-8
/
+7
*
ArrayRefize memory operand folding. NFC.
Benjamin Kramer
2015-02-28
1
-18
/
+12
*
Move DataLayout back to the TargetMachine from TargetSubtargetInfo
Eric Christopher
2015-01-26
1
-1
/
+1
*
Fix include ordering, NFC.
Michael Kuperstein
2015-01-08
1
-1
/
+1
*
Move SPAdj logic from PEI into the targets (NFC)
Michael Kuperstein
2015-01-08
1
-0
/
+23
*
Fix a lot of confusion around inserting nops on empty functions.
Rafael Espindola
2014-09-15
1
-0
/
+4
*
Change MCSchedModel to be a struct of statically initialized data.
Pete Cooper
2014-09-02
1
-3
/
+3
*
Add isInsertSubreg property.
Quentin Colombet
2014-08-20
1
-0
/
+26
*
Add isExtractSubreg property.
Quentin Colombet
2014-08-20
1
-0
/
+23
*
Fix a parentheses warning introduced in r215394.
Quentin Colombet
2014-08-12
1
-2
/
+2
*
Add isRegSequence property.
Quentin Colombet
2014-08-11
1
-0
/
+25
*
Have MachineFunction cache a pointer to the subtarget to make lookups
Eric Christopher
2014-08-05
1
-6
/
+3
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-6
/
+11
*
Remove the query for TargetMachine and TargetInstrInfo since we're
Eric Christopher
2014-07-23
1
-3
/
+1
*
The hazard recognizer only needs a subtarget, not a target machine
Eric Christopher
2014-06-13
1
-1
/
+1
*
Revert r210613 to conform to coding standards.
Eric Christopher
2014-06-11
1
-1
/
+1
*
Sort includes.
Eric Christopher
2014-06-11
1
-1
/
+1
*
[TargetInstrInfo] Fix the implementation of commuteInstruction to match the
Quentin Colombet
2014-05-08
1
-4
/
+2
*
Break PseudoSourceValue out of the Value hierarchy. It is now the root of its...
Nick Lewycky
2014-04-15
1
-4
/
+8
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-14
1
-14
/
+14
[next]