summaryrefslogtreecommitdiff
path: root/lib/Target/Alpha/AsmPrinter
Commit message (Expand)AuthorAge
...
* eliminate the ExtWeakSymbols set from AsmPrinter. This eliminatesChris Lattner2009-06-24
* Provide InitializeAllTargets and InitializeNativeTarget functions in theBob Wilson2009-06-23
* Eliminate object-relinking support from CMake. Fixes PR 4429 andDouglas Gregor2009-06-23
* Unbreak cyclic depsAnton Korobeynikov2009-06-19
* Introduce new headers whose inclusion forces linking andDouglas Gregor2009-06-16
* Rename PaddedSize to AllocSize, in the hope that thisDuncan Sands2009-05-09
* Instead of passing in an unsigned value for the optimization level, use an enum,Bill Wendling2009-04-29
* Second attempt:Bill Wendling2009-04-29
* r70270 isn't ready yet. Back this out. Sorry for the noise.Bill Wendling2009-04-28
* Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want toBill Wendling2009-04-28
* CodeGen still defaults to non-verbose asm, but llc now overrides it and defau...Evan Cheng2009-03-25
* It makes no sense to have a ODR version of commonDuncan Sands2009-03-11
* Introduce new linkage types linkonce_odr, weak_odr, common_odrDuncan Sands2009-03-07
* Overhaul my earlier submission due to feedback. It's a large patch, but most ofBill Wendling2009-02-24
* Put code that generates debug labels into TableGen so that it can be used byBill Wendling2009-02-18
* Fix Alpha test and support for private linkage.Rafael Espindola2009-01-15
* Add the private linkage.Rafael Espindola2009-01-15
* Rename getABITypeSize to getTypePaddedSize, asDuncan Sands2009-01-12
* Removed trailing whitespace from Makefiles.Misha Brukman2009-01-09
* Separate alpha asmprinter. This should unbreak native build.Anton Korobeynikov2008-11-11