aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter.cpp
AgeCommit message (Expand)Author
2006-06-29Add support to print 4-, 8-, and 16- byte constant literals in specialEvan Cheng
2006-06-15Was pointed out that structure alignment and type alignment are not the sameJim Laskey
2006-06-15Alignment of globals has not been quite right. Needed to drop the pointer typeJim Laskey
2006-06-15Assert. Rather than silently stop printing.Evan Cheng
2006-06-08Fix an assert-on-inline-inline-asm bug.Chris Lattner
2006-05-12Remove dead varChris Lattner
2006-05-12Refactor a bunch of includes so that TargetMachine.h doesn't have to includeOwen Anderson
2006-05-09Fix a regression in my patch from last night that broke the llvmgcc4 build onChris Lattner
2006-05-09Implement MASM sections correctly, without a "has masm sections flag" and a b...Chris Lattner
2006-05-09Oh yeah, there are two of these now, unify both.Chris Lattner
2006-05-09Setting SwitchToSectionDirective properly in the MASM backend permits a bunchChris Lattner
2006-05-09Don't prefix section directives with a tab. Doing so causes blank lines toChris Lattner
2006-05-09Make the masm codepath work like the normal code path.Chris Lattner
2006-05-09The MASM asmprinter has been fixed, these hacks are no longer needed.Chris Lattner
2006-05-09Split SwitchSection into SwitchTo{Text|Data}Section methods.Chris Lattner
2006-05-06Fix some loose ends in MASM support.Jeff Cohen
2006-05-05Indent multiline asm strings more nicelyChris Lattner
2006-05-03Refactor TargetMachine, pushing handling of TargetData into the target-specif...Owen Anderson
2006-05-02Print function number instead of nameNate Begeman
2006-05-02Extend printBasicBlockLabel a bit so that it can be used to print allNate Begeman
2006-05-02De-virtualize SwitchSection.Jeff Cohen
2006-05-02De-virtualize EmitZeroes.Jeff Cohen
2006-05-02Make Intel syntax mode friendlier to Microsoft ML assembler (still needs more...Jeff Cohen
2006-05-01Format #APP lines a bit nicerChris Lattner
2006-04-22JumpTable support! What this represents is working asm and jit support forNate Begeman
2006-03-07Use "llvm.metadata" section for debug globals. Filter out these globals in theJim Laskey
2006-03-03Move #include "llvm/CodeGen/AsmPrinter.h" to top since it's the interface.Evan Cheng
2006-03-01Don't print llvm constant in assmebly file. Assembler won't like comments thatEvan Cheng
2006-02-24Use the PrintAsmMemoryOperand to print addressing modes.Chris Lattner
2006-02-24Pass all the flags to the asm printer, not just the # operands.Chris Lattner
2006-02-23Record all of the expanded registers in the DAG and machine instr, fixingChris Lattner
2006-02-09Adjust to MachineConstantPool interface change: instead of keeping aChris Lattner
2006-02-09rename fields of constant pool entriesChris Lattner
2006-02-09Simplify code, alignment must be specified now.Chris Lattner
2006-02-08Add support for assembler directives that wrap inline asmChris Lattner
2006-02-06Add support for modifier characters to operand printersChris Lattner
2006-02-05make sure that global doubles are aligned to 8 bytesChris Lattner
2006-02-05Implement the AsmPrinter::getPreferredAlignmentLog method.Chris Lattner
2006-02-01Implement smart printing of inline asm strings, handling variants andChris Lattner
2006-02-01adjust to changes in InlineAsm interface. Fix a few minor bugs.Chris Lattner
2006-01-31Allow the specification of explicit alignments for constant pool entries.Evan Cheng
2006-01-30Print the most trivial inline asms.Chris Lattner
2006-01-27Stub out a methodChris Lattner
2006-01-26Set up MachineDebugInfo to scan for debug information form "llvm.db"g globals.Jim Laskey
2006-01-24rename methodChris Lattner
2006-01-23Print file-scope inline asm blocks at the start of the output file.Chris Lattner
2006-01-12If using __main, emit global ctor/dtor list like any other globalChris Lattner
2006-01-04Applied some recommend changes from sabre. The dominate one beginning "let theJim Laskey
2006-01-04Tie dwarf generation to darwin assembler.Jim Laskey
2005-12-28add these so I can be less naughtyDuraid Madina