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
/
MC
/
MCInst.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove a redundant copy constructor.
Dan Gohman
2009-10-30
1
-1
/
+0
*
Move DataTypes.h to include/llvm/System, update all users. This breaks the last
Chandler Carruth
2009-10-26
1
-1
/
+1
*
eliminate the "MBBLabel" MCOperand type, and just use a MCSymbol for
Chris Lattner
2009-09-12
1
-22
/
+0
*
default construct MCInst's ctor to 0, which is "PHI" which is invalid for MCI...
Chris Lattner
2009-09-11
1
-1
/
+1
*
remove DebugLoc from MCInst and eliminate "Comment printing" from
Chris Lattner
2009-09-09
1
-7
/
+0
*
add a gross hack to get "SrcLine" comments to show up with the
Chris Lattner
2009-09-09
1
-1
/
+6
*
Thread an MCAsmInfo pointer through the various MC printing APIs,
Chris Lattner
2009-09-03
1
-2
/
+3
*
llvm-mc: Switch MCInst to storing an MCExpr* instead of an MCValue.
Daniel Dunbar
2009-08-31
1
-15
/
+15
*
Add {MCInst,MCOperand}::{print,dump}
Daniel Dunbar
2009-08-27
1
-0
/
+7
*
Change MCOperand to use Create style instead of Make style for constructing
Daniel Dunbar
2009-08-02
1
-13
/
+21
*
Fill in some methods for the MCValue field of an MCOperand.
Daniel Dunbar
2009-06-30
1
-2
/
+16
*
rename MCImm ->MCValue.
Chris Lattner
2009-06-23
1
-3
/
+3
*
add a simple MCImm class.
Chris Lattner
2009-06-23
1
-2
/
+4
*
add an accessor.
Chris Lattner
2009-06-23
1
-0
/
+1
*
implement support for lowering subregs when preparing to print
Chris Lattner
2009-06-20
1
-1
/
+22
*
make immediates be int64_t like machineoperand. Add some apis
Chris Lattner
2009-06-20
1
-4
/
+10
*
stub out some hacky code for wiring up the new asmprinter interfaces
Chris Lattner
2009-06-19
1
-0
/
+4
*
Include DataTypes.h for 'uint64_t'.
Zhongxing Xu
2009-06-19
1
-0
/
+1
*
Add some scaffolding for a new experimental asmprinter
Chris Lattner
2009-06-19
1
-0
/
+93