summaryrefslogtreecommitdiffstats
path: root/llvm/tools
Commit message (Expand)AuthorAgeFilesLines
* Remove NoFramePointerElim and NoFramePointerElimOverride from TargetOptions andAkira Hatanaka2015-05-262-10/+6
* [llvm-readobj/ELF] Teach how to decode DF_1_XXX flagsDavide Italiano2015-05-251-0/+32
* Prune CRLFs.NAKAMURA Takumi2015-05-251-27/+27
* Stop resetting NoFramePointerElim in TargetMachine::resetTargetOptions.Akira Hatanaka2015-05-232-8/+15
* Simplify and rename function overrideFunctionAttributes. NFC.Akira Hatanaka2015-05-232-4/+5
* Fix llvm-nm -S option.Rafael Espindola2015-05-221-1/+1
* Revert r237954, "Resubmit r237708 (MIR Serialization: print and parse LLVM IR...NAKAMURA Takumi2015-05-221-7/+1
* Make it easier to use DwarfContext with MCJITKeno Fischer2015-05-212-15/+44
* Resubmit r237708 (MIR Serialization: print and parse LLVM IR using MIR format).Alex Lorenz2015-05-211-1/+7
* Move alignment from MCSectionData to MCSection.Rafael Espindola2015-05-211-2/+2
* [DWARF parser] Make DWARF parser more robust against missing compile/type units.Alexey Samsonov2015-05-191-6/+6
* 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
* MC: Clean up method names in MCContext.Jim Grosbach2015-05-181-2/+2
* Remove MCAssembler.h include from MCStreamer.h and fix users of MCStreamer.hPete Cooper2015-05-151-0/+1
* Remove 3 includes from MCInstrDesc.h and explicitly include them where neededPete Cooper2015-05-151-0/+1
* [llvm-readobj] Teach llvm-readobj to print PT_MIPS_ABIFLAGS program headerSimon Atanasyan2015-05-151-0/+1
* Reflow long lines of some LLVMBuild filesDouglas Katzman2015-05-141-1/+4
* InstrProf: Fix display of large numbers in llvm-covJustin Bogner2015-05-131-21/+25
* [llvm-bcanalyzer] Add -show-binary-blobs option.Jordan Rose2015-05-131-11/+20
* Migrate existing backends that care about software floating pointEric Christopher2015-05-122-6/+2
* Fix input validation issues in llvm-as/llvm-disAlexey Samsonov2015-05-112-16/+10
* [yaml2elf] Replace error message by assert call in writeSectionContent methodsSimon Atanasyan2015-05-081-13/+7
* [llvm-readobj/obj2yaml/yaml2obj] Support MIPS machine ELF header flagsSimon Atanasyan2015-05-082-2/+24
* [obj2yaml/yaml2obj] Add SHT_MIPS_ABIFLAGS section supportSimon Atanasyan2015-05-072-0/+74
* [llvm-readobj] Print .MIPS.abiflags section contentSimon Atanasyan2015-05-073-1/+130
* [llvm-readobj/obj2yaml/yaml2obj] Support more MIPS ELF header flagsSimon Atanasyan2015-05-072-4/+14
* Let llc and opt override "-target-cpu" and "-target-features" via command lineAkira Hatanaka2015-05-062-0/+6
* Factor out a function which determines the cpu and feature strings based onAkira Hatanaka2015-05-062-55/+13
* A few fixes for llvm-symbolizer on Windows.Zachary Turner2015-05-063-14/+38
* [Orc] Reapply r236465 with fixes for the MSVC bots.Lang Hames2015-05-051-7/+2
* [bugpoint] Increase default memory limit to 400MB to fix bugpoint tests.Daniel Sanders2015-05-051-2/+2
* [Orc] Revert r236465 - It broke the Windows bots.Lang Hames2015-05-041-2/+7
* Add TransformUtils dependency to lli.Pete Cooper2015-05-042-1/+2
* [Orc] Refactor the compile-on-demand layer to make module partitioning lazy,Lang Hames2015-05-041-7/+2
* llvm-cov: Warn if object file is newer than profileJustin Bogner2015-05-041-0/+13
* [llvm-pdbdump] Support dynamic load address and external symbols.Zachary Turner2015-05-017-12/+104
* [Object] Teach Object and llvm-objdump about ".hidden"Davide Italiano2015-04-301-2/+6
* Fix -Wpessimizing-move warnings by removing std::move calls.Richard Trieu2015-04-301-4/+4
* For llvm-objdump, with the -archive-headers and -macho options, use the -non-...Kevin Enderby2015-04-301-4/+10
* IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith2015-04-292-5/+5
* LTO: Add API to choose whether to embed uselistsDuncan P. N. Exon Smith2015-04-271-0/+5
* [llvm-symbolizer] Link DebugInfoPDB for the autoconf buildZachary Turner2015-04-271-1/+1
* Make llvm-symbolizer work on Windows.Zachary Turner2015-04-273-1/+20
* Remove unused variable, found with gcc-5.1 -Wunused-variable.Patrik Hagglund2015-04-271-25/+0
* [AsmPrinter] Make AsmPrinter's OutStreamer member a unique_ptr.Lang Hames2015-04-241-18/+18
* Move DIContext.h to common DebugInfo location.Zachary Turner2015-04-235-8/+12
* Support arm32 R_ARM_V4BX relocation formatAdhemerval Zanella2015-04-221-6/+5
* Linker: Add flag to override linkage rulesDuncan P. N. Exon Smith2015-04-221-3/+14
* llvm-link: Factor out loop over input files, NFCDuncan P. N. Exon Smith2015-04-221-18/+26
OpenPOWER on IntegriCloud