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
/
include
/
llvm
/
CodeGen
/
MachineInstr.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update aosp/master llvm for rebase to r233350
Pirama Arumuga Nainar
2015-04-09
1
-5
/
+8
*
Update aosp/master LLVM for rebase to r230699.
Stephen Hines
2015-03-23
1
-7
/
+18
*
Update aosp/master LLVM for rebase to r222494.
Stephen Hines
2014-12-02
1
-3
/
+62
*
Bring in fixes for Cortex-A53 errata + build updates.
Stephen Hines
2014-10-17
1
-1
/
+0
*
Update LLVM for rebase to r212749.
Stephen Hines
2014-07-21
1
-1
/
+4
*
Update LLVM for 3.5 rebase (r209712).
Stephen Hines
2014-05-29
1
-21
/
+68
*
Update to LLVM 3.5a.
Stephen Hines
2014-04-24
1
-12
/
+64
*
Rename parameter: defined regs are not incoming.
Matthias Braun
2013-10-10
1
-3
/
+2
*
simplify expression
Adrian Prantl
2013-09-17
1
-1
/
+1
*
Debug info: Fix PR16736 and rdar://problem/14990587.
Adrian Prantl
2013-09-16
1
-0
/
+7
*
Drive-by fix for a doxygen comment in MachineInstr.h.
Joey Gouly
2013-08-15
1
-2
/
+2
*
Remove dead function.
Jakob Stoklund Olesen
2013-07-05
1
-5
/
+0
*
[ms-inline asm] Do not omit the frame pointer if we have ms-inline assembly.
Chad Rosier
2013-02-16
1
-0
/
+3
*
ScheduleDAG: colorize the DOT graph and improve formatting.
Andrew Trick
2013-01-25
1
-1
/
+2
*
Allow hasProperty() to be called on bundle-internal instructions.
Jakob Stoklund Olesen
2013-01-10
1
-3
/
+3
*
Support headerless bundles in MachineInstr::hasProperty().
Jakob Stoklund Olesen
2013-01-10
1
-1
/
+1
*
Don't require BUNDLE headers in MachineInstr::getBundleSize().
Jakob Stoklund Olesen
2013-01-09
1
-1
/
+5
*
Pack MachineInstr fields better.
Jakob Stoklund Olesen
2013-01-07
1
-2
/
+3
*
Don't call destructors on MachineInstr and MachineOperand.
Jakob Stoklund Olesen
2013-01-05
1
-2
/
+6
*
Use ArrayRecycler for MachineInstr operand lists.
Jakob Stoklund Olesen
2013-01-05
1
-9
/
+15
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-1
/
+1
*
Require the two-argument MI::addOperand(MF, MO) for dangling instructions.
Jakob Stoklund Olesen
2012-12-20
1
-11
/
+16
*
Add an MF argument to MI::copyImplicitOps().
Jakob Stoklund Olesen
2012-12-20
1
-1
/
+1
*
Use two-arg addOperand(MF, MO) internally in MachineInstr when possible.
Jakob Stoklund Olesen
2012-12-20
1
-2
/
+3
*
Remove two dead functions.
Jakob Stoklund Olesen
2012-12-20
1
-7
/
+0
*
Add an MF argument to MachineInstr::addOperand().
Jakob Stoklund Olesen
2012-12-19
1
-0
/
+8
*
Remove MachineInstr::setIsInsideBundle().
Jakob Stoklund Olesen
2012-12-18
1
-9
/
+0
*
Use bidirectional bundle flags to simplify important functions.
Jakob Stoklund Olesen
2012-12-18
1
-1
/
+3
*
Don't allow the automatically updated MI flags to be set directly.
Jakob Stoklund Olesen
2012-12-18
1
-1
/
+3
*
Tighten up the erase/remove API for bundled instructions.
Jakob Stoklund Olesen
2012-12-17
1
-4
/
+23
*
Add higher-level API for dealing with bundled MachineInstrs.
Jakob Stoklund Olesen
2012-12-07
1
-5
/
+27
*
Remove unused MachineInstr constructors.
Jakob Stoklund Olesen
2012-12-05
1
-10
/
+0
*
Sort the #include lines for the include/... tree with the script.
Chandler Carruth
2012-12-03
1
-6
/
+6
*
[inline asm] Get the mayLoad/mayStore directly from the MIOp_ExtraInfo operand.
Chad Rosier
2012-10-30
1
-5
/
+13
*
[inline asm] Implement mayLoad and mayStore for inline assembly. In general,
Chad Rosier
2012-10-30
1
-3
/
+5
*
Remove unused MachineInstr constructors that don't take a DebugLoc argument.
Craig Topper
2012-10-07
1
-16
/
+1
*
Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...
Craig Topper
2012-09-17
1
-2
/
+2
*
TiedTo is an integer, not a bool.
Jakob Stoklund Olesen
2012-09-06
1
-2
/
+2
*
[ms-inline asm] Propagate the asm dialect into the MachineInstr representation.
Chad Rosier
2012-09-05
1
-0
/
+2
*
Actually use the MachineOperand field for isRegTiedToDefOperand().
Jakob Stoklund Olesen
2012-09-04
1
-2
/
+16
*
Allow tied uses and defs in different orders.
Jakob Stoklund Olesen
2012-09-04
1
-2
/
+2
*
Add MachineInstr::tieOperands, remove setIsTied().
Jakob Stoklund Olesen
2012-08-31
1
-3
/
+13
*
Rename hasVolatileMemoryRef() to hasOrderedMemoryRef().
Jakob Stoklund Olesen
2012-08-29
1
-5
/
+5
*
Maintain a vaild isTied bit as operands are added and removed.
Jakob Stoklund Olesen
2012-08-29
1
-0
/
+12
*
Add an MCID::Select flag and TII hooks for optimizing selects.
Jakob Stoklund Olesen
2012-08-16
1
-0
/
+6
*
Move use list management into MachineRegisterInfo.
Jakob Stoklund Olesen
2012-08-09
1
-2
/
+2
*
Add MachineInstr::isTransient().
Jakob Stoklund Olesen
2012-07-30
1
-0
/
+24
*
MachineInstr: Inline the fast path (non-bundle instruction) of hasProperty.
Benjamin Kramer
2012-03-17
1
-1
/
+12
*
Limit the number of memory operands in MachineInstr to 2^16 and store the num...
Benjamin Kramer
2012-03-16
1
-6
/
+7
*
Move getBundleStart() into MachineInstrBundle.h.
Jakob Stoklund Olesen
2012-03-01
1
-5
/
+0
[next]