OCaml bindings: add icmp_predicate
[oota-llvm.git] / tools /
2011-10-13 Michael J. Spencerllvm-object: Add inline relocation information to disas...
2011-10-13 Michael J. Spencerllvm-objdump: Fix whitespace.
2011-10-13 Michael J. Spencerllvm-objdump: Fix dumping of multiple symbols with...
2011-10-11 NAKAMURA Takumillvm-objdump.cpp: Use PRIx64 as format specifier for...
2011-10-11 Tanya LattnerMake it possible to use the linker without destroying...
2011-10-10 Nick LewyckyAdd support for dumping section headers to llvm-objdump...
2011-10-10 Benjamin Kramerllvm-objdump: Take ownership of MCInstrInfos.
2011-10-10 Benjamin Kramerllvm-nm: Don't leak bitcode buffers.
2011-10-08 Michael J. Spencerllvm-objdump: Add relocation and archive support.
2011-10-07 Michael J. SpencerFix a few changes I missed.
2011-10-07 Michael J. SpencerFix GCC again.
2011-10-07 Michael J. SpencerFix spelling in comment.
2011-10-07 Michael J. SpencerChange relocation API to be per section. This time...
2011-10-07 Bill WendlingRevert 141376 and 141377 due to breaking the build.
2011-10-07 Michael J. SpencerFix spelling in comment.
2011-10-07 Michael J. SpencerChange relocation API to be per section.
2011-10-04 Devang PatelUpdate cmake list.
2011-10-04 Devang PatelPut GCOVFile and other related interface in a common...
2011-10-04 Peter CollingbourneExclude libLLVMTableGen.a from the shared library
2011-09-29 Devang PatelSimplify.
2011-09-29 Devang PatelClarify comments.
2011-09-29 Devang PatelRemove unnecessary and unused data member.
2011-09-29 Devang PatelCosmetic changes, as per Nick's review.
2011-09-29 Andrew TrickFix build failures better.
2011-09-29 Daniel DunbarFix build failure.
2011-09-29 Michael J. Spencerllvm-size: Apply Chris's code review fixes.
2011-09-28 Michael J. SpencerFix cast.
2011-09-28 Michael J. SpencerAdd llvm-size.
2011-09-28 Devang PatelIntroduce llvm-cov.
2011-09-27 Michael J. SpencerAdd binary archive support to llvm-nm.
2011-09-21 Benjamin Kramerllvm-objdump: Detach symbol listing from section enumer...
2011-09-21 Benjamin Kramerllvm-objdump: Take the data from the right object when...
2011-09-21 Benjamin Kramerllvm-objdump: Fix use after free.
2011-09-21 Benjamin Kramerllvm-objdump: Output line info next to the disassembly...
2011-09-20 Benjamin Kramerllvm-objdump: factor code better, add comments.
2011-09-20 Eric ChristopherRemove llvmc from CMake as well.
2011-09-19 Eric ChristopherRemove llvmc and assorted build machinery for it.
2011-09-19 Benjamin KramerNope, there's another one!
2011-09-19 Benjamin KramerMissed one instance of implicit pointer conversion.
2011-09-19 Benjamin KramerTry to make MSVC 2010 happy.
2011-09-19 Benjamin KramerAdd a MachO-specific "mode" to llvm-objdump, that,...
2011-09-16 Chad RosierAdd -rfunc and -rglob options to llvm-extract to suppor...
2011-09-15 Owen AndersonDon't attach annotations to MCInst's. Instead, have...
2011-09-15 Ivan Krasinuse 64-bit types instead of off_t/size_t to avoid the...
2011-09-15 Benjamin Kramerllvm-dwarfdump: Add an option to print out line info...
2011-09-15 Benjamin KramerDWARF: wire up .debug_str dumping.
2011-09-15 Benjamin KramerDWARF: Add basic support for line tables.
2011-09-14 Benjamin Kramerllvm-dwarfdump: Make the "is debug info section" heuris...
2011-09-14 Benjamin KramerObject: make the following changes into SymbolRef
2011-09-14 Benjamin KramerDWARF: Port support for parsing .debug_aranges section...
2011-09-13 Benjamin KramerSketch out a DWARF parser.
2011-09-12 Ivan Krasingold plugin: don't report error on non-bitcode (e.g...
2011-09-09 Ivan Krasingold plugin: report errors occured in lto_module_create...
2011-09-08 Ivan Krasinlto/addAsmGlobalSymbols: fast path when no module level...
2011-09-08 Ivan Krasinlto/addAsmGlobalSymbols: fail fracefully when the targe...
2011-09-07 James MolloyRefactor instprinter and mcdisassembler to take a Subta...
2011-09-04 Chandler CarruthAs a (rather delayed) followup to r136738 which stopped...
2011-09-01 Benjamin KramerDon't drop alignment info on local common symbols.
2011-08-30 Benjamin KramerTeach macho-dump to dump the uleb128s referred to by...
2011-08-30 Benjamin KramerTeach macho-dump how to dump linkedit_data load commands.
2011-08-24 Evan ChengMove TargetRegistry and TargetSelect from Target to...
2011-08-23 Evan ChengSome refactoring so TargetRegistry.h no longer has...
2011-08-18 John CriswellFixed compilation warning on Linux by fixing the type...
2011-08-17 Owen AndersonAllow the MCDisassembler to return a "soft fail" status...
2011-08-16 Jim GrosbachRemove unused Target argument from AsmParser constructi...
2011-08-12 Nick LewyckyFix bugpoint fallout from the new type system.
2011-08-12 Duncan SandsSilence a bunch (but not all) "variable written but...
2011-08-08 Benjamin KramerAdd MCInstrAnalysis class. This allows the targets...
2011-08-08 Benjamin Kramerllvm-objdump: disassembly enhancements
2011-08-08 Benjamin Kramerllvm-objdump: Use help of CFG to print assembly when...
2011-08-03 Bill WendlingRemove the LowerSetJmp pass. It wasn't used effectively...
2011-08-03 Evan ChengKill the export list as well.
2011-08-02 Evan Chenglldb doesn't need the edis dylib any more.
2011-08-02 Rafael EspindolaMove methods in PassManagerBuilder offline.
2011-08-02 Rafael Espindolamove PassManagerBuilder.h to IPO. This is a non intuiti...
2011-07-29 Douglas GregorSwitch the CMake edis build over to add_llvm_library_de...
2011-07-29 Chandler CarruthRewrite the CMake build to use explicit dependencies...
2011-07-26 Evan ChengFix llvm-mc target detection code to match llc.
2011-07-26 Nick LewyckyDon't try to dereference syms[0] on an empty vector...
2011-07-26 Evan ChengRename createCodeEmitter to createMCCodeEmitter; create...
2011-07-26 Evan ChengRename TargetAsmParser to MCTargetAsmParser and TargetA...
2011-07-25 Evan ChengRename TargetAsmBackend to MCAsmBackend; rename createA...
2011-07-25 Benjamin KramerI will save before I commit.
2011-07-25 Benjamin Kramerllvm-objdump: Ignore unreachable blocks when printing...
2011-07-25 Evan ChengSeparate MCInstPrinter registration from AsmPrinter...
2011-07-25 Nick LewyckyFix typo.
2011-07-25 Evan ChengFix last bits of MC layer issues. llvm-mc doesn't need...
2011-07-25 Oscar FuentesBuilds llvmc and its examples with CMake.
2011-07-25 Oscar FuentesFixes VS support for llvmc mcc16 llvmc example.
2011-07-23 Evan ChengMove TargetAsmParser.h TargetAsmBackend.h and TargetAsm...
2011-07-22 Evan ChengCombine all MC initialization routines into one. e...
2011-07-22 Benjamin Kramerllvm-objdump: Don't ignore errors from raw_fd_ostream.
2011-07-22 Benjamin Kramerllvm-objdump: Skip branches that leave the current...
2011-07-22 Chandler CarruthMove the registered target printing in version strings...
2011-07-21 Jay FoadConvert ConstantExpr::getGetElementPtr and
2011-07-20 Francois PichetUnbreak the MSVC build. Since the "next" function alrea...
2011-07-20 Evan ChengGoodbye TargetAsmInfo. This eliminate last bit of CodeG...
2011-07-20 Benjamin KramerFix cmake.
2011-07-20 Benjamin KramerSketch out an CFG reconstruction mode for llvm-objdump.
2011-07-20 Evan Cheng- Move CodeModel from a TargetMachine global option...
next