remove dead code.
[oota-llvm.git] / utils / TableGen /
2010-09-01 Chris Lattnerremove dead code.
2010-09-01 Dan GohmanMake tool_output_file's raw_ostream instance a member...
2010-08-28 Chris Lattnermore dead thing zapping.
2010-08-28 Chris Lattnerzap dead method
2010-08-27 Bob WilsonFix a comment typo.
2010-08-25 Eric ChristopherAllow strict subclasses of register classes, this way...
2010-08-25 Eric ChristopherSplit out register class subclassing to a separate...
2010-08-24 Eric ChristopherFix comment.
2010-08-24 Mikhail Glushenkovllvmc: Improve error handling in EmitEdgeClasses().
2010-08-23 Mikhail Glushenkovllvmc: Make syntax more consistent.
2010-08-23 Mikhail Glushenkovllvmc: Allow multiple LanguageMaps.
2010-08-23 Mikhail Glushenkovllvmc: Properly handle (error) in edge properties.
2010-08-23 Mikhail Glushenkovllvmc: Do not mention plugins in the code.
2010-08-23 Chandler CarruthFix some GCC warnings by providing a virtual destructor...
2010-08-20 Mikhail Glushenkovllvmc: Fix alias generation.
2010-08-20 Dan GohmanConvert tablegen to use tool_output_file.
2010-08-20 Mikhail Glushenkovllvmc: Do not prefix option names with AutoGenerated.
2010-08-20 Mikhail Glushenkovllvmc: Cut global namespace pollution.
2010-08-19 Mikhail Glushenkovllvmc: Update examples.
2010-08-19 Eli FriedmanUse std::string instead of StringRef in ClangAttrEmitte...
2010-08-19 Sean HuntAdd include missing for VC build.
2010-08-19 Sean HuntRemove three spurious semicolons
2010-08-18 Sean HuntFinish full attribute class emission for clang.
2010-08-17 Eric ChristopherRemove predicate workaround, we're going to require...
2010-08-16 Bob WilsonRename sat_shift operand to shift_imm, in preparation...
2010-08-15 Mikhail Glushenkovllvmc: remove dynamic plugins.
2010-08-13 Mikhail GlushenkovRevert r111007.
2010-08-13 Mikhail GlushenkovAdd a workaround for building with Clang.
2010-08-13 Mikhail Glushenkovllvmc: fix two tests, remove XFAILs.
2010-08-12 Johnny ChenCleaned up the for-disassembly-only entries in the...
2010-08-12 Daniel Dunbartblgen/AsmMatcher: Always emit the match function as...
2010-08-11 Bob WilsonMove the ARM SSAT and USAT optional shift amount operan...
2010-08-11 Daniel Dunbartblgen/AsmMatcher: Treat '.' in assembly strings as...
2010-08-11 Daniel Dunbartblgen/AsmMatcher: Downgrade instructions with tied...
2010-08-11 Bob WilsonAdd a separate ARM instruction format for Saturate...
2010-08-10 Eric ChristopherWe already have this as OperandNode.
2010-08-08 Bill WendlingAdd back in r109901, which adds a Compare flag to the...
2010-08-06 Rafael EspindolaFix eabi calling convention when a 64 bit value shadows r3.
2010-08-06 Bill WendlingRevert r109901. The implementation of <rdar://problem...
2010-08-06 Eric ChristopherMoar words!
2010-08-06 Nate BegemanAdd tablegen support for vdup_lane
2010-08-05 Dan GohmanRemove IntrWriteMem, as it's the default. Rename IntrWr...
2010-07-30 Bill WendlingAdd a "Compare" flag to the target instruction descript...
2010-07-30 Jim GrosbachMany Thumb2 instructions can reference the full ARM...
2010-07-28 Bob WilsonFix a warning from gcc-4.0 (from the ppc buildbot).
2010-07-28 Eric ChristopherFilter out patterns that have PredicateOperands.
2010-07-27 Mikhail GlushenkovReturn -1 only on failure to execute a program.
2010-07-26 Eric Christopher80-col.
2010-07-23 Mikhail GlushenkovGet rid of exceptions in llvmc.
2010-07-21 Eric ChristopherHack around extracts that aren't easy to process.
2010-07-20 Chris Lattnerremove option from tablegen for building static header.
2010-07-19 Bruno Cardoso LopesAdd 256-bit vaddsub, vhadd, vhsub, vblend and vdpp...
2010-07-19 Mikhail GlushenkovRemove code duplication.
2010-07-19 Mikhail GlushenkovBetter error reporting for switch_list.
2010-07-19 Daniel DunbarTblGen/AsmMatcher: Add support for honoring instruction...
2010-07-19 Mikhail Glushenkovllvmc: Add a new option type (switch_list).
2010-07-16 Bill WendlingUpdate comment.
2010-07-16 Bill WendlingRename DBG_LABEL PROLOG_LABEL, because it's only used...
2010-07-12 Duncan SandsConvert some tab stops into spaces.
2010-07-11 Jakob Stoklund OlesenReplace copyRegToReg with COPY in FastISelEmitter.
2010-07-10 Dan GohmanReapply bottom-up fast-isel, with several fixes for...
2010-07-09 Bruno Cardoso LopesStart the support for AVX instructions with 256-bit...
2010-07-09 Bob Wilson--- Reverse-merging r107947 into '.':
2010-07-09 Dan GohmanThese changes should have accompanied r107943.
2010-07-08 Dale JohannesenChanges to ARM tail calls, mostly cosmetic.
2010-07-08 Dan GohmanRevert 107840 107839 107813 107804 107800 107797 107791.
2010-07-07 Chris LattnerImplement the major chunk of PR7195: support for 'callw'
2010-07-07 Dan GohmanGive FunctionLoweringInfo an MBB member, avoiding the...
2010-07-02 Jakob Stoklund OlesenAdd a new target independent COPY instruction and code...
2010-07-02 Jakob Stoklund OlesenClean up TargetOpcodes.h a bit, and limit the number...
2010-06-25 Duncan SandsRemove unused variables.
2010-06-24 Bob WilsonChange array references to match my previous change...
2010-06-24 Bob WilsonFix up some comments.
2010-06-24 Bob WilsonUse the struct tags mandated by ARM's ABI. Also use...
2010-06-23 Nico WeberAdd support for the x86 instructions "pusha" and "popa".
2010-06-23 Bruno Cardoso LopesFix a tblgen bug.
2010-06-23 Nick LewyckyDon't link against libm and libpthread which don't...
2010-06-22 Bruno Cardoso LopesFix a subtle multiclass bug: when using class inheritan...
2010-06-21 Eric ChristopherRemove isTwoAddress from llvm.
2010-06-20 Nate BegemanAdd support for returning multiple vectors via sret...
2010-06-18 Dale JohannesenAn attempt to fix the problem Anton reported with
2010-06-18 Bruno Cardoso LopesTeach tablegen how to inherit from classes in 'defm...
2010-06-18 Dan GohmanStart TargetRegisterClass indices at 0 instead of 1...
2010-06-17 Bruno Cardoso LopesIn case Rec is a definition and not a class, do the...
2010-06-17 Nate BegemanModify tablegen to support generating all NEON code...
2010-06-17 Bruno Cardoso LopesFix the handling of !if result, avoiding null results...
2010-06-17 Bruno Cardoso LopesFor a tablegen expression such as !if(a,b,c), let 'a'
2010-06-17 Sean HuntFix the typo in my previous one-line commit.
2010-06-16 Sean HuntMake sure CMake can build the files added by my previou...
2010-06-16 Sean HuntAdd preliminary clang attribute generation support.
2010-06-16 Bruno Cardoso Lopeslet the '!eq' expression support 'int' and 'bit' types
2010-06-15 Nate BegemanMake VC++ happy
2010-06-15 Dale JohannesenNext round of tail call changes. Register used in...
2010-06-14 Chris Lattnergenerate better code in CheckComplexPattern
2010-06-14 Nate BegemanAdd the last of the SemaChecking-gen code.
2010-06-13 Nate BegemanAdd a helping of comments
2010-06-12 Chris Lattnerdeclare a class with 'class' instead of struct to avoid...
2010-06-12 Nate BegemanAdd generic vector support for bitselect & element...
2010-06-11 Bruno Cardoso LopesMore AVX instructions ({ADD,SUB,MUL,DIV}{SS,SD}rm)
2010-06-11 Bob WilsonAdd instruction encoding for the Neon VMOV immediate...
next