Test commit
[oota-llvm.git] / tools /
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...
2011-07-20 Evan ChengAdd MCObjectFileInfo and sink the MCSections initializa...
2011-07-19 Benjamin KramerFix off-by-one.
2011-07-19 Evan ChengIntroduce MCCodeGenInfo, which keeps information that...
2011-07-18 Evan ChengSink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from...
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-07-18 Evan ChengLLC doesn't need to create MCInstrInfo's.
2011-07-15 Benjamin KramerTeach llvm-objdump to disassemble sections symbol by...
2011-07-15 Jay FoadConvert CallInst and InvokeInst APIs to use ArrayRef.
2011-07-14 Evan ChengRename createAsmInfo to createMCAsmInfo and move regist...
2011-07-14 Douglas GregorCMake: Add a new configuration option LLVM_BUILD_CLANG...
2011-07-14 Evan ChengUnfortunately several files in MC are badly violating...
2011-07-13 Evan ChengRevert accidental commit.
2011-07-13 Evan ChengIt's not safe to fold (fptrunc (sqrt (fpext x))) to...
2011-07-12 Jay FoadSecond attempt at de-constifying LLVM Types in Function...
2011-07-12 Bill WendlingRevert r134893 and r134888 (and related patches in...
2011-07-11 Cameron ZwarichFix LTO after the recent MC subtarget refactoring.
2011-07-11 Evan ChengDisassembler doesn't need TargetMachine anymore.
2011-07-11 Jay FoadDe-constify Types in StructType::get() and TargetData...
2011-07-11 Evan Cheng- Eliminate MCCodeEmitter's dependency on TargetMachine...
2011-07-09 Chris LattnerLand the long talked about "type system rewrite" patch...
2011-07-09 Evan ChengChange createAsmParser to take a MCSubtargetInfo instea...
2011-07-08 Evan ChengEliminate asm parser's dependency on TargetMachine:
2011-07-06 Eli FriedmanRemove some unnecessary includes.
2011-07-06 Evan ChengcreateMCInstPrinter doesn't need TargetMachine anymore.
2011-07-02 Duncan SandsRemove unused constant.
2011-06-30 Evan ChengFix the ridiculous SubtargetFeatures API where it impli...
2011-06-29 Evan ChengSink SubtargetFeature and TargetInstrItineraries (renam...
2011-06-28 Chad RosierReinstate r133516 "Remove some unnecessary uses of...
2011-06-28 Jay FoadPR10210: New method ConstantArray::getAsCString()....
2011-06-27 Chad RosierRevert r133516 "Remove some unnecessary uses of c_str()."
2011-06-25 Michael J. SpencerObject: Add proper error handling.
2011-06-25 Michael J. SpencerModify llvm-nm to use new Binary creation method.
2011-06-25 Michael J. SpencerMake Binary the parent of ObjectFile and update childre...
next