summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
...
* Remove the UseCFI option from createAsmStreamer.Rafael Espindola2014-05-07
* [obj2yaml] Recognize input file format using llvm::object::ObjectFileSimon Atanasyan2014-05-07
* llvm-cov: Implement --no-outputJustin Bogner2014-05-07
* Have the SubtargetFeature help routine just not return a number andEric Christopher2014-05-06
* Remove the -disable-cfi option.Rafael Espindola2014-05-05
* Fix gcc -pedantic warning in lto.cpp.Patrik Hagglund2014-05-05
* Move LTOModule and LTOCodeGenerator to the llvm namespace.Rafael Espindola2014-05-03
* Style update: don't duplicate comments, they were getting out of sync.Rafael Espindola2014-05-03
* [llvm-readobj] Transform 'switch' with the only 'case' statementSimon Atanasyan2014-05-01
* [llvm-readobj] Add support for Mips specific ELF header e_flags.Simon Atanasyan2014-05-01
* Record the DWARF version in MCContextOliver Stannard2014-05-01
* Use the new StringTableBuilder in yaml2elfHans Wennborg2014-04-30
* ELFObjectWriter: deduplicate suffices in strtabHans Wennborg2014-04-30
* raw_ostream: Forward declare OpenFlags and include FileSystem.h only where ne...Benjamin Kramer2014-04-29
* PR19553: Memory leak in RuntimeDyldELF::createObjectImageFromFileDavid Blaikie2014-04-29
* [C++] Use 'nullptr'.Craig Topper2014-04-28
* Add an -mattr option to the gold plugin to support subtarget features in LTOTom Roeder2014-04-25
* BugPoint: Fix some memory leaks.David Blaikie2014-04-25
* SCC: Change clients to use const, NFCDuncan P. N. Exon Smith2014-04-25
* [C++] Use 'nullptr'. Tools edition.Craig Topper2014-04-25
* ProfileData: Treat missing function counts as malformedJustin Bogner2014-04-25
* Change llvm-config --ldflags to report ${CMAKE_CXX_LINK_FLAGS}Reid Kleckner2014-04-25
* llvm-cov: Add support for gcov's --long-file-names optionJustin Bogner2014-04-23
* llvm-cov: Allow short options to be groupedJustin Bogner2014-04-23
* Create MCTargetOptions.Evgeniy Stepanov2014-04-23
* Use unique_ptr to manage ParsedBinariesAndObjects in LLVMSymbolizerDavid Blaikie2014-04-22
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* [Modules] Make Support/Debug.h modular. This requires it to not changeChandler Carruth2014-04-21
* Convert getFileOffset to getOffset and move it to its only user.Rafael Espindola2014-04-21
* [PM] Add a new-PM-style CGSCC pass manager using the newly addedChandler Carruth2014-04-21
* [PM] Wire the analysis passes (such as they are) into the registry, andChandler Carruth2014-04-21
* [PM] Add a nice low-tech registry of passes as a boring macro expansionChandler Carruth2014-04-21
* [C++11] Range-based loop simplification.Simon Atanasyan2014-04-20
* ProfileData: Add support for the indexed instrprof formatJustin Bogner2014-04-18
* [DWARF parser] Turn DILineInfo into a struct.Alexey Samsonov2014-04-18
* Atomics: promote ARM's IR-based atomics pass to CodeGen.Tim Northover2014-04-17
* objdump: identify WoA WinCOFF/ARM correctlySaleem Abdulrasool2014-04-17
* tools: fix invalid printing, buffer overrun in llvm-readobjSaleem Abdulrasool2014-04-16
* verify-di: Implement DebugInfoVerifierDuncan P. N. Exon Smith2014-04-15
* [MC] Require an MCContext when constructing an MCDisassembler.Lang Hames2014-04-15
* tools: fix heap-buffer-overrun detected via ASANSaleem Abdulrasool2014-04-14
* Teach llvm-lto to respect the given RelocModel.James Molloy2014-04-14
* tools: simplify symbol handling in objdumpSaleem Abdulrasool2014-04-14
* tools: address possible non-null terminated filenamesSaleem Abdulrasool2014-04-14
* tools: remove duplication of coff_aux_fileSaleem Abdulrasool2014-04-13
* tools: avoid a string duplicationSaleem Abdulrasool2014-04-13
* tools: teach objdump about FILE aux recordsSaleem Abdulrasool2014-04-13
* tools: remove unnecessary copy of array_lengthofSaleem Abdulrasool2014-04-12
* llc: Add support for -mcpu=native.Jim Grosbach2014-04-12
* [yaml2obj][ELF] ELF Relocations Support.Simon Atanasyan2014-04-11