aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter.cpp
AgeCommit message (Expand)Author
2007-06-04Global ctors / dtors alignment shouldn't be hard-coded at 4. e.g. It could be...Evan Cheng
2007-05-31Fix the asmprinter so that a globalvalue can specify an explicit alignmentChris Lattner
2007-05-03Drop 'const'Devang Patel
2007-05-02Use 'static const char' instead of 'static const int'.Devang Patel
2007-05-01Do not use typeinfo to identify pass in pass manager.Devang Patel
2007-04-30Clean up multi-line asam string printing. Instead of printing:Chris Lattner
2007-04-29Implement review feedbackAnton Korobeynikov
2007-04-28Implement review feedback. Aliasees can be either GlobalValue's orAnton Korobeynikov
2007-04-25Implement aliases. This fixes PR1017 and it's dependent bugs. CFE partAnton Korobeynikov
2007-04-23modify per review commentaryDale Johannesen
2007-04-23make EmitAlignment work the way Chris says it shouldDale Johannesen
2007-03-06Small eye-candy: use asciz directive everywhere, where possible.Anton Korobeynikov
2007-02-21Exception handling support.Jim Laskey
2007-02-21Add support for changes in DwarfWriter.Jim Laskey
2007-02-16test commit (blank line)Dale Johannesen
2007-02-15For PR1195:Reid Spencer
2007-02-10eliminate temporary vectors.Chris Lattner
2007-02-10encapsulate the rest of the StructLayout members.Chris Lattner
2007-02-10Privatize StructLayout::MemberOffsets, adding an accessorChris Lattner
2007-02-06Oops, swap this. This fixes a regression I introduced in the ARM backend.Chris Lattner
2007-02-05Fix PR1178Chris Lattner
2007-02-04Fixing silly "not-implemented" bug in AsmPrinter. This fixes PR1169.Anton Korobeynikov
2007-02-01Emit labels as label_n and not as debug_nJim Laskey
2007-02-01Support for non-landing pad exception handling.Jim Laskey
2007-01-26Change the MachineDebugInfo to MachineModuleInfo to better reflect usageJim Laskey
2007-01-26Make LABEL a builtin opcode.Jim Laskey
2007-01-25Migrate print routines to asm to be shared by exception handling.Jim Laskey
2007-01-23Fix a bunch of inline asm failuresChris Lattner
2007-01-18add new JumpTableSpecialLabelPrefix hook to asmprinter for jumptable emission.Chris Lattner
2007-01-16Fix for PR1095:Bill Wendling
2007-01-15rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger.Chris Lattner
2007-01-12Simplify codeChris Lattner
2007-01-12For PR1064:Reid Spencer
2007-01-12Implement review feedback for the ConstantBool->ConstantInt merge. ChrisReid Spencer
2007-01-11Rename BoolTy as Int1Ty. Patch by Sheng Zhou.Reid Spencer
2007-01-11For PR1043:Zhou Sheng
2006-12-31For PR950:Reid Spencer
2006-12-21Just print integer constants as signed values. The actual signednessReid Spencer
2006-12-19Fix for PR1059: http://llvm.org/PR1059Anton Korobeynikov
2006-12-18move ExtWeakSymbols to AsmPrinterRafael Espindola
2006-12-141. Tidy up jump table info.Jim Laskey
2006-12-12split up inttoptr from ptrtoint handling, the cases aren't similar at all.Chris Lattner
2006-12-12the operand of a bitcast is always the right size, just emit it in place.Chris Lattner
2006-12-12Tidy up a bit.Reid Spencer
2006-12-12Change inferred cast creation calls to more specific cast creations.Reid Spencer
2006-12-07Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling
2006-11-29Converted to using llvm streams instead of <iostream>sBill Wendling
2006-11-27For PR950:Reid Spencer
2006-11-20Global label not handled correctly.Jim Laskey
2006-11-01Add a printSetLabel that takes two id's.Evan Cheng