Fix typo: Exectuable -> Executable
[oota-llvm.git] / utils /
2010-11-16 Bob WilsonUse new neon_vector_type and neon_polyvector_type attri...
2010-11-16 Bob WilsonChange Neon polynomial types to be signed to match...
2010-11-16 Bob WilsonRefactor to new GetNumElements function.
2010-11-16 Bob WilsonTidy up some things in <arm_neon.h>.
2010-11-16 Bob WilsonReapply "Stop using struct wrappers for Neon vector...
2010-11-16 Bob WilsonRevert "Stop using struct wrappers for Neon vector...
2010-11-16 Michael J. SpencerThis is the first step in adding sane error handling...
2010-11-16 Bob WilsonStop using struct wrappers for Neon vector types in...
2010-11-16 Bill WendlingEncode the multi-load/store instructions with their...
2010-11-15 Chris Lattnerpull the code to get the operand value out of the loop.
2010-11-15 Chris Lattnersplit the giant encoder loop into two new helper functions.
2010-11-15 Chris Lattnerreduce nesting and minor cleanups, no functionality...
2010-11-15 Chris Lattneradd fields to the .td files unconditionally, simplifyin...
2010-11-14 NAKAMURA TakumiFileCheck: Eliminate DOSish \r from input file.
2010-11-11 Jim GrosbachARM fixup encoding for direct call instructions (BL).
2010-11-11 Owen AndersonAdd support for specifying a PostEncoderMethod, which...
2010-11-10 Dan GohmanRename AccessesArguments and AccessesArgumentsReadonly...
2010-11-09 Dan GohmanTranslate IntrReadArgMem to AccessesArgumentsReadonly.
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...
next