aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/AsmPrinter
Commit message (Expand)AuthorAgeFilesLines
* 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-152-5/+8
* Rename getABITypeSize to getTypePaddedSize, asDuncan Sands2009-01-122-3/+3
* Removed trailing whitespace from Makefiles.Misha Brukman2009-01-091-3/+3
* Convert DwarfWriter into a pass.Devang Patel2009-01-082-13/+13
* Re-did 60519. It turns out Darwin's handling of hidden visibility symbols are...Evan Cheng2008-12-052-3/+27
* 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-222-20/+4
* Adds extern "C" ints to the .cpp files that use RegisterTarget, asOscar Fuentes2008-11-151-0/+3
* Temporary revert my last commit: it seems it's triggering some subtle bug in ...Anton Korobeynikov2008-11-082-4/+20
* Factor out offset printing code into generic AsmPrinter.Anton Korobeynikov2008-11-082-20/+4
* Flush the raw_ostream after emitting the assembly for a function.Dan Gohman2008-11-072-0/+4
* CMake: Turned some libraries into partially linked objects. CorrectedOscar Fuentes2008-10-221-1/+1
* Remove unncessary isDeclaration() checks.Devang Patel2008-10-062-2/+2
* Switch the MachineOperand accessors back to the short names likeDan Gohman2008-10-033-7/+7
* Remove OptimizeForSize global. Use function attribute optsize.Devang Patel2008-10-012-2/+2
* Rename isWeakForLinker to mayBeOverridden. Use itDuncan Sands2008-09-291-2/+2
* Implement function notes as function attributes. Devang Patel2008-09-262-2/+2
* 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-252-4/+4
* Get rid of duplicate char*/Section* DataSectionAnton Korobeynikov2008-09-241-1/+1
* 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-244-20/+1
* Put FN_NOTE_AlwaysInline and others in FnAttr namespace.Devang Patel2008-09-242-2/+2
* Move FN_NOTE_AlwaysInline and other out of ParamAttrs namespace.Devang Patel2008-09-232-2/+2
* Use parameter attribute store (soon to be renamed) forDevang Patel2008-09-232-2/+2
* Add hasNote() to check note associated with a function.Devang Patel2008-09-222-2/+2
* CMake build system: support for parallel builds.Oscar Fuentes2008-09-221-0/+4
* Initial support for the CMake build system.Oscar Fuentes2008-09-221-0/+7
* No need to print function stubs for Mac OS X 10.5 and up. Linker will handle it.Evan Cheng2008-09-201-3/+10
* 80 column violation.Evan Cheng2008-09-201-4/+8
* Make safer variant of alias resolution routine to be defaultAnton Korobeynikov2008-09-091-1/+1
* If function notes say optimize for size, then adjust alignment.Devang Patel2008-09-042-0/+4
* Use additionnal include directory instead of ../ in #include.Cedric Venet2008-08-243-9/+9
* Use raw_ostream throughout the AsmPrinter.Owen Anderson2008-08-214-4/+6
* remove empty fileChris Lattner2008-08-181-0/+0
* Make it compile on VC2005:Cedric Venet2008-08-175-15/+15
* Move X86 assembler printers into separate directory. This allows JIT-only use...Anton Korobeynikov2008-08-177-0/+1943