summaryrefslogtreecommitdiff
path: root/tools/llc
AgeCommit message (Expand)Author
2016-07-12[MC] Flip llc's assembly comment preservation flag to have consistentNirav Dave
2016-07-11Provide support for preserving assembly commentsNirav Dave
2016-07-08[PM] Port UnreachableBlockElim to the new Pass ManagerWei Mi
2016-06-23[llc] Remove exit-on-error flag (PR27759)Diana Picus
2016-06-10[llc] Do not create the pass config several times for run-pass.Quentin Colombet
2016-06-10[llc] Add support for several run-pass options.Quentin Colombet
2016-06-09[llc] Remove exit-on-error flag from MIR tests (PR27770)Diana Picus
2016-06-09Search for llvm-symbolizer binary in the same directory as argv[0], beforeRichard Smith
2016-05-18Delete Reloc::Default.Rafael Espindola
2016-05-16[llc] New diagnostic handlerRenato Golin
2016-05-14Revert "[llc] New diagnostic handler"Renato Golin
2016-05-14[llc] New diagnostic handlerRenato Golin
2016-05-13Revert "[llc] New diagnostic handler"Renato Golin
2016-05-13[llc] New diagnostic handlerRenato Golin
2016-05-10llc: Print+Verify machine function after loading itMatthias Braun
2016-05-10CodeGen: Move TargetPassConfig from Passes.h to an own header; NFCMatthias Braun
2016-05-10Try to appease clang-x64-ninja-win7 bot.Matthias Braun
2016-05-10llc: Rework -run-pass optionMatthias Braun
2016-04-14Remove every uses of getGlobalContext() in LLVM (but the C API)Mehdi Amini
2016-03-10Add a flag to the LLVMContext to disable name for Value other than GlobalValueMehdi Amini
2016-02-11[CMake] Produce an empty library for GlobalISel when not building it.Quentin Colombet
2016-01-26Remove autoconf supportChris Bieneman
2016-01-20[GlobalISel] Add the proper cmake plumbing.Quentin Colombet
2015-12-07fix 'the the '; NFCSanjay Patel
2015-12-04Add TransformUtils to list of required libraries for llcDerek Schuff
2015-12-04[llc/opt] Add an option to run all passes twiceKeno Fischer
2015-07-24Remove access to the DataLayout in the TargetMachineMehdi Amini
2015-07-24Revert "Remove access to the DataLayout in the TargetMachine"Mehdi Amini
2015-07-24Remove access to the DataLayout in the TargetMachineMehdi Amini
2015-07-06llc: Add a 'run-pass' option.Alex Lorenz
2015-06-15MIR Serialization: Connect the machine function analysis pass to the MIR parser.Alex Lorenz
2015-06-03add missing dependency on Target lib for toolsSanjay Patel
2015-05-27Resubmit r237954 (MIR Serialization: print and parse LLVM IR using MIR format).Alex Lorenz
2015-05-26Remove NoFramePointerElim and NoFramePointerElimOverride from TargetOptions andAkira Hatanaka
2015-05-23Stop resetting NoFramePointerElim in TargetMachine::resetTargetOptions.Akira Hatanaka
2015-05-23Simplify and rename function overrideFunctionAttributes. NFC.Akira Hatanaka
2015-05-22Revert r237954, "Resubmit r237708 (MIR Serialization: print and parse LLVM IR...NAKAMURA Takumi
2015-05-21Resubmit r237708 (MIR Serialization: print and parse LLVM IR using MIR format).Alex Lorenz
2015-05-19Revert r237708 (MIR serialization) - incremental buildbots became unstable.Alex Lorenz
2015-05-19MIR Serialization: print and parse LLVM IR using MIR format.Alex Lorenz
2015-05-12Migrate existing backends that care about software floating pointEric Christopher
2015-05-06Let llc and opt override "-target-cpu" and "-target-features" via command lineAkira Hatanaka
2015-05-06Factor out a function which determines the cpu and feature strings based onAkira Hatanaka
2015-04-14Use raw_pwrite_stream in the object writer/streamer.Rafael Espindola
2015-04-09Simplify use of formatted_raw_ostream.Rafael Espindola
2015-03-31Make llc use getHostCPUFeatures when 'native' is specified for cpu.Craig Topper
2015-03-31tools: Unify how verifyModule() is calledDuncan P. N. Exon Smith
2015-03-27Verifier: Call verifyModule() from llc and optDuncan P. N. Exon Smith
2015-03-18CMake: Disable ENABLE_EXPORTS for executables with MSVCReid Kleckner
2015-03-04Make DataLayout Non-Optional in the ModuleMehdi Amini