Don't attempt to handle aggregate argument values in FastISel; let
[oota-llvm.git] / utils / TableGen /
2009-04-03 Chris Lattner"This adds a getName() method to TargetRegisterClass...
2009-04-03 Dan GohmanDelete ISD::INSERT_SUBREG and ISD::EXTRACT_SUBREG,...
2009-04-01 Ted KremenekConstify method to make VC++ happy. Patch by Brian...
2009-03-31 Dan GohmanTidy up some comments.
2009-03-31 Dan GohmanAdd a comment.
2009-03-26 Jim Grosbachfix a few spelling errors and typos
2009-03-26 Jim GrosbachUse 'bool' for FoundRC
2009-03-25 Jim GrosbachModify getRegisterValueType() to allow for a register...
2009-03-23 Ted KremenekAdd sanity check in Clang TableGen backend to check...
2009-03-19 Sebastian RedlFix the Win32 VS2008 build:
2009-03-19 Ted KremenekFix regression in 'tblgen -gen-clang-diags-defs': Emit...
2009-03-19 Nate BegemanAdd support to tablegen for naming the nodes themselves...
2009-03-18 Ted Kremenektblgen -gen-clang-diags-options: Output OptionTable...
2009-03-18 Ted Kremenek'tblgen -gen-clang-diags-options' now outputs the Optio...
2009-03-18 Ted KremenekAdd another Clang TableGen-backend (-gen-clang-diags...
2009-03-18 Chris Lattnerinclude the null at the end of a memorybuffer as part...
2009-03-16 Douglas GregorAdd TGSourceMgr.cpp to CMake build, sort lines
2009-03-13 Ted KremenekAdd (hidden) TableGen command option '-clang-component...
2009-03-13 Ted KremenekAdd initial implementation of a TableGen backend for...
2009-03-13 Ted KremenekFurther constify Record::isSubClassOf.
2009-03-13 Chris LattnerFix escaping in asm string literals correctly by having...
2009-03-13 Chris Lattneradd a horrible hack to fix the build.
2009-03-13 Chris Lattneradd support for a few simple escape characters in tblge...
2009-03-13 Chris Lattneradd a new TGError class and use it to propagate locatio...
2009-03-13 Chris Lattnergive each Record a location.
2009-03-13 Chris Lattnermake "locations" a class instead of a typedef.
2009-03-13 Argyrios KyrtzidisUnbreak build, bring in std::string for GCC 4.3
2009-03-13 Evan ChengUnbreak build.
2009-03-13 Chris Lattnersplit buffer management and diagnostic printing out...
2009-03-11 Chris Lattnerimplement support for C-style string literal concatenat...
2009-03-06 Chris LattnerChange various llvm utilities to use PrettyStackTracePr...
2009-02-27 Mikhail Glushenkov'append_cmd' should split its argument.
2009-02-26 Chris Lattnerthese utils don't need exports.
2009-02-24 Mon P WangAdded support to have TableGen provide information...
2009-02-24 Bill WendlingOverhaul my earlier submission due to feedback. It...
2009-02-24 Bill Wendling- Use the "Fast" flag instead of "OptimizeForSize"...
2009-02-20 Bill WendlingWe have logic in there to emit a default debugging...
2009-02-20 Bill WendlingAdd an accessor method to DwarfWriter to tell of debugg...
2009-02-19 Bill WendlingPrint out a new label only if the debug location *tuple...
2009-02-19 Bill WendlingForgot to check that debug information is supported.
2009-02-18 Bill WendlingPut code that generates debug labels into TableGen...
2009-02-18 Dan GohmanAdd explicit keywords.
2009-02-14 Cedric VenetUnbreak the build on win32.
2009-02-14 Duncan SandsGeneralize some alias analysis logic from atomic
2009-02-09 Evan ChengEliminate a 'control reaches end of non-void function...
2009-02-06 Dale JohannesenGet rid of one more non-DebugLoc getNode and
2009-02-05 Dale JohannesenRemove a non-DebugLoc version of getNode.
2009-02-05 Dale JohannesenReapply 63765. Patches for clang and llvm-gcc to follow.
2009-02-04 Dale JohannesenRemove non-DebugLoc forms of CopyToReg and CopyFromReg.
2009-02-04 Dale JohannesenReverting 63765. This broke the build of both clang
2009-02-04 Nate BegemanNew feature: add support for target intrinsics being...
2009-02-01 Duncan SandsFix PR3453 and probably a bunch of other potential
2009-01-29 Bill WendlingExplain why this is here.
2009-01-29 Bill Wendling- Add DebugLoc to getTargetNode().
2009-01-29 Dan GohmanMove the code that starts printing the Select_* functions
2009-01-28 Mikhail GlushenkovTypo.
2009-01-28 Mikhail GlushenkovAdd three new option properties.
2009-01-22 Evan ChengEliminate a couple of fields from TargetRegisterClass...
2009-01-22 Chris LattnerMake tblgen more portable, allowing it to build with...
2009-01-21 Mikhail GlushenkovChange the hook API back to prevent memory leaks.
2009-01-21 Mikhail GlushenkovAllow hooks with arguments.
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-07 Bob WilsonImprove support for type-generic vector intrinsics...
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 Bob WilsonFix spelling in some comments.
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-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-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 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.
next