Be more careful about invariance reasoning on "store" queries. Stores still need
[oota-llvm.git] / tools /
2009-10-27 Jeffrey YasskinRevert the API changes from r85295 to make it easier...
2009-10-27 Jeffrey YasskinChange the JIT to compile eagerly by default as agreed in
2009-10-26 Chandler CarruthMove DataTypes.h to include/llvm/System, update all...
2009-10-25 Mikhail GlushenkovDocument OptionPreprocessor.
2009-10-22 Duncan SandsInclude config.h in order to have HAVE_STDINT_H be...
2009-10-22 Chris Lattnerllvm-ld doesn't throw.
2009-10-22 Chris Lattnerthis doesn't use EH either.
2009-10-22 Chris Lattnernothing opt uses can throw, remove the try block and...
2009-10-22 Chris LattnerAdd some command line options for twiddling the default...
2009-10-21 Sanjiv GuptaAdded more options to mcc16 driver.
2009-10-21 Mikhail GlushenkovClarify documentation on multi_val options.
2009-10-21 Jeffrey YasskinDelete the MacOSJITEventListener per echristo's request...
2009-10-17 Mikhail GlushenkovFirst draft of the OptionPreprocessor.
2009-10-17 Mikhail Glushenkov-O[0-3] options should be also forwarded to opt and...
2009-10-17 Daniel Dunbarllvm-as: Simplify, and don't create empty output files...
2009-10-16 Evan ChengAdd a CodeGenOpt::Less level to match -O1. It'll be...
2009-10-16 Daniel DunbarMC: Remove unneeded context argument to MCExpr::Evaluate*.
2009-10-16 Daniel DunbarMC: Tweak variable assignment diagnostics, and make...
2009-10-16 Daniel DunbarMC: When parsing a variable reference, substitute absol...
2009-10-14 Duncan SandsThere seems to be no reason for opt's -S option to...
2009-10-11 Nick LewyckyFix Makefile to build correctly on Darwin. Patch by...
2009-10-09 Mikhail GlushenkovSlight rewording.
2009-10-09 Mikhail GlushenkovUse llvm-as only for compiling .ll -> .bc.
2009-10-08 Mikhail GlushenkovUnbreak the build.
2009-10-08 Mikhail GlushenkovMake the Base plugin understand -MF and -MT.
2009-10-06 Duncan SandsIntroduce and use convenience methods for getting point...
2009-10-05 Chris Lattnerremove llvm-db: it is completely broken and if anyone...
2009-10-04 Oscar FuentesCMake: remove .so file extension from library names...
2009-09-28 Mikhail GlushenkovAdd a way to query the number of input files.
2009-09-28 Mikhail GlushenkovDocument the 'not' combinator.
2009-09-27 Chris Lattneradd a new DirectiveMap stringmap, which allows more...
2009-09-27 Chris Lattneravoid copying MCAsmInfo by value, add an (extremely...
2009-09-25 Daniel DunbarMake llvm-bcanalyzer percentages more readable.
2009-09-25 Daniel DunbarStrip trailing whitespace.
2009-09-25 Duncan SandsPrint INST_INBOUNDS_GEP rather than UnknownCode30.
2009-09-23 Gabor Greifpretty mechanical changes to match coding guidelines...
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
next