| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for source and line information to IntelJITEventListener for obje... | Andrew Kaylor | 2013-01-28 | 4 | -2/+5 |
* | Extracted ObjCARC.cpp into its own library libLLVMObjCARCOpts in preparation ... | Michael Gottesman | 2013-01-28 | 8 | -6/+8 |
* | Add DIContext::getLineInfoForAddressRange() function and test. This function... | Andrew Kaylor | 2013-01-26 | 1 | -2/+8 |
* | Add support for applying in-memory relocations to the .debug_line section and... | Andrew Kaylor | 2013-01-25 | 3 | -3/+63 |
* | When encountering an unknown file format, ObjectFile::createObjectFile should | Eli Bendersky | 2013-01-25 | 1 | -0/+5 |
* | Add command-line flags for DWARF dumping. | Eli Bendersky | 2013-01-25 | 1 | -1/+18 |
* | Rename variable to be more comprehensible and follow naming convention | Eli Bendersky | 2013-01-25 | 1 | -4/+4 |
* | [bugpoint] make tool selection messages unique | Saleem Abdulrasool | 2013-01-24 | 1 | -1/+1 |
* | [bugpoint] set Message after tool configuration | Saleem Abdulrasool | 2013-01-24 | 1 | -1/+1 |
* | lli/RecordingMemoryManager: Free allocated sections in the destructor to sati... | NAKAMURA Takumi | 2013-01-24 | 2 | -1/+12 |
* | llvm-symbolizer: factor out bits of the tool into separate LLVMSymbolize.{h,c... | Alexey Samsonov | 2013-01-22 | 4 | -288/+381 |
* | Fix missed out llvm-stress after APFloat change. | Tim Northover | 2013-01-22 | 1 | -3/+1 |
* | [CMake] bugpoint-passes should not be built in "all", when LLVM_BUILD_TOOLS i... | NAKAMURA Takumi | 2013-01-22 | 1 | -0/+4 |
* | Remove unneeded #include. | Jakub Staszak | 2013-01-21 | 1 | -1/+0 |
* | switch llvm-bcanalyzer onto the new cursor APIs, allowing deletion of | Chris Lattner | 2013-01-20 | 1 | -69/+73 |
* | fix method name. | Chris Lattner | 2013-01-19 | 1 | -1/+1 |
* | Sort all of the includes. Several files got checked in with mis-sorted | Chandler Carruth | 2013-01-19 | 3 | -3/+2 |
* | [MC/Mach-O] Add support for linker options in Mach-O files. | Daniel Dunbar | 2013-01-18 | 1 | -1/+29 |
* | Remove unneeded include and empty line | Eli Bendersky | 2013-01-16 | 1 | -2/+0 |
* | We want the dwarf AT_producer for assembly source files to match clang's | Kevin Enderby | 2013-01-16 | 1 | -0/+11 |
* | Introduce llvm::sys::getProcessTriple() function. | Peter Collingbourne | 2013-01-16 | 1 | -1/+1 |
* | [Object][ELF] Simplify ELFObjectFile by using ELFType. | Michael J. Spencer | 2013-01-15 | 1 | -12/+12 |
* | LTO: Also init TTI for codegen passes. | Nadav Rotem | 2013-01-15 | 1 | -0/+1 |
* | Expose an InitToTextSection through MCStreamer. | Eli Bendersky | 2013-01-14 | 1 | -0/+1 |
* | Added -view-callgraph module pass. | Andrew Trick | 2013-01-11 | 1 | -72/+1 |
* | llvm-symbolizer: add DATA command that allows to symbolize global variables. | Dmitry Vyukov | 2013-01-11 | 1 | -34/+88 |
* | [llvm-objdump] Emit addresses with the correct number of leading 0's. | Michael J. Spencer | 2013-01-10 | 1 | -2/+5 |
* | Fix #includes after my last commit. | Jakub Staszak | 2013-01-10 | 2 | -2/+2 |
* | Add the align_to_end option to .bundle_lock in the MC implementation of aligned | Eli Bendersky | 2013-01-07 | 1 | -1/+1 |
* | Move CallGraphSCCPass.h into the Analysis tree; that's where the | Chandler Carruth | 2013-01-07 | 2 | -2/+2 |
* | Switch TargetTransformInfo from an immutable analysis pass that requires | Chandler Carruth | 2013-01-07 | 3 | -13/+6 |
* | [objdump] Use correct format specifiers and fix C++03 variadic warning. | Michael J. Spencer | 2013-01-06 | 1 | -6/+8 |
* | [objdump] Add --private-headers, -p. | Michael J. Spencer | 2013-01-06 | 4 | -1/+103 |
* | Fix another place where we build the TTI pass to the new interface. | Chandler Carruth | 2013-01-05 | 1 | -2/+2 |
* | Convert the TargetTransformInfo from an immutable pass with dynamic | Chandler Carruth | 2013-01-05 | 2 | -4/+4 |
* | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth | 2013-01-02 | 30 | -79/+79 |
* | Sort a few more #include lines in tools/... unittests/... and utils/... | Chandler Carruth | 2013-01-02 | 4 | -4/+4 |
* | Make opt grab the triple from the module and use it to initialize the target ... | Nadav Rotem | 2013-01-01 | 1 | -8/+8 |
* | Use the generic dump template. Extracted from a patch by Sami Liedes. | Rafael Espindola | 2012-12-31 | 1 | -53/+19 |
* | Dump sections. Extracted from a patch by Sami Liedes. | Rafael Espindola | 2012-12-31 | 1 | -0/+76 |
* | Print a header above the symbols. Extracted from a patch by Sami Liedes. | Rafael Espindola | 2012-12-31 | 1 | -0/+12 |
* | Check for errors. Extracted from a patch by Sami Liedes. | Rafael Espindola | 2012-12-31 | 1 | -6/+12 |
* | Fix indentation. Extracted from a patch by Sami Liedes! | Rafael Espindola | 2012-12-31 | 1 | -32/+32 |
* | Style fixes in llvm-readobj.cpp. Extracted from a patch by Sami Liedes! | Rafael Espindola | 2012-12-31 | 1 | -28/+18 |
* | Add a function to get the segment name of a section. | Rafael Espindola | 2012-12-21 | 2 | -5/+28 |
* | Aligned bundling support. Following the discussion here: | Eli Bendersky | 2012-12-20 | 1 | -0/+4 |
* | Remove MCTargetAsmLexer and its derived classes now that edis, | Roman Divacky | 2012-12-20 | 1 | -3/+0 |
* | Remove edis - the enhanced disassembler. Fixes PR14654. | Roman Divacky | 2012-12-19 | 3 | -187/+0 |
* | Revert 170545 while I debug the ppc failures. | Rafael Espindola | 2012-12-19 | 2 | -28/+5 |
* | Add r170095 back. | Rafael Espindola | 2012-12-19 | 2 | -5/+28 |