Fix testcase for attribute ordering.
[oota-llvm.git] / tools /
2013-02-14 Dmitry Vyukovllvm-symbolizer: speedup symbol lookup
2013-02-13 Bill WendlingUse 'RC_XBS' instead of 'RC_BUILDIT' to catch all times...
2013-02-12 Guy BenyeiAdd static cast to unsigned char whenever a character...
2013-02-12 Krzysztof ParzyszekAdd support for the pubnames section to llvm-dwarfdump.
2013-02-10 Bill WendlingUpdate with attribute group IDs.
2013-02-08 Michael J. Spencer[readobj] Fix memory leak.
2013-02-05 Eli BenderskyInitial support for DWARF CFI parsing and dumping in...
2013-02-05 Michael J. Spencer[objdump,readobj] Document the purpose and goals of...
2013-02-05 Alexey SamsonovPrint error messages from MemoryBuffer::getFile() in...
2013-02-04 Alexey SamsonovReplace global std::string with const char[]
2013-02-03 Michael J. Spencer[Object][Archive] Improve performance.
2013-01-31 Chandler CarruthFix a copy/paste-o that got missed because 'check'...
2013-01-31 Chandler CarruthGive the MCStreamer class hierarchy LLVM RTTI facilitie...
2013-01-28 Andrew KaylorAdd support for source and line information to IntelJIT...
2013-01-28 Michael GottesmanExtracted ObjCARC.cpp into its own library libLLVMObjCA...
2013-01-26 Andrew KaylorAdd DIContext::getLineInfoForAddressRange() function...
2013-01-25 Andrew KaylorAdd support for applying in-memory relocations to the...
2013-01-25 Eli BenderskyWhen encountering an unknown file format, ObjectFile...
2013-01-25 Eli BenderskyAdd command-line flags for DWARF dumping.
2013-01-25 Eli BenderskyRename variable to be more comprehensible and follow...
2013-01-24 Saleem Abdulrasool[bugpoint] make tool selection messages unique
2013-01-24 Saleem Abdulrasool[bugpoint] set Message after tool configuration
2013-01-24 NAKAMURA Takumilli/RecordingMemoryManager: Free allocated sections...
2013-01-22 Alexey Samsonovllvm-symbolizer: factor out bits of the tool into separ...
2013-01-22 Tim NorthoverFix missed out llvm-stress after APFloat change.
2013-01-22 NAKAMURA Takumi[CMake] bugpoint-passes should not be built in "all...
2013-01-21 Jakub StaszakRemove unneeded #include.
2013-01-20 Chris Lattnerswitch llvm-bcanalyzer onto the new cursor APIs, allowi...
2013-01-19 Chris Lattnerfix method name.
2013-01-19 Chandler CarruthSort all of the includes. Several files got checked...
2013-01-18 Daniel Dunbar[MC/Mach-O] Add support for linker options in Mach...
2013-01-16 Eli BenderskyRemove unneeded include and empty line
2013-01-16 Kevin EnderbyWe want the dwarf AT_producer for assembly source files...
2013-01-16 Peter CollingbourneIntroduce llvm::sys::getProcessTriple() function.
2013-01-15 Michael J. Spencer[Object][ELF] Simplify ELFObjectFile by using ELFType.
2013-01-15 Nadav RotemLTO: Also init TTI for codegen passes.
2013-01-14 Eli BenderskyExpose an InitToTextSection through MCStreamer.
2013-01-11 Andrew TrickAdded -view-callgraph module pass.
2013-01-11 Dmitry Vyukovllvm-symbolizer: add DATA command that allows to symbol...
2013-01-10 Michael J. Spencer[llvm-objdump] Emit addresses with the correct number...
2013-01-10 Jakub StaszakFix #includes after my last commit.
2013-01-07 Eli BenderskyAdd the align_to_end option to .bundle_lock in the...
2013-01-07 Chandler CarruthMove CallGraphSCCPass.h into the Analysis tree; that...
2013-01-07 Chandler CarruthSwitch TargetTransformInfo from an immutable analysis...
2013-01-06 Michael J. Spencer[objdump] Use correct format specifiers and fix C+...
2013-01-06 Michael J. Spencer[objdump] Add --private-headers, -p.
2013-01-05 Chandler CarruthFix another place where we build the TTI pass to the...
2013-01-05 Chandler CarruthConvert the TargetTransformInfo from an immutable pass...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2013-01-02 Chandler CarruthSort a few more #include lines in tools/... unittests...
2013-01-01 Nadav RotemMake opt grab the triple from the module and use it...
2012-12-31 Rafael EspindolaUse the generic dump template. Extracted from a patch...
2012-12-31 Rafael EspindolaDump sections. Extracted from a patch by Sami Liedes.
2012-12-31 Rafael EspindolaPrint a header above the symbols. Extracted from a...
2012-12-31 Rafael EspindolaCheck for errors. Extracted from a patch by Sami Liedes.
2012-12-31 Rafael EspindolaFix indentation. Extracted from a patch by Sami Liedes!
2012-12-31 Rafael EspindolaStyle fixes in llvm-readobj.cpp. Extracted from a patch...
2012-12-21 Rafael EspindolaAdd a function to get the segment name of a section.
2012-12-20 Eli BenderskyAligned bundling support. Following the discussion...
2012-12-20 Roman DivackyRemove MCTargetAsmLexer and its derived classes now...
2012-12-19 Roman DivackyRemove edis - the enhanced disassembler. Fixes PR14654.
2012-12-19 Rafael EspindolaRevert 170545 while I debug the ppc failures.
2012-12-19 Rafael EspindolaAdd r170095 back.
2012-12-18 Eric ChristopherAdd support for passing -main-file-name all the way...
2012-12-17 Chandler CarruthPrepare LLVM to fix PR14625, exposing a hook in MCConte...
2012-12-16 Reed KotlerThis patch is needed to make c++ exceptions work for...
2012-12-13 Eric ChristopherRevert "Add a funciton to get the segment name of a...
2012-12-13 Rafael EspindolaAdd a funciton to get the segment name of a section.
2012-12-11 NAKAMURA Takumillvm/tools: Add #include "llvm/TargetTransformInfo.h"
2012-12-11 Rafael EspindolaChange some functions to take const pointers.
2012-12-10 Bill WendlingRevert r169656.
2012-12-10 NAKAMURA Takumi[CMake] Update dependencies to intrinsics_gen correspon...
2012-12-10 Bill WendlingRevert to old behavior until linker can pass export...
2012-12-08 Bill WendlingAdd the `lto_codegen_set_export_dynamic' function.
2012-12-07 Jim GrosbachAdd C API for specifying CPU to the disassembler.
2012-12-05 Michael J. SpencerQuick build fix for c++03 clang. This needs a proper...
2012-12-05 Michael J. SpencerAdd dump of Win64 EH unwind data.
2012-12-05 Kevin EnderbyAdded a option to the disassembler to print immediates...
2012-12-04 Chandler CarruthSort the #include lines for tools/...
2012-11-30 Jakob Stoklund OlesenAdd a -time-compilations=<N> option to llc.
2012-11-30 Chandler CarruthMove the InstVisitor utility into VMCore where it belon...
2012-11-29 Pedro ArtigasOne more step towards making doInitialization and doFin...
2012-11-28 Bill WendlingAdd back support for reading and parsing 'deplibs'.
2012-11-27 Andrew KaylorModifying lli to use the SectionMemoryManager.
2012-11-27 Bill WendlingRemove the dependent libraries feature.
2012-11-27 Andrew KaylorMake building of llvm-jitlistener conditional on the...
2012-11-27 Owen AndersonRevert r168635 "Step towards implementation of pass...
2012-11-26 Owen AndersonStep towards implementation of pass manager with doInit...
2012-11-24 Benjamin KramerlibLTO: Add a utility method to initialize the disassem...
2012-11-23 Rafael EspindolaAdd a -disable-cfi option to llvm-mc. This is useful...
2012-11-21 Andrew KaylorAdding tests for the Intel JIT event listener's MCJIT...
2012-11-20 Eli BenderskyAdd the -no-show-raw-insn option to llvm-objdump, thus...
2012-11-18 NAKAMURA TakumiMCJIT: [cygming] Give noop to __main also in RecordingM...
2012-11-15 Andrew KaylorInterface changes to allow RuntimeDyld memory managers...
2012-11-15 Owen AndersonAdd doInitialization and doFinalization methods to...
2012-11-13 Daniel Dunbarllvm-nm: Make sort more stable when symbol names are...
2012-11-13 Shankar EaswaranAdding changes to support GNU style archive library...
2012-11-12 Eric ChristopherRewrite DIContext interface to take an object. Update...
2012-11-12 Alexander PotapenkoDon't use __cxa_demangle under MSVC (which doesn't...
2012-11-12 Alexey SamsonovFixup for r167558: Store raw pointer (instead of refere...
next