index
:
~nh/llvm
fold-subregs
images
latest
master
mimg
tablegen-name-resolution
wip
Misc LLVM things, mostly radeonsi (AMDGPU)
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
TargetInstrInfo.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2015-06-13
MachineLICM: Use TargetSchedModel instead of just itineraries
Matthias Braun
1
-1
/
+3
2015-06-11
[CodeGen] ArrayRef'ize cond/pred in various TII APIs. NFC.
Ahmed Bougacha
1
-3
/
+2
2015-06-08
[InstrInfo] Refactor foldOperandImpl to thread through InsertPt. NFC
Keno Fischer
1
-7
/
+8
2015-05-18
MachineInstr: Change return value of getOpcode() to unsigned.
Matthias Braun
1
-2
/
+2
2015-04-30
Commute the internal flag on MachineOperands.
Pete Cooper
1
-0
/
+4
2015-04-30
Fix for PR23103. Correctly propagate the 'IsUndef' flag to the register opera...
Andrea Di Biagio
1
-0
/
+4
2015-03-19
Use the cached subtarget off of the machine function.
Eric Christopher
1
-8
/
+7
2015-02-28
ArrayRefize memory operand folding. NFC.
Benjamin Kramer
1
-18
/
+12
2015-01-26
Move DataLayout back to the TargetMachine from TargetSubtargetInfo
Eric Christopher
1
-1
/
+1
2015-01-08
Fix include ordering, NFC.
Michael Kuperstein
1
-1
/
+1
2015-01-08
Move SPAdj logic from PEI into the targets (NFC)
Michael Kuperstein
1
-0
/
+23
2014-09-15
Fix a lot of confusion around inserting nops on empty functions.
Rafael Espindola
1
-0
/
+4
2014-09-02
Change MCSchedModel to be a struct of statically initialized data.
Pete Cooper
1
-3
/
+3
2014-08-20
Add isInsertSubreg property.
Quentin Colombet
1
-0
/
+26
2014-08-20
Add isExtractSubreg property.
Quentin Colombet
1
-0
/
+23
2014-08-12
Fix a parentheses warning introduced in r215394.
Quentin Colombet
1
-2
/
+2
2014-08-11
Add isRegSequence property.
Quentin Colombet
1
-0
/
+25
2014-08-05
Have MachineFunction cache a pointer to the subtarget to make lookups
Eric Christopher
1
-6
/
+3
2014-08-04
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
1
-6
/
+11
2014-07-23
Remove the query for TargetMachine and TargetInstrInfo since we're
Eric Christopher
1
-3
/
+1
2014-06-13
The hazard recognizer only needs a subtarget, not a target machine
Eric Christopher
1
-1
/
+1
2014-06-11
Revert r210613 to conform to coding standards.
Eric Christopher
1
-1
/
+1
2014-06-11
Sort includes.
Eric Christopher
1
-1
/
+1
2014-05-08
[TargetInstrInfo] Fix the implementation of commuteInstruction to match the
Quentin Colombet
1
-4
/
+2
2014-04-15
Break PseudoSourceValue out of the Value hierarchy. It is now the root of its...
Nick Lewycky
1
-4
/
+8
2014-04-14
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
1
-14
/
+14
2014-03-07
Replace PROLOG_LABEL with a new CFI_INSTRUCTION.
Rafael Espindola
1
-1
/
+1
2014-01-02
Remove redundant fold call introduced in r195944. Thanks very much to Juergen
Lang Hames
1
-2
/
+1
2013-12-07
Correct think-o in foldPatchpoint. Thanks to Andy Trick for pointing it out.
Lang Hames
1
-1
/
+1
2013-11-29
Refactor a lot of patchpoint/stackmap related code to simplify and make it
Lang Hames
1
-3
/
+87
2013-11-17
Added a size field to the stack map record to handle subregister spills.
Andrew Trick
1
-0
/
+31
2013-11-14
When folding memory operands, preserve existing MachineMemOperands.
Andrew Trick
1
-3
/
+14
2013-09-30
IfConverter: Use TargetSchedule for instruction latencies
Arnold Schwaighofer
1
-0
/
+4
2013-06-15
Machine Model: Add MicroOpBufferSize and resource BufferSize.
Andrew Trick
1
-22
/
+6
2013-02-12
Add static cast to unsigned char whenever a character classification function...
Guy Benyei
1
-1
/
+1
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
1
-1
/
+1
2012-11-28
Move the guts of TargetInstrInfoImpl into the TargetInstrInfo class.
Jakob Stoklund Olesen
1
-8
/
+659
2012-11-28
Move Target{Instr,Register}Info.cpp into lib/CodeGen.
Jakob Stoklund Olesen
1
-0
/
+88