Add examples for Kaleidoscope chapters 2 through 6.
[oota-llvm.git] / tools /
2009-09-22 Daniel DunbarFix llvm-config --src-root and --obj-root for CMake...
2009-09-22 Daniel Dunbarllvm-config: Remove unused variables.
2009-09-20 Chris LattnerAdd an intel syntax MCInstPrinter implementation. ...
2009-09-19 Nick LewyckyRemove the default value for ConstantStruct::get's...
2009-09-18 Devang PatelWrite and read metadata attachments.
2009-09-16 Dan GohmanNow that llc can read .ll files directly, teach it...
2009-09-16 Kevin EnderbyFixed some problems with the logic of parsing line...
2009-09-16 Xerxes RanbyMake cmake generated llvm-config output correct JIT...
2009-09-16 Chris Lattneruse an accessor to simplify code.
2009-09-15 Dan GohmanGive llvm-link a -S option.
2009-09-15 Dan GohmanDon't bother using a PassManager just to print a Module.
2009-09-14 Chris LattnerChange MCAsmStreamer to take an MCInstPrinter instead...
2009-09-12 Dan GohmanConvert llvm-link to IRReader.
2009-09-11 Douglas GregorDe-bork CMake build. llvm-extract depends on asmparser
2009-09-11 Dan GohmanFix llvm-extract's "writing bitcode to a terminal"...
2009-09-10 Kevin EnderbyAdded the ParseInstruction() hook for target specific...
2009-09-10 Mikhail GlushenkovAllow llvmc to take .bc files as input.
2009-09-10 Nuno Lopesfix leakage of Module
2009-09-10 Daniel DunbarMC: Give target specific parsers access to the MCStreamer.
2009-09-07 Daniel DunbarAdd -output-prefix option to bugpoint (to change the...
2009-09-06 Benjamin KramerFix an integer truncation noticed by MSVC.
2009-09-05 Daniel Dunbaropt: Add -S option to print output as LLVM assembly.
2009-09-04 Kevin EnderbyAdded AsmToken enum constants to MCAsmLexer.h for ...
2009-09-04 Kevin EnderbyAdded the AsmToken::Hash enum constant to MCAsmLexer...
2009-09-03 Kevin EnderbyRemoved the non-target independent AsmToken::Register...
2009-09-03 Dan GohmanMake bugpoint use ParseIRFile instead of doing the...
2009-09-03 Dan GohmanUse IRReader.h in opt, to support reading of LLVM Assem...
2009-09-03 Chris LattnerTAI -> MAI
2009-09-03 Daniel DunbarTweak comment.
2009-09-02 Douglas GregorUnbreak my CMake build. Say you'll link again.
2009-09-02 Dan GohmanSwitch llc from ParseBitcodeFile to ParseIRFile. This...
2009-08-31 Daniel Dunbarllvm-mc: Pass values to MCStreamer as MCExprs, not...
2009-08-31 Daniel Dunbarllvm-mc: Simplify EmitAssignment ('.set' is identical...
2009-08-31 Daniel Dunbarllvm-mc: Remove MCAsmParser::Parse[Paren]RelocatableExp...
2009-08-31 Daniel Dunbarllvm-mc: Add MCAsmParser::Parse[Paren]Expression forms...
2009-08-31 Daniel Dunbarllvm-mc: Add MCAsmParser::getContext.
2009-08-31 Daniel Dunbarllvm-mc: Switch MCExpr construction to using static...
2009-08-31 Daniel Dunbarllvm-mc: Move AsmExpr into MC lib (as MCExpr).
2009-08-31 Chris Lattneronly print the override triple if it exists!
2009-08-31 Chris LattnerFix some nasty callgraph dangling pointer problems in
2009-08-30 Daniel Dunbarllvm-mc: MCStreamer cleanups. - Remove EmitLocalSymbol...
2009-08-28 Andreas NeustifterSince all std::cout is gone, also remove iostream include.
2009-08-28 Daniel Dunbarllvm-mc: Emit .lcomm as .zerofill.
2009-08-28 Daniel Dunbarllvm-mc: Unique zero fill sections.
2009-08-27 Daniel DunbarRevert r80305, I forgot a dependent change.
2009-08-27 Daniel Dunbarllvm-mc: Unique sections in .zerofill.
2009-08-27 Benjamin KramerInverse logic to increase portability.
2009-08-27 Sanjiv GuptaTo make mcc16 run correctly on mac.
2009-08-27 Daniel Dunbarllvm-mc/Mach-O: Add MCCodeEmitter support, for encoding...
2009-08-27 Daniel Dunbarllvm-mc: Only show instruction encodings with --show...
2009-08-27 Daniel Dunbarllvm-mc: Tweak MCCodeEmitter skeleton.
2009-08-27 Daniel DunbarSketch TargetRegistry support for MCCodeEmitter abstrac...
2009-08-26 Daniel Dunbarllvm-mc/Mach-O: Unique sections properly, so we don...
2009-08-26 Daniel Dunbarllvm-mc/Mach-O: Don't put assembler temporary labels...
2009-08-26 Daniel Dunbarllvm-mc: Make MCValue take const MCSymbol*s.
2009-08-26 Daniel Dunbarllvm-mc: Make non-sensical max bytes to .align an error.
2009-08-26 Andreas NeustifterChanged std::cout to outs(), retaining formating.
2009-08-25 Daniel DunbarEXIT STAGE LEFT: gccas, gccld
2009-08-25 Dan GohmanDelete some unnecessary flushes.
2009-08-25 Dan GohmanMake LLVM command-line tools overwrite their output...
2009-08-24 Duncan SandsFix the build when using gcc-4.4 on linux. Header...
2009-08-24 Chris Lattnerremove the last *stream> #include from a public header.
2009-08-24 Dan GohmanThese flushes were only needed when the code was transi...
2009-08-24 Chris Lattnerprune the #includes in raw_ostream.h by moving a
2009-08-23 Chris LattnerPrune #includes from llvm/Linker.h and llvm/System...
2009-08-23 Chris Lattnereliminate the ostream version of CheckBitcodeOutputToCo...
2009-08-23 Chris Lattnereliminate the std::ostream forms of the bitcode writing...
2009-08-23 Chris Lattneruse raw_fd_ostream instead of fstream with graphwriter,
2009-08-23 Chris LattnerChange Pass::print to take a raw ostream instead of...
2009-08-23 Chris Lattnerremove the std::ostream version of module and type...
2009-08-23 Chris Lattnereliminate the "Value" printing methods that print to...
2009-08-23 Chris Lattnersimplify output file selection, fixing two FIXMEs about...
2009-08-23 Chris LattnerChange raw_fd_ostream to take flags as an optional...
2009-08-22 Chris LattnerRename TargetAsmInfo (and its subclasses) to MCAsmInfo.
2009-08-22 Daniel Dunbarllvm-mc: Clean up some handling of symbol/section assoc...
2009-08-21 Eric ChristopherMake unit-at-a-time on by default to match the behavior...
2009-08-21 Daniel Dunbarllvm-mc: Improve handling of implicit alignment for...
2009-08-21 Eric ChristopherKill trailing whitespace.
2009-08-21 Daniel Dunbarllvm-mc: In a .fill directive, still honor .align even...
2009-08-21 Daniel Dunbarllvm-mc: Accept .fill size of 8.
2009-08-21 Daniel Dunbarllvm-mc: Start MCAssembler and MCMachOStreamer.
2009-08-21 Daniel Dunbarllvm-mc: Various section parsing fixes.
2009-08-21 Daniel DunbarDon't install llvm-mc by default.
2009-08-19 Daniel DunbarFix a commento.
2009-08-19 Benjamin KramerProper MSVC build fix (and remove my hack again). Patch...
2009-08-19 Benjamin KramerAdd a hack to unbreak MSVC builds. str(n)casecmp are...
2009-08-18 Nick LewyckyInclude valgrind in the steps to reproduce if valgrind...
2009-08-18 Chris Lattner"-" should write to stdout, not stderr.
2009-08-18 Daniel DunbarChange bugpoint to use Triple to make runtime decisions.
2009-08-18 Anton KorobeynikovThe attached patches attempt to fix cross builds. For...
2009-08-17 Chris Lattnergive MCAsmStreamer a TargetAsmInfo.
2009-08-16 Oscar FuentesCMake: Discriminate MINGW, MSYS, CYGWIN: does not try...
2009-08-14 Daniel Dunbarllvm-mc: Support escaped characters in string literals...
2009-08-14 Oscar FuentesCMake: Automatic regeneration of the library dependenci...
2009-08-14 Oscar FuentesCMake: propagate to the parent scope LLVM_COMMON_DEPEND...
2009-08-14 Daniel DunbarUpdate llvm-mc / MCAsmStreamer to print the instruction...
2009-08-14 Daniel Dunbarllvm-mc: Move MCAsmToken::getLoc() into MC library...
2009-08-14 Oscar FuentesCMake: build llvm-config before the other tools.
2009-08-13 Owen AndersonPush LLVMContexts through the IntegerType APIs.
2009-08-13 Dan GohmanSimplify this code so that it doesn't depend on raw_ost...
next