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