| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Use MachineOperand::getImm instead of MachineOperand::getImmedValue. Likewis... | Chris Lattner | 2007-12-30 | 1 | -14/+14 |
* | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Fix .eh table linkage issues on Darwin. Some EH support | Dale Johannesen | 2007-11-20 | 1 | -3/+15 |
* | Eliminate the remaining uses of getTypeSize. This | Duncan Sands | 2007-11-05 | 1 | -2/+2 |
* | Fix crash before main on ppc/linux with static constructors. PR1771 | Nick Lewycky | 2007-11-04 | 1 | -0/+2 |
* | Revert 42908 for now. | Evan Cheng | 2007-10-14 | 1 | -9/+9 |
* | Change the names used for internal labels to use the current | Dan Gohman | 2007-10-12 | 1 | -9/+9 |
* | Use empty() member functions when that's what's being tested for instead | Dan Gohman | 2007-10-03 | 1 | -1/+1 |
* | Honor user-defined section specification of a global, ignores whether its ini... | Evan Cheng | 2007-09-21 | 1 | -2/+2 |
* | Do not override user specified section. | Devang Patel | 2007-09-20 | 1 | -2/+2 |
* | Remove isReg, isImm, and isMBB, and change all their users to use | Dan Gohman | 2007-09-14 | 1 | -1/+1 |
* | Don't ignore the return value of AsmPrinter::doInitialization and | Dan Gohman | 2007-07-25 | 1 | -8/+6 |
* | Fix debug info and globals filled with zeros. | Nick Lewycky | 2007-07-25 | 1 | -2/+2 |
* | add support for printing offset of global | Chris Lattner | 2007-05-03 | 1 | -0/+5 |
* | Fix PR1351 and CodeGen/PowerPC/2007-04-24-InlineAsm-I-Modifier.ll | Chris Lattner | 2007-04-24 | 1 | -0/+6 |
* | Putting more constants which do not contain relocations into .literal{4|8|16} | Evan Cheng | 2007-03-08 | 1 | -6/+9 |
* | For Darwin, put constant data into .const, .const_data, .literal{4|8|16} | Evan Cheng | 2007-03-08 | 1 | -2/+24 |
* | Emit low/high immediate loads properly for Linux/PPC. | Nick Lewycky | 2007-03-03 | 1 | -6/+10 |
* | Add support for changes in DwarfWriter. | Jim Laskey | 2007-02-21 | 1 | -0/+14 |
* | Fix CodeGen/PowerPC/2007-01-31-InlineAsmAddrMode.ll | Chris Lattner | 2007-02-01 | 1 | -1/+4 |
* | For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid | Reid Spencer | 2007-01-30 | 1 | -2/+2 |
* | Darwin -static should codegen static ctors / dtors to .constructor / .destruc... | Evan Cheng | 2007-01-30 | 1 | -1/+8 |
* | Change the MachineDebugInfo to MachineModuleInfo to better reflect usage | Jim Laskey | 2007-01-26 | 1 | -5/+5 |
* | Fix test/CFrontend/2007-01-24-InlineAsmCModifier.c on PPC | Chris Lattner | 2007-01-25 | 1 | -0/+4 |
* | add support for hidden visibility to darwin/ppc and linux/ppc targets | Chris Lattner | 2007-01-14 | 1 | -1/+21 |
* | Changes from Nick Lewycky with a simplified PPCTargetAsmInfo. | Jim Laskey | 2006-12-21 | 1 | -1/+223 |
* | Oops. | Jim Laskey | 2006-12-20 | 1 | -1/+1 |
* | Original patch was overly complicated. | Jim Laskey | 2006-12-20 | 1 | -34/+11 |
* | Changes to target powerpc for non-Darwin assemblers. | Jim Laskey | 2006-12-20 | 1 | -10/+62 |
* | eliminate static ctors for Statistic objects. | Chris Lattner | 2006-12-19 | 1 | -2/+2 |
* | move ExtWeakSymbols to AsmPrinter | Rafael Espindola | 2006-12-18 | 1 | -15/+3 |
* | Honor cpu directive, take two. | Jim Laskey | 2006-12-12 | 1 | -17/+20 |
* | Rollback changes to take a different tack. | Jim Laskey | 2006-12-12 | 1 | -0/+5 |
* | Honor the command line specification for machine type. | Jim Laskey | 2006-12-12 | 1 | -1/+12 |
* | What should be the last unnecessary <iostream>s in the library. | Bill Wendling | 2006-12-07 | 1 | -3/+2 |
* | Detemplatize the Statistic class. The only type it is instantiated with | Chris Lattner | 2006-12-06 | 1 | -1/+1 |
* | Add weak reference directive. | Evan Cheng | 2006-12-01 | 1 | -5/+7 |
* | Copy and paste error. An initialized global cannot be a weak reference. | Evan Cheng | 2006-12-01 | 1 | -3/+0 |
* | ExternalWeak case in wrong location. | Jim Laskey | 2006-12-01 | 1 | -1/+1 |
* | A initialized global variable cannot be extern weak. However, if a global val... | Evan Cheng | 2006-12-01 | 1 | -0/+10 |
* | Darwin PPC external weak linkage support. | Evan Cheng | 2006-12-01 | 1 | -1/+15 |
* | Prime text sections to improve branch locality in large object files. | Jim Laskey | 2006-11-28 | 1 | -0/+13 |
* | Pretty print 'rldicr r2, r2, 2, 61' as 'sldi r2, r2, 2'. | Chris Lattner | 2006-11-18 | 1 | -0/+12 |
* | start using PPC predicates more consistently. | Chris Lattner | 2006-11-17 | 1 | -0/+1 |
* | fix a regression that I introduced. stdu should scale the offset by 4 | Chris Lattner | 2006-11-16 | 1 | -1/+10 |
* | Go through all kinds of trouble to mark 'blr' as having a predicate operand | Chris Lattner | 2006-11-04 | 1 | -0/+30 |
* | For PR786: | Reid Spencer | 2006-11-02 | 1 | -2/+0 |
* | 1. Clean up code due to changes in SwitchTo*Section(2) | Anton Korobeynikov | 2006-10-31 | 1 | -5/+5 |
* | Doh. Must check if GV is constant first before putting it in .cstring. | Evan Cheng | 2006-10-28 | 1 | -2/+2 |
* | Place cstrings in .cstring section. | Evan Cheng | 2006-10-26 | 1 | -0/+8 |