Remove ssp from this test.
[oota-llvm.git] / utils /
2010-09-08 Bill WendlingA script that tests a certain release candidate in...
2010-09-07 Bill WendlingAdd an MVT::x86mmx type. It will take the place of...
2010-09-07 Bill WendlingFix whitespace, because I'm OCD.
2010-09-07 Dale JohannesenAdd patterns for MMX that use the new intrinsics.
2010-09-07 Chris Lattnerattempt to appease msvc
2010-09-07 Gabor Greiffix comment typos
2010-09-06 Chris Lattnergeneralize my previous operand loc info hack. If the...
2010-09-06 Chris Lattnerin the case where an instruction only has one implement...
2010-09-06 Chris LattnerNow that we know if we had a total fail on the instruct...
2010-09-06 Chris Lattnersimplify DEBUG_WITH_TYPE usage
2010-09-06 Chris Lattnerthis if can now be an assert.
2010-09-06 Chris Lattner;
2010-09-06 Chris Lattnernow that the opcode is trivially exposed, start matchin...
2010-09-06 Chris Lattneremit the match table at global scope instead of within the
2010-09-06 Chris Lattnerspecial case the mnemonic operand of the instruction...
2010-09-06 Chris LattnerThe "ambiguous instructions" check only produces anythi...
2010-09-06 Chris Lattnerhave tblgen detect when an instruction would have match...
2010-09-06 Chris Lattnerchange MatchInstructionImpl to return an enum instead...
2010-09-06 Chris Lattnerhave AsmMatcherEmitter.cpp produce the hunk of code...
2010-09-06 Chris Lattneremit the LLVM intrinsic name -> intrinsic number mappin...
2010-09-06 Chris Lattnerallow specifying an indentation level for the string...
2010-09-06 Chris Lattneremit the __builtin -> intrinsic map with StringMatcher...
2010-09-06 Chris Lattnersame bug, another place.
2010-09-06 Chris Lattnerfix a critical bug where the generated table would say
2010-09-06 Chris Lattnerupdate cmake
2010-09-06 Chris Lattnerfactor the snazzy string matcher code that Daniel hates
2010-09-06 Chris Lattnerslightly improve the runtime and code size of the Intri...
2010-09-04 Chris Lattnerdelete dead code.
2010-09-04 Chris Lattnerzap dead code.
2010-09-03 David GreeneGeneralize getFieldType to work on all TypedInits....
2010-09-03 Dan GohmanRemove a TODO comment; this is now filed in bugzilla...
2010-09-03 Jakob Stoklund OlesenStop emitting predicate functions. They are no longer...
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...
next