Fix TimeValue::now() on Unix.
[oota-llvm.git] / tools /
2010-01-22 Chris Lattnerpass "-fasm-verbose" into createAsmStreamer.
2010-01-22 Chris LattnerStop building RTTI information for *most* llvm librarie...
2010-01-22 Chris Lattnerelimiante the dynamic_cast's from opt.
2010-01-22 Chris Lattnersimplify code.
2010-01-22 Chris Lattnermove some files out of the llvm-mc tool into the MCPars...
2010-01-22 Chris Lattnercreate a new MCParser library and move some stuff into it.
2010-01-22 Chris Lattnerremove some confused code that used strtoull
2010-01-21 Sean CallananMoved handling of inclusion from the AsmLexer to
2010-01-20 Sean CallananChanged the AsmParser to handle error messages itself
2010-01-20 Sean CallananPromoted the reference to the SourceMgr from AsmLexer
2010-01-20 Sean CallananModified MCAsmLexer to return error information upward
2010-01-20 Chris Lattnergive createAsmStreamer an 'isLittleEndian' argument.
2010-01-19 Sean CallananPromoted the getTok() method to MCAsmParser so that
2010-01-19 Sean CallananAdded a Lex function to the AsmParser, to allow handling
2010-01-19 Chris LattnerGeneralize mcasmstreamer data emission APIs to take...
2010-01-19 Chris Lattneradd a "MCStreamer::EmitFill" method, and move the defau...
2010-01-19 Chris Lattnerfix parsing .comm directives on systems which do not...
2010-01-18 Eli FriedmanMake opt -O3 act more like clang -O3 etc., by making...
2010-01-18 Chris Lattnermake llvm-config more portable to windows versions...
2010-01-17 Chris Lattnernow that mangler is in libtarget, it can use MCAsmInfo...
2010-01-17 Dan GohmanDon't create a (empty) output file, and don't warn...
2010-01-16 Chris Lattnermove the mangler into libtarget from vmcore.
2010-01-16 Chris Lattnerremove obsolete comment.
2010-01-16 Chris Lattnerbugpoint doesn't need the mangler at all. Disambiguate...
2010-01-16 Chris Lattnerremove calls to dead methods.
2010-01-16 Chris Lattnerremove use of getMangledName.
2010-01-16 Chris Lattnerswitch liblto to use the new getNameWithPrefix() method...
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...
next