aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Add MCInstrAnalysis class. This allows the targets to specify own versions of...Benjamin Kramer2011-08-083-31/+26
* llvm-objdump: disassembly enhancementsBenjamin Kramer2011-08-081-1/+19
* llvm-objdump: Use help of CFG to print assembly when --cfg is passed.Benjamin Kramer2011-08-081-15/+44
* Remove the LowerSetJmp pass. It wasn't used effectively by any of the targets.Bill Wendling2011-08-031-2/+0
* Kill the export list as well.Evan Cheng2011-08-031-36/+0
* lldb doesn't need the edis dylib any more.Evan Cheng2011-08-021-1/+0
* Move methods in PassManagerBuilder offline.Rafael Espindola2011-08-023-0/+7
* move PassManagerBuilder.h to IPO. This is a non intuitive place to put it,Rafael Espindola2011-08-024-4/+4
* Switch the CMake edis build over to add_llvm_library_dependenciesDouglas Gregor2011-07-291-3/+8
* Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth2011-07-291-24/+0
* Fix llvm-mc target detection code to match llc.Evan Cheng2011-07-261-12/+33
* Don't try to dereference syms[0] on an empty vector. Reported by Todd JacksonNick Lewycky2011-07-261-0/+2
* Rename createCodeEmitter to createMCCodeEmitter; createObjectStreamer to crea...Evan Cheng2011-07-261-5/+5
* Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsm...Evan Cheng2011-07-262-5/+5
* Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA...Evan Cheng2011-07-251-6/+6
* I will save before I commit.Benjamin Kramer2011-07-252-1/+3
* llvm-objdump: Ignore unreachable blocks when printing the CFG.Benjamin Kramer2011-07-252-2/+21
* Separate MCInstPrinter registration from AsmPrinter registration.Evan Cheng2011-07-252-10/+0
* Fix typo.Nick Lewycky2011-07-251-1/+1
* Fix last bits of MC layer issues. llvm-mc doesn't need to initialize TargetMa...Evan Cheng2011-07-252-5/+0
* Builds llvmc and its examples with CMake.Oscar Fuentes2011-07-257-1/+64
* Fixes VS support for llvmc mcc16 llvmc example.Oscar Fuentes2011-07-251-3/+6
* Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...Evan Cheng2011-07-232-3/+3
* Combine all MC initialization routines into one. e.g. InitializeX86MCAsmInfo,Evan Cheng2011-07-225-18/+5
* llvm-objdump: Don't ignore errors from raw_fd_ostream.Benjamin Kramer2011-07-221-0/+4
* llvm-objdump: Skip branches that leave the current function.Benjamin Kramer2011-07-221-1/+4
* Move the registered target printing in version strings completely out ofChandler Carruth2011-07-223-0/+11
* Convert ConstantExpr::getGetElementPtr andJay Foad2011-07-211-2/+1
* Unbreak the MSVC build. Since the "next" function already exists in the MSVC ...Francois Pichet2011-07-201-3/+3
* Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc.Evan Cheng2011-07-203-31/+4
* Fix cmake.Benjamin Kramer2011-07-201-0/+1
* Sketch out an CFG reconstruction mode for llvm-objdump.Benjamin Kramer2011-07-203-3/+242
* - Move CodeModel from a TargetMachine global option to MCCodeGenInfo.Evan Cheng2011-07-203-3/+55
* Add MCObjectFileInfo and sink the MCSections initialization code fromEvan Cheng2011-07-203-3/+10
* Fix off-by-one.Benjamin Kramer2011-07-191-1/+1
* Introduce MCCodeGenInfo, which keeps information that can affect codegenEvan Cheng2011-07-196-6/+60
* Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo downEvan Cheng2011-07-183-3/+12
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-183-5/+5
* LLC doesn't need to create MCInstrInfo's.Evan Cheng2011-07-181-1/+0
* Teach llvm-objdump to disassemble sections symbol by symbol.Benjamin Kramer2011-07-151-23/+56
* Convert CallInst and InvokeInst APIs to use ArrayRef.Jay Foad2011-07-151-6/+4
* Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...Evan Cheng2011-07-146-4/+9
* CMake: Add a new configuration option LLVM_BUILD_CLANG that'sDouglas Gregor2011-07-141-1/+4
* Unfortunately several files in MC are badly violating layering rule by usingEvan Cheng2011-07-141-1/+2
* Revert accidental commit.Evan Cheng2011-07-131-2/+0
* It's not safe to fold (fptrunc (sqrt (fpext x))) to (sqrtf x) if there is ano...Evan Cheng2011-07-131-0/+2
* Second attempt at de-constifying LLVM Types in FunctionType::get(),Jay Foad2011-07-121-1/+1
* Revert r134893 and r134888 (and related patches in other trees). It was causingBill Wendling2011-07-121-1/+1
* Fix LTO after the recent MC subtarget refactoring.Cameron Zwarich2011-07-112-0/+2
* Disassembler doesn't need TargetMachine anymore.Evan Cheng2011-07-111-17/+0