aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/AsmPrinter/ARMAsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Thumb2 pre/post indexed loads.Evan Cheng2009-07-021-0/+12
* Add a new addressing mode for NEON load/store instructions.Bob Wilson2009-07-011-0/+17
* Remove unused AsmPrinter OptLevel argument, and propogate.Daniel Dunbar2009-07-011-5/+3
* Add an "alignment" field to the MachineFunction object. It makes more sense toBill Wendling2009-06-301-3/+4
* Implement Thumb2 ldr.Evan Cheng2009-06-291-54/+113
* Renaming for consistency.Evan Cheng2009-06-271-44/+43
* Split thumb-related stuff into separate classes.Anton Korobeynikov2009-06-261-2/+2
* Let's ignore MDStrings also!Devang Patel2009-06-261-1/+1
* Unbreak mingw build. Patch by Viktor Kutuzov.Evan Cheng2009-06-251-1/+1
* No need to code gen MDNodesDevang Patel2009-06-251-0/+3
* sink dwarf finalization out of each target into AsmPrinter::doFinalizationChris Lattner2009-06-241-6/+0
* eliminate the ExtWeakSymbols set from AsmPrinter. This eliminatesChris Lattner2009-06-241-17/+0
* Unbreak build on Linux by removing Darwinism.Nick Lewycky2009-06-241-1/+1
* Revert this accidental commit.Dan Gohman2009-06-241-1/+1
* Move the special cases for constants out of getUnknown and intoDan Gohman2009-06-241-1/+1
* Provide InitializeAllTargets and InitializeNativeTarget functions in theBob Wilson2009-06-231-5/+2
* Initial Thumb2 support. Majority of the work is done by David Goodwin. There areEvan Cheng2009-06-231-0/+30
* Add support for ARM's Advanced SIMD (NEON) instruction set.Bob Wilson2009-06-221-4/+14
* Remove unused field.Devang Patel2009-06-201-2/+1
* Move up dwarf writer initialization in common AsmPrinter class.Devang Patel2009-06-191-6/+0
* move mangler quote handling from asm printers to TargetAsmInfo.Chris Lattner2009-06-181-4/+0
* ARM unified syntax is not specific to ELF; use it for Darwin, too.Bob Wilson2009-06-181-1/+1
* Thumb2 instructions are enabled only in unified assembler mode.Anton Korobeynikov2009-06-171-0/+4
* Initial support for some Thumb2 instructions.Anton Korobeynikov2009-06-171-0/+23
* Introduce new headers whose inclusion forces linking andDouglas Gregor2009-06-161-0/+6
* Do not emit "generic" CPU string. This fixes PR4291.Anton Korobeynikov2009-06-011-1/+3
* Emit ARM Build AttributesAnton Korobeynikov2009-05-231-0/+27
* Fix pr4227: Handle large immediate values in inline assembly.Bob Wilson2009-05-191-1/+1
* Fix pr4091: Add support for "m" constraint in ARM inline assembly.Bob Wilson2009-05-191-0/+12
* Rename PaddedSize to AllocSize, in the hope that thisDuncan Sands2009-05-091-1/+1
* 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
* 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-221-7/+4