Fix grammar.
[oota-llvm.git] / utils /
2011-06-12 Jakob Stoklund OlesenTweak hash function and compress hash tables.
2011-06-12 Jakob Stoklund OlesenRemove now dead code.
2011-06-12 Jakob Stoklund OlesenExtract the generateHashTable function.
2011-06-12 Jakob Stoklund OlesenCompute lists of sub-regs, super-regs, and overlapping...
2011-06-11 Jakob Stoklund OlesenMove the list of registers into CodeGenRegBank.
2011-06-10 Jakob Stoklund OlesenMove some sub-register index calculations to CodeGenReg...
2011-06-09 Jakob Stoklund OlesenMove TableGen's register bank classes to their own...
2011-06-09 Bob WilsonAdd special-case range checking for VCVT_N intrinsic...
2011-06-07 Chad RosierFixed a few illegal paths with llvm_unreachable. Patch...
2011-06-04 Jakob Stoklund OlesenDrop a RecordKeeper reference that wasn't necessary.
2011-06-04 Jakob Stoklund OlesenSilence compiler warnings.
2011-06-04 Jakob Stoklund OlesenTeach TableGen to evaluate DAG expressions as set opera...
2011-06-03 Nick LewyckyRework the logic to not rely on undefined behaviour...
2011-06-02 Jakob Stoklund OlesenMake it possible to have unallocatable register classes.
2011-06-01 Joerg SonnenbergerAdd new -d option to tblgen. It writes a make(1)-style...
2011-05-31 Bruno Cardoso LopesFix ssat and ssat16 encodings for ARM and Thumb. The...
2011-05-30 Rafael EspindolaUse the dwarf->llvm mapping to print register names...
2011-05-30 Rafael EspindolaIntroduce the DwarfRegAlias class for declaring that...
2011-05-28 John McCallChange how tblgen generates attributes for intrinsics...
2011-05-28 Rafael EspindolaFix the root cause of the bootstrap failure:
2011-05-25 Argyrios Kyrtzidis[tablegen] A couple of changes to ClangDiagnosticEmmitter.
2011-05-23 Bill WendlingUse a more efficient data structure for the "operand...
2011-05-19 Cameron ZwarichFix PR9947 by placing OPFL_MemRefs on the node using...
2011-05-18 Tanya LattnerIn r131488 I misunderstood how VREV works. It splits...
2011-05-17 Tanya Lattnervrev is incorrectly defined in the perfect shuffle...
2011-05-10 Jakob Stoklund OlesenDowngrade a tablegen warning to an error.
2011-05-09 Mon P WangFixed MC encoding for index_align for VLD1/VST1 (single...
2011-05-07 Jakob Stoklund OlesenTeach TableGen to automatically generate missing SubReg...
2011-05-06 Jim GrosbachImprove diagnostics for some parse errors. Not assertin...
2011-05-06 Jim GrosbachParseFile() may throw, so extend the try/catch to handl...
2011-05-05 Mikhail Glushenkovllvmc: Make it possible to provide an argument to ...
2011-05-04 Nick LewyckyThe system suppression file should catch these, but...
2011-05-03 Jim GrosbachTidy up. Add missing newline to generated file.
2011-04-29 Eli FriedmanFilter out pattterns from the FastISel emitter which...
2011-04-29 Nick LewyckyRename profile_rt.so to libprofile_rt.so under configur...
2011-04-28 Owen AndersonFix a bug in tblgen that caused incorrect encodings...
2011-04-24 Mikhail GlushenkovAdd a TODO.
2011-04-23 Jay FoadRemove unused STL header includes.
2011-04-22 Johnny ChenDisassembly of A8.6.59 LDR (literal) Encoding T1 (16...
2011-04-22 Bob WilsonDefine Neon load/store intrinsics for Clang as macros...
2011-04-21 Jakob Stoklund OlesenDon't allow per-register spill size and alignment.
2011-04-20 Jakob Stoklund OlesenPrefer cheap registers for busy live ranges.
2011-04-18 Eric ChristopherInvert the meaning of printAliasInstr's return value...
2011-04-18 Owen AndersonEnhance the fixed-length disassembler to support the...
2011-04-18 Chris LattnerAdd a new bit that ImmLeaf's can opt into, which allows...
2011-04-18 Chris LattnerImplement major new fastisel functionality: the matcher...
2011-04-17 Chris Lattnerintroduce a new OpKind abstraction which wraps up opera...
2011-04-17 Chris Lattnerchange OperandsSignature to use SmallVector<char> inste...
2011-04-17 Chris Lattnersince the VT is fixed for a ImmLeaf, there is no reason...
2011-04-17 Chris Lattnernow that predicates have a decent abstraction layer...
2011-04-17 Chris LattnerRework our internal representation of node predicates...
2011-04-17 Chris Lattnerremove some debugging code I added.
2011-04-17 Chris Lattner1. merge fast-isel-shift-imm.ll into fast-isel-x86...
2011-04-15 Douglas GregorInitial work to improve documentation for Clang's diagn...
2011-04-15 Evan ChengIncrease SubtargetFeatureKV Value and Implies fields...
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2011-04-13 Bill WendlingAdd an option to not print the alias of an instruction...
2011-04-11 Johnny ChenThumb disassembler was erroneously rejecting "blx sp...
2011-04-11 NAKAMURA TakumiTableGen: Keep the order of DECL_CONTEXT() for DeclNode...
2011-04-11 Daniel Dunbarbuild: Add support for a SHOW_DIAGNOSTICS build variable.
2011-04-09 Chris Lattnerfix PR9629 - We were lowering regexes like a{{b|c}...
2011-04-09 Chris Lattnervarious cleanups, no functionality change.
2011-04-08 Bill WendlingOnly emit the AvailableFeatures variable if it's used.
2011-04-07 Bill WendlingReplace the old algorithm that emitted the "print the...
2011-04-04 Joerg SonnenbergerAdd support for the VIA PadLock instructions.
2011-04-04 Joerg SonnenbergerUse array_lengthof
2011-04-04 Joerg SonnenbergerChange loops to derive the number of tables automatically
2011-04-01 Daniel Dunbartlbgen/MC: StringRef's to temporary objects considered...
2011-04-01 Andrew TrickAdd annotations to tablegen-generated processor itinera...
2011-04-01 Andrew Trickwhitespace
2011-03-31 Nick LewyckyFix typo in generated HTML.
2011-03-31 Bob WilsonUse intrinsics for Neon vmull operations. Radar 9208957.
2011-03-30 Argyrios KyrtzidisClangSAEmClangSACheckersEmitter, emit info about groups.
2011-03-29 Matt Beaumont-GayQuiet a gcc warning about changed name lookup rules
2011-03-29 Argyrios KyrtzidisIn ClangSACheckersEmitter:
2011-03-29 Argyrios KyrtzidisFor ClangSACheckersEmitter, allow a package to belong...
2011-03-28 Devang PatelRemove scripts used by TEST=dbg from here. They now...
2011-03-27 Duncan SandsPartially revert commit 127155: I think it is much...
2011-03-26 Douglas GregorExtend Clang's TableGen emitter for attributes to suppo...
2011-03-25 Duncan SandsUseful script for finding regressions in the nightly...
2011-03-25 Johnny Chendelegate the disassembly of t2ADR to the more generic...
2011-03-24 Johnny ChenThe opcode names ("tLDM", "tLDM_UPD") used for conflict...
2011-03-24 Johnny ChenThe ARM disassembler was confused with the 16-bit tSTMI...
2011-03-24 Bruno Cardoso LopesAdd asm parsing support w/ testcases for strex/ldrex...
2011-03-24 Johnny ChenADR was added with the wrong encoding for inst{24-21...
2011-03-23 Douglas GregorUpdate the Clang attribute emitter to handle attributes...
2011-03-21 Bill WendlingCall static functions so that they aren't left unused.
2011-03-21 Bill WendlingA WIP commit of the InstAlias printing cleanup. This...
2011-03-21 Bill WendlingAdd the IAPrinter class.
2011-03-21 Bill Wendling* Add classes that support the "feature" information.
2011-03-18 Owen AndersonThumb2 PC-relative loads require a fixup rather than...
2011-03-18 NAKAMURA Takumiraw_ostream: [PR6745] Tweak formatting (double)%e for...
2011-03-15 NAKAMURA Takumilit/ProgressBar.py: [PR7919] Improve line wrap for...
2011-03-15 Evan Cheng- Add "Bitcast" target instruction property for instruc...
2011-03-15 Sean CallananX86 table-generator and disassembler support for the AVX
2011-03-14 Owen AndersonIgnore isCodeGenOnly instructions when generating diass...
2011-03-14 Jim GrosbachTrailing whitespace.
2011-03-14 Francois PichetCorrect small comment order typo.
2011-03-12 Jim GrosbachRemove no-longer-correct special case for disasm of...
2011-03-11 Jim GrosbachPseudo-ize the ARM 'B' instruction.
next