Revert 118422 in search of bot verdancy.
[oota-llvm.git] / utils /
2010-11-06 Chris Lattnerpass literals like $$1 through to the asm matcher....
2010-11-06 Chris Lattneradd (and document) the ability for alias results to...
2010-11-06 Chris Lattnergeneralize alias support to allow the result of an...
2010-11-06 Chris Lattnerfix a bug where we had an implicit assumption that the
2010-11-06 Chris Lattnerfix some bugs in the alias support, unblocking changing...
2010-11-06 Chris LattnerReimplement BuildResultOperands to be in terms of the...
2010-11-06 Chris Lattnerimplement more checking to reject things like:
2010-11-06 Chris Lattnerdecode and validate instruction alias result definitions.
2010-11-06 Chris Lattnersimplify
2010-11-06 Chris Lattnerfix another fixme, replacing a string with a semantic...
2010-11-06 Chris Lattnerdisolve a hack, having CodeGenInstAlias decode the...
2010-11-04 Duncan SandsIn the calling convention logic, ValVT is always a...
2010-11-04 Chris Lattnerpartition operand processing between aliases and instru...
2010-11-04 Chris Lattnerpull name slicing out of BuildInstructionOperandReferen...
2010-11-04 Chris Lattnercleanups.
2010-11-04 Chris Lattnerreplace SrcOpNum with SrcOpName, eliminating a numering...
2010-11-04 Chris Lattnerstrength reduce some code, resolving a fixme.
2010-11-04 Chris Lattnertake a big step to making aliases more general and...
2010-11-03 Jim GrosbachSupport generating an MC'ized CodeEmitter directly...
2010-11-03 Chris Lattnerrename Operand -> AsmOperand for clarity.
2010-11-03 Duncan SandsInside the calling convention logic LocVT is always...
2010-11-03 Jim GrosbachBreak ARM addrmode4 (load/store multiple base address...
2010-11-02 Chris LattnerCompletely reject instructions that have an operand...
2010-11-02 Chris Lattnermake MatchableInfo::Validate reject instructions (like...
2010-11-02 Chris Lattnerrewrite EmitConvertToMCInst to iterate over the MCInst...
2010-11-02 Chris Lattnermerge two large parallel loops in EmitConvertToMCInst...
2010-11-02 Chris Lattnera bunch of random cleanup, move a helper to CGT where...
2010-11-02 Jim GrosbachRevert r114340 (improvements in Darwin function prologu...
2010-11-02 Chris Lattneradd and update comments.
2010-11-02 Chris Lattnerrefactor/cleanup MatchableInfo by eliminating the Token...
2010-11-02 Chris Lattnerrename operands -> asmoperands to be more descriptive.
2010-11-02 Jim GrosbachTidy up.
2010-11-01 Chris Lattnerfix computation of ambiguous instructions to not ignore...
2010-11-01 Chris Lattnergive MatchableInfo::Operand a constructor
2010-11-01 Chris LattnerImplement enough of the missing instalias support to get
2010-11-01 Chris Lattnerrename InstructionInfo -> MatchableInfo since it now
2010-11-01 Chris Lattnerrefactor initialization of InstructionInfo to be sharab...
2010-11-01 Chris Lattnermake the asm matcher emitter reject instructions that...
2010-11-01 Chris Lattnerrefactor InstructionInfo to not have a pointer to CodeG...
2010-11-01 Chris Lattnerdefine a new CodeGenInstAlias. It has an asmstring...
2010-11-01 Chris Lattnerfactor the operand list (and related fields/operations...
2010-11-01 Chris Lattneravoid needless throw/catch/rethrow, stringref'ize some...
2010-11-01 Chris Lattnereliminate the old InstFormatName which is always "AsmSt...
2010-11-01 Chris Lattnerall predicates on an MnemonicAlias must be AssemblerPre...
2010-11-01 Chris Lattnerchange the singleton register handling code to be based...
2010-11-01 Chris LattnerGive AsmMatcherInfo a CodeGenTarget, which simplifies...
2010-11-01 Chris Lattnermove FlattenVariants out of AsmMatcherEmitter into...
2010-11-01 Chris Lattneradd a FIXME, $lane in ARM is an issue that needs to...
2010-11-01 Chris Lattnerreject instructions that contain a \n in their asmstrin...
2010-10-31 Chris Lattnerfix a crash on:
2010-10-31 Chris Lattnerfix the !eq operator in tblgen to return a bit instead...
2010-10-31 Chris Lattnertwo changes: make the asmmatcher generator ignore ARM...
2010-10-31 Chris Lattnerreapply r117858 with apparent editor malfunction fixed...
2010-10-31 Chris Lattnerrevert r117858 while I check out a failure I missed.
2010-10-31 Chris Lattnerthe asm matcher can't handle operands with modifiers...
2010-10-30 Chris Lattnerhave GetAliasRequiredFeatures get its features from
2010-10-30 Chris Lattnersimplify code that creates SubtargetFeatureInfo, ensuri...
2010-10-30 Chris Lattnerfix a fixme in stringmatcher, having it generate nice...
2010-10-30 Chris Lattnerfix typos and some serious bugs in feature handling...
2010-10-30 Chris LattnerResolve a terrible hack in tblgen: instead of hardcoding
2010-10-30 Chris LattnerImplement (and document!) support for MnemonicAlias...
2010-10-30 Chris Lattnerfix build problem
2010-10-30 Chris Lattnerdiagnose targets that define two alises with the same...
2010-10-30 Chris Lattneremit the mnemonic aliases in their own helper function...
2010-10-30 Chris Lattnerimplement (and document!) the first kind of MC assemble...
2010-10-29 Dan GohmanApply a patch from Frits van Bommel to fix the CMake...
2010-10-29 Jim Grosbachtrailing whitespace
2010-10-29 Dan Gohmannot is testing for a normal exit with a non-zero value...
2010-10-28 Chris Lattnerfix the asmmatcher generator to handle targets with...
2010-10-27 Evan ChengShifter ops are not always free. Do not fold them ...
2010-10-27 Owen AndersonProvide correct encodings for NEON vcvt, which has...
2010-10-27 Kevin EnderbyAdded the x86 instruction ud2b (2nd official undefined...
2010-10-26 Dan GohmanEnable clang autocompletion by default.
2010-10-26 Jim GrosbachFirst part of refactoring ARM addrmode2 (load/store...
2010-10-23 Benjamin KramerConstify another 2 disassembler tables.
2010-10-23 Benjamin KramerMake the disassembler tables const so they end up in...
2010-10-23 Mikhail GlushenkovRemove -llvmc-temp-hack from tblgen.
2010-10-23 Mikhail GlushenkovSyntax tweak in llvmc: (something [a,b,c]) -> (somethin...
2010-10-23 Mikhail GlushenkovTrailing whitespace.
2010-10-22 Bob WilsonDo not install libBugpointPasses.dylib for Apple builds...
2010-10-22 Bob WilsonFix the name of libLLVMHello.dylib so that it does...
2010-10-22 Benjamin KramerMake some symbols static, move classes into anonymous...
2010-10-20 Anders CarlssonAdd a way to emit StringSwitch of clang attribute spell...
2010-10-19 Michael J. SpencerFix VC2010 build.
2010-10-17 Oscar FuentesBuild with RTTI and exceptions disabled. Only in GCC...
2010-10-15 Michael J. SpencerKillTheDoctor: Fix 2008 build. I'm actually surprised...
2010-10-15 Jakob Stoklund OlesenTeach FileCheck to handle trailing CHECK-NOT patterns.
2010-10-15 Jim GrosbachARM mode encoding information for UBFX and SBFX instruc...
2010-10-14 Jim GrosbachTeach PerfectShuffle to not generate files with embedde...
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 Michael J. SpencerKillTheDoctor: Fix VS2008 build.
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 Michael J. SpencerAdd KillTheDoctor.
2010-10-11 Jim Grosbachtrailing whitespace cleanup
2010-10-11 Jim GrosbachWhen figuring out which operands match which encoding...
2010-10-11 Chris LattnerPer discussion with Sanjiv, remove the PIC16 target...
next