summaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter.cpp
Commit message (Expand)AuthorAge
* Small eye-candy: use asciz directive everywhere, where possible.Anton Korobeynikov2007-03-06
* Exception handling support.Jim Laskey2007-02-21
* Add support for changes in DwarfWriter.Jim Laskey2007-02-21
* test commit (blank line)Dale Johannesen2007-02-16
* For PR1195:Reid Spencer2007-02-15
* eliminate temporary vectors.Chris Lattner2007-02-10
* encapsulate the rest of the StructLayout members.Chris Lattner2007-02-10
* Privatize StructLayout::MemberOffsets, adding an accessorChris Lattner2007-02-10
* Oops, swap this. This fixes a regression I introduced in the ARM backend.Chris Lattner2007-02-06
* Fix PR1178Chris Lattner2007-02-05
* Fixing silly "not-implemented" bug in AsmPrinter. This fixes PR1169.Anton Korobeynikov2007-02-04
* Emit labels as label_n and not as debug_nJim Laskey2007-02-01
* Support for non-landing pad exception handling.Jim Laskey2007-02-01
* Change the MachineDebugInfo to MachineModuleInfo to better reflect usageJim Laskey2007-01-26
* Make LABEL a builtin opcode.Jim Laskey2007-01-26
* Migrate print routines to asm to be shared by exception handling.Jim Laskey2007-01-25
* Fix a bunch of inline asm failuresChris Lattner2007-01-23
* add new JumpTableSpecialLabelPrefix hook to asmprinter for jumptable emission.Chris Lattner2007-01-18
* Fix for PR1095:Bill Wendling2007-01-16
* rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger.Chris Lattner2007-01-15
* Simplify codeChris Lattner2007-01-12
* For PR1064:Reid Spencer2007-01-12
* Implement review feedback for the ConstantBool->ConstantInt merge. ChrisReid Spencer2007-01-12
* Rename BoolTy as Int1Ty. Patch by Sheng Zhou.Reid Spencer2007-01-11
* For PR1043:Zhou Sheng2007-01-11
* For PR950:Reid Spencer2006-12-31
* Just print integer constants as signed values. The actual signednessReid Spencer2006-12-21
* Fix for PR1059: http://llvm.org/PR1059Anton Korobeynikov2006-12-19
* move ExtWeakSymbols to AsmPrinterRafael Espindola2006-12-18
* 1. Tidy up jump table info.Jim Laskey2006-12-14
* split up inttoptr from ptrtoint handling, the cases aren't similar at all.Chris Lattner2006-12-12
* the operand of a bitcast is always the right size, just emit it in place.Chris Lattner2006-12-12
* Tidy up a bit.Reid Spencer2006-12-12
* Change inferred cast creation calls to more specific cast creations.Reid Spencer2006-12-12
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-07
* Converted to using llvm streams instead of <iostream>sBill Wendling2006-11-29
* For PR950:Reid Spencer2006-11-27
* Global label not handled correctly.Jim Laskey2006-11-20
* Add a printSetLabel that takes two id's.Evan Cheng2006-11-01
* 1. Clean up code due to changes in SwitchTo*Section(2)Anton Korobeynikov2006-10-31
* don't print dead jump tablesChris Lattner2006-10-28
* Move getPreferredAlignmentLog from AsmPrinter to TargetDataDevang Patel2006-10-24
* For PR950:Reid Spencer2006-10-20
* Clean up interface to getGlobalLinkName.Jim Laskey2006-10-17
* Basic support for getGlobalLinkName.Jim Laskey2006-10-17
* Jimptables working again on alpha.Andrew Lenharth2006-10-11
* If a target uses a GOT, put it in the jt data section, not the textChris Lattner2006-10-06
* Don't crash if an MBB doesn't have an LLVM BBChris Lattner2006-10-05
* Emit pic jumptables to the same section that the function is emitted to,Chris Lattner2006-10-05
* Pass the MachineFunction into EmitJumpTableInfo.Chris Lattner2006-10-05