summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* lli: [MCJIT] Suppress "__main" for cygming in LLIMCJITMemoryManager::getPoint...NAKAMURA Takumi2012-10-05
* Add an explicit -object_path_lto flag during linking with a uniquified temporaryBill Wendling2012-10-03
* Clean-up of memory buffer and object ownership model in MCJITAndrew Kaylor2012-10-02
* Re-enable support for --program-prefix.Jordan Rose2012-10-01
* Removing dependency on third party library for Intel JIT event support.Andrew Kaylor2012-09-28
* Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru2012-09-27
* Fix a typo 'iff' => 'if'Sylvestre Ledru2012-09-27
* Revert "Add --program-prefix support to build"Jordan Rose2012-09-26
* Add --program-prefix support to buildSebastian Pop2012-09-25
* Make sure lli compiles all code before invalidating instruction caches.Tim Northover2012-09-20
* Silence -Wnon-virtual-dtor in llvm-stress.Andrew Trick2012-09-19
* Add hidden flag to exclude aliases from output.Jan Sjödin2012-09-18
* When creating MCAsmBackend pass the CPU string as well. In X86AsmBackendRoman Divacky2012-09-18
* Fix includes of llvm files that used angle brackets.Craig Topper2012-09-15
* Don't include stdint.h directly.Eli Friedman2012-09-06
* Explicitly erase the file from disk if something bad happened. <rdar://proble...Bill Wendling2012-09-06
* Don't include stdint.h directly.Eli Friedman2012-09-06
* Stop casting away const qualifier needlessly.Roman Divacky2012-09-05
* Fix a bug.Jan Wen Voung2012-09-05
* revert the additional stuff.Jan Wen Voung2012-09-05
* Clean up llvm-bcanalyzer to print to consistent streams.Jan Wen Voung2012-09-05
* Update CMakeList.txt for new lli sources.Jim Grosbach2012-09-05
* MCJIT: Add faux remote target execution to lli for the MCJIT.Jim Grosbach2012-09-05
* Add support for fetching inlining context (stack of source code locations)Alexey Samsonov2012-09-04
* Code cleanup: tools/opt/opt.cppLogan Chien2012-09-01
* LLI: move instruction cache tweaks.Jim Grosbach2012-08-28
* Some of the instructions in the Mips instruction set are revisionJack Carter2012-08-28
* Add basic support for .debug_ranges section to LLVM's DebugInfo library.Alexey Samsonov2012-08-27
* Pass -lLTO after gold-plugin.o so that it gets used in systems that default toRafael Espindola2012-08-27
* Add support for the --param ssp-buffer-size= driver option.Chad Rosier2012-08-21
* Change the `linker_private_weak_def_auto' linkage to `linkonce_odr_auto_hide' toBill Wendling2012-08-17
* Remove references to compression in llvm-ar. It has been a long time since weRafael Espindola2012-08-10
* Remove some coding violations. No functionality change.Bill Wendling2012-08-08
* Cache a commonly used reference.Bill Wendling2012-08-08
* Add test triples to fix win32 failures. Revert workaround from r161292.Bob Wilson2012-08-08
* Tidy up a bit.Jim Grosbach2012-08-07
* Reduce indentation by early exiting.Bill Wendling2012-08-06
* Add a way to grab the target options from the LTO command line.Bill Wendling2012-08-06
* Add support for the OpenBSD for Bitrig.Eric Christopher2012-08-06
* llc: Try to suppress failures since r161262 .NAKAMURA Takumi2012-08-04
* Fix memcmp code-gen to honor -fno-builtin.Bob Wilson2012-08-03
* Fix a typo (the the => the)Sylvestre Ledru2012-07-23
* DebugInfo library: add support for fetching absolute paths to source filesAlexey Samsonov2012-07-19
* Remove tabs.Bill Wendling2012-07-19
* Tweak prose.Chad Rosier2012-07-19
* Target option DisableJumpTables is a gross hack. Move it to TargetLowering in...Evan Cheng2012-07-02
* Extend TargetPassConfig to allow running only a subset of the normal passes.Bob Wilson2012-07-02
* Need a space.Evan Cheng2012-07-02
* This patch extends the libLLVMDebugInfo which contains a minimalistic DWARF p...Alexey Samsonov2012-07-02