| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use MachineOperand::is* predicates. | Devang Patel | 2010-04-27 | 1 | -3/+3 |
| * | Add PPC AsmPrinter handling for target-specific form of | Dale Johannesen | 2010-04-26 | 1 | -0/+18 |
| * | Add const qualifiers to TargetLoweringObjectFile usage. | Dan Gohman | 2010-04-17 | 1 | -6/+6 |
| * | Add const qualifiers to CodeGen's use of LLVM IR constructs. | Dan Gohman | 2010-04-15 | 1 | -4/+4 |
| * | remove the TargetLoweringObjectFileMachO::getMachoSection | Chris Lattner | 2010-04-08 | 1 | -10/+10 |
| * | just have all targets create the DwarfWriter. | Chris Lattner | 2010-04-05 | 1 | -13/+0 |
| * | simplify various getAnalysisUsage implementations. | Chris Lattner | 2010-04-05 | 1 | -2/+0 |
| * | Momentous day: remove the "O" member from AsmPrinter. Now all | Chris Lattner | 2010-04-04 | 1 | -17/+10 |
| * | finish eliminating uses of O. | Chris Lattner | 2010-04-04 | 1 | -17/+34 |
| * | mcize more of ppc stub printing. | Chris Lattner | 2010-04-04 | 1 | -15/+16 |
| * | mcize a bunch more stuff, using EmitRawText for things we | Chris Lattner | 2010-04-04 | 1 | -25/+28 |
| * | convert the non-MCInstPrinter'ized EmitInstruction | Chris Lattner | 2010-04-04 | 1 | -2/+4 |
| * | fix PrintAsmOperand and PrintAsmMemoryOperand to pass down | Chris Lattner | 2010-04-04 | 1 | -4/+7 |
| * | change a ton of code to not implicitly use the "O" raw_ostream | Chris Lattner | 2010-04-04 | 1 | -51/+62 |
| * | asmstreamerize the .size directive for function bodies, force clients | Chris Lattner | 2010-04-03 | 1 | -1/+1 |
| * | Comment the changes for r98218 and friends inside the source code. | Bill Wendling | 2010-03-31 | 1 | -0/+5 |
| * | Rip out the 'is temporary' nonsense from the MCContext interface to | Chris Lattner | 2010-03-30 | 1 | -4/+4 |
| * | eliminate the now-unneeded context argument of MBB::getSymbol() | Chris Lattner | 2010-03-13 | 1 | -1/+1 |
| * | rearrange MCContext ownership. Before LLVMTargetMachine created it | Chris Lattner | 2010-03-13 | 1 | -13/+9 |
| * | inline GetGlobalValueSymbol into the rest its callers and | Chris Lattner | 2010-03-12 | 1 | -11/+7 |
| * | The same situation that effected ARM effects PPC with regards to placing the | Bill Wendling | 2010-03-12 | 1 | -1/+9 |
| * | MC-ize PPC's asm printing of stubs. | Bill Wendling | 2010-03-11 | 1 | -9/+20 |
| * | Add a bit along with the MCSymbols stored in the MachineModuleInfo maps that | Bill Wendling | 2010-03-10 | 1 | -22/+33 |
| * | set the temporary bit on MCSymbols correctly. | Chris Lattner | 2010-03-10 | 1 | -4/+4 |
| * | Move TLOF implementations to libCodegen to resolve layering violation. | Anton Korobeynikov | 2010-02-15 | 1 | -1/+1 |
| * | print all the newlines at the end of instructions with | Chris Lattner | 2010-02-10 | 1 | -4/+4 |
| * | make MachineModuleInfoMachO hold non-const MCSymbol*'s instead | Chris Lattner | 2010-02-03 | 1 | -10/+9 |
| * | rejigger the world so that EmitInstruction prints the \n at | Chris Lattner | 2010-02-03 | 1 | -0/+4 |
| * | refactor code so that LLVMTargetMachine creates the asmstreamer and | Chris Lattner | 2010-02-02 | 1 | -10/+13 |
| * | Give AsmPrinter the most common expected implementation of | Chris Lattner | 2010-01-28 | 1 | -104/+19 |
| * | Remove the argument from EmitJumpTableInfo, because it doesn't need it. | Chris Lattner | 2010-01-28 | 1 | -9/+4 |
| * | add a new AsmPrinter::EmitFunctionEntryLabel virtual function, | Chris Lattner | 2010-01-27 | 1 | -53/+23 |
| * | ppc/linux isn't ready for this and it was an accident that it was included. | Chris Lattner | 2010-01-27 | 1 | -2/+0 |
| * | Switch MSP430, CellSPU, SystemZ, Darwin/PPC, Alpha, and Sparc to | Chris Lattner | 2010-01-27 | 1 | -32/+3 |
| * | add a new MachineBasicBlock::getSymbol method, replacing | Chris Lattner | 2010-01-26 | 1 | -1/+1 |
| * | don't bother setting the AsmPrinter::MF ivar, now that | Chris Lattner | 2010-01-26 | 1 | -4/+0 |
| * | eliminate redundant argument to EmitJumpTableInfo | Chris Lattner | 2010-01-25 | 1 | -2/+2 |
| * | move the various directive enums out of the MCStreamer class | Chris Lattner | 2010-01-23 | 1 | -1/+1 |
| * | remove dead .erase. | Chris Lattner | 2010-01-21 | 1 | -3/+1 |
| * | fix a problem with a missing _, testcase pending. | Chris Lattner | 2010-01-21 | 1 | -1/+1 |
| * | eliminate FnStubInfo, using MachineModuleInfoMachO instead. | Chris Lattner | 2010-01-20 | 1 | -73/+66 |
| * | split function stub printing out to its own function, | Chris Lattner | 2010-01-20 | 1 | -46/+58 |
| * | eliminate the GVStubs and HiddenGVStubs maps, and use | Chris Lattner | 2010-01-20 | 1 | -23/+39 |
| * | Now that we have everything nicely factored (e.g. asmprinter is not | Chris Lattner | 2010-01-19 | 1 | -185/+0 |
| * | add a bool for whether .lcomm takes an alignment instead of basing this on "i... | Chris Lattner | 2010-01-19 | 1 | -1/+3 |
| * | hoist handling of external globals and special globals up to common code. | Chris Lattner | 2010-01-19 | 1 | -29/+14 |
| * | move production of .reference directives for static ctor/dtor list on | Chris Lattner | 2010-01-19 | 1 | -8/+1 |
| * | use BSSLocal classifier to identify 'lcomm' data instead of | Chris Lattner | 2010-01-19 | 1 | -32/+23 |
| * | now that elf weak bss symbols are handled correctly, simplify a bunch of code. | Chris Lattner | 2010-01-19 | 1 | -37/+11 |
| * | introduce a section kind for common linkage. Use this to slightly | Chris Lattner | 2010-01-19 | 1 | -17/+50 |