| Commit message (Expand) | Author | Age | Files | Lines |
* | sink dwarf finalization out of each target into AsmPrinter::doFinalization | Chris Lattner | 2009-06-24 | 1 | -6/+0 |
* | eliminate the ExtWeakSymbols set from AsmPrinter. This eliminates | Chris Lattner | 2009-06-24 | 1 | -17/+0 |
* | Unbreak build on Linux by removing Darwinism. | Nick Lewycky | 2009-06-24 | 1 | -1/+1 |
* | Revert this accidental commit. | Dan Gohman | 2009-06-24 | 1 | -1/+1 |
* | Move the special cases for constants out of getUnknown and into | Dan Gohman | 2009-06-24 | 1 | -1/+1 |
* | Provide InitializeAllTargets and InitializeNativeTarget functions in the | Bob Wilson | 2009-06-23 | 1 | -5/+2 |
* | Eliminate object-relinking support from CMake. Fixes PR 4429 and | Douglas Gregor | 2009-06-23 | 1 | -5/+1 |
* | Initial Thumb2 support. Majority of the work is done by David Goodwin. There are | Evan Cheng | 2009-06-23 | 1 | -0/+30 |
* | Add support for ARM's Advanced SIMD (NEON) instruction set. | Bob Wilson | 2009-06-22 | 1 | -4/+14 |
* | Remove unused field. | Devang Patel | 2009-06-20 | 1 | -2/+1 |
* | Move up dwarf writer initialization in common AsmPrinter class. | Devang Patel | 2009-06-19 | 1 | -6/+0 |
* | move mangler quote handling from asm printers to TargetAsmInfo. | Chris Lattner | 2009-06-18 | 1 | -4/+0 |
* | ARM unified syntax is not specific to ELF; use it for Darwin, too. | Bob Wilson | 2009-06-18 | 1 | -1/+1 |
* | Thumb2 instructions are enabled only in unified assembler mode. | Anton Korobeynikov | 2009-06-17 | 1 | -0/+4 |
* | Initial support for some Thumb2 instructions. | Anton Korobeynikov | 2009-06-17 | 1 | -0/+23 |
* | Introduce new headers whose inclusion forces linking and | Douglas Gregor | 2009-06-16 | 1 | -0/+6 |
* | Do not emit "generic" CPU string. This fixes PR4291. | Anton Korobeynikov | 2009-06-01 | 1 | -1/+3 |
* | Emit ARM Build Attributes | Anton Korobeynikov | 2009-05-23 | 1 | -0/+27 |
* | Fix pr4227: Handle large immediate values in inline assembly. | Bob Wilson | 2009-05-19 | 1 | -1/+1 |
* | Fix pr4091: Add support for "m" constraint in ARM inline assembly. | Bob Wilson | 2009-05-19 | 1 | -0/+12 |
* | Rename PaddedSize to AllocSize, in the hope that this | Duncan Sands | 2009-05-09 | 1 | -1/+1 |
* | Instead of passing in an unsigned value for the optimization level, use an enum, | Bill Wendling | 2009-04-29 | 1 | -2/+4 |
* | Second attempt: | Bill Wendling | 2009-04-29 | 1 | -5/+5 |
* | r70270 isn't ready yet. Back this out. Sorry for the noise. | Bill Wendling | 2009-04-28 | 1 | -5/+5 |
* | Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to | Bill Wendling | 2009-04-28 | 1 | -5/+5 |
* | Handle 'a' modifier in ARM inline assembly. | Bob Wilson | 2009-04-06 | 1 | -0/+3 |
* | CodeGen still defaults to non-verbose asm, but llc now overrides it and defau... | Evan Cheng | 2009-03-25 | 1 | -8/+9 |
* | Do not emit comments unless -asm-verbose. | Evan Cheng | 2009-03-24 | 1 | -8/+18 |
* | It makes no sense to have a ODR version of common | Duncan Sands | 2009-03-11 | 1 | -2/+1 |
* | Introduce new linkage types linkonce_odr, weak_odr, common_odr | Duncan Sands | 2009-03-07 | 1 | -6/+11 |
* | Fix a bunch of Doxygen syntax issues. Escape special characters, | Dan Gohman | 2009-03-03 | 1 | -1/+1 |
* | Overhaul my earlier submission due to feedback. It's a large patch, but most of | Bill Wendling | 2009-02-24 | 1 | -10/+14 |
* | GV with null value initializer shouldn't go to BSS if it's meant for a mergea... | Evan Cheng | 2009-02-18 | 1 | -1/+3 |
* | Rename getAnalysisToUpdate to getAnalysisIfAvailable. | Duncan Sands | 2009-01-28 | 1 | -2/+2 |
* | Add the private linkage. | Rafael Espindola | 2009-01-15 | 1 | -4/+6 |
* | Rename getABITypeSize to getTypePaddedSize, as | Duncan Sands | 2009-01-12 | 1 | -1/+1 |
* | Removed trailing whitespace from Makefiles. | Misha Brukman | 2009-01-09 | 1 | -3/+3 |
* | Convert DwarfWriter into a pass. | Devang Patel | 2009-01-08 | 1 | -10/+11 |
* | Preliminary ARM debug support based on patch by Mikael of FlexyCore. | Evan Cheng | 2008-12-10 | 1 | -13/+7 |
* | Clean up some ARM GV asm printing out; minor fixes to match what gcc does. | Evan Cheng | 2008-12-06 | 1 | -20/+31 |
* | Re-did 60519. It turns out Darwin's handling of hidden visibility symbols are... | Evan Cheng | 2008-12-05 | 1 | -17/+38 |
* | Make a convenient helper for printing offsets. | Anton Korobeynikov | 2008-11-22 | 2 | -9/+6 |
* | Temporary revert my last commit: it seems it's triggering some subtle bug in ... | Anton Korobeynikov | 2008-11-08 | 1 | -4/+7 |
* | Factor out offset printing code into generic AsmPrinter. | Anton Korobeynikov | 2008-11-08 | 1 | -7/+4 |
* | Flush the raw_ostream after emitting the assembly for a function. | Dan Gohman | 2008-11-07 | 1 | -0/+2 |
* | Fix so_imm encoding bug; add support for MOVi2pieces. | Evan Cheng | 2008-11-06 | 1 | -2/+2 |
* | Remove a dead switch statement. | Evan Cheng | 2008-11-03 | 1 | -17/+0 |
* | CMake: lib/Target/ARM/AsmPrinter/CMakeLists.txt added. | Oscar Fuentes | 2008-10-25 | 1 | -0/+9 |
* | Switch the MachineOperand accessors back to the short names like | Dan Gohman | 2008-10-03 | 1 | -7/+7 |
* | Rename isWeakForLinker to mayBeOverridden. Use it | Duncan Sands | 2008-09-29 | 1 | -1/+1 |