aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Create the file with the right permissions instead of setting it afterwards.Rafael Espindola2013-06-221-9/+1
* [yaml2obj][ELF] Make symbol table top-level key.Sean Silva2013-06-221-9/+11
* [yaml2obj][ELF] Narrow parameter.Sean Silva2013-06-221-6/+6
* [yaml2obj][ELF] Don't special case writing these.Sean Silva2013-06-221-2/+2
* [yaml2obj][ELF] Make this "type switch" actually readable.Sean Silva2013-06-221-7/+20
* [yaml2obj][ELF] Align section contents in the output.Sean Silva2013-06-221-8/+17
* Convert some uses of PathV1.h in ArchiveWriter.cpp.Rafael Espindola2013-06-212-28/+29
* [yaml2obj][ELF] Allow expressing undefined symbols.Sean Silva2013-06-211-7/+9
* Unbreak bots. Didn't realize this was a C++11 feature.Sean Silva2013-06-211-5/+6
* [yaml2obj][ELF] Don't explicitly set `Binding` with STB_*Sean Silva2013-06-211-24/+33
* Add a fixme.Rafael Espindola2013-06-201-0/+1
* Remove last use of PathV1.h from Archive.cpp.Rafael Espindola2013-06-201-9/+14
* [yaml2obj][ELF] Add support for st_value and st_size.Sean Silva2013-06-201-0/+2
* [yaml2obj][ELF] Allow symbols to reference sections.Sean Silva2013-06-201-0/+7
* [yaml2obj][ELF] Add the section name -> section index map to State.Sean Silva2013-06-201-4/+7
* Add a setLastModificationAndAccessTime to PathV2.Rafael Espindola2013-06-201-19/+35
* Use a raw_fd_ostream instead of a std::ofstream.Rafael Espindola2013-06-201-4/+5
* Remove the simplify-libcalls pass (finally)Meador Inge2013-06-201-2/+0
* [yaml2obj][ELF] Start factoring into "single point of truth".Sean Silva2013-06-201-19/+51
* [yaml2obj][ELF] Just let this class own its buffer.Sean Silva2013-06-201-4/+4
* Remove a trivial use of sys::Path.Rafael Espindola2013-06-201-12/+5
* Add support for getting the last modification time from a file_status.Rafael Espindola2013-06-201-6/+5
* Use only the filename when deciding if a file is a duplicate.Rafael Espindola2013-06-201-1/+1
* Add r184420 back, but also handle long file names.Rafael Espindola2013-06-204-38/+9
* Revert "Don't include directory names in archives."Rafael Espindola2013-06-204-7/+36
* Don't include directory names in archives.Rafael Espindola2013-06-204-36/+7
* Remove remaining bits of the old LLVM specific symtab handling.Rafael Espindola2013-06-206-231/+10
* Remove more unused functions.Rafael Espindola2013-06-202-81/+0
* Remove unused methods.Rafael Espindola2013-06-202-170/+0
* Use the simpler sys::fs::exists.Rafael Espindola2013-06-201-2/+1
* Convert a use of sys::Path.Rafael Espindola2013-06-201-16/+10
* llvm-dwarfdump: Add support for dumping the .debug_loc sectionDavid Blaikie2013-06-191-0/+1
* Remove unused function.Rafael Espindola2013-06-193-31/+3
* Really fix the missing header :-(Rafael Espindola2013-06-191-1/+1
* Add missing include found by the bots.Rafael Espindola2013-06-191-0/+1
* Remove last use of PathV1.h from Archive.hRafael Espindola2013-06-196-26/+39
* Always set the mode.Rafael Espindola2013-06-192-13/+10
* Remove more uses of sys::Path.Rafael Espindola2013-06-195-52/+46
* Remove unused function.Rafael Espindola2013-06-192-33/+0
* Another attempt at fixing the bots.Rafael Espindola2013-06-191-1/+1
* Attempt at fixing some bots.Rafael Espindola2013-06-191-1/+1
* Reduce sys::Path usage in llvm-ar.Rafael Espindola2013-06-195-35/+39
* Remove the 'R' modifier.Rafael Espindola2013-06-191-45/+4
* Test commit access.Wan Xiaofei2013-06-191-0/+1
* Remove `using namespace` and use explicit qualification.Sean Silva2013-06-191-3/+2
* Remove spurious space.Sean Silva2013-06-191-1/+1
* Remove unused parameter.Sean Silva2013-06-191-2/+1
* [yaml2obj][ELF] Support ELFOSABI_* enum.Sean Silva2013-06-191-2/+1
* There is no ELF ABI version enum.Sean Silva2013-06-191-1/+0
* [yaml2obj][ELF] Support st_info through `Binding` and `Type` YAML keys.Sean Silva2013-06-191-0/+1