Added some basic lint tools for C++ and generic lint tool applicable to all
[oota-llvm.git] / utils /
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 ...
2008-09-22 Oscar FuentesInitial support for the CMake build system.
2008-09-17 Evan ChengAdd instruction names as comments to InstBits entries.
2008-09-16 Devang PatelRemove.
2008-09-16 Bill WendlingReverting r56249. On further investigation, this functi...
2008-09-16 Bill Wendling- Change "ExternalSymbolSDNode" to "SymbolSDNode".
2008-09-15 Devang PatelExtract optimization pass selection code from llvm...
2008-09-15 Dan GohmanUpdate the LLVM polygen grammar for recent language...
2008-09-12 Dan GohmanChange ConstantSDNode and ConstantFPSDNode to use Const...
2008-09-12 Dan GohmanRename ConstantSDNode::getValue to getZExtValue, for...
2008-09-11 Evan ChengIndentation.
2008-09-11 Jim Grosbachlib/Target/SubtargetFeature.cpp asserts that the Featur...
2008-09-11 Evan ChengChange getSubReg semantics. It now returns zero if...
2008-09-08 Dan GohmanFix typos in (generated) comments.
2008-09-08 Evan ChengCorrectly handle physical register inputs. They are...
2008-09-07 Evan ChengEliminate a compile time warning.
2008-09-07 Evan ChengFix indentation of generated code.
2008-09-07 Evan ChengIgnore multi-instruction patterns. e.g.
2008-09-03 Evan ChengLet tblgen only generate fastisel routines, not the...
2008-09-02 Evan ChengChange getBinaryCodeForInstr prototype. First operand...
2008-08-29 Owen AndersonAdd initial support for fast isel of instructions that...
2008-08-28 Dan GohmanAdd a target callback for FastISel.
2008-08-28 Gabor Greifjust a brain dump for a small tool
2008-08-28 Gabor Greiferect abstraction boundaries for accessing SDValue...
2008-08-28 Owen AndersonAdd support for fast-isel of opcodes that require use...
2008-08-27 Dan GohmanUpdate a comment to reflect recent changes.
2008-08-27 Dan GohmanBasic FastISel support for floating-point constants.
2008-08-26 Gabor Greifdisallow direct access to SDValue::ResNo, provide a...
next