Age | Commit message (Expand) | Author |
2009-06-24 | eliminate the ExtWeakSymbols set from AsmPrinter. This eliminates | Chris Lattner |
2009-06-23 | Provide InitializeAllTargets and InitializeNativeTarget functions in the | Bob Wilson |
2009-06-20 | Initialize MMI | Devang Patel |
2009-06-19 | Move up dwarf writer initialization in common AsmPrinter class. | Devang Patel |
2009-06-18 | move mangler quote handling from asm printers to TargetAsmInfo. | Chris Lattner |
2009-06-16 | Introduce new headers whose inclusion forces linking and | Douglas Gregor |
2009-05-09 | Rename PaddedSize to AllocSize, in the hope that this | Duncan Sands |
2009-04-29 | Instead of passing in an unsigned value for the optimization level, use an enum, | Bill Wendling |
2009-04-29 | Second attempt: | Bill Wendling |
2009-04-28 | r70270 isn't ready yet. Back this out. Sorry for the noise. | Bill Wendling |
2009-04-28 | Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to | Bill Wendling |
2009-04-10 | Pass in the std::string parameter instead of returning it by value. | Bill Wendling |
2009-03-25 | CodeGen still defaults to non-verbose asm, but llc now overrides it and defau... | Evan Cheng |
2009-03-24 | Do not emit comments unless -asm-verbose. | Evan Cheng |
2009-03-11 | It makes no sense to have a ODR version of common | Duncan Sands |
2009-03-07 | Introduce new linkage types linkonce_odr, weak_odr, common_odr | Duncan Sands |
2009-03-03 | Fix a bunch of Doxygen syntax issues. Escape special characters, | Dan Gohman |
2009-02-24 | Overhaul my earlier submission due to feedback. It's a large patch, but most of | Bill Wendling |
2009-02-18 | GV with null value initializer shouldn't go to BSS if it's meant for a mergea... | Evan Cheng |
2009-01-28 | Rename getAnalysisToUpdate to getAnalysisIfAvailable. | Duncan Sands |
2009-01-25 | Private linkage support for PPC / Darwin. | Evan Cheng |
2009-01-15 | Add the private linkage. | Rafael Espindola |
2009-01-12 | Rename getABITypeSize to getTypePaddedSize, as | Duncan Sands |
2009-01-08 | Convert DwarfWriter into a pass. | Devang Patel |
2008-12-05 | Re-did 60519. It turns out Darwin's handling of hidden visibility symbols are... | Evan Cheng |
2008-12-04 | Temporarily revert r60519. It was causing a bootstrap failure: | Bill Wendling |
2008-12-04 | Visibility hidden GVs do not require extra load of symbol address from the GO... | Evan Cheng |
2008-12-03 | A step towards geting linux ppc to work (see PR 3099) | Dale Johannesen |
2008-11-22 | Make a convenient helper for printing offsets. | Anton Korobeynikov |
2008-11-15 | Adds extern "C" ints to the .cpp files that use RegisterTarget, as | Oscar Fuentes |
2008-11-08 | Temporary revert my last commit: it seems it's triggering some subtle bug in ... | Anton Korobeynikov |
2008-11-08 | Factor out offset printing code into generic AsmPrinter. | Anton Korobeynikov |
2008-11-07 | Flush the raw_ostream after emitting the assembly for a function. | Dan Gohman |
2008-10-03 | Switch the MachineOperand accessors back to the short names like | Dan Gohman |
2008-10-01 | Remove OptimizeForSize global. Use function attribute optsize. | Devang Patel |
2008-09-29 | Rename isWeakForLinker to mayBeOverridden. Use it | Duncan Sands |
2008-09-26 | If we have a function with an unreachable statement such that the ending debug | Bill Wendling |
2008-09-24 | Get rid of duplicate char*/Section* TextSection | Anton Korobeynikov |
2008-09-24 | Move actual section printing stuff to AsmPrinter from TAI reducing heap traffic. | Anton Korobeynikov |
2008-09-24 | Drop obsolete hook and change all usage to new interface | Anton Korobeynikov |
2008-08-21 | Use raw_ostream throughout the AsmPrinter. | Owen Anderson |
2008-08-17 | Factor out asmprinter out of ppc | Anton Korobeynikov |