aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/AsmPrinter/X86ATTAsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Properly print 'P' modifier on inline asm memory operands.Anton Korobeynikov2009-04-281-6/+7
* Add support for printing MO_ExternalSymbol operands inDan Gohman2009-04-231-2/+4
* X86-64 TLS support for local exec and initial exec.Rafael Espindola2009-04-131-4/+6
* Re-apply 68552.Rafael Espindola2009-04-081-3/+13
* Temporarily revert r68552. This was causing a failure in the self-hosting LLVMBill Wendling2009-04-071-13/+3
* Reduce code duplication on the TLS implementation.Rafael Espindola2009-04-071-3/+13
* Reapply 68073, with fixes. EH Landing-pad basic blocks are notDan Gohman2009-03-311-1/+4
* Really temporarily revert r68073.Bill Wendling2009-03-311-6/+1
* Oy! When reverting r68073, I added in experimental code. Sorry...Bill Wendling2009-03-311-1/+6
* Revert r68073. It's causing a failure in the Apple-style builds.Bill Wendling2009-03-311-6/+1
* Except in asm-verbose mode, avoid printing labels for blocks that areDan Gohman2009-03-301-1/+6
* Don't print global names twice with -asm-verbose.Evan Cheng2009-03-251-2/+2
* Do not emit comments unless -asm-verbose.Evan Cheng2009-03-241-8/+16
* Use %rip-relative addressing on x86-64 whenever practical, asDan Gohman2009-03-141-9/+10
* Re-apply 66024 with fixes: 1. Fixed indirect call to immediate address assemb...Evan Cheng2009-03-121-2/+3
* Revert r66024. The JIT encoding for CALLpcrel32 is wrong -- see PR3773, and theDan Gohman2009-03-111-3/+1
* It makes no sense to have a ODR version of commonDuncan Sands2009-03-111-2/+1
* Introduce new linkage types linkonce_odr, weak_odr, common_odrDuncan Sands2009-03-071-9/+13
* Fix PR3666: isel calls to constant addresses.Evan Cheng2009-03-041-1/+3
* Fix a bunch of Doxygen syntax issues. Escape special characters,Dan Gohman2009-03-031-1/+1
* Refactor TLS code and add some tests. The tests and expected results are:Rafael Espindola2009-02-271-6/+23
* Drop bunch of half-working stuff in the ext_weak linkage support.Anton Korobeynikov2009-02-211-6/+19
* Put code that generates debug labels into TableGen so that it can be used byBill Wendling2009-02-181-17/+1
* GV with null value initializer shouldn't go to BSS if it's meant for a mergea...Evan Cheng2009-02-181-1/+3
* --- Merging (from foreign repository) r64714 into '.':Bill Wendling2009-02-171-7/+12
* Record debug location information in the Dwarf writer.Bill Wendling2009-02-061-2/+15
* Rename getAnalysisToUpdate to getAnalysisIfAvailable.Duncan Sands2009-01-281-5/+5
* hopefully address PR3379 by making the P modifier work in x86 inline asm.Chris Lattner2009-01-231-0/+3
* Add the private linkage.Rafael Espindola2009-01-151-5/+7
* Rename getABITypeSize to getTypePaddedSize, asDuncan Sands2009-01-121-2/+2
* Convert DwarfWriter into a pass.Devang Patel2009-01-081-10/+10
* Re-did 60519. It turns out Darwin's handling of hidden visibility symbols are...Evan Cheng2008-12-051-2/+25
* Temporarily revert r60519. It was causing a bootstrap failure:Bill Wendling2008-12-041-2/+0
* Visibility hidden GVs do not require extra load of symbol address from the GO...Evan Cheng2008-12-041-0/+2
* Make a convenient helper for printing offsets.Anton Korobeynikov2008-11-221-10/+2
* Temporary revert my last commit: it seems it's triggering some subtle bug in ...Anton Korobeynikov2008-11-081-2/+10
* Factor out offset printing code into generic AsmPrinter.Anton Korobeynikov2008-11-081-10/+2
* Flush the raw_ostream after emitting the assembly for a function.Dan Gohman2008-11-071-0/+2
* Remove unncessary isDeclaration() checks.Devang Patel2008-10-061-1/+1
* Switch the MachineOperand accessors back to the short names likeDan Gohman2008-10-031-4/+4
* Remove OptimizeForSize global. Use function attribute optsize.Devang Patel2008-10-011-1/+1
* Rename isWeakForLinker to mayBeOverridden. Use itDuncan Sands2008-09-291-2/+2
* Implement function notes as function attributes. Devang Patel2008-09-261-1/+1
* If we have a function with an unreachable statement such that the ending debugBill Wendling2008-09-261-1/+1
* Large mechanical patch.Devang Patel2008-09-251-2/+2
* Move actual section printing stuff to AsmPrinter from TAI reducing heap traffic.Anton Korobeynikov2008-09-241-4/+2
* Drop obsolete hook and change all usage to new interfaceAnton Korobeynikov2008-09-241-5/+0
* Put FN_NOTE_AlwaysInline and others in FnAttr namespace.Devang Patel2008-09-241-1/+1
* Move FN_NOTE_AlwaysInline and other out of ParamAttrs namespace.Devang Patel2008-09-231-1/+1
* Use parameter attribute store (soon to be renamed) forDevang Patel2008-09-231-1/+1