- c23197a llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. by Torok Edwin · 15 years ago
- 192957d Revert r75615, which depended on 75610. by Daniel Dunbar · 15 years ago
- 481d15a eliminate extra space. by Torok Edwin · 15 years ago
- b09d2cc Rename getValueName -> getMangledName. by Chris Lattner · 15 years ago
- c25e758 assert(0) -> LLVM_UNREACHABLE. by Torok Edwin · 15 years ago
- dac237e Implement changes from Chris's feedback. Finish converting lib/Target. by Torok Edwin · 15 years ago
- 5bcc8bd Remove unused AsmPrinter OptLevel argument, and propogate. by Daniel Dunbar · 15 years ago
- 20c568f Add an "alignment" field to the MachineFunction object. It makes more sense to by Bill Wendling · 15 years ago
- 0f05d22 Let's ignore MDStrings also! by Devang Patel · 15 years ago
- 4b73893 Add missing dependencies to the CMake build system. by Douglas Gregor · 15 years ago
- e4c0c0f by Devang Patel · 15 years ago
- 1f522fe sink dwarf finalization out of each target into AsmPrinter::doFinalization by Chris Lattner · 15 years ago
- 0a7befa eliminate the ExtWeakSymbols set from AsmPrinter. This eliminates by Chris Lattner · 15 years ago
- a96751f Provide InitializeAllTargets and InitializeNativeTarget functions in the by Bob Wilson · 15 years ago
- 7e9e36a Eliminate object-relinking support from CMake. Fixes PR 4429 and by Douglas Gregor · 15 years ago
- e9fe6c7 Remove unused field. by Devang Patel · 15 years ago
- 14a55d9 Move up dwarf writer initialization in common AsmPrinter class. by Devang Patel · 15 years ago
- e494b9e Unbreak cyclic deps by Anton Korobeynikov · 15 years ago
- 1555a23 Introduce new headers whose inclusion forces linking and by Douglas Gregor · 15 years ago
- 777d230 Rename PaddedSize to AllocSize, in the hope that this by Duncan Sands · 16 years ago
- 98a366d Instead of passing in an unsigned value for the optimization level, use an enum, by Bill Wendling · 16 years ago
- be8cc2a Second attempt: by Bill Wendling · 16 years ago
- c69d56f r70270 isn't ready yet. Back this out. Sorry for the noise. by Bill Wendling · 16 years ago
- 2e9d5f9 Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to by Bill Wendling · 16 years ago
- 42bf74b CodeGen still defaults to non-verbose asm, but llc now overrides it and default to verbose. by Evan Cheng · 16 years ago
- 4dc2b39 It makes no sense to have a ODR version of common linkage, so remove it. by Duncan Sands · 16 years ago
- 667d4b8 Introduce new linkage types linkonce_odr, weak_odr, common_odr by Duncan Sands · 16 years ago
- 0f8b53f Fix a bunch of Doxygen syntax issues. Escape special characters, by Dan Gohman · 16 years ago
- 57f0db8 Overhaul my earlier submission due to feedback. It's a large patch, but most of by Bill Wendling · 16 years ago
- 1465d61 Rename getAnalysisToUpdate to getAnalysisIfAvailable. by Duncan Sands · 16 years ago
- 9de57a9 CellSPU: - Update DWARF debugging support. by Scott Michel · 16 years ago
- 0f2d995 fix warning in release-asserts mode and spelling of assert. by Chris Lattner · 16 years ago
- bb46f52 Add the private linkage. by Rafael Espindola · 16 years ago
- ceb4d1a Rename getABITypeSize to getTypePaddedSize, as suggested by Chris. by Duncan Sands · 16 years ago
- 9b8f542 Removed trailing whitespace from Makefiles. by Misha Brukman · 16 years ago
- eb3fc28 by Devang Patel · 16 years ago
- f0569be - Remove Tilmann's custom truncate lowering: it completely hosed over by Scott Michel · 16 years ago
- aedc637 CellSPU: by Scott Michel · 16 years ago
- cc18827 CellSPU: Fix bug 3055 by Scott Michel · 16 years ago
- 104de43 CellSPU: by Scott Michel · 16 years ago
- 4379efc CellSPU: Custom lower truncating stores of i8 to i1 (should not have been by Scott Michel · 16 years ago
- b5b9252 CMake: corrected library target name for dependency: LLVMCellSPU -> by Oscar Fuentes · 16 years ago
- a4dd926 CMake: Reflected changes on the CellSPU target build. May require a clean start. by Oscar Fuentes · 16 years ago
- eed0ec7 Fixed a pasto. by Oscar Fuentes · 16 years ago
- 73655bc CellSPU: Bring SPU's assembly printer more in-line with current LLVM code by Scott Michel · 16 years ago