Add llvm::getOrdinalSuffix to get the appropriate -st, -nd, -rd, -th suffix.
[oota-llvm.git] / utils /
2012-09-21 Chad Rosier[ms-inline asm] Expose the mnemonicIsValid() function...
2012-09-21 Chad RosierWhitespace.
2012-09-21 Dmitri GribenkoClarify comment.
2012-09-19 Micah VillmowAdd in new data types that are used by AMDIL/ANL among...
2012-09-19 Owen AndersonSoften the pattern-can-never-match error in TableGen...
2012-09-19 Craig TopperRemove code for setting the VEX L-bit as a function...
2012-09-19 Andrew TrickSchedMachineModel: compress the CPU's WriteLatencyTable.
2012-09-19 Sean SilvaIterate deterministicaly over ClassInfo*'s
2012-09-19 Sean SilvaIterate deterministically over register classes
2012-09-19 Sean SilvaRefactor Record* by-ID comparator to Record.h
2012-09-18 Benjamin KramerFileCheck: Fix off-by-one bug that made CHECK-NOT:...
2012-09-18 Craig TopperMake custom operand parsing mnemonic indices use the...
2012-09-18 Craig TopperUse variable type for index into mnemonic table. Shrink...
2012-09-18 Andrew TrickReplaced ReInitMCSubtargetInfo with InitMCProcessor.
2012-09-18 Andrew Trickcomment typo
2012-09-18 Andrew TrickTableGen subtarget emitter. Use getSchedClassIdx.
2012-09-18 Andrew TrickTableGen subtarget emitter. Generate resolveSchedClass...
2012-09-18 Andrew TrickTableGen subtarget emitter. Remove unnecessary header...
2012-09-18 Andrew TrickTableGen subtarget emitter. Initialize MCSubtargetInfo...
2012-09-18 Craig TopperMark asm matcher conversion table as const.
2012-09-18 Craig TopperFix typo in comment. No functional change.
2012-09-17 Andrew TrickBackout the wrong subtarget emitter fix
2012-09-17 Andrew TrickFix release build after reverting
2012-09-17 Andrew TrickRevert r164061-r164067. Most of the new subtarget emitter.
2012-09-17 Andrew TrickInitMCProcessor
2012-09-17 Andrew Trickcomment typo
2012-09-17 Andrew TrickTableGen subtarget emitter. Use getSchedClassIdx.
2012-09-17 Andrew TrickTableGen subtarget emitter. Generate resolveSchedClass...
2012-09-17 Andrew TrickTableGen subtarget emitter. Initialize MCSubtargetInfo...
2012-09-17 Andrew TrickTableGen subtarget emitter. Format and emit data tables...
2012-09-17 Andrew TrickTableGen subtarget emitter. Generate data tables for...
2012-09-17 Andrew TrickTableGen subtarget emitter. Emit processor resources...
2012-09-17 Andrew TrickTableGen subtarget parser: Add getProcResourcesIdx().
2012-09-17 Jim GrosbachTableGen: Add initializer.
2012-09-17 Axel NaumannFix a few vars that can end up being used without initi...
2012-09-17 Michael LiaoFix typo
2012-09-16 Craig TopperAdd 'virtual' keywoards to output file for overridden...
2012-09-16 Craig TopperAdd 'virtual' keywoards to output file for overridden...
2012-09-15 Dmitri GribenkoFix Doxygen issues: wrap code examples in \code and...
2012-09-15 Craig TopperRevert r163878 as it breaks on targets with alternate...
2012-09-15 Andrew TrickTableGen subtarget parser. Handle new machine model.
2012-09-15 Andrew TrickTableGen subtarget parser. Handle new machine model.
2012-09-15 Andrew TrickTableGen subtarget parser. Handle new machine model.
2012-09-14 Craig TopperAllow the second opcode info table to be 8, 16, or...
2012-09-14 Craig TopperReduce size of register name index tables by using...
2012-09-13 Manman RenAsmWriterEmitter: OpInfo2 should be unsigned 16-bit.
2012-09-13 Manman RenAsmWriterEmitter: increase the number of bits for Opcod...
2012-09-13 Dmitri GribenkoFix Doxygen issues:
2012-09-13 Craig TopperAdd a new compression type to ModRM table that detects...
2012-09-12 Jim GrosbachTableGen: Convert an assert() to a proper diagnostic.
2012-09-12 Dmitri GribenkoFix a couple of Doxygen comment issues pointed out...
2012-09-11 Owen AndersonImprove tblgen code cleanliness: create an unknown_clas...
2012-09-11 Owen AndersonCompute a map from register names to registers, rather...
2012-09-11 Jakob Stoklund OlesenAdd TRI::getSubRegIndexLaneMask().
2012-09-11 Jakob Stoklund OlesenClean the sub-reg index composition maps at emission.
2012-09-11 Jakob Stoklund OlesenAdd MCRI::getNumSubRegIndices() and start checking...
2012-09-11 Craig TopperChange unsigned to a uint16_t in static disassembler...
2012-09-10 Evgeniy StepanovGTest on Android needs a custom tmpdir path.
2012-09-08 NAKAMURA Takumilit: Util.which(): Use os.path.isfile() instead of...
2012-09-08 Ted KremenekRevert "Add -exact-match option to FileCheck to allow...
2012-09-07 Anshuman DasguptaRefactored DFA generator. Merged transition class into...
2012-09-07 Ted KremenekAdd -exact-match option to FileCheck to allow clients...
2012-09-06 Michael LiaoRe-work bit/bits value resolving in tblgen
2012-09-06 Tom StellardTablegen: Add OperandWithDefaultOps Operand type
2012-09-06 Nadav RotemAdd a new optimization pass: Stack Coloring, that merge...
2012-09-05 Roman DivackyConstify subtarget info properly so that we dont cast...
2012-09-05 Chad RosierFix function name per coding standard.
2012-09-05 Chad RosierFix function name per coding standard.
2012-09-04 Chad Rosier[ms-inline asm] Remove the Inline Asm Non-Standard...
2012-09-04 David Blaikie[LIT] Add a clang_tools_extra_site_cfg to match the...
2012-09-04 Evgeniy StepanovFix Android build of gtest and lib/Support.
2012-09-03 Chad Rosier[ms-inline asm] Make comment more verbose and add an...
2012-09-03 Chad Rosier[ms-inline asm] Asm operands can map to one or more...
2012-09-03 Chad Rosier[ms-inline asm] Add an interface to the GetMCInstOperan...
2012-09-03 Chad RosierRemove extraneous return.
2012-09-03 Chad Rosier[ms-inline asm] Return the MCOperandNum instead of...
2012-09-03 Chad RosierRemoved unused argument.
2012-09-03 Chad Rosier[ms-inline asm] Expose the Kind and Opcode variables...
2012-08-31 Chad RosierRemove an unused argument. The MCInst opcode is set...
2012-08-31 Craig TopperAdd support for converting llvm.fma to fma4 instructions.
2012-08-31 Chad RosierWith the fix in r162954/162955 every cvt function retur...
2012-08-30 Chad RosierWhitespace.
2012-08-30 Chad RosierWhitespace.
2012-08-30 Chad RosierHoist a check to eliminate obvious mismatches as early...
2012-08-30 Chad Rosier[ms-inline asm] Add a new function, GetMCInstOperandNum...
2012-08-29 Andrew TrickFix a nondeterminism in the ARM assembler.
2012-08-28 Jakob Stoklund OlesenCheck all patterns for missing instruction flags.
2012-08-24 Richard SmithFix integer undefined behavior due to signed left shift...
2012-08-24 Jakob Stoklund OlesenInfer instruction properties from single-instruction...
2012-08-24 Jakob Stoklund OlesenStop inferring isVariadic from instruction patterns.
2012-08-24 Jakob Stoklund OlesenVerify explicit instruction properties when they can...
2012-08-24 Jakob Stoklund OlesenHeed guessInstructionProperties, and stop warning on...
2012-08-23 Jakob Stoklund OlesenTristate mayLoad, mayStore, and hasSideEffects.
2012-08-23 Jakob Stoklund OlesenAdd CodeGenTarget::guessInstructionProperties.
2012-08-23 Dmitri GribenkoFix a bunch of -Wdocumentation warnings.
2012-08-22 Jakob Stoklund OlesenPrint out the location of expanded multiclass defs...
2012-08-22 Jim GrosbachTblGen: Make asm-matcher ConvertToMCInst() table driven.
2012-08-21 Chad RosierFormatting. No functional change.
2012-08-17 Akira HatanakaAdd stub methods for mips assembly matcher.
2012-08-17 Craig TopperDeclare some for loop indices inside the for loop state...
next