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
/
Target
/
X86
/
AsmPrinter
/
X86MCInstLower.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix a layering problem by moving the x86 implementation
Chris Lattner
2010-07-19
1
-51
/
+0
*
I got tired of VISIBILITY_HIDDEN colliding with the gcc enum. Rename it
Duncan Sands
2010-05-11
1
-1
/
+1
*
unify the paths for external symbols and global variables:
Chris Lattner
2010-02-08
1
-2
/
+1
*
switch the rest of the "@ concatentation" logic in the X86
Chris Lattner
2010-02-08
1
-3
/
+0
*
Target-independent support for TargetFlags on BlockAddress operands,
Dan Gohman
2009-11-20
1
-0
/
+1
*
revert r84540, fixing build breakage I didn't see because of
Chris Lattner
2009-10-19
1
-2
/
+2
*
pass mangler in as a reference instead of a pointer.
Chris Lattner
2009-10-19
1
-2
/
+2
*
rename X86ATTAsmPrinter class -> X86AsmPrinter
Chris Lattner
2009-09-20
1
-3
/
+3
*
move FnStubs/GVSTubs/HiddenGVStub handling out of the X86 asmprinter
Chris Lattner
2009-09-16
1
-0
/
+4
*
make X86ATTAsmPrinter::PrintPICBaseSymbol forward to X86MCInstLower.
Chris Lattner
2009-09-13
1
-1
/
+3
*
devirtualize AsmPrinter::printBasicBlockLabel since it is never overridden.
Chris Lattner
2009-09-12
1
-1
/
+0
*
factor MBB label lowering better
Chris Lattner
2009-09-12
1
-1
/
+1
*
X86MCInstLower::Lower should only not emit anything to OutStreamer,
Chris Lattner
2009-09-12
1
-4
/
+3
*
eliminate the "MBBLabel" MCOperand type, and just use a MCSymbol for
Chris Lattner
2009-09-12
1
-0
/
+1
*
split MachineInstr -> MCInst lowering into its own class (not
Chris Lattner
2009-09-12
1
-0
/
+49