Nowadays a release build has assertions off.
[oota-llvm.git] / utils / TableGen /
2010-09-11 Dale JohannesenAdd x86mmx to TableGen.
2010-09-09 Evan ChengFor each instruction itinerary class, specify the numbe...
2010-09-08 Chris Lattnerfix bugs in push/pop segment support, rdar://8407242
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 Lattnerzap dead code.
2010-09-03 David GreeneGeneralize getFieldType to work on all TypedInits....
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-28 Chris Lattnermore dead thing zapping.
2010-08-28 Chris Lattnerzap dead method
2010-08-27 Bob WilsonFix a comment typo.
2010-08-25 Eric ChristopherAllow strict subclasses of register classes, this way...
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 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 Eli FriedmanUse std::string instead of StringRef in ClangAttrEmitte...
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-15 Mikhail Glushenkovllvmc: remove dynamic plugins.
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-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-07-30 Bill WendlingAdd a "Compare" flag to the target instruction descript...
2010-07-30 Jim GrosbachMany Thumb2 instructions can reference the full ARM...
2010-07-28 Bob WilsonFix a warning from gcc-4.0 (from the ppc buildbot).
2010-07-28 Eric ChristopherFilter out patterns that have PredicateOperands.
2010-07-27 Mikhail GlushenkovReturn -1 only on failure to execute a program.
2010-07-26 Eric Christopher80-col.
2010-07-23 Mikhail GlushenkovGet rid of exceptions in llvmc.
2010-07-21 Eric ChristopherHack around extracts that aren't easy to process.
2010-07-20 Chris Lattnerremove option from tablegen for building static header.
2010-07-19 Bruno Cardoso LopesAdd 256-bit vaddsub, vhadd, vhsub, vblend and vdpp...
2010-07-19 Mikhail GlushenkovRemove code duplication.
2010-07-19 Mikhail GlushenkovBetter error reporting for switch_list.
2010-07-19 Daniel DunbarTblGen/AsmMatcher: Add support for honoring instruction...
2010-07-19 Mikhail Glushenkovllvmc: Add a new option type (switch_list).
2010-07-16 Bill WendlingUpdate comment.
2010-07-16 Bill WendlingRename DBG_LABEL PROLOG_LABEL, because it's only used...
2010-07-12 Duncan SandsConvert some tab stops into spaces.
2010-07-11 Jakob Stoklund OlesenReplace copyRegToReg with COPY in FastISelEmitter.
2010-07-10 Dan GohmanReapply bottom-up fast-isel, with several fixes for...
2010-07-09 Bruno Cardoso LopesStart the support for AVX instructions with 256-bit...
2010-07-09 Bob Wilson--- Reverse-merging r107947 into '.':
2010-07-09 Dan GohmanThese changes should have accompanied r107943.
2010-07-08 Dale JohannesenChanges to ARM tail calls, mostly cosmetic.
2010-07-08 Dan GohmanRevert 107840 107839 107813 107804 107800 107797 107791.
2010-07-07 Chris LattnerImplement the major chunk of PR7195: support for 'callw'
2010-07-07 Dan GohmanGive FunctionLoweringInfo an MBB member, avoiding the...
next