Enabling the target-independent garbage collection infrastructure by hooking it
[oota-llvm.git] / lib / CodeGen / AsmPrinter.cpp
2008-01-07 Gordon HenriksenEnabling the target-independent garbage collection...
2007-12-31 Chris LattnerRename SSARegMap -> MachineRegisterInfo in keeping...
2007-12-30 Chris LattnerAdd new shorter predicates for testing machine operands...
2007-12-30 Chris LattnerMachineOperand::getImmedValue -> MachineOperand::getImm
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-12-18 Anton KorobeynikovSupport more insane CEP's in AsmPrinter (Yes, PyPy...
2007-11-14 Anton KorobeynikovFix PIC jump table codegen on x86-32/linux. In fact...
2007-11-09 Evan ChengMuch improved pic jumptable codegen:
2007-11-05 Dale JohannesenMake labels work in asm blocks; allow labels as
2007-11-05 Duncan SandsDon't output ABI size padding twice. By using the...
2007-11-05 Duncan SandsEliminate the remaining uses of getTypeSize. This
2007-10-14 Evan ChengRevert 42908 for now.
2007-10-12 Dan GohmanChange the names used for internal labels to use the...
2007-10-11 Dale JohannesenImplement ppc long double->uint conversion.
2007-10-08 Dan GohmanCall getFunctionNumber() instead of referencing Functio...
2007-10-01 Dale JohannesenFix stride computations for long double arrays.
2007-09-28 Dale Johannesenminor long double related changes
2007-09-26 Dale JohannesenMake temporaries explicit to avoid premature
2007-09-24 Dan GohmanAdd a routine for emitting .file directives, for setting up
2007-09-18 Bill WendlingDon't pass back a reference to a temporary.
2007-09-18 Bill WendlingThe exception handling function info should be reset...
2007-09-18 Bill WendlingObjective-C was generating EH frame info like this:
2007-09-14 Dan GohmanRemove isReg, isImm, and isMBB, and change all their...
2007-09-12 Dale JohannesenRevise previous patch per review comments.
2007-09-11 Dale JohannesenAdd APInt interfaces to APFloat (allows directly
2007-09-06 Dale JohannesenNext round of APFloat changes.
2007-09-06 Anton KorobeynikovProper handle case, when aliasee is external weak symbo...
2007-08-22 Andrew Lenharthmove this check. ppc outputs .no_dead_strip properly
2007-07-30 Dan GohmanPrint a space between the comment character and the...
2007-07-25 Evan ChengEmitAlignment() also emits optional fill value.
2007-06-04 Evan ChengGlobal ctors / dtors alignment shouldn't be hard-coded...
2007-05-31 Chris LattnerFix the asmprinter so that a globalvalue can specify...
2007-05-03 Devang PatelDrop 'const'
2007-05-02 Devang PatelUse 'static const char' instead of 'static const int'.
2007-05-01 Devang PatelDo not use typeinfo to identify pass in pass manager.
2007-04-30 Chris LattnerClean up multi-line asam string printing. Instead...
2007-04-29 Anton KorobeynikovImplement review feedback
2007-04-28 Anton KorobeynikovImplement review feedback. Aliasees can be either Globa...
2007-04-25 Anton KorobeynikovImplement aliases. This fixes PR1017 and it's dependent...
2007-04-23 Dale Johannesenmodify per review commentary
2007-04-23 Dale Johannesenmake EmitAlignment work the way Chris says it should
2007-03-06 Anton KorobeynikovSmall eye-candy: use asciz directive everywhere, where...
2007-02-21 Jim LaskeyException handling support.
2007-02-21 Jim LaskeyAdd support for changes in DwarfWriter.
2007-02-16 Dale Johannesentest commit (blank line)
2007-02-15 Reid SpencerFor PR1195:
2007-02-10 Chris Lattnereliminate temporary vectors.
2007-02-10 Chris Lattnerencapsulate the rest of the StructLayout members.
2007-02-10 Chris LattnerPrivatize StructLayout::MemberOffsets, adding an accessor
2007-02-06 Chris LattnerOops, swap this. This fixes a regression I introduced...
2007-02-05 Chris LattnerFix PR1178
2007-02-04 Anton KorobeynikovFixing silly "not-implemented" bug in AsmPrinter. This...
2007-02-01 Jim LaskeyEmit labels as label_n and not as debug_n
2007-02-01 Jim LaskeySupport for non-landing pad exception handling.
2007-01-26 Jim LaskeyChange the MachineDebugInfo to MachineModuleInfo to...
2007-01-26 Jim LaskeyMake LABEL a builtin opcode.
2007-01-25 Jim LaskeyMigrate print routines to asm to be shared by exception...
2007-01-23 Chris LattnerFix a bunch of inline asm failures
2007-01-18 Chris Lattneradd new JumpTableSpecialLabelPrefix hook to asmprinter...
2007-01-16 Bill WendlingFix for PR1095:
2007-01-15 Chris Lattnerrename Type::isIntegral to Type::isInteger, eliminating...
2007-01-12 Chris LattnerSimplify code
2007-01-12 Reid SpencerFor PR1064:
2007-01-12 Reid SpencerImplement review feedback for the ConstantBool->Constan...
2007-01-11 Reid SpencerRename BoolTy as Int1Ty. Patch by Sheng Zhou.
2007-01-11 Zhou ShengFor PR1043:
2006-12-31 Reid SpencerFor PR950:
2006-12-21 Reid SpencerJust print integer constants as signed values. The...
2006-12-19 Anton KorobeynikovFix for PR1059: http://llvm.org/PR1059
2006-12-18 Rafael Espindolamove ExtWeakSymbols to AsmPrinter
2006-12-14 Jim Laskey1. Tidy up jump table info.
2006-12-12 Chris Lattnersplit up inttoptr from ptrtoint handling, the cases...
2006-12-12 Chris Lattnerthe operand of a bitcast is always the right size,...
2006-12-12 Reid SpencerTidy up a bit.
2006-12-12 Reid SpencerChange inferred cast creation calls to more specific...
2006-12-07 Bill WendlingChanged llvm_ostream et all to OStream. llvm_cerr,...
2006-11-29 Bill WendlingConverted to using llvm streams instead of <iostream>s
2006-11-27 Reid SpencerFor PR950:
2006-11-20 Jim LaskeyGlobal label not handled correctly.
2006-11-01 Evan ChengAdd a printSetLabel that takes two id's.
2006-10-31 Anton Korobeynikov1. Clean up code due to changes in SwitchTo*Section(2)
2006-10-28 Chris Lattnerdon't print dead jump tables
2006-10-24 Devang PatelMove getPreferredAlignmentLog from AsmPrinter to TargetData
2006-10-20 Reid SpencerFor PR950:
2006-10-17 Jim LaskeyClean up interface to getGlobalLinkName.
2006-10-17 Jim LaskeyBasic support for getGlobalLinkName.
2006-10-11 Andrew LenharthJimptables working again on alpha.
2006-10-06 Chris LattnerIf a target uses a GOT, put it in the jt data section...
2006-10-05 Chris LattnerDon't crash if an MBB doesn't have an LLVM BB
2006-10-05 Chris LattnerEmit pic jumptables to the same section that the functi...
2006-10-05 Chris LattnerPass the MachineFunction into EmitJumpTableInfo.
2006-10-05 Chris Lattnermove getSectionForFunction to AsmPrinter
2006-10-03 Chris LattnerUse $( $| $) to represent alternatives in asm blocks...
2006-09-28 Chris Lattnersimplify code
2006-09-27 Chris LattnerAdd support for ${:private} which prints "L" on darwin.
2006-09-26 Chris LattnerAdd support for ${:comment}, which expands to the curre...
2006-09-26 Chris LattnerAdd support for targets that want to do something with...
2006-09-24 Andrew LenharthAdd support for other relocation bases to jump tables...
2006-09-18 Andrew Lenharthoops
2006-09-18 Andrew Lenharthabsolute addresses must match pointer size
next