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
...
*
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
*
Replace PROLOG_LABEL with a new CFI_INSTRUCTION.
Rafael Espindola
2014-03-07
1
-1
/
+1
*
Remove redundant fold call introduced in r195944. Thanks very much to Juergen
Lang Hames
2014-01-02
1
-2
/
+1
*
Correct think-o in foldPatchpoint. Thanks to Andy Trick for pointing it out.
Lang Hames
2013-12-07
1
-1
/
+1
*
Refactor a lot of patchpoint/stackmap related code to simplify and make it
Lang Hames
2013-11-29
1
-3
/
+87
*
Added a size field to the stack map record to handle subregister spills.
Andrew Trick
2013-11-17
1
-0
/
+31
*
When folding memory operands, preserve existing MachineMemOperands.
Andrew Trick
2013-11-14
1
-3
/
+14
*
IfConverter: Use TargetSchedule for instruction latencies
Arnold Schwaighofer
2013-09-30
1
-0
/
+4
*
Machine Model: Add MicroOpBufferSize and resource BufferSize.
Andrew Trick
2013-06-15
1
-22
/
+6
*
Add static cast to unsigned char whenever a character classification function...
Guy Benyei
2013-02-12
1
-1
/
+1
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-1
/
+1
*
Move the guts of TargetInstrInfoImpl into the TargetInstrInfo class.
Jakob Stoklund Olesen
2012-11-28
1
-8
/
+659
*
Move Target{Instr,Register}Info.cpp into lib/CodeGen.
Jakob Stoklund Olesen
2012-11-28
1
-0
/
+88
[prev]