summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llc
Commit message (Expand)AuthorAgeFilesLines
* llc: Add a 'run-pass' option.Alex Lorenz2015-07-061-12/+27
* MIR Serialization: Connect the machine function analysis pass to the MIR parser.Alex Lorenz2015-06-151-4/+9
* add missing dependency on Target lib for toolsSanjay Patel2015-06-031-0/+1
* Resubmit r237954 (MIR Serialization: print and parse LLVM IR using MIR format).Alex Lorenz2015-05-274-3/+10
* Remove NoFramePointerElim and NoFramePointerElimOverride from TargetOptions andAkira Hatanaka2015-05-261-5/+3
* Stop resetting NoFramePointerElim in TargetMachine::resetTargetOptions.Akira Hatanaka2015-05-231-2/+5
* Simplify and rename function overrideFunctionAttributes. NFC.Akira Hatanaka2015-05-231-2/+2
* Revert r237954, "Resubmit r237708 (MIR Serialization: print and parse LLVM IR...NAKAMURA Takumi2015-05-221-7/+1
* Resubmit r237708 (MIR Serialization: print and parse LLVM IR using MIR format).Alex Lorenz2015-05-211-1/+7
* Revert r237708 (MIR serialization) - incremental buildbots became unstable.Alex Lorenz2015-05-191-7/+1
* MIR Serialization: print and parse LLVM IR using MIR format.Alex Lorenz2015-05-191-1/+7
* Migrate existing backends that care about software floating pointEric Christopher2015-05-121-3/+2
* Let llc and opt override "-target-cpu" and "-target-features" via command lineAkira Hatanaka2015-05-061-0/+3
* Factor out a function which determines the cpu and feature strings based onAkira Hatanaka2015-05-061-27/+3
* Use raw_pwrite_stream in the object writer/streamer.Rafael Espindola2015-04-141-2/+10
* Simplify use of formatted_raw_ostream.Rafael Espindola2015-04-091-3/+1
* Make llc use getHostCPUFeatures when 'native' is specified for cpu.Craig Topper2015-03-311-7/+19
* tools: Unify how verifyModule() is calledDuncan P. N. Exon Smith2015-03-311-1/+1
* Verifier: Call verifyModule() from llc and optDuncan P. N. Exon Smith2015-03-271-0/+9
* CMake: Disable ENABLE_EXPORTS for executables with MSVCReid Kleckner2015-03-181-1/+1
* Make DataLayout Non-Optional in the ModuleMehdi Amini2015-03-041-2/+1
* Add missing includes. make_unique proliferated everywhere.Benjamin Kramer2015-03-011-0/+1
* [PM] Remove the old 'PassManager.h' header file at the top level ofChandler Carruth2015-02-131-2/+2
* Move DataLayout back to the TargetMachine from TargetSubtargetInfoEric Christopher2015-01-261-1/+1
* [PM] Rework how the TargetLibraryInfo pass integrates with the new passChandler Carruth2015-01-241-3/+3
* [PM] Separate the TargetLibraryInfo object from the immutable pass.Chandler Carruth2015-01-151-3/+5
* Update libdeps since TLI was moved from Target to Analysis in r226078.NAKAMURA Takumi2015-01-151-1/+1
* [PM] Move TargetLibraryInfo into the Analysis library.Chandler Carruth2015-01-151-1/+1
* Remove an unnecessary reference variable that pointed to a unique_ptr variabl...Craig Topper2014-12-121-6/+5
* Use unique_ptr operator= instead of constructor to make it explicit that ther...Craig Topper2014-12-121-2/+2
* Just use the Module unique_ptr object directly in many places instead of sepa...Craig Topper2014-12-111-8/+6
* Use unique_ptr to remove an explicit delete. Change return type to pass the u...Craig Topper2014-12-111-5/+5
* Add doInitialization/doFinalization to DataLayoutPass.Rafael Espindola2014-09-101-1/+1
* Use StringRef to avoid copies and simplify code.Craig Topper2014-08-301-18/+6
* Return a std::unique_ptr from the IRReader.h functions. NFC.Rafael Espindola2014-08-261-1/+1
* Modernize raw_fd_ostream's constructor a bit.Rafael Espindola2014-08-251-5/+4
* Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher2014-08-041-1/+2
* Move MCOptions that aren't shared between programs into their specificEric Christopher2014-05-211-5/+15
* Make a couple of command lines static and remove an unnecessaryEric Christopher2014-05-211-6/+4
* Move the verbose asm option to be part of the options struct andEric Christopher2014-05-201-3/+4
* Unify command line handling of MCTargetOptions and remove extraEric Christopher2014-05-151-9/+3
* Have the SubtargetFeature help routine just not return a number andEric Christopher2014-05-061-1/+8
* Remove the -disable-cfi option.Rafael Espindola2014-05-051-3/+0
* raw_ostream: Forward declare OpenFlags and include FileSystem.h only where ne...Benjamin Kramer2014-04-291-0/+1
* [C++] Use 'nullptr'. Tools edition.Craig Topper2014-04-251-5/+5
* llc: Add support for -mcpu=native.Jim Grosbach2014-04-121-0/+6
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-061-7/+6
* Use DataLayout from the module when easily available.Rafael Espindola2014-02-251-3/+2
* Make DataLayout a plain object, not a pass.Rafael Espindola2014-02-251-2/+2
* Replace the F_Binary flag with a F_Text one.Rafael Espindola2014-02-241-2/+2
OpenPOWER on IntegriCloud