| Commit message (Expand) | Author | Age | Files | Lines |
* | minor long double related changes | Dale Johannesen | 2007-09-28 | 1 | -0/+1 |
* | Make temporaries explicit to avoid premature | Dale Johannesen | 2007-09-26 | 1 | -1/+3 |
* | Add a routine for emitting .file directives, for setting up | Dan Gohman | 2007-09-24 | 1 | -0/+11 |
* | Don't pass back a reference to a temporary. | Bill Wendling | 2007-09-18 | 1 | -2/+1 |
* | The exception handling function info should be reset for each new | Bill Wendling | 2007-09-18 | 1 | -4/+2 |
* | Objective-C was generating EH frame info like this: | Bill Wendling | 2007-09-18 | 1 | -0/+9 |
* | Remove isReg, isImm, and isMBB, and change all their users to use | Dan Gohman | 2007-09-14 | 1 | -1/+1 |
* | Revise previous patch per review comments. | Dale Johannesen | 2007-09-12 | 1 | -4/+41 |
* | Add APInt interfaces to APFloat (allows directly | Dale Johannesen | 2007-09-11 | 1 | -8/+10 |
* | Next round of APFloat changes. | Dale Johannesen | 2007-09-06 | 1 | -1/+2 |
* | Proper handle case, when aliasee is external weak symbol referenced only by a... | Anton Korobeynikov | 2007-09-06 | 1 | -6/+13 |
* | move this check. ppc outputs .no_dead_strip properly | Andrew Lenharth | 2007-08-22 | 1 | -6/+6 |
* | Print a space between the comment character and the basic block name, | Dan Gohman | 2007-07-30 | 1 | -1/+2 |
* | EmitAlignment() also emits optional fill value. | Evan Cheng | 2007-07-25 | 1 | -2/+5 |
* | Global ctors / dtors alignment shouldn't be hard-coded at 4. e.g. It could be... | Evan Cheng | 2007-06-04 | 1 | -2/+4 |
* | Fix the asmprinter so that a globalvalue can specify an explicit alignment | Chris Lattner | 2007-05-31 | 1 | -5/+18 |
* | Drop 'const' | Devang Patel | 2007-05-03 | 1 | -1/+1 |
* | Use 'static const char' instead of 'static const int'. | Devang Patel | 2007-05-02 | 1 | -1/+1 |
* | Do not use typeinfo to identify pass in pass manager. | Devang Patel | 2007-05-01 | 1 | -1/+2 |
* | Clean up multi-line asam string printing. Instead of printing: | Chris Lattner | 2007-04-30 | 1 | -1/+1 |
* | Implement review feedback | Anton Korobeynikov | 2007-04-29 | 1 | -12/+3 |
* | Implement review feedback. Aliasees can be either GlobalValue's or | Anton Korobeynikov | 2007-04-28 | 1 | -6/+17 |
* | Implement aliases. This fixes PR1017 and it's dependent bugs. CFE part | Anton Korobeynikov | 2007-04-25 | 1 | -1/+25 |
* | modify per review commentary | Dale Johannesen | 2007-04-23 | 1 | -2/+2 |
* | make EmitAlignment work the way Chris says it should | Dale Johannesen | 2007-04-23 | 1 | -1/+3 |
* | Small eye-candy: use asciz directive everywhere, where possible. | Anton Korobeynikov | 2007-03-06 | 1 | -3/+10 |
* | Exception handling support. | Jim Laskey | 2007-02-21 | 1 | -1/+1 |
* | Add support for changes in DwarfWriter. | Jim Laskey | 2007-02-21 | 1 | -0/+12 |
* | test commit (blank line) | Dale Johannesen | 2007-02-16 | 1 | -0/+1 |
* | For PR1195: | Reid Spencer | 2007-02-15 | 1 | -2/+2 |
* | eliminate temporary vectors. | Chris Lattner | 2007-02-10 | 1 | -2/+3 |
* | encapsulate the rest of the StructLayout members. | Chris Lattner | 2007-02-10 | 1 | -2/+2 |
* | Privatize StructLayout::MemberOffsets, adding an accessor | Chris Lattner | 2007-02-10 | 1 | -2/+2 |
* | Oops, swap this. This fixes a regression I introduced in the ARM backend. | Chris Lattner | 2007-02-06 | 1 | -1/+1 |
* | Fix PR1178 | Chris Lattner | 2007-02-05 | 1 | -1/+11 |
* | Fixing silly "not-implemented" bug in AsmPrinter. This fixes PR1169. | Anton Korobeynikov | 2007-02-04 | 1 | -2/+4 |
* | Emit labels as label_n and not as debug_n | Jim Laskey | 2007-02-01 | 1 | -1/+1 |
* | Support for non-landing pad exception handling. | Jim Laskey | 2007-02-01 | 1 | -2/+2 |
* | Change the MachineDebugInfo to MachineModuleInfo to better reflect usage | Jim Laskey | 2007-01-26 | 1 | -2/+2 |
* | Make LABEL a builtin opcode. | Jim Laskey | 2007-01-26 | 1 | -0/+10 |
* | Migrate print routines to asm to be shared by exception handling. | Jim Laskey | 2007-01-25 | 1 | -28/+195 |
* | Fix a bunch of inline asm failures | Chris Lattner | 2007-01-23 | 1 | -0/+1 |
* | add new JumpTableSpecialLabelPrefix hook to asmprinter for jumptable emission. | Chris Lattner | 2007-01-18 | 1 | -1/+9 |
* | Fix for PR1095: | Bill Wendling | 2007-01-16 | 1 | -3/+3 |
* | rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger. | Chris Lattner | 2007-01-15 | 1 | -1/+1 |
* | Simplify code | Chris Lattner | 2007-01-12 | 1 | -4/+1 |
* | For PR1064: | Reid Spencer | 2007-01-12 | 1 | -16/+17 |
* | Implement review feedback for the ConstantBool->ConstantInt merge. Chris | Reid Spencer | 2007-01-12 | 1 | -1/+1 |
* | Rename BoolTy as Int1Ty. Patch by Sheng Zhou. | Reid Spencer | 2007-01-11 | 1 | -2/+2 |
* | For PR1043: | Zhou Sheng | 2007-01-11 | 1 | -5/+5 |