summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2012-10-16Formatting and 80-col.Eric Christopher1-3/+3
2012-10-15LTO also needs to initialize the TargetTransform infrastructure.Nadav Rotem1-0/+2
2012-10-12Set default CPU for Darwin targets with LTO. <rdar://problem/12457841>Bob Wilson2-12/+28
2012-10-12Add float-abi and softfloat options to lliTim Northover1-2/+26
2012-10-12We need this symbol after an LTO build.Bill Wendling1-0/+1
2012-10-10Add a new interface to allow IR-level passes to access codegen-specific infor...Nadav Rotem5-209/+90
2012-10-10Place temporary LTO files into their own subdirectory.Bill Wendling1-3/+3
2012-10-09Revert "Use a special path to place the .o files in."Bob Wilson1-2/+1
2012-10-08Use a special path to place the .o files in.Bill Wendling1-1/+2
2012-10-08Move TargetData to DataLayout.Micah Villmow7-20/+20
2012-10-05lli: [MCJIT] Suppress "__main" for cygming in LLIMCJITMemoryManager::getPoint...NAKAMURA Takumi1-0/+12
2012-10-03Add an explicit -object_path_lto flag during linking with a uniquified temporaryBill Wendling1-0/+7
2012-10-02Clean-up of memory buffer and object ownership model in MCJITAndrew Kaylor1-2/+6
2012-10-01Re-enable support for --program-prefix.Jordan Rose1-1/+1
2012-09-28Removing dependency on third party library for Intel JIT event support.Andrew Kaylor1-2/+0
2012-09-27Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru1-1/+1
2012-09-27Fix a typo 'iff' => 'if'Sylvestre Ledru1-1/+1
2012-09-26Revert "Add --program-prefix support to build"Jordan Rose1-1/+1
2012-09-25Add --program-prefix support to buildSebastian Pop1-1/+1
2012-09-20Make sure lli compiles all code before invalidating instruction caches.Tim Northover1-0/+3
2012-09-19Silence -Wnon-virtual-dtor in llvm-stress.Andrew Trick1-0/+4
2012-09-18Add hidden flag to exclude aliases from output.Jan Sjödin1-2/+6
2012-09-18When creating MCAsmBackend pass the CPU string as well. In X86AsmBackendRoman Divacky1-2/+2
2012-09-15Fix includes of llvm files that used angle brackets.Craig Topper2-7/+7
2012-09-06Don't include stdint.h directly.Eli Friedman1-1/+1
2012-09-06Explicitly erase the file from disk if something bad happened. <rdar://proble...Bill Wendling1-1/+5
2012-09-06Don't include stdint.h directly.Eli Friedman1-1/+1
2012-09-05Stop casting away const qualifier needlessly.Roman Divacky2-3/+3
2012-09-05Fix a bug.Jan Wen Voung1-1/+1
2012-09-05revert the additional stuff.Jan Wen Voung1-6/+4
2012-09-05Clean up llvm-bcanalyzer to print to consistent streams.Jan Wen Voung1-13/+17
2012-09-05Update CMakeList.txt for new lli sources.Jim Grosbach1-0/+2
2012-09-05MCJIT: Add faux remote target execution to lli for the MCJIT.Jim Grosbach5-29/+498
2012-09-04Add support for fetching inlining context (stack of source code locations)Alexey Samsonov1-9/+32
2012-09-01Code cleanup: tools/opt/opt.cppLogan Chien1-4/+0
2012-08-28LLI: move instruction cache tweaks.Jim Grosbach1-4/+4
2012-08-28Some of the instructions in the Mips instruction set are revisionJack Carter1-1/+16
2012-08-27Add basic support for .debug_ranges section to LLVM's DebugInfo library.Alexey Samsonov1-1/+5
2012-08-27Pass -lLTO after gold-plugin.o so that it gets used in systems that default toRafael Espindola1-1/+3
2012-08-21Add support for the --param ssp-buffer-size= driver option.Chad Rosier2-0/+12
2012-08-17Change the `linker_private_weak_def_auto' linkage to `linkonce_odr_auto_hide' toBill Wendling2-4/+2
2012-08-10Remove references to compression in llvm-ar. It has been a long time since weRafael Espindola2-14/+7
2012-08-08Remove some coding violations. No functionality change.Bill Wendling1-9/+10
2012-08-08Cache a commonly used reference.Bill Wendling1-10/+12
2012-08-08Add test triples to fix win32 failures. Revert workaround from r161292.Bob Wilson1-5/+2
2012-08-07Tidy up a bit.Jim Grosbach1-12/+10
2012-08-06Reduce indentation by early exiting.Bill Wendling2-50/+52
2012-08-06Add a way to grab the target options from the LTO command line.Bill Wendling3-2/+148
2012-08-06Add support for the OpenBSD for Bitrig.Eric Christopher1-1/+1
2012-08-04llc: Try to suppress failures since r161262 .NAKAMURA Takumi1-2/+5