Fix bug 5992: O'Caml's llvm_create_module was treating the context as a string.
[oota-llvm.git] / tools /
2010-01-15 Chris Lattnerfix a bug in range information for $42, eliminate an
2010-01-15 Chris Lattnerextend MCAsmParser::ParseExpression and ParseParenExpre...
2010-01-15 Nate BegemanHook up llc's -filetype=obj to use MCStreamer if an...
2010-01-14 Chris Lattneradd virtual methods to get the start/end of a MCParsedA...
2010-01-14 Chris LattnerSplit the TargetAsmParser "ParseInstruction" interface...
2010-01-14 Chris Lattnerprune #includes in TargetAsmParser.h
2010-01-11 Benjamin KramerReimplement getToken and SplitString as "StringRef...
2010-01-05 David GreeneEnable debug buffering.
2010-01-05 David GreeneEnable debug buffering.
2010-01-02 Mikhail GlushenkovForward -O0 to llvm-gcc.
2010-01-02 Mikhail GlushenkovApparently, it is OK for -MT to be specified several...
2010-01-01 Mikhail GlushenkovMinor simplifactions.
2010-01-01 Mikhail GlushenkovMinor simplifications.
2009-12-28 Bill WendlingMark some debug variables as 'unused' to quiet compiler...
2009-12-23 Douglas GregorFix another -Wmismatched-tags warning
2009-12-23 Douglas GregorFix struct/class mismatch for LTOModule and LTOCodeGene...
2009-12-23 Mikhail GlushenkovMake it easier to regenerate docs when srcdir != objdir.
2009-12-23 Mikhail GlushenkovAllow (set_option SwitchOption, true).
2009-12-22 Chris Lattnerrename HexDisassembler -> Disassembler, it works on...
2009-12-22 Chris Lattnerjust discard the debug output from the disassembler.
2009-12-22 Chris Lattnerspecify what is invalid about it
2009-12-22 Chris Lattnerreject invalid input with a caret, e.g.:
2009-12-22 Chris Lattnervarious cleanups, make the disassemble reject lines...
2009-12-22 Chris LattnerIf you thought that it didn't make sense for the disass...
2009-12-22 Chris Lattnerrewrite the file parser for the disassembler, implement...
2009-12-22 Chris Lattnerdon't crash on blank lines, rename some variables.
2009-12-19 Sanjiv GuptaAdding a bunch of options to the mcc16 driver.
2009-12-17 Mikhail GlushenkovAdd a 'set_option' action for use in OptionPreprocessor.
2009-12-17 Chandler CarruthUpdate CMake build to include HexDisassembler.cpp.
2009-12-17 Sean CallananTest harness for the LLVM disassembler. When invoked
2009-12-15 Mikhail GlushenkovValidate the generated C++ code in llvmc tests.
2009-12-15 Mikhail GlushenkovSmall documentation update.
2009-12-09 Chris Lattnerwhen opt crashes, print its command line arguments...
2009-12-07 Mikhail GlushenkovDocumentation update.
2009-12-07 Mikhail GlushenkovDeprecate 'unpack_values'.
2009-12-07 Mikhail GlushenkovPass '-msse' and friends to llc as '-mattr=+/-'.
2009-12-04 Mikhail GlushenkovForward -m32/-m64 to the linker.
2009-12-04 Mikhail GlushenkovSupport -march/-mtune/-mcpu.
2009-12-01 Mikhail GlushenkovAdd relocation model options.
2009-12-01 Mikhail GlushenkovTypo.
2009-12-01 Mikhail GlushenkovForward -save-temps to llvm-gcc.
2009-12-01 Mikhail GlushenkovSupport -[weak_]framework and -F in llvmc.
2009-11-30 Tobias GrosserRemove ShortNames from getNodeLabel in DOTGraphTraits
2009-11-30 Tobias GrosserInstantiate DefaultDOTGraphTraits
2009-11-25 Viktor KutuzovRollback changes r89516: Added two SubtargetFeatures...
2009-11-25 Daniel DunbarAdd the rest of the build system logic for optional...
2009-11-21 Viktor KutuzovAdded two SubtargetFeatures::AddFeatures methods, which...
2009-11-19 Mikhail GlushenkovMake example/Hello compile again.
2009-11-18 Viktor KutuzovAdded getDefaultSubtargetFeatures method to SubtargetFe...
2009-11-17 Viktor KutuzovAdded getArchNameForAssembler method to the Triple...
2009-11-17 Duncan SandsMake bugpoint pass -load arguments to LLI. This lets...
2009-11-12 Benjamin KramerAdd compare_lower and equals_lower methods to StringRef...
2009-11-07 Daniel DunbarStop running get_target_triple more than we need to.
2009-11-03 Kenneth UildriksMake opt default to not adding a target data string...
2009-11-01 Nick LewyckyLine this up as well.
2009-11-01 Nick LewyckyFix whitespace.
2009-11-01 Douglas GregorReverting 85714, 85715, 85716, which are breaking the...
2009-11-01 Dan GohmanRemove the #include of Pass.h from PassManager.h. This...
2009-10-28 Viktor KutuzovFix to pass options from Gold plugin to LTO codegen
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.
next