aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2013-04-05Fix include guards to match new location.Rafael Espindola
2013-04-05Don't fetch pointers from a InMemoryStruct.Rafael Espindola
2013-04-05llvm-symbolizer: correctly parse filenames given in quotesAlexey Samsonov
2013-04-05Move obj2yaml to tools to sort out make's dependencies.Rafael Espindola
2013-04-04Don't export symbols in every binary on linux.Rafael Espindola
2013-04-03Implements low-level object file format specific output for COFF andEric Christopher
2013-04-03Don't disassemble symbols with an unknown address or size.Eric Christopher
2013-04-01pnacl-abicheck: Fix exit status so that 256 errors aren't reported as successMark Seaborn
2013-04-01PNaCl: Allow the ABI checker to be used from "opt"Mark Seaborn
2013-03-29Run the ObjCARCContract pass for LTO. <rdar://problem/13538084>Bob Wilson
2013-03-28Add a pass to strip bitcode metadata.Jan Voung
2013-03-28Target Cortex-A9 with NEON in PNaCl's LLC driver.JF Bastien
2013-03-27Make pnacl-abicheck return nonzero status if errors are found.Derek Schuff
2013-03-26PNaCl: Add ExpandGetElementPtr pass for converting GetElementPtr to arithmeticMark Seaborn
2013-03-26Manually update the dependencies in the Makefiles. It turns out that allChandler Carruth
2013-03-26Split out the IRReader header and the utility functions it provides intoChandler Carruth
2013-03-25PNaCl ABI: add passes to cleanup/finalize some linkage types and resolve alia...Derek Schuff
2013-03-25Add -time-ir-parsing flag to llc.Eli Bendersky
2013-03-25[tools][llvm-readobj] print the name of the section when iterating the symbol...Shankar Easwaran
2013-03-21PNaCl: Add ExpandVarArgs pass for expanding out variable-args function callsMark Seaborn
2013-03-20Merge remote-tracking branch 'origin/master'Eli Bendersky
2013-03-19Remove stale commentEli Bendersky
2013-03-19Fix for r177390: map values are pointers, use DeleteContainerSeconds() instea...Alexey Samsonov
2013-03-19llvm-symbolizer: flush internal caches functionalityDmitry Vyukov
2013-03-17Build LLVMgold.so on FreeBSD using cmake.Rafael Espindola
2013-03-15PNaCl: Add ExpandConstantExpr pass for converting ConstantExprs to InstructionsMark Seaborn
2013-03-14Fix CMakeFile as well.Derek Schuff
2013-03-14Fix LLVMBuild.txt for NaCl analysis passesDerek Schuff
2013-03-14Cleanup of ABI CheckerDerek Schuff
2013-03-13ABI verifier: Add standalone tool pnacl-abicheckDerek Schuff
2013-03-13Make LTO codegen use a PassManager, rather than a FunctionPassManager, for theLang Hames
2013-03-11Merge commit '279b9184c2ff4fea93b198a3519b8cb3a1d8d195'Eli Bendersky
2013-03-06Add an RPC to LLC.nexe to init with appended flags (vs set all flags).Jan Voung
2013-02-28Connect LLVM CMake build scripts to LLDB's CMake scripts:Daniel Malea
2013-02-28Add the -disable-opt option to LTO. This adds:Bill Wendling
2013-02-27print TLS segmentShankar Easwaran
2013-02-26Try to get rid of a -wunitialized warning: explicitly initialize the pointerEli Bendersky
2013-02-26Fix auto_ptr is deprecated warningsMatt Arsenault
2013-02-25Provide workaround for PR 15130.Andrew Kaylor
2013-02-21[objdump] Add PT_PHDR.Michael J. Spencer
2013-02-20Explicitly set a buffer size for sandboxed llc's objfile.Jan Voung
2013-02-20[objdump] Print the PT_INTERP and PT_DYNAMIC correcctly.Michael J. Spencer
2013-02-20[llvm-readobj] Add ELF .dynamic table dumping.Michael J. Spencer
2013-02-19Prune AsmParser (target and generic).Jan Voung
2013-02-15clang-formatize llvm-symbolizer codeAlexey Samsonov
2013-02-14llvm-symbolizer: speedup symbol lookupDmitry Vyukov
2013-02-13Use 'RC_XBS' instead of 'RC_BUILDIT' to catch all times when it's built in th...Bill Wendling
2013-02-12llvm-sb: Remove non-streaming code path and write to file directly.Jan Voung
2013-02-12Add static cast to unsigned char whenever a character classification function...Guy Benyei
2013-02-12Add support for the pubnames section to llvm-dwarfdump.Krzysztof Parzyszek