From: Duncan Sands Date: Wed, 29 Sep 2010 20:09:55 +0000 (+0000) Subject: Convert a bunch of uses of 'bytecode' into 'bitcode'. This X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=18d52f2fb551c295bbce4c7d7357f4050b06e926;p=oota-llvm.git Convert a bunch of uses of 'bytecode' into 'bitcode'. This is not everything, but the remaining cases are less trivial. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115080 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/CREDITS.TXT b/CREDITS.TXT index aeecfe2e21e..8cf3e8494c7 100644 --- a/CREDITS.TXT +++ b/CREDITS.TXT @@ -39,7 +39,7 @@ N: Misha Brukman E: brukman+llvm@uiuc.edu W: http://misha.brukman.net D: Portions of X86 and Sparc JIT compilers, PowerPC backend -D: Incremental bytecode loader +D: Incremental bitcode loader N: Cameron Buschardt E: buschard@uiuc.edu diff --git a/docs/CodingStandards.html b/docs/CodingStandards.html index 7815e19739f..e3ec3ff136c 100644 --- a/docs/CodingStandards.html +++ b/docs/CodingStandards.html @@ -249,7 +249,7 @@ order:

  • llvm/*
  • llvm/Analysis/*
  • llvm/Assembly/*
  • -
  • llvm/Bytecode/*
  • +
  • llvm/Bitcode/*
  • llvm/CodeGen/*
  • ...
  • Support/*
  • diff --git a/docs/LinkTimeOptimization.html b/docs/LinkTimeOptimization.html index 1433d082ae5..dbe8f389ce8 100644 --- a/docs/LinkTimeOptimization.html +++ b/docs/LinkTimeOptimization.html @@ -19,7 +19,7 @@
  • Multi-phase communication between LLVM and linker