summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-mt/llvm-mt.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [opt] Change the parameter of OptTable::PrintHelp from Name to Usage and don'...Fangrui Song2018-10-101-1/+1
* [llvm-mt] Use WithColor for printing errors.Jonas Devlieghere2018-06-231-1/+2
* Define InitLLVM to do common initialization all at once.Rui Ueyama2018-04-131-14/+4
* [Option] Add 'findNearest' method to catch typosBrian Gesiak2018-01-051-2/+12
* Don't #include MemoryBuffer.h from Host.h.Zachary Turner2017-11-171-0/+1
* Convert FileOutputBuffer to Expected. NFC.Rafael Espindola2017-11-081-2/+2
* llvm-mt: Merge manifest namespaces.Eric Beckmann2017-08-191-1/+4
* Move manifest utils into separate lib, to reduce libxml2 deps.Eric Beckmann2017-07-261-1/+1
* Reapply "llvm-mt: implement simple merging of manifests, not factoring namesp...Eric Beckmann2017-07-261-1/+0
* Revert "llvm-mt: implement simple merging of manifests, not factoring namespa...Eric Beckmann2017-07-251-0/+1
* llvm-mt: implement simple merging of manifests, not factoring namespaces.Eric Beckmann2017-07-251-1/+0
* Implement parsing and writing of a single xml manifest file.Eric Beckmann2017-07-201-1/+40
* Revert "Adding temporary debugging info to llvm-mt to solve fedora failure."Eric Beckmann2017-07-181-8/+1
* Revert "Adding yet more debug info to fix fedora issue."Eric Beckmann2017-07-181-6/+0
* Revert "Adding extra test info for llvm-mt."Eric Beckmann2017-07-181-2/+14
* Adding extra test info for llvm-mt.Eric Beckmann2017-07-181-14/+2
* Adding yet more debug info to fix fedora issue.Eric Beckmann2017-07-171-0/+6
* Adding temporary debugging info to llvm-mt to solve fedora failure.Eric Beckmann2017-07-171-1/+8
* Create empty shell of llvm-mt.Eric Beckmann2017-07-171-0/+117
OpenPOWER on IntegriCloud