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
*
Clear kill flags before propagating a copy.
Jakob Stoklund Olesen
2012-01-26
1
-0
/
+14
*
Add a new kind of MachineOperand: MO_RegisterMask.
Jakob Stoklund Olesen
2012-01-16
1
-0
/
+5
*
Add 'llvm_unreachable' to passify GCC's understanding of the constraints
Chandler Carruth
2012-01-10
1
-0
/
+1
*
Remove unnecessary default cases in switches that cover all enum values.
David Blaikie
2012-01-10
1
-3
/
+0
*
- Add MachineInstrBundle.h and MachineInstrBundle.cpp. This includes a function
Evan Cheng
2011-12-14
1
-13
/
+38
*
Make MachineInstr instruction property queries more flexible. This change all
Evan Cheng
2011-12-08
1
-5
/
+5
*
Add bundle aware API for querying instruction properties and switch the code
Evan Cheng
2011-12-07
1
-14
/
+27
*
Add missing check.
Jakob Stoklund Olesen
2011-12-07
1
-1
/
+1
*
Add MachineOperand IsInternalRead flag.
Jakob Stoklund Olesen
2011-12-07
1
-5
/
+18
*
First chunk of MachineInstr bundle support.
Evan Cheng
2011-12-06
1
-0
/
+35
*
Added invariant field to the DAG.getLoad method and changed all calls.
Pete Cooper
2011-11-08
1
-0
/
+1
*
Reverted r143600 - selector reference change
Pete Cooper
2011-11-03
1
-15
/
+0
*
Treat objc selector reference globals as invariant so that MachineLICM can ho...
Pete Cooper
2011-11-03
1
-0
/
+15
*
Add missing braces to pacify GCC's -Wparentheses.
Nick Lewycky
2011-10-13
1
-1
/
+2
*
Add MachineInstr::getRegClassConstraint().
Jakob Stoklund Olesen
2011-10-12
1
-0
/
+33
*
Extract a method for finding the inline asm flag operand.
Jakob Stoklund Olesen
2011-10-12
1
-30
/
+38
*
Encode register class constreaints in inline asm instructions.
Jakob Stoklund Olesen
2011-10-12
1
-8
/
+17
*
Remove NumImplicitOps which is now unused.
Jakob Stoklund Olesen
2011-09-29
1
-18
/
+12
*
Rewrite MachineInstr::addOperand() to avoid NumImplicitOps.
Jakob Stoklund Olesen
2011-09-29
1
-81
/
+53
*
Thumb2 parsing and encoding for IT blocks.
Jim Grosbach
2011-08-29
1
-0
/
+4
*
Tidy up. Trailing whitespace.
Jim Grosbach
2011-08-24
1
-31
/
+31
*
Don't treat a partial <def,undef> operand as a read.
Jakob Stoklund Olesen
2011-08-19
1
-1
/
+2
*
Print DBG_VALUE variable's location info as a comment.
Devang Patel
2011-08-04
1
-1
/
+13
*
If known DebugLocs do not match then two DBG_VALUE machine instructions are n...
Devang Patel
2011-07-07
1
-0
/
+5
*
Include a source location when complaining about bad inline assembly.
Jakob Stoklund Olesen
2011-07-02
1
-0
/
+24
*
Take a stab at fixing the llvm-x86_64-linux-checks failure.
Cameron Zwarich
2011-07-01
1
-0
/
+2
*
- Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo and
Evan Cheng
2011-06-28
1
-55
/
+55
*
Distinguish early clobber output operands from clobbered registers.
Jakob Stoklund Olesen
2011-06-27
1
-1
/
+2
*
Decode and pretty print inline asm operand descriptors.
Jakob Stoklund Olesen
2011-06-27
1
-1
/
+22
*
Handle debug info for i128 constants.
Devang Patel
2011-06-24
1
-0
/
+3
*
Re-commit 131172 with fix. MachineInstr identity checks should check dead
Evan Cheng
2011-05-12
1
-7
/
+23
*
Remove an assertion to fix PR9872.
Jakob Stoklund Olesen
2011-05-08
1
-1
/
+2
*
Print out the 'nontemporal' info on a store.
Bill Wendling
2011-04-29
1
-0
/
+4
*
Ensure all defs referring to a virtual register are marked dead by addRegiste...
Jakob Stoklund Olesen
2011-04-05
1
-7
/
+2
*
Add FrameSetup MI flags
Anton Korobeynikov
2011-03-05
1
-10
/
+23
*
Simplify a bunch of isVirtualRegister() and isPhysicalRegister() logic.
Jakob Stoklund Olesen
2011-01-10
1
-6
/
+4
*
Replace TargetRegisterInfo::printReg with a PrintReg class that also works wi...
Jakob Stoklund Olesen
2011-01-09
1
-17
/
+4
*
Do not model all INLINEASM instructions as having unmodelled side effects.
Evan Cheng
2011-01-07
1
-8
/
+49
*
DBG_VALUE does not have any side effects; it also makes no sense to mark it c...
Evan Cheng
2011-01-07
1
-1
/
+3
*
Unbreak build.
Evan Cheng
2010-10-22
1
-0
/
+11
*
Make CodeGen TBAA-aware.
Dan Gohman
2010-10-20
1
-3
/
+17
*
Shrink MachineOperand from 40 to 32 bytes on 64-bit hosts.
Jakob Stoklund Olesen
2010-10-19
1
-3
/
+3
*
convert a couple more places to use the new getStore()
Chris Lattner
2010-09-21
1
-0
/
+4
*
add some accessors
Chris Lattner
2010-09-21
1
-0
/
+7
*
it's more elegant to put the "getConstantPool" and
Chris Lattner
2010-09-21
1
-0
/
+12
*
add some helpful accessors.
Chris Lattner
2010-09-21
1
-0
/
+8
*
start pushing MachinePointerInfo out through the MachineMemOperand interface
Chris Lattner
2010-09-21
1
-4
/
+5
*
refactor the Value*/offset pair from MachineMemOperand out to a new
Chris Lattner
2010-09-21
1
-5
/
+5
*
Prefix `next' iterator operation with `llvm::'.
Oscar Fuentes
2010-08-02
1
-1
/
+1
*
Print out the regclass of any virtual registers used by a machine instruction.
Jakob Stoklund Olesen
2010-07-28
1
-0
/
+31
[next]