aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2012-09-28Removing dependency on third party library for Intel JIT event support.Andrew Kaylor
2012-09-27Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru
2012-09-27Fix a typo 'iff' => 'if'Sylvestre Ledru
2012-09-25Merge commit 'bc4021f31eaa97ee52655828da3e3de14a39e4a6'Derek Schuff
2012-09-26Revert "Add --program-prefix support to build"Jordan Rose
2012-09-25Add --program-prefix support to buildSebastian Pop
2012-09-20Make sure lli compiles all code before invalidating instruction caches.Tim Northover
2012-09-19Silence -Wnon-virtual-dtor in llvm-stress.Andrew Trick
2012-09-18Merge commit '8e70b5506ec0d7a6c2740bc89cd1b8f12a78b24f'Derek Schuff
2012-09-18Add hidden flag to exclude aliases from output.Jan Sjödin
2012-09-18When creating MCAsmBackend pass the CPU string as well. In X86AsmBackendRoman Divacky
2012-09-15Fix includes of llvm files that used angle brackets.Craig Topper
2012-09-06Don't include stdint.h directly.Eli Friedman
2012-09-06Explicitly erase the file from disk if something bad happened. <rdar://proble...Bill Wendling
2012-09-06Don't include stdint.h directly.Eli Friedman
2012-09-05Stop casting away const qualifier needlessly.Roman Divacky
2012-09-05Fix a bug.Jan Wen Voung
2012-09-05revert the additional stuff.Jan Wen Voung
2012-09-05Clean up llvm-bcanalyzer to print to consistent streams.Jan Wen Voung
2012-09-05Update CMakeList.txt for new lli sources.Jim Grosbach
2012-09-05MCJIT: Add faux remote target execution to lli for the MCJIT.Jim Grosbach
2012-09-04Add support for fetching inlining context (stack of source code locations)Alexey Samsonov
2012-09-01Code cleanup: tools/opt/opt.cppLogan Chien
2012-08-28LLI: move instruction cache tweaks.Jim Grosbach
2012-08-28Some of the instructions in the Mips instruction set are revisionJack Carter
2012-08-27Add basic support for .debug_ranges section to LLVM's DebugInfo library.Alexey Samsonov
2012-08-27Pass -lLTO after gold-plugin.o so that it gets used in systems that default toRafael Espindola
2012-08-21Merge up to r162331, git commit bc363931085587bac42a40653962a3e5acd1ffceDerek Schuff
2012-08-21Add support for the --param ssp-buffer-size= driver option.Chad Rosier
2012-08-17Merge commit 'c723eb1aef817d47feec620933ee1ec6005cdd14'Derek Schuff
2012-08-17Change the `linker_private_weak_def_auto' linkage to `linkonce_odr_auto_hide' toBill Wendling
2012-08-13Change LLVM bitcode linking to use tree reductionJan Voung
2012-08-10Remove references to compression in llvm-ar. It has been a long time since weRafael Espindola
2012-08-08Remove some coding violations. No functionality change.Bill Wendling
2012-08-08Cache a commonly used reference.Bill Wendling
2012-08-08Add test triples to fix win32 failures. Revert workaround from r161292.Bob Wilson
2012-08-07Tidy up a bit.Jim Grosbach
2012-08-06Reduce indentation by early exiting.Bill Wendling
2012-08-06Add a way to grab the target options from the LTO command line.Bill Wendling
2012-08-06Add support for the OpenBSD for Bitrig.Eric Christopher
2012-08-04llc: Try to suppress failures since r161262 .NAKAMURA Takumi
2012-08-03Fix memcmp code-gen to honor -fno-builtin.Bob Wilson
2012-07-31Include nacl_srpc.h from native client tree rather than sdk.Derek Schuff
2012-07-31Turn on debug messages in llc sandboxed translator file wrapper for diagnosis.Jan Voung
2012-07-31revert CL http://codereview.chromium.org/8714005/Robert Muth
2012-07-31This hack is necessary under ubuntu precise to produce a gold plugin which has aRobert Muth
2012-07-23Fix a typo (the the => the)Sylvestre Ledru
2012-07-19DebugInfo library: add support for fetching absolute paths to source filesAlexey Samsonov
2012-07-19Remove tabs.Bill Wendling
2012-07-19Tweak prose.Chad Rosier