Skip to content
Snippets Groups Projects
  1. Sep 19, 2014
  2. Sep 14, 2014
  3. Sep 12, 2014
  4. Sep 04, 2014
  5. Sep 03, 2014
  6. Aug 28, 2014
  7. Aug 27, 2014
  8. Aug 14, 2014
  9. Aug 12, 2014
  10. Jul 25, 2014
    • Stephen Hines's avatar
      Fix build of llvm-ar. · 9cc1fddf
      Stephen Hines authored
      Bug: 15433215
      
      llvm-ar was accidentally including static libraries and libLLVM dynamically,
      leading to redefined options.
      
      Change-Id: If1f05ff68a3c88580b9ff1981937e8d2cf99ee02
      9cc1fddf
  11. Jul 23, 2014
  12. Jul 21, 2014
    • Stephen Hines's avatar
      Fix build rules for BuildVariables.inc in llvm-config. · e4c8388e
      Stephen Hines authored
      Our previous rules didn't actually construct this file in the appropriate
      location. It instead was creating it inside of the source tree. We now
      use a custom build rule to create the proper file and include it from an
      intermediate build object directory.
      
      Change-Id: I571387a647e95e2053fc2520bcb8151cbaec422e
      e4c8388e
    • Stephen Hines's avatar
      Update LLVM for rebase to r212749. · c6a4f5e8
      Stephen Hines authored
      Includes a cherry-pick of:
      r212948 - fixes a small issue with atomic calls
      
      Change-Id: Ib97bd980b59f18142a69506400911a6009d9df18
      c6a4f5e8
  13. Jul 20, 2014
  14. Jun 09, 2014
  15. Jun 07, 2014
    • Chris Wailes's avatar
      Adds the ability to run the llvm test suite in-tree. · 075c621d
      Chris Wailes authored
      This was accomplished by building additional tools and hand-generating
      several files that are auto-generated by the configuration system when
      LLVM is built out-of-tree.  The LTO, Interpreter, and DebugInfo libraries
      are now being compiled, and several source files were added to existing
      compilation targets.
      
      To run these tests you must first run build/envsetup.sh and have used
      lunch to select a target.  You can then launch the test script by running:
      
      cd $ANDROID_BUILD_TOP/external/llvm && ./android_test.sh
      
      Bug: 15433215
      
      Change-Id: I43d87de0a4620cdd46c8d0f825dd4428e8409702
      075c621d
  16. Jun 05, 2014
  17. Jun 04, 2014
  18. May 30, 2014
  19. May 29, 2014
  20. May 07, 2014
  21. May 05, 2014
  22. Apr 29, 2014
Loading