aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* libLTO has a bug in that it will keep every symbol if none is needed. We usedRafael Espindola2012-10-261-10/+0
* Opt does not need to initialize the Asm printer/parserNadav Rotem2012-10-241-2/+0
* Opt needs to initialize the different targets.Nadav Rotem2012-10-241-0/+6
* Add support for annotated disassembly output for X86 and arm.Kevin Enderby2012-10-222-2/+10
* Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin...Nadav Rotem2012-10-186-209/+92
* Revert "We need this symbol after an LTO build."Bob Wilson2012-10-181-1/+0
* Temporarily revert the TargetTransform changes.Bob Wilson2012-10-186-92/+209
* Formatting and 80-col.Eric Christopher2012-10-161-3/+3
* LTO also needs to initialize the TargetTransform infrastructure.Nadav Rotem2012-10-151-0/+2
* Set default CPU for Darwin targets with LTO. <rdar://problem/12457841>Bob Wilson2012-10-122-12/+28
* Add float-abi and softfloat options to lliTim Northover2012-10-121-2/+26
* We need this symbol after an LTO build.Bill Wendling2012-10-121-0/+1
* Add a new interface to allow IR-level passes to access codegen-specific infor...Nadav Rotem2012-10-105-209/+90
* Place temporary LTO files into their own subdirectory.Bill Wendling2012-10-101-3/+3
* Revert "Use a special path to place the .o files in."Bob Wilson2012-10-091-2/+1
* Use a special path to place the .o files in.Bill Wendling2012-10-081-1/+2
* Move TargetData to DataLayout.Micah Villmow2012-10-087-20/+20
* lli: [MCJIT] Suppress "__main" for cygming in LLIMCJITMemoryManager::getPoint...NAKAMURA Takumi2012-10-051-0/+12
* Add an explicit -object_path_lto flag during linking with a uniquified temporaryBill Wendling2012-10-031-0/+7
* Clean-up of memory buffer and object ownership model in MCJITAndrew Kaylor2012-10-021-2/+6
* Re-enable support for --program-prefix.Jordan Rose2012-10-011-1/+1
* Removing dependency on third party library for Intel JIT event support.Andrew Kaylor2012-09-281-2/+0
* Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru2012-09-271-1/+1
* Fix a typo 'iff' => 'if'Sylvestre Ledru2012-09-271-1/+1
* Revert "Add --program-prefix support to build"Jordan Rose2012-09-261-1/+1
* Add --program-prefix support to buildSebastian Pop2012-09-251-1/+1
* Make sure lli compiles all code before invalidating instruction caches.Tim Northover2012-09-201-0/+3
* Silence -Wnon-virtual-dtor in llvm-stress.Andrew Trick2012-09-191-0/+4
* Add hidden flag to exclude aliases from output.Jan Sjödin2012-09-181-2/+6
* When creating MCAsmBackend pass the CPU string as well. In X86AsmBackendRoman Divacky2012-09-181-2/+2
* Fix includes of llvm files that used angle brackets.Craig Topper2012-09-152-7/+7
* Don't include stdint.h directly.Eli Friedman2012-09-061-1/+1
* Explicitly erase the file from disk if something bad happened. <rdar://proble...Bill Wendling2012-09-061-1/+5
* Don't include stdint.h directly.Eli Friedman2012-09-061-1/+1
* Stop casting away const qualifier needlessly.Roman Divacky2012-09-052-3/+3
* Fix a bug.Jan Wen Voung2012-09-051-1/+1
* revert the additional stuff.Jan Wen Voung2012-09-051-6/+4
* Clean up llvm-bcanalyzer to print to consistent streams.Jan Wen Voung2012-09-051-13/+17
* Update CMakeList.txt for new lli sources.Jim Grosbach2012-09-051-0/+2
* MCJIT: Add faux remote target execution to lli for the MCJIT.Jim Grosbach2012-09-055-29/+498
* Add support for fetching inlining context (stack of source code locations)Alexey Samsonov2012-09-041-9/+32
* Code cleanup: tools/opt/opt.cppLogan Chien2012-09-011-4/+0
* LLI: move instruction cache tweaks.Jim Grosbach2012-08-281-4/+4
* Some of the instructions in the Mips instruction set are revisionJack Carter2012-08-281-1/+16
* Add basic support for .debug_ranges section to LLVM's DebugInfo library.Alexey Samsonov2012-08-271-1/+5
* Pass -lLTO after gold-plugin.o so that it gets used in systems that default toRafael Espindola2012-08-271-1/+3
* Add support for the --param ssp-buffer-size= driver option.Chad Rosier2012-08-212-0/+12
* Change the `linker_private_weak_def_auto' linkage to `linkonce_odr_auto_hide' toBill Wendling2012-08-172-4/+2
* Remove references to compression in llvm-ar. It has been a long time since weRafael Espindola2012-08-102-14/+7
* Remove some coding violations. No functionality change.Bill Wendling2012-08-081-9/+10