gtest: Fix warnings on MinGW.
[oota-llvm.git] / utils / TableGen /
2010-10-07 Jim Grosbachtrailing whitespace
2010-10-07 Jim GrosbachAllow use of the 16-bit literal move instruction in...
2010-10-07 Jim GrosbachAllow use of the 16-bit literal move instruction in...
2010-10-06 Jim GrosbachNow that VDUPfqf and VDUPfdfare properly pseudos, nuke...
2010-10-06 Chris LattnerGeneralize tblgen's dag parsing logic to handle arbitra...
2010-10-06 Chris Lattnercleanups
2010-10-06 Chris Lattnerremove the !nameconcat tblgen feature. It "shorthand...
2010-10-05 Chris Lattnerallow !strconcat to take more than two operands to...
2010-10-05 Chris Lattnerwhen david added support for #NAME# he didn't update...
2010-10-05 Chris Lattnerenhance tblgen to support anonymous defm's, use this to
2010-10-05 Jim Grosbachtrailing whitespace
2010-10-05 Sebastian RedlUpdate attribute reading for the changed source locatio...
2010-10-05 Douglas GregorProperly deserialize Clang types that are used as attri...
2010-10-04 Sean CallananFixed the disassembler to handle two new X86
2010-10-01 Francois PichetFix typo
2010-09-30 Dale JohannesenMassive rewrite of MMX:
2010-09-30 Jim GrosbachLet a target specify whether it wants an assembly print...
2010-09-29 Evan ChengModel Cortex-a9 load to SUB, RSB, ADD, ADC, SBC, RSC...
2010-09-29 Jim Grosbachtrailing whitespace
2010-09-29 Chris Lattneradd basic avx support to the disassembler, also teach...
2010-09-28 Evan ChengAdd support to model pipeline bypass / forwarding.
2010-09-27 Benjamin KramerPush twines deeper into SourceMgr's error handling...
2010-09-24 Michael J. SpencerGet rid of pop_macro warnings on MSVC.
2010-09-23 Owen AndersonRevert r114703 and r114702, removing the isConditionalM...
2010-09-23 Owen AndersonAdd an TargetInstrDesc bit to indicate that a given...
2010-09-23 Nate BegemanRevert r114596, it's breaking a few tests.
2010-09-22 Nate Begeman<rdar://problem/8228022> Wvector-conversions warnings...
2010-09-21 Chris LattnerRework passing parent pointers into complexpatterns...
2010-09-21 Chris Lattnerjust like they can opt into getting the root of the...
2010-09-21 Chris Lattnerfix a long standing wart: all the ComplexPattern's...
2010-09-21 Mikhail GlushenkovTrailing whitespace, 80-col violations.
2010-09-21 Mikhail Glushenkovllvmc: Allow multiple output languages.
2010-09-18 Eric ChristopherHandle the odd case where we only have one instruction.
2010-09-15 Bob WilsonUse float64 instead of int64 vector elements for NEON...
2010-09-14 Bob WilsonTidy whitespace in generated arm_neon.h.
2010-09-14 Michael J. SpencerCBackend: Fix MSVC build.
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...
next