index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
MachineInstr.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove liveout lists from MachineRegisterInfo.
Jakob Stoklund Olesen
2013-02-05
1
-2
/
+2
*
ScheduleDAG: colorize the DOT graph and improve formatting.
Andrew Trick
2013-01-25
1
-1
/
+5
*
For inline asm:
Eric Christopher
2013-01-11
1
-1
/
+5
*
Allow hasProperty() to be called on bundle-internal instructions.
Jakob Stoklund Olesen
2013-01-10
1
-0
/
+1
*
Support headerless bundles in MachineInstr::hasProperty().
Jakob Stoklund Olesen
2013-01-10
1
-7
/
+5
*
Don't print bundle flags.
Jakob Stoklund Olesen
2013-01-09
1
-1
/
+2
*
Don't require BUNDLE headers in MachineInstr::getBundleSize().
Jakob Stoklund Olesen
2013-01-09
1
-10
/
+5
*
Fix a typo in MachineInstr::unbundleFromSucc() method.
Sergei Larin
2013-01-09
1
-1
/
+1
*
Pack MachineOperand bitfields better.
Jakob Stoklund Olesen
2013-01-07
1
-1
/
+1
*
Pack MachineInstr fields better.
Jakob Stoklund Olesen
2013-01-07
1
-5
/
+3
*
Don't call destructors on MachineInstr and MachineOperand.
Jakob Stoklund Olesen
2013-01-05
1
-20
/
+1
*
Use ArrayRecycler for MachineInstr operand lists.
Jakob Stoklund Olesen
2013-01-05
1
-74
/
+91
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-8
/
+8
*
Remove a special case that doesn't seem necessary any longer.
Jakob Stoklund Olesen
2012-12-22
1
-13
/
+2
*
Use getNumOperands() instead of Operands.size().
Jakob Stoklund Olesen
2012-12-22
1
-11
/
+11
*
Require the two-argument MI::addOperand(MF, MO) for dangling instructions.
Jakob Stoklund Olesen
2012-12-20
1
-1
/
+9
*
Add an MF argument to MI::copyImplicitOps().
Jakob Stoklund Olesen
2012-12-20
1
-2
/
+3
*
Use two-arg addOperand(MF, MO) internally in MachineInstr when possible.
Jakob Stoklund Olesen
2012-12-20
1
-7
/
+7
*
Remove two dead functions.
Jakob Stoklund Olesen
2012-12-20
1
-35
/
+0
*
Use bidirectional bundle flags to simplify important functions.
Jakob Stoklund Olesen
2012-12-18
1
-10
/
+0
*
Verify bundle flag consistency when setting them.
Jakob Stoklund Olesen
2012-12-18
1
-0
/
+4
*
Don't allow the automatically updated MI flags to be set directly.
Jakob Stoklund Olesen
2012-12-18
1
-2
/
+2
*
Tighten up the erase/remove API for bundled instructions.
Jakob Stoklund Olesen
2012-12-17
1
-31
/
+10
*
Add higher-level API for dealing with bundled MachineInstrs.
Jakob Stoklund Olesen
2012-12-07
1
-0
/
+32
*
Remove unused MachineInstr constructors.
Jakob Stoklund Olesen
2012-12-05
1
-27
/
+0
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-15
/
+15
*
Check that iterator I is not the end iterator.
Akira Hatanaka
2012-10-31
1
-2
/
+3
*
Remove unused MachineInstr constructors that don't take a DebugLoc argument.
Craig Topper
2012-10-07
1
-29
/
+0
*
Fix PR11985
Michael Liao
2012-09-12
1
-2
/
+4
*
Release build: guard dump functions with
Manman Ren
2012-09-11
1
-1
/
+1
*
Release build: guard dump functions with "ifndef NDEBUG"
Manman Ren
2012-09-06
1
-0
/
+2
*
Cleanup a few magic numbers.
Chad Rosier
2012-09-05
1
-1
/
+1
*
[ms-inline asm] We only need one bit to represent the AsmDialect in the
Chad Rosier
2012-09-05
1
-7
/
+3
*
[ms-inline asm] Propagate the asm dialect into the MachineInstr representation.
Chad Rosier
2012-09-05
1
-0
/
+14
*
Typo.
Jakob Stoklund Olesen
2012-09-04
1
-1
/
+1
*
Actually use the MachineOperand field for isRegTiedToDefOperand().
Jakob Stoklund Olesen
2012-09-04
1
-103
/
+0
*
Allow tied uses and defs in different orders.
Jakob Stoklund Olesen
2012-09-04
1
-30
/
+91
*
Add MachineInstr::tieOperands, remove setIsTied().
Jakob Stoklund Olesen
2012-08-31
1
-6
/
+16
*
Don't use MCInstrDesc flags for implicit operands.
Jakob Stoklund Olesen
2012-08-30
1
-11
/
+16
*
Rename hasVolatileMemoryRef() to hasOrderedMemoryRef().
Jakob Stoklund Olesen
2012-08-29
1
-8
/
+8
*
Don't move normal loads across volatile/atomic loads.
Jakob Stoklund Olesen
2012-08-29
1
-3
/
+8
*
Maintain a vaild isTied bit as operands are added and removed.
Jakob Stoklund Olesen
2012-08-29
1
-1
/
+39
*
Add a MachineOperand::isTied() flag.
Jakob Stoklund Olesen
2012-08-28
1
-21
/
+34
*
Don't allow TargetFlags on MO_Register MachineOperands.
Jakob Stoklund Olesen
2012-08-28
1
-2
/
+2
*
Also update MRI use lists when changing a use to a def and vice versa.
Jakob Stoklund Olesen
2012-08-10
1
-19
/
+38
*
Move use list management into MachineRegisterInfo.
Jakob Stoklund Olesen
2012-08-09
1
-76
/
+31
*
Add a new kind of MachineOperand: MO_TargetIndex.
Jakob Stoklund Olesen
2012-08-07
1
-0
/
+7
*
Finish fixing the MachineOperand hashing, providing a nice modern
Chandler Carruth
2012-07-05
1
-47
/
+47
*
The hash function for MI expressions, used by MachineCSE, is really
Chandler Carruth
2012-07-05
1
-3
/
+8
*
Allow trailing physreg RegisterSDNode operands on non-variadic instructions.
Jakob Stoklund Olesen
2012-07-04
1
-1
/
+3
[next]