aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'upstream' into merge_2013_03_18Stephen Hines2013-03-183-15/+18
|\
| * Build LLVMgold.so on FreeBSD using cmake.Rafael Espindola2013-03-171-1/+2
| * Make LTO codegen use a PassManager, rather than a FunctionPassManager, for theLang Hames2013-03-131-13/+5
| * Connect LLVM CMake build scripts to LLDB's CMake scripts:Daniel Malea2013-02-281-0/+1
| * Add the -disable-opt option to LTO. This adds:Bill Wendling2013-02-281-1/+7
| * print TLS segmentShankar Easwaran2013-02-271-0/+3
* | Merge commit 'b3201c5cf1e183d840f7c99ff779d57f1549d8e5' into merge_20130226Stephen Hines2013-03-0541-490/+1018
|\ \ | |/
| * Try to get rid of a -wunitialized warning: explicitly initialize the pointerEli Bendersky2013-02-261-1/+3
| * Fix auto_ptr is deprecated warningsMatt Arsenault2013-02-261-11/+11
| * Provide workaround for PR 15130.Andrew Kaylor2013-02-252-12/+34
| * [objdump] Add PT_PHDR.Michael J. Spencer2013-02-211-0/+3
| * [objdump] Print the PT_INTERP and PT_DYNAMIC correcctly.Michael J. Spencer2013-02-201-0/+6
| * [llvm-readobj] Add ELF .dynamic table dumping.Michael J. Spencer2013-02-204-0/+228
| * clang-formatize llvm-symbolizer codeAlexey Samsonov2013-02-153-78/+69
| * llvm-symbolizer: speedup symbol lookupDmitry Vyukov2013-02-142-43/+73
| * Use 'RC_XBS' instead of 'RC_BUILDIT' to catch all times when it's built in th...Bill Wendling2013-02-131-1/+1
| * Add static cast to unsigned char whenever a character classification function...Guy Benyei2013-02-122-2/+2
| * Add support for the pubnames section to llvm-dwarfdump.Krzysztof Parzyszek2013-02-121-0/+1
| * Update with attribute group IDs.Bill Wendling2013-02-101-11/+14
| * [readobj] Fix memory leak.Michael J. Spencer2013-02-081-1/+2
| * Initial support for DWARF CFI parsing and dumping in LLVMEli Bendersky2013-02-051-0/+1
| * [objdump,readobj] Document the purpose and goals of each tool.Michael J. Spencer2013-02-052-4/+10
| * Print error messages from MemoryBuffer::getFile() in llvm-symbolizerAlexey Samsonov2013-02-051-1/+2
| * Replace global std::string with const char[]Alexey Samsonov2013-02-042-2/+2
| * [Object][Archive] Improve performance.Michael J. Spencer2013-02-031-1/+3
| * Fix a copy/paste-o that got missed because 'check' doesn't build lto.Chandler Carruth2013-01-311-1/+1
| * Give the MCStreamer class hierarchy LLVM RTTI facilities for use withChandler Carruth2013-01-311-1/+6
| * Add support for source and line information to IntelJITEventListener for obje...Andrew Kaylor2013-01-284-2/+5
| * Extracted ObjCARC.cpp into its own library libLLVMObjCARCOpts in preparation ...Michael Gottesman2013-01-288-6/+8
| * Add DIContext::getLineInfoForAddressRange() function and test. This function...Andrew Kaylor2013-01-261-2/+8
| * Add support for applying in-memory relocations to the .debug_line section and...Andrew Kaylor2013-01-253-3/+63
| * When encountering an unknown file format, ObjectFile::createObjectFile shouldEli Bendersky2013-01-251-0/+5
| * Add command-line flags for DWARF dumping.Eli Bendersky2013-01-251-1/+18
| * Rename variable to be more comprehensible and follow naming conventionEli Bendersky2013-01-251-4/+4
| * [bugpoint] make tool selection messages uniqueSaleem Abdulrasool2013-01-241-1/+1
| * [bugpoint] set Message after tool configurationSaleem Abdulrasool2013-01-241-1/+1
| * lli/RecordingMemoryManager: Free allocated sections in the destructor to sati...NAKAMURA Takumi2013-01-242-1/+12
| * llvm-symbolizer: factor out bits of the tool into separate LLVMSymbolize.{h,c...Alexey Samsonov2013-01-224-288/+381
| * Fix missed out llvm-stress after APFloat change.Tim Northover2013-01-221-3/+1
| * [CMake] bugpoint-passes should not be built in "all", when LLVM_BUILD_TOOLS i...NAKAMURA Takumi2013-01-221-0/+4
| * Remove unneeded #include.Jakub Staszak2013-01-211-1/+0
| * switch llvm-bcanalyzer onto the new cursor APIs, allowing deletion ofChris Lattner2013-01-201-69/+73
| * fix method name.Chris Lattner2013-01-191-1/+1
| * Sort all of the includes. Several files got checked in with mis-sortedChandler Carruth2013-01-193-3/+2
| * [MC/Mach-O] Add support for linker options in Mach-O files.Daniel Dunbar2013-01-181-1/+29
| * Remove unneeded include and empty lineEli Bendersky2013-01-161-2/+0
| * We want the dwarf AT_producer for assembly source files to match clang'sKevin Enderby2013-01-161-0/+11
| * Introduce llvm::sys::getProcessTriple() function.Peter Collingbourne2013-01-161-1/+1
| * [Object][ELF] Simplify ELFObjectFile by using ELFType.Michael J. Spencer2013-01-151-12/+12
| * LTO: Also init TTI for codegen passes.Nadav Rotem2013-01-151-0/+1