aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/AsmPrinter
Commit message (Expand)AuthorAgeFilesLines
* Instead of passing in an unsigned value for the optimization level, use an enum,Bill Wendling2009-04-291-2/+4
* Second attempt:Bill Wendling2009-04-291-5/+5
* r70270 isn't ready yet. Back this out. Sorry for the noise.Bill Wendling2009-04-281-5/+5
* Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want toBill Wendling2009-04-281-5/+5
* Handle 'a' modifier in ARM inline assembly.Bob Wilson2009-04-061-0/+3
* CodeGen still defaults to non-verbose asm, but llc now overrides it and defau...Evan Cheng2009-03-251-8/+9
* Do not emit comments unless -asm-verbose.Evan Cheng2009-03-241-8/+18
* 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-6/+11
* Fix a bunch of Doxygen syntax issues. Escape special characters,Dan Gohman2009-03-031-1/+1
* Overhaul my earlier submission due to feedback. It's a large patch, but most ofBill Wendling2009-02-241-10/+14
* GV with null value initializer shouldn't go to BSS if it's meant for a mergea...Evan Cheng2009-02-181-1/+3
* Rename getAnalysisToUpdate to getAnalysisIfAvailable.Duncan Sands2009-01-281-2/+2
* Add the private linkage.Rafael Espindola2009-01-151-4/+6
* Rename getABITypeSize to getTypePaddedSize, asDuncan Sands2009-01-121-1/+1
* Removed trailing whitespace from Makefiles.Misha Brukman2009-01-091-3/+3
* Convert DwarfWriter into a pass.Devang Patel2009-01-081-10/+11
* Preliminary ARM debug support based on patch by Mikael of FlexyCore.Evan Cheng2008-12-101-13/+7
* Clean up some ARM GV asm printing out; minor fixes to match what gcc does.Evan Cheng2008-12-061-20/+31
* Re-did 60519. It turns out Darwin's handling of hidden visibility symbols are...Evan Cheng2008-12-051-17/+38
* Make a convenient helper for printing offsets.Anton Korobeynikov2008-11-222-9/+6
* Temporary revert my last commit: it seems it's triggering some subtle bug in ...asl2008-11-081-4/+7
* Factor out offset printing code into generic AsmPrinter.Anton Korobeynikov2008-11-081-7/+4
* Flush the raw_ostream after emitting the assembly for a function.Dan Gohman2008-11-071-0/+2
* Fix so_imm encoding bug; add support for MOVi2pieces.Evan Cheng2008-11-061-2/+2
* Remove a dead switch statement.Evan Cheng2008-11-031-17/+0
* CMake: lib/Target/ARM/AsmPrinter/CMakeLists.txt added.Oscar Fuentes2008-10-251-0/+9
* Switch the MachineOperand accessors back to the short names likeDan Gohman2008-10-031-7/+7
* Rename isWeakForLinker to mayBeOverridden. Use itDuncan Sands2008-09-291-1/+1
* Move actual section printing stuff to AsmPrinter from TAI reducing heap traffic.Anton Korobeynikov2008-09-241-2/+1
* Drop obsolete hook and change all usage to new interfaceAnton Korobeynikov2008-09-241-9/+0
* Clean up.Evan Cheng2008-09-181-4/+8
* Use raw_ostream throughout the AsmPrinter.Owen Anderson2008-08-211-4/+5
* ARM asm printer can't handle dwarf info yet.Evan Cheng2008-08-181-6/+12
* Move ARM to pluggable asmprinterAnton Korobeynikov2008-08-172-0/+1053