Home | History | Annotate | only in /external/llvm
Up to higher level directory
NameDateSize
.arcconfig11-Dec-201384
.gitignore11-Dec-20131.6K
Android.mk11-Dec-20131.7K
autoconf/11-Dec-2013
bindings/11-Dec-2013
CleanSpec.mk11-Dec-20132.7K
clear_tblgen_vars.mk11-Dec-201334
cmake/11-Dec-2013
CMakeLists.txt11-Dec-201316.7K
CODE_OWNERS.TXT11-Dec-20133K
configure11-Dec-2013669.2K
copy-diff.py11-Dec-20131.9K
CREDITS.TXT11-Dec-201310K
device/11-Dec-2013
docs/11-Dec-2013
examples/11-Dec-2013
host/11-Dec-2013
include/11-Dec-2013
lib/11-Dec-2013
LICENSE.TXT11-Dec-20133.3K
llvm-device-build.mk11-Dec-20131.7K
llvm-gen-intrinsics.mk11-Dec-2013711
llvm-host-build.mk11-Dec-20131.3K
llvm-tblgen-rules.mk11-Dec-20138.8K
llvm.mk11-Dec-2013493
llvm.spec.in11-Dec-20131.8K
LLVMBuild.txt11-Dec-2013752
Makefile11-Dec-20138.4K
Makefile.common11-Dec-20132.5K
Makefile.config.in11-Dec-201312.1K
Makefile.rules11-Dec-201369.6K
MODULE_LICENSE_BSD_LIKE11-Dec-20130
NOTICE11-Dec-20137.8K
projects/11-Dec-2013
README.android11-Dec-20135.4K
README.txt11-Dec-2013688
runtime/11-Dec-2013
shared_llvm.mk11-Dec-20132.6K
tblgen-rules.mk11-Dec-20135.7K
test/11-Dec-2013
tools/11-Dec-2013
unittests/11-Dec-2013
utils/11-Dec-2013

README.android

      1 /*
      2  * README.android describes in high-level the LLVM changes that we cannot push
      3  * upstream to the llvm.org repository:
      4  *  - Changes due to Android's build system.
      5  *  - Changes due to Android's toolchain.
      6  *  - Changes due to the limitations in Android-based consumer electronics.
      7  *
      8  * Some of them are to-dos. If and when they are done, there will no longer be
      9  * merge conflicts with upstream on those parts.
     10  *
     11  * The file contains useful hints when we try to resolve future 3-way merge
     12  * conflicts.
     13  */
     14 
     15 * For Honeycomb: Synced to upstream r112344
     16 * For Honeycomb MR1: Synced to upstream r119309
     17 * For Honeycomb MR2: Synced to upstream r119309
     18 * For Ice Cream Sandwich: Synced to upstream r135569
     19 * For Ice Cream Sandwich MR1: Synced to upstream r142530
     20 * For Ice Cream Sandwich MR2: Synced to upstream r146714
     21 * For Jellybean: Synced to upstream r155090
     22 * For Jellybean MR1: Synced to upstream r162314
     23 * For Jellybean MR2: Synced to upstream r177342
     24 * For Key Lime Pie: Synced to upstream r187913
     25 
     26 * Recent downstreaming on 2013/8/8: Synced to r187913 (Contact srhines for merge questions.)
     27 * Recent downstreaming on 2013/6/13: Synced to r183849 (Contact srhines for merge questions.)
     28 * Recent downstreaming on 2013/5/3: Synced to r180947 (Contact srhines for merge questions.)
     29 * Recent downstreaming on 2013/3/18: Synced to r177342 (Contact srhines for merge questions.)
     30 * Recent downstreaming on 2013/3/5: Synced to r176139 (Contact srhines for merge questions.)
     31 * Recent downstreaming on 2013/1/8: Synced to r171905 (Contact srhines for merge questions.)
     32 * Recent downstreaming on 2012/8/23: Synced to r162314 (Contact srhines for merge questions.)
     33 * Recent downstreaming on 2012/8/3: Synced to r160668 (Contact sliao for merge questions.)
     34 * Cherry-pick on 2012/05/23: https://llvm.org/svn/llvm-project/llvm/trunk@157317 (Contact srhines for merge questions.)
     35 * Recent downstreaming on 2012/4/24: Synced to r155090 (Contact sliao for merge questions.)
     36 * Recent downstreaming on 2012/3/24: Synced to r153224 (Contact sliao & srhines for merge questions.)
     37 * Recent downstreaming on 2012/3/5: Synced to r152063 (Contact srhines & sliao for merge questions.)
     38 * Recent downstreaming on 2011/12/17: Synced to r146714 (Contact loganchien & sliao for merge questions.)
     39 * Recent downstreaming on 2011/11/26: Synced to r145126 (Contact loganchien & sliao for merge questions.)
     40 * Recent downstreaming on 2011/11/17: Synced to r144606 (Contact loganchien & sliao for merge questions.)
     41 * Recent downstreaming on 2011/11/14: Synced to r144354 (Contact srhines for merge questions.)
     42 * Recent downstreaming on 2011/10/22: Synced to r142530 (Contact sliao & loganchien for merge questions.)
     43 * Recent downstreaming on 2011/7/21:  Synced to r135569 (Contact sliao & loganchien for merge questions.)
     44 * Recent downstreaming on 2011/7/19:  Synced to r135360 (Contact sliao for merge questions.)
     45 * Recent downstreaming on 2011/7/2:   Synced to r134306 (Contact sliao for merge questions.)
     46 * Recent downstreaming on 2011/6/30:  Synced to r133718 (Contact sliao for merge questions.)
     47   * This downstreaming could have broken bitcode compatibility
     48     * Upstream was migrating from 2.7 bitcode to 3.0 bitcode.
     49     * See the 4 commits on 2011/6/17:
     50     ==> * 4f6bab9 - Drop the "2" suffix on some enums. (13 days ago) <Chris Lattner>
     51     ==> * 96a74c5 - remove support for a bunch of obsolete instruction encodings and other backward compatibility hacks. (13 days ago) <Chris Lattner>
     52         * 738f05a - Remove a useless copy of MCELFStreamer. Patch by Logan Chien! (13 days ago) <Benjamin Kramer>
     53         * 981d826 - getSuccWeight returns now default 0 if Weights vector is empty. (13 days ago) <Jakub Staszak>
     54         * 799a58a55 - missed a file. (13 days ago) <Chris Lattner>
     55     ==> * 9d61dd9 - Remove some "2" suffixes from the metadata enums now that "1" is gone. (13 days ago) <Chris Lattner>
     56     ==> * 020a5a4 - remove bitcode reader support for LLVM 2.7 metadata encoding. (13 days ago) <Chris Lattner>
     57   * We maintain compatibility because Honeycomb SDK is out there.
     58     * Our bitcode reader can read both 2.7 and 3.0 versions. Writer is tracking upstream.
     59 * Recent downstreaming on 2011/6/22:  Synced to r133240 (Contact sliao@ for merge questions.)
     60 * Recent downstreaming on 2011/4/8:   Synced to r129128 (Contact sliao@ for merge questions.)
     61 * Recent downstreaming on 2011/3/11:  Synced from r119309 to r127116 (Contact sliao@ for merge questions.)
     62 
     63 * We add 40+ Android's *.mk files that are specific to Android's build system.
     64 
     65 * All the configuration files because we don't have configure/make/make-install
     66 
     67 * Changes for enabling both host and device builds.
     68 
     69 * All the tblgen work to enable Android to build a generator-generator binary
     70   and then run it in the middle of Android build process.
     71 
     72 * Explicitly include <cctype> header since is*() are not builtin functions in
     73 Android toolchain.
     74 
     75 * Code changes to make Android's toolchain stop outputting warnings. (This part
     76   should be pushed upstream eventually.)
     77 
     78 * lib/Target/{X86,ARM}/AsmPrinter/{X86,ARM}AsmPrinter.cpp
     79    Move from lib/Target/{X86,ARM}/{X86,ARM}AsmPrinter.cpp.
     80    AsmPrinter is only needed in Android when disassembly functionality
     81       is desired to be included.
     82 
     83 * Our ARM code generation fixes that upstream hasn't accepted yet. (This
     84   conflict will be resolved eventually, but there will always be time lag.)
     85 
     86 * Assorted size optimizations because Android-based consumer electronics
     87   need them.
     88 

README.txt

      1 Low Level Virtual Machine (LLVM)
      2 ================================
      3 
      4 This directory and its subdirectories contain source code for the Low Level
      5 Virtual Machine, a toolkit for the construction of highly optimized compilers,
      6 optimizers, and runtime environments.
      7 
      8 LLVM is open source software. You may freely distribute it under the terms of
      9 the license agreement found in LICENSE.txt.
     10 
     11 Please see the documentation provided in docs/ for further
     12 assistance with LLVM, and in particular docs/GettingStarted.rst for getting
     13 started with LLVM and docs/README.txt for an overview of LLVM's
     14 documentation setup.
     15 
     16 If you're writing a package for LLVM, see docs/Packaging.rst for our
     17 suggestions.
     18 
     19