No functionality change. Type::isSized() can be expensive, so avoid calling it
[oota-llvm.git] / utils /
2012-03-06 Jim GrosbachARM more NEON VLD/VST composite physical register refac...
2012-03-06 Jim GrosbachARM refactor more NEON VLD/VST instructions to use...
2012-03-06 Owen AndersonFix support for encodings up to 64-bits in length....
2012-03-06 Craig TopperUse uint16_t to store indices into string table since...
2012-03-06 Craig TopperAdd asserts to ensure that values will fit into the...
2012-03-05 Jim GrosbachNuke a bit of dead code.
2012-03-05 Jim GrosbachARM Refactor VLD/VST spaced pair instructions.
2012-03-05 Jim GrosbachARM refactor away a bunch of VLD/VST pseudo instructions.
2012-03-05 Craig TopperShrink and reorder fields in MCRegisterClass to reduce...
2012-03-05 Craig TopperConvert more GenRegisterInfo tables from unsigned to...
2012-03-04 Craig TopperUse uint16_t to store register overlaps to reduce stati...
2012-03-04 Craig TopperUse uint16_t instead of unsigned to store registers...
2012-03-04 Craig TopperUse uint16_t to store registers in callee saved registe...
2012-03-04 Craig TopperUse uint8_t instead of enums to store values in X86...
2012-03-03 Benjamin KramerPerform the string table optimization for OperandMatchE...
2012-03-03 Benjamin KramerShrink the asm matcher tables.
2012-03-03 Benjamin KramerStringToOffsetTable: Allow uniquing the first element...
2012-03-03 Duncan SandsHonour --config-prefix also for lit.local.cfg.
2012-03-01 Benjamin KramerMove getSubRegIndex out of generated code into MCRegist...
2012-03-01 Jim GrosbachMove TargetRegisterInfo::getSubReg() to MCRegisterInfo.
2012-03-01 Jim GrosbachRevert "Emit the SubRegTable with the smallest possible...
2012-03-01 Benjamin KramerMake TargetRegisterClasses non-virtual by making the...
2012-03-01 Benjamin KramerEmit the "is an intrinsic overloaded" table as a bitfield.
2012-03-01 Benjamin KramerEmit the intrinsic modref info as a lookup table instea...
2012-02-29 Benjamin KramerImplement getSubRegIndex as a linear search on the...
2012-02-29 Jim GrosbachTidy up. 80 columns.
2012-02-29 Benjamin KramerEmit the SubRegTable with the smallest possible integer...
2012-02-29 Jim GrosbachTidy up. Spelling.
2012-02-29 Jim GrosbachMove the subregister indicies enum into the REGINFO_ENU...
2012-02-29 Jim GrosbachSwitch TargetRegisterInfo::getSubReg() to use a lookup...
2012-02-28 Craig TopperConvert generated intrinsic attributes to use an array...
2012-02-27 Craig TopperUpdate tblgen command guide. Remove unused tblgen Instr...
2012-02-27 Craig TopperX86 disassembler support for jcxz, jecxz, and jrcxz...
2012-02-23 Craig TopperRemove 'if' from getSuperRegisters, getSubRegisters...
2012-02-22 Bill WendlingRemove bad comma from .el file.
2012-02-22 David GreeneAdd Foreach Loop
2012-02-22 Craig TopperDeclare register classes as const. Fix a couple pointer...
2012-02-22 Craig TopperMake all pointers to TargetRegisterClass const since...
2012-02-21 Craig TopperReorder some members in MCRegisterClass to remove paddi...
2012-02-21 Craig TopperIn generated RegisterInfo files, replace a pointer...
2012-02-21 Craig TopperMerge some tables in generated RegisterInfo file. Store...
2012-02-19 Ahmed CharlesRemove dead code. Improve llvm_unreachable text. Simpli...
2012-02-19 Craig TopperAdd vmfunc instruction to X86 assembler and disassembler.
2012-02-18 Craig TopperAdd X86 assembler and disassembler support for AMD...
2012-02-15 Daniel Dunbarutils: Kill NewNightlyTest.pl, which has been replaced...
2012-02-11 Benjamin KramerMake the EDis tables const.
2012-02-11 Benjamin KramerReuse the enum names from X86Desc in the X86Disassembler.
2012-02-10 Benjamin KramerPut instruction names into an indexed string table...
2012-02-09 Benjamin KramerStore just the SimpleValueType in the generated VT...
2012-02-09 Benjamin KramerMove the Name field in MCInstrDesc to the end, saving...
2012-02-09 James MolloyTeach the MC and disassembler about SoftFail, and hook...
2012-02-09 Craig TopperMore tweaks to get the size of the X86 disassembler...
2012-02-09 Craig TopperFlatten some of the arrays in the X86 disassembler...
2012-02-08 Benjamin KramerDon't map registers to the invalid dwarf register ...
2012-02-08 Benjamin KramerValue initialize MCRegisterClasses. Not sure how could...
2012-02-06 Andrew TrickThis is a small patch with a couple of improvements...
2012-02-05 Craig TopperConvert assert(0) to llvm_unreachable
2012-02-03 Brendon CahoonIncrement DFAStateEntryTable index for sentinel entry.
2012-02-03 Rafael EspindolaReplace the old --with-cxx-* configure options with...
2012-02-01 Jakob Stoklund OlesenSpecify SubRegIndex components on the index itself.
2012-02-01 Jakob Stoklund OlesenFix a bug in the TopoOrderRC comparison function.
2012-02-01 Jakob Stoklund OlesenAvoid emitting empty arrays, they're not standard C++.
2012-01-31 Jakob Stoklund OlesenDon't assign a value to NUM_TARGET_NAMED_SUBREGS.
2012-01-31 Jakob Stoklund OlesenMove the composite map into CodeGenSubRegIndex.
2012-01-31 Jakob Stoklund OlesenAdd a TableGen CodeGenSubRegIndex class.
2012-01-27 David GreeneRemove Deprecated Features
2012-01-26 Eric ChristopherUse -H on darwin as well.
2012-01-24 Jim GrosbachTidy up. Trailing whitespace.
2012-01-24 Owen AndersonWiden the instruction encoder that TblGen emits to...
2012-01-24 Jakob Stoklund OlesenAdd an (interleave A, B, ...) SetTheory operator.
2012-01-22 David BlaikieHelp GCC along with code that's actually unreachable.
2012-01-21 David BlaikieRemove unreachable defaults from gtest.
2012-01-20 Kostya SerebryanyExtend Attributes to 64 bits
2012-01-18 Jakob Stoklund OlesenAdd a CoveredBySubRegs property to Register descriptions.
2012-01-18 Daniel Dunbar[lit] Add a --filter option which is useful when dealin...
2012-01-17 Jakob Stoklund OlesenAdd TableGen support for callee saved registers.
2012-01-17 Devang PatelIntel syntax: Ignore mnemonic aliases.
2012-01-17 Benjamin KramerAdd an LLDB data formatter script for llvm::SmallVector...
2012-01-17 David BlaikieProvide better messages in llvm_unreachable.
2012-01-17 David BlaikieRemove unreachable code. (replace with llvm_unreachable...
2012-01-16 David BlaikieRemoving unused default switch cases in switches over...
2012-01-13 Jakob Stoklund OlesenSkip the NAME field when forming tuples.
2012-01-13 Jakob Stoklund OlesenDelete CodeInit and CodeRecTy from TableGen.
2012-01-12 Pete CooperAdded MVT::v2f16
2012-01-11 Argyrios KyrtzidisDisable the crash reporter when running lit tests.
2012-01-10 Devang PatelRecord asm variant id in MatchEntry and check it while...
2012-01-10 David BlaikieRemove unnecessary default cases in switches that cover...
2012-01-09 Devang PatelUse descriptive variable name and remove incorrect...
2012-01-09 Devang PatelSplit AsmParser into two components - AsmParser and...
2012-01-07 Benjamin KramerRemove VectorExtras. This unused helper was written...
2012-01-07 Cameron ZwarichFix TableGen so that it will emit the correct signature...
2012-01-07 Devang PatelRefactor.
2012-01-07 Devang PatelEliminate an error check that may not work with all...
2012-01-06 Daniel Dunbarlit/lit.TestRunner: Add an extra_substitutions argument...
2012-01-05 Devang PatelDo not hard code asm variant number.
2012-01-03 Jakob Stoklund OlesenDon't use enums larger than 1 << 31 for target features.
2011-12-30 Craig TopperAdd disassembler support for VPERMIL2PD and VPERMIL2PS.
2011-12-30 Craig TopperAdd FMA4 instructions to disassembler.
2011-12-22 Jim GrosbachARM VFP assembly parsing and encoding for VCVT(float...
2011-12-22 Bob WilsonRemove broken command to copy tblgen tool.
next