Age | Commit message (Expand) | Author |
2007-02-21 | Exception handling support. | Jim Laskey |
2007-02-21 | Add support for changes in DwarfWriter. | Jim Laskey |
2007-02-16 | test commit (blank line) | Dale Johannesen |
2007-02-15 | For PR1195: | Reid Spencer |
2007-02-10 | eliminate temporary vectors. | Chris Lattner |
2007-02-10 | encapsulate the rest of the StructLayout members. | Chris Lattner |
2007-02-10 | Privatize StructLayout::MemberOffsets, adding an accessor | Chris Lattner |
2007-02-06 | Oops, swap this. This fixes a regression I introduced in the ARM backend. | Chris Lattner |
2007-02-05 | Fix PR1178 | Chris Lattner |
2007-02-04 | Fixing silly "not-implemented" bug in AsmPrinter. This fixes PR1169. | Anton Korobeynikov |
2007-02-01 | Emit labels as label_n and not as debug_n | Jim Laskey |
2007-02-01 | Support for non-landing pad exception handling. | Jim Laskey |
2007-01-26 | Change the MachineDebugInfo to MachineModuleInfo to better reflect usage | Jim Laskey |
2007-01-26 | Make LABEL a builtin opcode. | Jim Laskey |
2007-01-25 | Migrate print routines to asm to be shared by exception handling. | Jim Laskey |
2007-01-23 | Fix a bunch of inline asm failures | Chris Lattner |
2007-01-18 | add new JumpTableSpecialLabelPrefix hook to asmprinter for jumptable emission. | Chris Lattner |
2007-01-16 | Fix for PR1095: | Bill Wendling |
2007-01-15 | rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger. | Chris Lattner |
2007-01-12 | Simplify code | Chris Lattner |
2007-01-12 | For PR1064: | Reid Spencer |
2007-01-12 | Implement review feedback for the ConstantBool->ConstantInt merge. Chris | Reid Spencer |
2007-01-11 | Rename BoolTy as Int1Ty. Patch by Sheng Zhou. | Reid Spencer |
2007-01-11 | For PR1043: | Zhou Sheng |
2006-12-31 | For PR950: | Reid Spencer |
2006-12-21 | Just print integer constants as signed values. The actual signedness | Reid Spencer |
2006-12-19 | Fix for PR1059: http://llvm.org/PR1059 | Anton Korobeynikov |
2006-12-18 | move ExtWeakSymbols to AsmPrinter | Rafael Espindola |
2006-12-14 | 1. Tidy up jump table info. | Jim Laskey |
2006-12-12 | split up inttoptr from ptrtoint handling, the cases aren't similar at all. | Chris Lattner |
2006-12-12 | the operand of a bitcast is always the right size, just emit it in place. | Chris Lattner |
2006-12-12 | Tidy up a bit. | Reid Spencer |
2006-12-12 | Change inferred cast creation calls to more specific cast creations. | Reid Spencer |
2006-12-07 | Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are | Bill Wendling |
2006-11-29 | Converted to using llvm streams instead of <iostream>s | Bill Wendling |
2006-11-27 | For PR950: | Reid Spencer |
2006-11-20 | Global label not handled correctly. | Jim Laskey |
2006-11-01 | Add a printSetLabel that takes two id's. | Evan Cheng |
2006-10-31 | 1. Clean up code due to changes in SwitchTo*Section(2) | Anton Korobeynikov |
2006-10-28 | don't print dead jump tables | Chris Lattner |
2006-10-24 | Move getPreferredAlignmentLog from AsmPrinter to TargetData | Devang Patel |
2006-10-20 | For PR950: | Reid Spencer |
2006-10-17 | Clean up interface to getGlobalLinkName. | Jim Laskey |
2006-10-17 | Basic support for getGlobalLinkName. | Jim Laskey |
2006-10-11 | Jimptables working again on alpha. | Andrew Lenharth |
2006-10-06 | If a target uses a GOT, put it in the jt data section, not the text | Chris Lattner |
2006-10-05 | Don't crash if an MBB doesn't have an LLVM BB | Chris Lattner |
2006-10-05 | Emit pic jumptables to the same section that the function is emitted to, | Chris Lattner |
2006-10-05 | Pass the MachineFunction into EmitJumpTableInfo. | Chris Lattner |
2006-10-05 | move getSectionForFunction to AsmPrinter | Chris Lattner |