Reapply commit 112699, speculatively reverted by echristo, since
[oota-llvm.git] / utils /
2010-09-01 Chris Lattnerremove dead code.
2010-09-01 Dan GohmanMake tool_output_file's raw_ostream instance a member...
2010-08-29 Dan GohmanDon't worry about union types.
2010-08-28 Dan GohmanRemove obsolete keywords which are no longer relevant.
2010-08-28 Dan GohmanRemove unions from the vim syntax highlighting.
2010-08-28 Chris Lattnermore dead thing zapping.
2010-08-28 Chris Lattnerzap dead method
2010-08-27 Bob WilsonFix a comment typo.
2010-08-27 Dan GohmanClarify a comment.
2010-08-27 Dan GohmanParse " (Hidden)" and cope with it.
2010-08-27 Dan GohmanDefault to looking for clang++ in the PATH, rather...
2010-08-26 Dan GohmanExperimental clang-based code-completion support for...
2010-08-25 Eric ChristopherAllow strict subclasses of register classes, this way...
2010-08-25 Daniel Dunbarbuildbot/valgrind: Ignore leaks in /usr/bin/as.
2010-08-25 Eric ChristopherSplit out register class subclassing to a separate...
2010-08-24 Eric ChristopherFix comment.
2010-08-24 Mikhail Glushenkovllvmc: Improve error handling in EmitEdgeClasses().
2010-08-23 Mikhail Glushenkovllvmc: Make syntax more consistent.
2010-08-23 Mikhail Glushenkovllvmc: Allow multiple LanguageMaps.
2010-08-23 Mikhail Glushenkovllvmc: Properly handle (error) in edge properties.
2010-08-23 Mikhail Glushenkovllvmc: Do not mention plugins in the code.
2010-08-23 Chandler CarruthFix some GCC warnings by providing a virtual destructor...
2010-08-20 Mikhail Glushenkovllvmc: Fix alias generation.
2010-08-20 Mikhail GlushenkovTrailing whitespace.
2010-08-20 Dan GohmanDiagnose attempts to update standard output.
2010-08-20 Dan GohmanConvert FileUpdate to use tool_output_file, and to use
2010-08-20 Dan GohmanConvert tablegen to use tool_output_file.
2010-08-20 Mikhail Glushenkovllvmc: Do not prefix option names with AutoGenerated.
2010-08-20 Mikhail Glushenkovllvmc: Cut global namespace pollution.
2010-08-19 Mikhail Glushenkovllvmc: Update examples.
2010-08-19 Daniel Dunbarbuildbot/valgrind: Update RegisterPass false positive...
2010-08-19 Daniel Dunbarbuildbot/valgrind: Suppress warnings about leaks in...
2010-08-19 Eli FriedmanUse std::string instead of StringRef in ClangAttrEmitte...
2010-08-19 Daniel Dunbarlit/GoogleTest: Add .exe to the suffix when looking...
2010-08-19 Sean HuntAdd include missing for VC build.
2010-08-19 Sean HuntRemove three spurious semicolons
2010-08-18 Sean HuntFinish full attribute class emission for clang.
2010-08-17 Eric ChristopherRemove predicate workaround, we're going to require...
2010-08-16 Bob WilsonRename sat_shift operand to shift_imm, in preparation...
2010-08-16 Bob WilsonInstall Embedded builds into usr/local. Radar 8313723.
2010-08-15 Argyrios KyrtzidisRevert r111082. No warnings for this common pattern.
2010-08-15 Mikhail Glushenkovllvmc: remove dynamic plugins.
2010-08-14 Argyrios KyrtzidisAdd ATTRIBUTE_UNUSED to methods that are not supposed...
2010-08-13 Mikhail GlushenkovRevert r111007.
2010-08-13 Mikhail GlushenkovAdd a workaround for building with Clang.
2010-08-13 Mikhail Glushenkovllvmc: fix two tests, remove XFAILs.
2010-08-12 Johnny ChenCleaned up the for-disassembly-only entries in the...
2010-08-12 Daniel Dunbartblgen/AsmMatcher: Always emit the match function as...
2010-08-11 Bob WilsonMove the ARM SSAT and USAT optional shift amount operan...
2010-08-11 Daniel Dunbartblgen/AsmMatcher: Treat '.' in assembly strings as...
2010-08-11 Daniel Dunbartblgen/AsmMatcher: Downgrade instructions with tied...
2010-08-11 Bob WilsonAdd a separate ARM instruction format for Saturate...
2010-08-10 Eric ChristopherWe already have this as OperandNode.
2010-08-10 Bob WilsonInstall llvmCore_Sim to the simulator SDK directory...
2010-08-10 Dan GohmanExpand uses of python 2.6's "A if B else C" syntax...
2010-08-08 Bill WendlingAdd back in r109901, which adds a Compare flag to the...
2010-08-06 Rafael EspindolaFix eabi calling convention when a 64 bit value shadows r3.
2010-08-06 Bill WendlingRevert r109901. The implementation of <rdar://problem...
2010-08-06 Eric ChristopherMoar words!
2010-08-06 Nate BegemanAdd tablegen support for vdup_lane
2010-08-05 Dan GohmanRemove IntrWriteMem, as it's the default. Rename IntrWr...
2010-08-04 Dan GohmanUpdate the polygen grammar for linker_private and linke...
2010-08-04 Dan GohmanPrint a message when a test failure is due to stderr...
2010-08-04 Dan GohmanRemove CVS artifacts.
2010-08-04 Dan GohmanDelete scripts which haven't noticed that CVS has gone...
2010-08-04 Dan Gohmancvsupdate is gone.
2010-08-04 Dan GohmanDelete mkpatch. Everything it does is already done...
2010-08-04 Dan GohmanChange the logic which interprets output on stderr...
2010-08-04 Dan GohmanDon't print "Command output (stdout):" when the command...
2010-08-04 Dan GohmanUse the regular conditional operator syntax instead...
2010-08-02 Daniel Dunbarbuild: Fix a dependency.
2010-08-02 Daniel Dunbartests: Add an 'llvm-lit' tool (script), which gets...
2010-08-02 Daniel Dunbarlit: Allow clients to define predefined parameters.
2010-07-30 Bill WendlingAdd a "Compare" flag to the target instruction descript...
2010-07-30 Benjamin KramerTweak suppressions.
2010-07-30 Jim GrosbachMany Thumb2 instructions can reference the full ARM...
2010-07-29 Benjamin KramerSupress valgrind errors from python.
2010-07-29 Owen AndersonMake un-named values legible in certain vim configurations.
2010-07-28 Bob WilsonFix a warning from gcc-4.0 (from the ppc buildbot).
2010-07-28 Eric ChristopherFilter out patterns that have PredicateOperands.
2010-07-27 Mikhail GlushenkovReturn -1 only on failure to execute a program.
2010-07-26 Eric Christopher80-col.
2010-07-23 Mikhail GlushenkovGet rid of exceptions in llvmc.
2010-07-22 Bob WilsonAdd an explicit -sdk option to xcrun command.
2010-07-22 Daniel Dunbarlit: Add some example tests for previous commit.
2010-07-21 Daniel Dunbarlit: Add support for 'REQUIRES: feature-one, feature...
2010-07-21 Eric ChristopherHack around extracts that aren't easy to process.
2010-07-20 Bob WilsonAdd support for a new Apple-style build target, Embedde...
2010-07-20 Chris Lattnerremove option from tablegen for building static header.
2010-07-19 Bruno Cardoso LopesAdd 256-bit vaddsub, vhadd, vhsub, vblend and vdpp...
2010-07-19 Bob WilsonSave a copy of the unstripped libLTO.dylib in $SYM_DIR...
2010-07-19 Mikhail GlushenkovRemove code duplication.
2010-07-19 Mikhail GlushenkovBetter error reporting for switch_list.
2010-07-19 Daniel DunbarTblGen/AsmMatcher: Add support for honoring instruction...
2010-07-19 Mikhail Glushenkovllvmc: Add a new option type (switch_list).
2010-07-16 Bill WendlingUpdate comment.
2010-07-16 Bill WendlingRename DBG_LABEL PROLOG_LABEL, because it's only used...
2010-07-14 Bob WilsonRemove the entire docs directory from Apple-style builds.
2010-07-14 Bob WilsonTry to get embedded build of llvmCore to pass verification.
2010-07-12 Jakob Stoklund OlesenSilence a warning.
next