Don't keep the log files around. Just pipe to a log file instead.
[oota-llvm.git] / utils /
2011-03-07 Bill WendlingDon't keep the log files around. Just pipe to a log...
2011-03-05 Jakob Stoklund OlesenRevert r127073: "Introduce $(ECHOPATH) to print DOSish...
2011-03-05 NAKAMURA Takumiutils/lit/lit/TestRunner.py: bash is available with...
2011-03-05 NAKAMURA TakumiIntroduce $(ECHOPATH) to print DOSish path string on...
2011-03-05 NAKAMURA TakumiOn Windows hosts, Python scripts in test/Scripts did...
2011-03-04 David GreeneFix the case where the number of jobs is less than the
2011-03-03 Bob WilsonTableGen should not ignore BX instructions for the...
2011-03-03 Bob Wilsonpr9367: Add missing predicated BLX instructions.
2011-03-02 John McCallTeach the clang attribute emitter about InheritablePara...
2011-03-01 Oscar FuentesFixes warnings emitted by Visual Studio 2010 compiler.
2011-03-01 Jim Grosbachtrailing whitespace.
2011-03-01 Jim GrosbachGeneralize the register matching code in DAGISel a...
2011-03-01 Bill WendlingNarrow right shifts need to encode their immediates...
2011-02-28 NAKAMURA TakumiDon't install libUnitTestMain.a. It might be useless...
2011-02-26 Bill WendlingA new TableGen feature! (Not turned on just yet.)
2011-02-26 Bob WilsonRemoved unnecessary dylibs from Apple builds, with...
2011-02-25 Bob WilsonAdd a new "Embedded" makefile target for Apple-style...
2011-02-25 Stuart HastingsFix bad comment marker.
2011-02-25 David GreeneAdd some options for building LLVM in different environ...
2011-02-25 Stuart HastingsOmit lto.h from the llvmCore result; henceforth, this...
2011-02-24 Argyrios KyrtzidisIn utils/TableGen/ClangSACheckersEmitter.cpp, set the...
2011-02-22 David GreeneFix Builder::execute() to more properly pass the desire...
2011-02-22 Cameron ZwarichEliminate valgrind warnings from Python on the 32-bit...
2011-02-22 Rafael EspindolaImplement xgetbv and xsetbv.
2011-02-21 David GreeneAdd a convenience tool for doing comparison builds...
2011-02-20 Oscar FuentesPut targets on folders, if the IDE supports the feature.
2011-02-19 Cameron ZwarichTry to fix the MC/AsmParser/section.s failure on the...
2011-02-18 Oscar FuentesCMake: updated list of tblgen source files.
2011-02-18 Owen AndersonAdd FixedLenDecoderEmitter, the skeleton of a new disas...
2011-02-17 Joerg SonnenbergerCheck that MnemonicAlias doesn't map back to the same...
2011-02-17 NAKAMURA Takumilit/TestingConfig.py: Add the environment variable...
2011-02-17 Sean HuntAdd serialization for Expr* arguments for attributes...
2011-02-15 Argyrios KyrtzidisWhen tablegen'ing the clang analyzer checkers:
2011-02-14 Argyrios KyrtzidisAdd the ClangSACheckersEmitter tablegen backend which...
2011-02-14 Bruno Cardoso LopesFix encoding and add parsing support for the arm/thumb...
2011-02-13 Argyrios KyrtzidisWrap the struct in an anonymous namespace.
2011-02-12 Jim GrosbachAsmMatcher custom operand parser failure enhancements.
2011-02-11 Jim GrosbachTidy out asm matcher .inc output.
2011-02-10 NAKAMURA Takumilit/TestFormats.py: Unittests may be found with suffix...
2011-02-10 NAKAMURA Takumilit/Util.py: On Cygwin, 'PATHEXT' may exist but it...
2011-02-10 Bill WendlingDon't return before calling the post-processing functio...
2011-02-10 Jim GrosbachDo AsmMatcher operand classification per-opcode.
2011-02-09 Chris Lattneremit a specific error when the input file is empty...
2011-02-09 NAKAMURA Takumilit/LitConfig.py: Add the new method getToolsPath(dir...
2011-02-09 NAKAMURA Takumilit/Util.py: Add two functions, checkToolsPath(dir...
2011-02-09 NAKAMURA Takumillvm-lit may be available with CMake.
2011-02-09 NAKAMURA Takumillvm-lit may be able to invoke clang tests.
2011-02-07 Bruno Cardoso LopesImplement support for custom target specific asm parsin...
2011-02-04 Daniel DunbarMC/AsmMatcher: Sink ConvertToMCInst into the TargetAsmP...
2011-02-04 Jason W KimTeach ARM/MC/ELF to handle R_ARM_JUMP24 relocation...
2011-02-04 Daniel DunbarMC/AsmParser: Add support for allowing the conversion...
2011-02-04 Daniel DunbarMC/AsmMatcher: Add support for custom conversion functions.
2011-02-04 David GreeneSilence uninitialized value warnings.
2011-02-04 NAKAMURA TakumiMake Win32's header file name lower for cross build...
2011-02-03 Jim GrosbachTidy up a bit.
2011-02-03 Oscar FuentesChanges for building Clang and others using LLVM as...
2011-02-02 Kevin EnderbyChanged the TableGen created MatchInstructionImpl(...
2011-02-01 Devang PatelUpdate to match changes in lldb interface.
2011-02-01 David Greene[AVX] Implement EnforceSmallerThan for mixed int/fp...
2011-01-31 Devang PatelTidy up.
2011-01-31 Devang PatelFocus on arguments for now.
2011-01-27 Bob WilsonFix a comment typo.
2011-01-27 Douglas GregorClang: separate the access-control diagnostics from...
2011-01-26 Bob WilsonAdd a MnemonicIsValid method to the asm matcher.
2011-01-26 Bob WilsonFix spelling of CouldMatchAmbiguouslyWith method name.
2011-01-26 Bob WilsonWhitespace and 80-column fixes.
2011-01-26 Bob WilsonImprove the AsmMatcher's ability to handle suboperands.
2011-01-26 Devang Patel- Do not try to print nameless variable's info.
2011-01-26 NAKAMURA TakumiTableGen: PointerLikeRegClass can be accepted to operand.
2011-01-26 NAKAMURA TakumiFix whitespace.
2011-01-24 Daniel Dunbartblgen/AsmMatcherEmitter: Fix alias handling to honor...
2011-01-24 David Greene[AVX] Add type checking support for vector/subvector...
2011-01-22 Bill WendlingARM uses '.' in their tokens. Give it a name instead...
2011-01-21 Peter Collingbournetblgen: Add support for non-inheritable attributes
2011-01-20 Bob WilsonMove InstAlias check of argument types to a separate...
2011-01-20 Bob WilsonTidy comment.
2011-01-20 Bob WilsonFix broken check for InstAlias argument used with diffe...
2011-01-20 Bob WilsonPrecompute InstAlias operand mapping to result instruct...
2011-01-19 Douglas GregorFix comment for gen-clang-decl-nodes tblgen backend...
2011-01-18 Owen AndersonWhen matching asm operands, always try to match the...
2011-01-18 Bruno Cardoso LopesAdd support for parsing and encoding ARM's official...
2011-01-18 Daniel DunbarFormatting tweak.
2011-01-14 Bob WilsonFix some tablegen issues to allow using zero_reg for...
2011-01-13 Owen AndersonAdd support to the ARM MC infrastructure to support...
2011-01-13 Evan ChengModel :upper16: and :lower16: as ARM specific MCTargetE...
2011-01-11 Daniel DunbarMcARM: Write a silly Python script to compute some...
2011-01-10 Daniel DunbarMC/AsmMatcher: Fix indirect 80-col viola.
2011-01-08 Francois PichetOn Windows, replace each occurrence of '\' by '\\'...
2011-01-08 Eric ChristopherI don't think I could find a 10.2.x box if I tried.
2011-01-07 Bob WilsonUse __builtin_shufflevector to implement vget_low and...
2011-01-07 David GreeneRename lisp-like functions as suggested by Gabor Greif...
2011-01-04 Francois PichetDisable r122754 on Windows: was causing all lit tests...
2011-01-03 David GreeneReapply 122341 to fix PR8199 now that clang changes...
2010-12-24 Jim GrosbachTrailing whitespace.
2010-12-23 Chris LattnerFlag -> Glue, the ongoing saga
2010-12-23 Chris Lattnerflags -> glue for selectiondag
2010-12-23 Chris Lattnersdisel flag -> glue.
2010-12-23 Chris Lattnercontinue renaming flag -> glue.
2010-12-23 Jeffrey YasskinChange all self assignments X=X to (void)X, so that...
2010-12-23 Bill WendlingDefault to armv7 instead of armv6.
next