aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2014-03-06[ndk] Reduce the unittest failure.Logan Chien
2014-01-23Accept but ignore --no-warn-mismatch and -rpath-link=Andrew Hsieh
2013-11-06Recognize -Ox options and set optimizatoin-level in bitcode wrapper header.Cole Wang
2013-10-09Merge "Switch to use libgccunwind.a" into release_33Andrew Hsieh
2013-10-09Merge "Encode implied library dependency for specific libraries." into releas...Andrew Hsieh
2013-10-08Switch to use libgccunwind.aLai Wei-Chih
2013-10-01Encode implied library dependency for specific libraries.Lai Wei-Chih
2013-09-30Enable plugin feature for future bc2native codebase integration.WenHan Gu
2013-09-23fix float-abiAndrew Hsieh
2013-09-23Merge "Add -force-align-stack (translated from -mstackrealign) for x86" into ...Andrew Hsieh
2013-09-16Add -force-align-stack (translated from -mstackrealign) for x86Andrew Hsieh
2013-09-16Support new bitcode wrapper in bc2native.Lai Wei-Chih
2013-09-16Change bitcode wrapper fields.Lai Wei-Chih
2013-09-06Merge "Function-based parallel LLVM backend code generation" into release_33Andrew Hsieh
2013-08-29Function-based parallel LLVM backend code generationXiaofei Wan
2013-08-29Merge "Compute correct HOST_TAG in ndk-bc2native.py" into release_33Andrew Hsieh
2013-08-27Make an llvm-config for cross-compilationRay Donnelly
2013-08-22Compute correct HOST_TAG in ndk-bc2native.pyAndrew Hsieh
2013-08-21Ignore --eh-frame-hdr for le32-none-ndk-link.Lai Wei-Chih
2013-07-22Allow mulitple occurrance of -gc-sections optionAndrew Hsieh
2013-06-26Merge "Let ndk-bc2native usable by standalone usage." into release_33Andrew Hsieh
2013-06-25Let ndk-bc2native usable by standalone usage.WenHan Gu
2013-06-24Change llvm-3.2 to llvm-3.3.Lai Wei-Chih
2013-06-18Update toolchain to migrate to LLVM 3.3.WenHan Gu
2013-06-11Merge "Replace libgcc with compiler-rt in bc2native script." into release_33Andrew Hsieh
2013-06-10Replace libgcc with compiler-rt in bc2native script.Lai Wei-Chih
2013-06-10Shrink binary sizes when cross-compiling.WenHan Gu
2013-06-10Fix build error on GCC/Clang + STLport.WenHan Gu
2013-06-09Read ldflags from info file.Logan Chien
2013-06-09Find libraries in search paths.Logan Chien
2013-06-09Script for bitcode to native binaries.Logan Chien
2013-06-09Bitcode translation tool for le32-none-ndk triple.Logan Chien
2013-06-09Bitcode strip tool for le32-none-ndk triple.Logan Chien
2013-06-09Bitcode link tool for le32-none-ndk triple.Logan Chien
2013-05-06Split Alignment out of the Section Characteristics.Rafael Espindola
2013-05-06Remove some redundant includes in llvm-mc.cpp.Rafael Espindola
2013-05-04Optimize llvm-link too.Rafael Espindola
2013-05-04Last batch of cleanups to Linker.h.Rafael Espindola
2013-05-04Don't construct or delete a module on the Linker.Rafael Espindola
2013-05-04Remove unused members and constructor arguments.Rafael Espindola
2013-05-04Add missing header.Rafael Espindola
2013-05-03Revert r181009.Amara Emerson
2013-05-03Add support for reading ARM ELF build attributes.Amara Emerson
2013-05-02Remove redundant flag.Bill Wendling
2013-05-02We don't want FP elimination when doing an Apple-style build.Bill Wendling
2013-04-26Use llvm/Object/MachO.h in macho-dumper. Drop the old macho parser.Rafael Espindola
2013-04-25Clarify getRelocationAddress x getRelocationOffset a bit.Rafael Espindola
2013-04-25Don't compute a std::vector<uint8_t> just to write it out a stream.Rafael Espindola
2013-04-24Use pointers to iterate over symbols.Rafael Espindola
2013-04-24Don't produce an empty llvm.compiler.used in LTO.Rafael Espindola