| Commit message (Expand) | Author | Age | Files | Lines |
* | eliminate extra space. | Edwin Török | 2009-07-14 | 1 | -2/+2 |
* | Rename getValueName -> getMangledName. | Chris Lattner | 2009-07-14 | 1 | -5/+4 |
* | assert(0) -> LLVM_UNREACHABLE. | Edwin Török | 2009-07-11 | 1 | -2/+2 |
* | Implement changes from Chris's feedback. | Edwin Török | 2009-07-08 | 1 | -12/+7 |
* | simplify some logic by using isWeakForLinker(). Thanks to Anton for | Chris Lattner | 2009-07-02 | 1 | -5/+2 |
* | Fix codegen for references to available_externally symbols. This fixes | Chris Lattner | 2009-07-01 | 1 | -5/+8 |
* | Remove unused AsmPrinter OptLevel argument, and propogate. | Daniel Dunbar | 2009-07-01 | 1 | -14/+8 |
* | Add an "alignment" field to the MachineFunction object. It makes more sense to | Bill Wendling | 2009-06-30 | 1 | -2/+2 |
* | Let's ignore MDStrings also! | Devang Patel | 2009-06-26 | 1 | -1/+1 |
* | Add missing dependencies to the CMake build system. | Douglas Gregor | 2009-06-25 | 1 | -0/+1 |
* | No need to code gen MDNodes | Devang Patel | 2009-06-25 | 1 | -0/+3 |
* | sink management of DwarfWriter & MachineModuleInfo into the AsmPrinter base c... | Chris Lattner | 2009-06-24 | 1 | -20/+3 |
* | sink dwarf finalization out of each target into AsmPrinter::doFinalization | Chris Lattner | 2009-06-24 | 1 | -9/+0 |
* | eliminate the ExtWeakSymbols set from AsmPrinter. This eliminates | Chris Lattner | 2009-06-24 | 1 | -19/+0 |
* | 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 |
* | Initialize MMI | Devang Patel | 2009-06-20 | 1 | -0/+4 |
* | Move up dwarf writer initialization in common AsmPrinter class. | Devang Patel | 2009-06-19 | 1 | -16/+0 |
* | move mangler quote handling from asm printers to TargetAsmInfo. | Chris Lattner | 2009-06-18 | 1 | -6/+0 |
* | Introduce new headers whose inclusion forces linking and | Douglas Gregor | 2009-06-16 | 1 | -0/+6 |
* | Rename PaddedSize to AllocSize, in the hope that this | Duncan Sands | 2009-05-09 | 1 | -2/+2 |
* | Instead of passing in an unsigned value for the optimization level, use an enum, | Bill Wendling | 2009-04-29 | 1 | -4/+8 |
* | Second attempt: | Bill Wendling | 2009-04-29 | 1 | -12/+14 |
* | r70270 isn't ready yet. Back this out. Sorry for the noise. | Bill Wendling | 2009-04-28 | 1 | -14/+12 |
* | Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to | Bill Wendling | 2009-04-28 | 1 | -12/+14 |
* | Pass in the std::string parameter instead of returning it by value. | Bill Wendling | 2009-04-10 | 1 | -1/+2 |
* | CodeGen still defaults to non-verbose asm, but llc now overrides it and defau... | Evan Cheng | 2009-03-25 | 1 | -9/+9 |
* | Do not emit comments unless -asm-verbose. | Evan Cheng | 2009-03-24 | 1 | -15/+32 |
* | It makes no sense to have a ODR version of common | Duncan Sands | 2009-03-11 | 1 | -4/+2 |
* | Introduce new linkage types linkonce_odr, weak_odr, common_odr | Duncan Sands | 2009-03-07 | 1 | -13/+23 |
* | 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 | -18/+22 |
* | GV with null value initializer shouldn't go to BSS if it's meant for a mergea... | Evan Cheng | 2009-02-18 | 1 | -1/+2 |
* | Rename getAnalysisToUpdate to getAnalysisIfAvailable. | Duncan Sands | 2009-01-28 | 1 | -4/+4 |
* | Private linkage support for PPC / Darwin. | evancheng | 2009-01-25 | 1 | -0/+2 |
* | Add the private linkage. | Rafael Espindola | 2009-01-15 | 1 | -4/+6 |
* | Rename getABITypeSize to getTypePaddedSize, as | Duncan Sands | 2009-01-12 | 1 | -2/+2 |
* | Removed trailing whitespace from Makefiles. | Misha Brukman | 2009-01-09 | 1 | -3/+3 |
* | Convert DwarfWriter into a pass. | Devang Patel | 2009-01-08 | 1 | -19/+19 |
* | Re-did 60519. It turns out Darwin's handling of hidden visibility symbols are... | Evan Cheng | 2008-12-05 | 1 | -24/+71 |
* | Temporarily revert r60519. It was causing a bootstrap failure: | Bill Wendling | 2008-12-04 | 1 | -3/+2 |
* | Visibility hidden GVs do not require extra load of symbol address from the GO... | Evan Cheng | 2008-12-04 | 1 | -2/+3 |
* | A step towards geting linux ppc to work (see PR 3099) | Dale Johannesen | 2008-12-03 | 1 | -0/+2 |
* | Fix comments. | Matthijs Kooijman | 2008-11-24 | 1 | -2/+2 |
* | Make a convenient helper for printing offsets. | Anton Korobeynikov | 2008-11-22 | 1 | -4/+1 |
* | Adds extern "C" ints to the .cpp files that use RegisterTarget, as | Oscar Fuentes | 2008-11-15 | 1 | -0/+3 |
* | Temporary revert my last commit: it seems it's triggering some subtle bug in ... | asl | 2008-11-08 | 1 | -1/+4 |
* | Factor out offset printing code into generic AsmPrinter. | Anton Korobeynikov | 2008-11-08 | 1 | -4/+1 |
* | Flush the raw_ostream after emitting the assembly for a function. | Dan Gohman | 2008-11-07 | 1 | -0/+2 |
* | CMake: Turned some libraries into partially linked objects. Corrected | Oscar Fuentes | 2008-10-22 | 1 | -1/+1 |