| Commit message (Expand) | Author | Age | Files | Lines |
* | Update gcc 4.3 warnings fix patch with recent head changes | Anton Korobeynikov | 2008-02-20 | 1 | -1/+2 |
* | Don't make up new directives. (".set_foobar") | Nick Lewycky | 2008-02-07 | 1 | -1/+1 |
* | Dwarf requires variable entries to be in the source order. Right now, since w... | Evan Cheng | 2008-02-04 | 1 | -4/+7 |
* | Get rid of the annoying blank lines before labels. | Evan Cheng | 2008-02-02 | 1 | -3/+3 |
* | SDIsel processes llvm.dbg.declare by recording the variable debug information... | Evan Cheng | 2008-02-02 | 1 | -0/+6 |
* | Remove the nasty LABEL hack with a much less evil one. Now llvm.dbg.func.star... | Evan Cheng | 2008-02-01 | 1 | -0/+4 |
* | Handle 'X' constraint in asm's better. | Dale Johannesen | 2008-01-29 | 1 | -2/+3 |
* | For long double constants, print an approximation of their value to the .s fi... | Chris Lattner | 2008-01-27 | 1 | -2/+6 |
* | Enabling the target-independent garbage collection infrastructure by hooking it | Gordon Henriksen | 2008-01-07 | 1 | -0/+19 |
* | Rename SSARegMap -> MachineRegisterInfo in keeping with the idea | Chris Lattner | 2007-12-31 | 1 | -0/+1 |
* | Add new shorter predicates for testing machine operands for various types: | Chris Lattner | 2007-12-30 | 1 | -1/+1 |
* | MachineOperand::getImmedValue -> MachineOperand::getImm | Chris Lattner | 2007-12-30 | 1 | -7/+4 |
* | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Support more insane CEP's in AsmPrinter (Yes, PyPy folks do really use them). | Anton Korobeynikov | 2007-12-18 | 1 | -1/+24 |
* | Fix PIC jump table codegen on x86-32/linux. In fact, such thing should be app... | Anton Korobeynikov | 2007-11-14 | 1 | -28/+41 |
* | Much improved pic jumptable codegen: | Evan Cheng | 2007-11-09 | 1 | -9/+10 |
* | Make labels work in asm blocks; allow labels as | Dale Johannesen | 2007-11-05 | 1 | -7/+12 |
* | Don't output ABI size padding twice. By using the store | Duncan Sands | 2007-11-05 | 1 | -5/+6 |
* | Eliminate the remaining uses of getTypeSize. This | Duncan Sands | 2007-11-05 | 1 | -17/+16 |
* | Revert 42908 for now. | Evan Cheng | 2007-10-14 | 1 | -19/+19 |
* | Change the names used for internal labels to use the current | Dan Gohman | 2007-10-12 | 1 | -19/+19 |
* | Implement ppc long double->uint conversion. | Dale Johannesen | 2007-10-11 | 1 | -0/+33 |
* | Call getFunctionNumber() instead of referencing FunctionNumber directly, | Dan Gohman | 2007-10-08 | 1 | -1/+1 |
* | Fix stride computations for long double arrays. | Dale Johannesen | 2007-10-01 | 1 | -1/+5 |
* | 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 |