llvm-mc/AsmMatcher: Remove some code which has been obsoleted by move to
[oota-llvm.git] / utils / TableGen /
2009-08-10 Daniel Dunbarllvm-mc/AsmMatcher: Remove some code which has been...
2009-08-10 Daniel Dunbarllvm-mc/AsmMatcher: Change assembler parser match class...
2009-08-10 Daniel Dunbarllvm-mc/AsmParser: Check for matches with super classes...
2009-08-09 Daniel Dunbarllvm-mc/AsmParser: Fix thinko in ClassInfo::operator<.
2009-08-09 Daniel Dunbarllvm-mc/AsmParser: Add hack to ignore Int_* and *_Int...
2009-08-09 Daniel Dunbarllvm-mc/AsmParser: Implement user defined super classes.
2009-08-09 Daniel Dunbarllvm-mc/AsmParser: Separate instruction ordering for...
2009-08-09 Daniel Dunbarllvm-mc/AsmParser: Define match classes in the .td...
2009-08-09 Daniel Dunbarllvm-mc/AsmParser: Sketch infrastructure for ordering...
2009-08-08 Chris Lattnerfix edito
2009-08-08 Daniel Dunbarllvm-mc/AsmMatcher: Tweak string matcher (missed a...
2009-08-08 Daniel Dunbarllvm-mc/AsmMatcher: Tweak string matcher.
2009-08-08 Daniel Dunbarllvm-mc/AsmMatcher: Switch token matching to use the...
2009-08-08 Chris Lattneradd a little function to do arbitrary string pattern...
2009-08-08 Chris Lattneradd another const
2009-08-08 Chris Lattnerremove a useless anon-ns, make table const.
2009-08-08 Benjamin KramerMSVC doesn't like member variables with the same name...
2009-08-08 Daniel Dunbarllvm-mc/AsmMatcher: Improve match code.
2009-08-08 Daniel Dunbarllvm-mc/AsmMatcher: Switch to a unified function to...
2009-08-08 Chris Lattnermake printInstruction return void since its result...
2009-08-08 Chris Lattnerdon't check the result of printInstruction anymore.
2009-08-07 Benjamin KramerUnbreak build.
2009-08-07 Chris Lattnerfix the column output stuff in the asmwriter from being...
2009-08-07 Chris Lattnerstrength reduce anonymous namespace to static.
2009-08-07 Daniel Dunbarllvm-mc/AsmMatcher: Move emit for register -> enum...
2009-08-07 Daniel Dunbarllvm-mc/AsmMatcher: Tweaks in response to feedback.
2009-08-07 Daniel Dunbarllvm-mc/AsmMatcher: Move to a slightly more sane matchi...
2009-08-05 Owen AndersonPrivatize the StructType table, which unfortunately...
2009-08-05 Daniel DunbarSuppress compiler warning.
2009-08-05 David GreeneFix some column padding bugs, reorganize things as...
2009-08-04 Daniel DunbarTableGen / AsmMatcher: Tweaks to avoid generating compl...
2009-08-03 Anton KorobeynikovAdd 'Indirect' LocInfo class and use to pass __m128...
2009-08-02 Daniel DunbarChange MCOperand to use Create style instead of Make...
2009-07-31 David GreeneSimplify operand padding by keying off tabs in the...
2009-07-31 Daniel Dunbarllvm-mc: Match a few X86 instructions.
2009-07-30 Daniel DunbarRemove unintended changes.
2009-07-30 Daniel DunbarRemove itohexstr, which only had one user.
2009-07-30 Daniel DunbarTwines: Don't allow implicit conversion from integers...
2009-07-30 Dan GohmanMinor whitespace tidiness.
2009-07-29 Owen AndersonMove types back to the 2.5 API.
2009-07-29 Chris Lattner1. Introduce a new TargetOperandInfo::getRegClass(...
2009-07-29 Chris Lattnermake ptr_rc derive from a new PointerLikeRegClass tblge...
2009-07-29 David GreeneRe-enable comment and operand padding.
2009-07-29 Bob WilsonFix the verifier to handle intrinsics with LLVMMatchTyp...
2009-07-29 Evan ChengRevert AsmWriterEmitter.cpp to 74742. The recent change...
2009-07-29 Daniel DunbarMatch X86 register names to number.
2009-07-22 Owen AndersonGet rid of the Pass+Context magic.
2009-07-21 David GreeneMake a bunch of changes suggested by Chris and others...
2009-07-20 David GreeneRe-apply 75490, 75806 and 76177 with fixes and tests...
2009-07-20 Evan ChengRestore AsmWriterEmitter.cpp back to 74742. The recent...
2009-07-18 Evan ChengRevert 76177 for now. It's messing up ARM asm printing...
2009-07-17 Daniel Dunbartblgen/AsmMatcher: Emit simple matcher for register...
2009-07-17 David GreeneAdd logic to align instruction operands to columns...
2009-07-15 David GreeneGet rid of postInstructionAction and call EmitComments...
2009-07-15 Dan GohmanAdd a Force option to raw_fd_ostream to specify whether...
2009-07-15 Duncan SandsRemove the v3i32 and v3f32 value types: they are not
2009-07-14 Bob WilsonRevert 75308.
2009-07-13 David GreeneAdd infrastructure to allow post instruction printing...
2009-07-11 Daniel DunbarUpdate CMakeLists.txt
2009-07-11 Daniel DunbarStub out assembly matcher (.s -> MCInst) tblgen backend.
2009-07-10 Bob WilsonAdd new vector types for 192-bit, 348-bit and 512-bit...
2009-07-10 Bob WilsonRefactor TableGen's llvm::getName to share code with...
2009-07-09 Owen AndersonThread LLVMContext through MVT and related parts of...
2009-07-08 Torok EdwinConvert more abort() calls to llvm_report_error().
2009-07-08 Chris LattnerAdd a new little "FileCheck" utility for regression...
2009-07-07 Mikhail GlushenkovAdd an 'init' option property.
2009-07-07 Mikhail GlushenkovRefactoring.
2009-07-07 Mikhail GlushenkovComment fix.
2009-07-06 Devang PatelAdd new ValueType for metadata.
2009-07-03 Daniel DunbarReplace std::iostreams with raw_ostream in TableGen.
2009-07-01 Chris Lattnerimprove the APIs for creating struct and function types...
2009-06-30 Daniel DunbarNormalize SourceMgr messages.
2009-06-29 David GreeneRemove commented code.
2009-06-29 David GreeneImplement !cast<string>.
2009-06-29 David GreeneImprove TableGen error reporting.
2009-06-29 David GreeneAdd more vector ValueTypes for AVX and other extended...
2009-06-26 Evan ChengFix a CodeGenDAGPatterns bug. Check if top level predic...
2009-06-25 Mikhail GlushenkovBetter error message.
2009-06-23 Mikhail GlushenkovMake llvmc work again.
2009-06-23 Mikhail GlushenkovA little bit nicer formatting.
2009-06-23 Mikhail GlushenkovTypo.
2009-06-21 Chris Lattnerrename SourceMgr::PrintError to PrintMessage.
2009-06-21 Chris Lattnersimplify some error recovery stuff.
2009-06-21 Chris Lattnerprune #include, fix warning.
2009-06-21 Chris Lattnermove include searching logic from TGLexer to SourceMgr.
2009-06-21 Chris LattnerRename TGSourceMgr -> SourceMgr.
2009-06-21 Chris Lattnerrename TGLoc -> SMLoc.
2009-06-21 Chris Lattnermove TGSourceMgr class out of TableGen into libsupport.
2009-06-19 Chris Lattnerallow clients of the asmprinter to opt-out of the boile...
2009-06-17 Nick LewyckyFix grammaro, and bad indentation.
2009-06-14 Douglas GregorAdd output of the SFINAE bit for Clang's diagnostics
2009-06-09 Bill WendlingI'm going to assume that this was meant to be an assign...
2009-06-09 David GreeneRevert 73074 and 73099 because Windows doesn't have...
2009-06-08 David GreeneAdd a !patsubst operator. Use on string types.
2009-06-08 David GreeneMake IntInits and ListInits typed. This helps deduce...
2009-06-08 David GreeneMake !if short-circuit when possible.
2009-06-08 David GreeneAdd a !regmatch operator to do pattern matching in...
2009-06-02 Dale JohannesenRevert 72707 and 72709, for the moment.
2009-06-01 Dale JohannesenMake the implicit inputs and outputs of target-independent
2009-05-23 Anton KorobeynikovPropagate CPU string out of SubtargetFeatures
next