Update comments.
[oota-llvm.git] / utils / TableGen /
2010-10-20 Anders CarlssonAdd a way to emit StringSwitch of clang attribute spell...
2010-10-17 Oscar FuentesBuild with RTTI and exceptions disabled. Only in GCC...
2010-10-15 Jim GrosbachARM mode encoding information for UBFX and SBFX instruc...
2010-10-13 Jim GrosbachRefactor the ARM 'setend' instruction pattern. Use...
2010-10-13 Jim GrosbachAdd ARM mode encoding for [SU]XT[BH] and [SU]XTA[BH...
2010-10-12 Jim GrosbachAllow targets to optionally specify custom binary encod...
2010-10-12 Cameron EsfahaniFix spelling error.
2010-10-11 Jim GrosbachThe assert() should reference to machine instr operand...
2010-10-11 Jim GrosbachMake sure to use the machine instruction operand number...
2010-10-11 Jim Grosbachtrailing whitespace cleanup
2010-10-11 Jim GrosbachWhen figuring out which operands match which encoding...
2010-10-08 Jim GrosbachA few 80 column cleanups
2010-10-08 Jim Grosbachtrailing whitespace
2010-10-08 Daniel DunbarFix -Asserts warning.
2010-10-08 Jim GrosbachMake <target>CodeEmitter::getBinaryCodeForInstr() a...
2010-10-07 Jim GrosbachMove checking for t2MOVCCi16 to the right place.
2010-10-07 Nick LewyckyFix typo in comment.
2010-10-07 Dan GohmanMove tool_output_file into its own file.
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...
next