index
:
external_llvm
replicant-6.0
external/llvm
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
Alpha
/
AlphaAsmPrinter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the Alpha backend.
Dan Gohman
2011-11-14
1
-166
/
+0
*
Move TargetRegistry and TargetSelect from Target to Support where they belong.
Evan Cheng
2011-08-24
1
-1
/
+1
*
move all the target's asmprinters into the main target. The piece
Chris Lattner
2010-11-14
1
-0
/
+166
*
Separate alpha asmprinter. This should unbreak native build.
Anton Korobeynikov
2008-11-11
1
-294
/
+0
*
Switch the MachineOperand accessors back to the short names like
Dan Gohman
2008-10-03
1
-1
/
+1
*
Move actual section printing stuff to AsmPrinter from TAI reducing heap traffic.
Anton Korobeynikov
2008-09-24
1
-3
/
+2
*
Drop obsolete hook and change all usage to new interface
Anton Korobeynikov
2008-09-24
1
-1
/
+1
*
Use raw_ostream throughout the AsmPrinter.
Owen Anderson
2008-08-21
1
-2
/
+3
*
Handle visibility printing with all generality. Remove bunch of duplicate code.
Anton Korobeynikov
2008-08-08
1
-2
/
+3
*
Switch Alpha to new section handling stuff
Anton Korobeynikov
2008-08-07
1
-63
/
+60
*
Add CommonLinkage; currently tentative definitions
Dale Johannesen
2008-05-14
1
-0
/
+1
*
Add a quick and dirty "loop aligner pass". x86 uses it to align its loops to ...
Evan Cheng
2008-02-28
1
-1
/
+1
*
Change "Name" to "AsmName" in the target register info. Gee, a refactoring tool
Bill Wendling
2008-02-26
1
-2
/
+2
*
Rename MRegisterInfo to TargetRegisterInfo.
Dan Gohman
2008-02-10
1
-2
/
+3
*
Get rid of the annoying blank lines before labels.
Evan Cheng
2008-02-02
1
-1
/
+0
*
Add new shorter predicates for testing machine operands for various types:
Chris Lattner
2007-12-30
1
-3
/
+3
*
Use MachineOperand::getImm instead of MachineOperand::getImmedValue. Likewis...
Chris Lattner
2007-12-30
1
-2
/
+2
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Eliminate the remaining uses of getTypeSize. This
Duncan Sands
2007-11-05
1
-1
/
+1
*
Revert 42908 for now.
Evan Cheng
2007-10-14
1
-4
/
+4
*
Change the names used for internal labels to use the current
Dan Gohman
2007-10-12
1
-4
/
+4
*
Don't ignore the return value of AsmPrinter::doInitialization and
Dan Gohman
2007-07-25
1
-4
/
+2
*
Removed tabs everywhere except autogenerated & external files. Add make
Anton Korobeynikov
2007-04-16
1
-8
/
+8
*
Well this isn't as ugly and it works better. At least gcc bootstraps again
Andrew Lenharth
2007-02-13
1
-71
/
+70
*
FTOIT and ITOFT are bit converts, and if we drop 21264s, are always available
Andrew Lenharth
2007-01-24
1
-4
/
+3
*
Renamed getTypeAlignmentShift() to getPreferredTypeAlignmentShift().
Evan Cheng
2007-01-24
1
-1
/
+1
*
eliminate static ctors for Statistic objects.
Chris Lattner
2006-12-19
1
-2
/
+3
*
Simplify a bit
Andrew Lenharth
2006-12-07
1
-30
/
+11
*
What should be the last unnecessary <iostream>s in the library.
Bill Wendling
2006-12-07
1
-5
/
+4
*
Be sure to grab weak functions too, and make implicit defs comments
Andrew Lenharth
2006-12-07
1
-0
/
+7
*
add #include
Chris Lattner
2006-12-06
1
-0
/
+1
*
Detemplatize the Statistic class. The only type it is instantiated with
Chris Lattner
2006-12-06
1
-1
/
+1
*
For PR786:
Reid Spencer
2006-11-02
1
-1
/
+0
*
Move getPreferredAlignmentLog from AsmPrinter to TargetData
Devang Patel
2006-10-24
1
-1
/
+1
*
Pass the MachineFunction into EmitJumpTableInfo.
Chris Lattner
2006-10-05
1
-1
/
+1
*
use getSectionForFunction to decide which section to emit code into
Chris Lattner
2006-10-05
1
-4
/
+5
*
Jump tables on Alpha
Andrew Lenharth
2006-09-18
1
-0
/
+8
*
Adding dllimport, dllexport and external weak linkage types.
Anton Korobeynikov
2006-09-14
1
-0
/
+8
*
Make target asm info a property of the target machine.
Jim Laskey
2006-09-07
1
-10
/
+2
*
Separate target specific asm properties from the asm printers.
Jim Laskey
2006-09-06
1
-7
/
+14
*
0 offsets for memory operands
Andrew Lenharth
2006-07-03
1
-0
/
+2
*
Add memory operand and int regs
Andrew Lenharth
2006-06-21
1
-0
/
+14
*
inline asm, at least for floats
Andrew Lenharth
2006-06-21
1
-0
/
+12
*
Added sanity check for obviously bogus immediates
Andrew Lenharth
2006-05-17
1
-0
/
+1
*
Split SwitchSection into SwitchTo{Text|Data}Section methods.
Chris Lattner
2006-05-09
1
-5
/
+5
*
Rename MO_VirtualRegister -> MO_Register. Clean up immediate handling.
Chris Lattner
2006-05-04
1
-2
/
+2
*
There shalt be only one "immediate" operand type!
Chris Lattner
2006-05-04
1
-2
/
+1
*
Remove a bunch more SparcV9 specific stuff
Chris Lattner
2006-05-04
1
-7
/
+1
*
Remove some more V9-specific stuff.
Chris Lattner
2006-05-04
1
-6
/
+1
*
Remove some more unused stuff from MachineInstr that was leftover from V9.
Chris Lattner
2006-05-04
1
-6
/
+0
[next]