A few 80-col violations.
[oota-llvm.git] / tools /
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...
2011-06-21 Jay FoadRemove some unnecessary uses of c_str().
2011-06-20 Chris LattnerRevamp the "ConstantStruct::get" methods. Previously...
2011-06-18 Chris Lattnereliminate the Type::getDescription() method, using...
2011-06-17 Bill WendlingUse the verbose asm flag instead of a new flag for...
2011-06-17 Bill WendlingAdd an option that allows one to "decode" the LSDA.
2011-06-17 Chris LattnerDrop the "2" suffix on some enums.
2011-06-17 Chris Lattnerremove support for a bunch of obsolete instruction...
2011-06-17 Chris LattnerRemove some "2" suffixes from the metadata enums now...
2011-06-17 Chris Lattnerremove bitcode reader support for LLVM 2.7 metadata...
2011-06-13 Michael J. SpencerRevert the last two commits in the series. r132911...
2011-06-13 Michael J. SpencerModify llvm-nm to use new Binary creation method.
2011-06-13 Michael J. SpencerMake Binary the parent of ObjectFile and update childre...
2011-06-06 Eli FriedmanAdd -O1/2/3 to bugpoint, so when you conclude opt ...
2011-06-06 Eli FriedmanWe only do always-inlining at -O1; make opt reflect...
2011-05-31 Nick LewyckyAlso remove -lLTO which should have been in r132349...
2011-05-31 Nick LewyckyMake the gold plugin build on Cygwin as well as Linux...
2011-05-24 Evan ChengRemove dead option.
2011-05-22 Chris Lattnerinitialize and finalize function passes, pointed out...
2011-05-22 Chris Lattnerfix a file system case sensitivity issue.
2011-05-22 Chris Lattnerswitch opt to using PassManagerBuilder.h
2011-05-22 Chris Lattnerswitch llvm-ld. It has a terrible mechanism that peopl...
2011-05-22 Chris Lattnerswitch bugpoint and liblto to PassManagerBuilder.
2011-05-21 Andrew TrickHave Program::Wait return -2 for crashed and timeouts...
2011-05-12 Oscar FuentesCMake builds gold by default since revision 127466...
2011-05-11 Andrew TrickTypo and missing checkin from r131186.
2011-05-11 Andrew TrickBugpoint support for miscompilations that result in...
2011-05-09 Jim GrosbachTidy up. 80-column and whitespace.
2011-05-04 Duncan SandsRemove an unused variable.
2011-05-02 Rafael Espindolallvmc: Pass -disable-cfi to llc.
2011-05-01 Rafael EspindolaSimplify the handling of pcrel relocations on ELF....
2011-04-30 Rafael EspindolaAdd all the plumbing needed for MC to expand cfi to...
2011-04-28 Chandler CarruthRevert an unintended commit. Very sorry for this one.
2011-04-28 Chandler Carruthnuke gold
2011-04-24 Mikhail GlushenkovRemove all references to plugins from the LLVMC docs.
2011-04-23 Jay FoadRemove unused STL header includes.
2011-04-22 Mikhail GlushenkovThe .inc file is auto-generated and must not be edited...
2011-04-21 Rafael EspindolaRemove unused argument.
2011-04-21 Nick LewyckyFix typo in comment.
2011-04-20 Daniel Dunbarllc: Fix a refacto, .loc support didn't work before...
2011-04-20 Daniel DunbarADT/Triple: Renambe isOSX... methods to isMacOSX for...
2011-04-19 Daniel DunbarADT/Triple: Move a variety of clients to using isOSDarw...
2011-04-19 Daniel Dunbarllc: Eliminate a use of getDarwinMajorNumber().
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2011-04-13 Jim GrosbachLoad multiple object files and link them via RuntimeDyl...
2011-04-13 Jim GrosbachAllow user-specified program entry point for llvm-rtdyld.
2011-04-12 Jim GrosbachMCJIT lazy relocation resolution and symbol address...
2011-04-12 Jim GrosbachTidy up a bit now that we're using the MemoryManager...
2011-04-11 Jay FoadDon't include Operator.h from InstrTypes.h.
2011-04-09 Sean CallananMoved an access to an object past a NULL check,
2011-04-08 Jim GrosbachRefactor MCJIT 32-bit section loading.
2011-04-07 Rafael EspindolaIf present, use gold's support for getting a file view...
2011-04-06 Jim GrosbachRuntimeDyld should use the memory manager API.
2011-04-05 Chris Lattnerremove graphprinter support for domfrontier.
2011-04-05 Andrew TrickAdded *hidden* flags -print-options and -print-all...
2011-04-05 Andrew Trickwhitespace
2011-04-05 Oscar FuentesRename LLVMConfig.cmake to LLVM-Config.cmake. The ...
2011-04-04 Jim GrosbachLayer the memory manager between the JIT and the runtim...
2011-04-04 Devang PatelUpdate BreakpointPrinter to emit original function...
2011-04-04 Eric ChristopherRemove unused function.
2011-04-04 Chris Lattnersilence an unused function warning.
2011-04-03 Eric ChristopherStart migrating mach-o dumping facilities to the object...
2011-04-01 Oscar FuentesCMake: remove debug code from previous commit.
2011-04-01 Oscar FuentesFix assignment of -fPIC to CMAKE_C_FLAGS. Configure...
2011-04-01 Devang PatelUpdate CMakeLists.txt
2011-03-31 Michael J. SpencerFix whitespace.
2011-03-31 Michael J. SpencerSwitch FileRemover from PathV1 to V2.
2011-03-30 Jay FoadRemove PHINode::reserveOperandSpace(). Instead, add...
next