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
/
IA64
/
IA64AsmPrinter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move IA64 asmprinter to separate library
Anton Korobeynikov
2009-04-03
1
-375
/
+0
*
CodeGen still defaults to non-verbose asm, but llc now overrides it and defau...
Evan Cheng
2009-03-25
1
-4
/
+4
*
It makes no sense to have a ODR version of common
Duncan Sands
2009-03-11
1
-2
/
+1
*
Introduce new linkage types linkonce_odr, weak_odr, common_odr
Duncan Sands
2009-03-07
1
-4
/
+7
*
Overhaul my earlier submission due to feedback. It's a large patch, but most of
Bill Wendling
2009-02-24
1
-7
/
+10
*
Put code that generates debug labels into TableGen so that it can be used by
Bill Wendling
2009-02-18
1
-0
/
+1
*
Add the private linkage.
Rafael Espindola
2009-01-15
1
-2
/
+3
*
Rename getABITypeSize to getTypePaddedSize, as
Duncan Sands
2009-01-12
1
-1
/
+1
*
Switch the MachineOperand accessors back to the short names like
Dan Gohman
2008-10-03
1
-1
/
+1
*
Rename isWeakForLinker to mayBeOverridden. Use it
Duncan Sands
2008-09-29
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
-9
/
+1
*
Use raw_ostream throughout the AsmPrinter.
Owen Anderson
2008-08-21
1
-3
/
+4
*
Handle visibility printing with all generality. Remove bunch of duplicate code.
Anton Korobeynikov
2008-08-08
1
-1
/
+4
*
Use EmitAlignment consistently
Anton Korobeynikov
2008-08-07
1
-1
/
+1
*
Cleanup
Anton Korobeynikov
2008-08-07
1
-9
/
+9
*
Switch IA64 to new section-handling stuff
Anton Korobeynikov
2008-08-07
1
-66
/
+81
*
Cleanup
Anton Korobeynikov
2008-08-07
1
-18
/
+16
*
Add CommonLinkage; currently tentative definitions
Dale Johannesen
2008-05-14
1
-0
/
+2
*
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
*
Use getPreferredAlignmentLog or getPreferredAlignment
Duncan Sands
2008-01-29
1
-2
/
+2
*
Add new shorter predicates for testing machine operands for various types:
Chris Lattner
2007-12-30
1
-3
/
+2
*
Use MachineOperand::getImm instead of MachineOperand::getImmedValue. Likewis...
Chris Lattner
2007-12-30
1
-6
/
+6
*
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
-3
/
+3
*
Revert 42908 for now.
Evan Cheng
2007-10-14
1
-2
/
+2
*
Change the names used for internal labels to use the current
Dan Gohman
2007-10-12
1
-2
/
+2
*
Use empty() member functions when that's what's being tested for instead
Dan Gohman
2007-10-03
1
-1
/
+1
*
Don't ignore the return value of AsmPrinter::doInitialization and
Dan Gohman
2007-07-25
1
-4
/
+3
*
For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid
Reid Spencer
2007-01-30
1
-3
/
+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
*
What should be the last unnecessary <iostream>s in the library.
Bill Wendling
2006-12-07
1
-4
/
+3
*
Detemplatize the Statistic class. The only type it is instantiated with
Chris Lattner
2006-12-06
1
-1
/
+1
*
These asm printers shouldn't use assembly/writer.h
Chris Lattner
2006-12-06
1
-10
/
+3
*
implement and use getSectionForFunction
Chris Lattner
2006-10-05
1
-3
/
+10
*
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
-24
/
+3
*
Separate target specific asm properties from the asm printers.
Jim Laskey
2006-09-06
1
-6
/
+15
*
Split SwitchSection into SwitchTo{Text|Data}Section methods.
Chris Lattner
2006-05-09
1
-4
/
+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
-4
/
+3
*
Remove a bunch more SparcV9 specific stuff
Chris Lattner
2006-05-04
1
-7
/
+1
*
Remove some more unused stuff from MachineInstr that was leftover from V9.
Chris Lattner
2006-05-04
1
-7
/
+0
*
Refactor TargetMachine, pushing handling of TargetData into the target-specif...
Owen Anderson
2006-05-03
1
-5
/
+5
*
Extend printBasicBlockLabel a bit so that it can be used to print all
Nate Begeman
2006-05-02
1
-4
/
+4
*
JumpTable support! What this represents is working asm and jit support for
Nate Begeman
2006-04-22
1
-7
/
+2
[next]