Port this test from dejagnu to unit testing.
[oota-llvm.git] / utils /
2009-01-16 Dan GohmanAvoid triggering an assertion failure when an instructi...
2009-01-16 Dan GohmanAdd support for instructions with multiple ComplexPatte...
2009-01-12 Duncan SandsRename getABITypeSize to getTypePaddedSize, as
2009-01-12 Chris Lattnermake tblgen autogenerate the nocapture intrinsics for
2009-01-12 Chris Lattneradd scaffolding to emit argument attributes. No functi...
2009-01-12 Chris Lattnermake tblgen emit the entire Intrinsic::getAttributes...
2009-01-12 Chris Lattneradd nocapture attribute to llvm.mem* intrinsics and...
2009-01-09 Misha BrukmanThis has been replaced by llvm/utils/lint/cpp_lint...
2009-01-08 Chris Lattnerremove some exclusions that don't exist anymore.
2009-01-08 Misha BrukmanUse VIM's built-in shorthand for whitespace in regex.
2009-01-08 Misha BrukmanBe sure to ignore the end-of-line character when consid...
2009-01-07 Bob WilsonImprove support for type-generic vector intrinsics...
2009-01-05 Dan GohmanFix a thinko in the grammar for thread_local variables.
2009-01-05 Dan GohmanDelete an unused variable and simplify the code.
2009-01-05 Bob WilsonHandle iAny and fAny types in TreePatternNode::UpdateNo...
2009-01-05 Dan GohmanAdd the keyword 'default'.
2009-01-05 Misha BrukmanRenamed Google Test license file from COPYING to LICENS...
2009-01-05 Dan GohmanA few more polygen grammar updates.
2009-01-05 Bob WilsonFix spelling in some comments.
2009-01-05 Dan Gohmangc is not an obsolete keyword.
2009-01-05 Dan GohmanUpdate polygen grammar for recent language changes.
2009-01-04 Dan GohmanThe .llx suffix is obsolete.
2009-01-04 Dan GohmanUpdate VIM LLVM IR syntax highlighting.
2009-01-04 Dan GohmanSet a few more vimrc indentation options.
2009-01-04 Dan GohmanUse softtabstop instead of redefining tabstop.
2009-01-04 Dan GohmanSwitch the vimrc file from smartindent to cindent,...
2009-01-02 Misha BrukmanVerifyLineLength() actually takes a max length parameter.
2009-01-02 Misha BrukmanAdded some basic lint tools for C++ and generic lint...
2009-01-02 Misha BrukmanDeleted trailing whitespace; no functional changes.
2009-01-02 Misha Brukmanvimrc
2009-01-02 Misha BrukmanWe also removed gtest-all.cc from the distribution...
2009-01-01 Misha BrukmanOriginal patch by Talin.
2009-01-01 Misha Brukman* Removed gtest-all.cc; .cc files including other ...
2009-01-01 Misha BrukmanMoved Google Test code up one directory so that we...
2008-12-31 Misha BrukmanImport of Google Test 1.2.1, with the non-essential...
2008-12-19 Dan GohmanUse dyn_cast intead of isa + cast in the generated...
2008-12-18 Mon P WangAdded support for vector widening.
2008-12-18 Mikhail GlushenkovFix typo in error message.
2008-12-17 Mikhail GlushenkovSome enhancements for the 'case' expression.
2008-12-16 Bill WendlingChange so that buildit won't need a parent directory...
2008-12-11 Mikhail GlushenkovPut Edge* classes into anonymous namespace.
2008-12-07 Mikhail GlushenkovMake 'extern' an option property.
2008-12-07 Mikhail GlushenkovBetter error message.
2008-12-07 Mikhail GlushenkovRe-apply Cedric's changes.
2008-12-07 Mikhail GlushenkovTry to guess when the auto-generated cl::Sink option...
2008-12-07 Mikhail GlushenkovAdd a (progn)-like construct for (actions). Implemented...
2008-12-07 Mikhail GlushenkovUse (actions) instead of option properties, support...
2008-12-05 Cedric VenetThe use of the construct:
2008-12-03 Dan GohmanRename isSimpleLoad to canFoldAsLoad, to better reflect...
2008-12-03 Dan GohmanMark x86's V_SET0 and V_SETALLONES with isSimpleLoad...
2008-12-03 Dan GohmanAdd a sanity-check to tablegen to catch the case where...
2008-11-28 Mikhail GlushenkovSupport multiple compilation graph definitions. Not...
2008-11-28 Mikhail GlushenkovAdd 'hidden' and 'really_hidden' option properties.
2008-11-27 Evan ChengOn x86 favors folding short immediate into some arithme...
2008-11-26 Mikhail GlushenkovSmall fix: the error message was incorrect in some...
2008-11-20 Bill WendlingCopy the tblgen utility.
2008-11-17 Mikhail GlushenkovSupport dependencies between plugins by priority-sorting.
2008-11-17 Mikhail GlushenkovFilter ToolPropertiesList to exclude all Tools not...
2008-11-17 Mikhail GlushenkovAdd a layer of indirection to make plugins more flexible.
2008-11-13 Bill WendlingFix to record comparator to make it work for return...
2008-11-13 Bill WendlingPut comma in correct place for call to StructType::get
2008-11-13 Bill WendlingModify the intrinsics pattern to separate out the ...
2008-11-12 Oscar FuentesTell GenLibDeps.pl to inspect .so and .dylib shared...
2008-11-12 Mikhail GlushenkovCheck the return value of std::getenv.
2008-11-12 Mikhail GlushenkovAdd a bit of lazy evaluation to PopulateCompilationGraph().
2008-11-12 Mikhail GlushenkovSome cosmetic changes.
2008-11-08 Mikhail GlushenkovAllow $CALL and $ENV in command names. Fixes #3025.
2008-11-08 Anton KorobeynikovProperly escape dashes in TableGen's LLVMC2 emitter.
2008-11-07 Dan GohmanMake tablegen print out a nice error message for a...
2008-11-05 Dan GohmanUse an assert to check that SelectCode isn't called on
2008-11-05 Dan GohmanEliminate the ISel priority queue, which used the topol...
2008-11-04 Dan GohmanGive tablegen's Type a destructor, to suppress spurious
2008-11-04 Dan GohmanAdd some asserts to verify MVT invariant assumptions.
2008-11-03 Dan GohmanChange how extended types are represented in MVTs....
2008-10-30 Dan GohmanSpell DISABLE_ASSERTIONS correctly.
2008-10-27 Bill Wendling- Fix SUBVERSION string to handle x.x.x version number...
2008-10-27 David GreeneHave TableGen emit setSubgraphColor calls under control...
2008-10-27 Cedric VenetRemove tabs from my previous commit.
2008-10-27 Matthijs KooijmanRemove redundant word in tblgen error message.
2008-10-26 Cedric VenetAdd a default constructor to AsmWriterOperand to make...
2008-10-22 Argyrios KyrtzidisUnbreak LLVM on the MSVC compiler:
2008-10-17 Evan ChengAdd RCBarriers to TargetInstrDesc. It's a list of regis...
2008-10-17 Dan GohmanUse INT64_C to emit constant values, to avoid problems...
2008-10-17 Dan GohmanFun x86 encoding tricks: when adding an immediate value...
2008-10-15 Dan GohmanAdd support for having multiple predicates on a TreePat...
2008-10-08 Duncan SandsAdd <cstdio> include where needed by gcc-4.4.
2008-10-06 Devang PatelSet UNIVERSAL_ARCH value.
2008-10-05 Chris LattnerFix shift overflow bug that would occur when a field...
2008-10-04 Chris LattnerMake GenLibDeps.pl more robust in the face of broken...
2008-10-02 Dale JohannesenHandle some 64-bit atomics on x86-32, some of the time.
2008-09-30 Dan GohmanMove the primary fast-isel top-level comments to FastIS...
2008-09-27 Dan GohmanMove the code that handles DAGISel error conditions...
2008-09-26 Dan GohmanRename ConstantSDNode's getSignExtended to getSExtValue...
2008-09-25 Devang Patel Large mechanical patch.
2008-09-22 Mikhail GlushenkovMove llvmc2 header files under include/llvm/CompilerDriver
2008-09-22 Mikhail GlushenkovPlugin support for llvmc2 (a-la opt).
2008-09-22 Mikhail GlushenkovMake comments a little bit more clear.
2008-09-22 Mikhail GlushenkovGet rid of GlobalLanguageMap. Global state is evil.
2008-09-22 Mikhail GlushenkovAdd a (forward_as) option property
2008-09-22 Mikhail GlushenkovDelete the file llvmc2/doc/LLVMC-Enhancements.rst ...
next