projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
[WinEH] Fix two minor issues in __CxxFrameHandler3 tables
[oota-llvm.git]
/
lib
/
CodeGen
/
TargetInstrInfo.cpp
2015-09-28
Richard Trieu
Fix unused variable warning in non-debug builds.
blob
|
commitdiff
|
raw
2015-09-28
Andrew Kaylor
Improved the interface of methods commuting operands...
blob
|
commitdiff
|
raw
|
diff to current
2015-09-21
Chad Rosier
[Machine Combiner] Refactor machine reassociation code...
blob
|
commitdiff
|
raw
|
diff to current
2015-08-17
Guozhi Wei
Align SP adjustment in function getSPAdjust
blob
|
commitdiff
|
raw
|
diff to current
2015-08-11
Alex Lorenz
PseudoSourceValue: Replace global manager with a manage...
blob
|
commitdiff
|
raw
|
diff to current
2015-07-19
Simon Pilgrim
Remove TargetInstrInfo::canFoldMemoryOperand
blob
|
commitdiff
|
raw
|
diff to current
2015-07-16
Mehdi Amini
Move most user of TargetMachine::getDataLayout to the...
blob
|
commitdiff
|
raw
|
diff to current
2015-06-13
Matthias Braun
MachineLICM: Use TargetSchedModel instead of just itine...
blob
|
commitdiff
|
raw
|
diff to current
2015-06-11
Ahmed Bougacha
[CodeGen] ArrayRef'ize cond/pred in various TII APIs...
blob
|
commitdiff
|
raw
|
diff to current
2015-06-08
Keno Fischer
[InstrInfo] Refactor foldOperandImpl to thread through...
blob
|
commitdiff
|
raw
|
diff to current
2015-05-18
Matthias Braun
MachineInstr: Change return value of getOpcode() to...
blob
|
commitdiff
|
raw
|
diff to current
2015-04-30
Pete Cooper
Commute the internal flag on MachineOperands.
blob
|
commitdiff
|
raw
|
diff to current
2015-04-30
Andrea Di Biagio
Fix for PR23103. Correctly propagate the 'IsUndef'...
blob
|
commitdiff
|
raw
|
diff to current
2015-03-19
Eric Christopher
Use the cached subtarget off of the machine function.
blob
|
commitdiff
|
raw
|
diff to current
2015-02-28
Benjamin Kramer
ArrayRefize memory operand folding. NFC.
blob
|
commitdiff
|
raw
|
diff to current
2015-01-26
Eric Christopher
Move DataLayout back to the TargetMachine from TargetSu...
blob
|
commitdiff
|
raw
|
diff to current
2015-01-08
Michael Kuperstein
Fix include ordering, NFC.
blob
|
commitdiff
|
raw
|
diff to current
2015-01-08
Michael Kuperstein
Move SPAdj logic from PEI into the targets (NFC)
blob
|
commitdiff
|
raw
|
diff to current
2014-09-15
Rafael Espindola
Fix a lot of confusion around inserting nops on empty...
blob
|
commitdiff
|
raw
|
diff to current
2014-09-02
Pete Cooper
Change MCSchedModel to be a struct of statically initia...
blob
|
commitdiff
|
raw
|
diff to current
2014-08-20
Quentin Colombet
Add isInsertSubreg property.
blob
|
commitdiff
|
raw
|
diff to current
2014-08-20
Quentin Colombet
Add isExtractSubreg property.
blob
|
commitdiff
|
raw
|
diff to current
2014-08-12
Quentin Colombet
Fix a parentheses warning introduced in r215394.
blob
|
commitdiff
|
raw
|
diff to current
2014-08-11
Quentin Colombet
Add isRegSequence property.
blob
|
commitdiff
|
raw
|
diff to current
2014-08-05
Eric Christopher
Have MachineFunction cache a pointer to the subtarget...
blob
|
commitdiff
|
raw
|
diff to current
2014-08-04
Eric Christopher
Remove the TargetMachine forwards for TargetSubtargetIn...
blob
|
commitdiff
|
raw
|
diff to current
2014-07-23
Eric Christopher
Remove the query for TargetMachine and TargetInstrInfo...
blob
|
commitdiff
|
raw
|
diff to current
2014-06-13
Eric Christopher
The hazard recognizer only needs a subtarget, not a...
blob
|
commitdiff
|
raw
|
diff to current
2014-06-11
Eric Christopher
Revert r210613 to conform to coding standards.
blob
|
commitdiff
|
raw
|
diff to current
2014-06-11
Eric Christopher
Sort includes.
blob
|
commitdiff
|
raw
|
diff to current
2014-05-08
Quentin Colombet
[TargetInstrInfo] Fix the implementation of commuteInst...
blob
|
commitdiff
|
raw
|
diff to current
2014-04-15
Nick Lewycky
Break PseudoSourceValue out of the Value hierarchy...
blob
|
commitdiff
|
raw
|
diff to current
2014-04-14
Craig Topper
[C++11] More 'nullptr' conversion. In some cases just...
blob
|
commitdiff
|
raw
|
diff to current
2014-03-07
Rafael Espindola
Replace PROLOG_LABEL with a new CFI_INSTRUCTION.
blob
|
commitdiff
|
raw
|
diff to current
2014-01-02
Lang Hames
Remove redundant fold call introduced in r195944. Thank...
blob
|
commitdiff
|
raw
|
diff to current
2013-12-07
Lang Hames
Correct think-o in foldPatchpoint. Thanks to Andy Trick...
blob
|
commitdiff
|
raw
|
diff to current
2013-11-29
Lang Hames
Refactor a lot of patchpoint/stackmap related code...
blob
|
commitdiff
|
raw
|
diff to current
2013-11-17
Andrew Trick
Added a size field to the stack map record to handle...
blob
|
commitdiff
|
raw
|
diff to current
2013-11-14
Andrew Trick
When folding memory operands, preserve existing Machine...
blob
|
commitdiff
|
raw
|
diff to current
2013-09-30
Arnold Schwaighofer
IfConverter: Use TargetSchedule for instruction latencies
blob
|
commitdiff
|
raw
|
diff to current
2013-06-15
Andrew Trick
Machine Model: Add MicroOpBufferSize and resource Buffe...
blob
|
commitdiff
|
raw
|
diff to current
2013-02-12
Guy Benyei
Add static cast to unsigned char whenever a character...
blob
|
commitdiff
|
raw
|
diff to current
2012-12-03
Chandler Carruth
Use the new script to sort the includes of every file...
blob
|
commitdiff
|
raw
|
diff to current
2012-11-28
Jakob Stoklund Olesen
Move the guts of TargetInstrInfoImpl into the TargetIns...
blob
|
commitdiff
|
raw
|
diff to current
2012-11-28
Jakob Stoklund Olesen
Move Target{Instr,Register}Info.cpp into lib/CodeGen.
blob
|
commitdiff
|
raw
|
diff to current