Regenerate.
[oota-llvm.git] / utils / TableGen /
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...
2010-06-10 Nate BegemanAdd support for polynomial type, for polynomial multiply
2010-06-10 Bruno Cardoso LopesTeach tablegen to allow "let" expressions inside multic...
2010-06-10 Nate BegemanNEON support for _lane ops, and multiplies by scalar.
2010-06-09 Nate BegemanFurther refine types for operations which take scalars.
2010-06-09 Eric ChristopherHow about ULL...
2010-06-09 Nate BegemanSpecialize I-Class instructions better so that we have...
2010-06-09 Nate BegemanHandle instructions which need to be #defines for the...
2010-06-08 Bruno Cardoso LopesReapply r105521, this time appending "LLU" to 64 bit
2010-06-08 Nate BegemanFix a valgrind error.
2010-06-08 Nate BegemanRefine BuiltinsARM.def types a bit, we should do a...
2010-06-08 Nate BegemanARM NEON:
2010-06-07 Nate Begemanclang codegen support
2010-06-05 Chris Lattnerrevert r105521, which is breaking the buildbots with...
2010-06-05 Bruno Cardoso LopesInitial AVX support for some instructions. No patterns...
2010-06-05 Bruno Cardoso LopesTeach tablegen to support 'defm' inside multiclasses.
2010-06-04 Nate BegemanHandle multi-vector returns and args.
2010-06-04 Nate BegemanAdditional fixes to BuiltinsARM.def generator, on to...
2010-06-04 Nate BegemanProgress on generating BuiltinsARM.def, still some...
2010-06-04 Nate BegemanBuiltinsARM.def emitter, still needs a substantial...
2010-06-04 Nate BegemanMangle __builtin_neon_* names appropriately.
2010-06-03 Nate BegemanAdd some additional capabilities to the neon emitter
2010-06-03 Dale JohannesenEarly implementation of tail call for ARM.
2010-06-03 Nate Begemanarm_neon.h now makes it through clang and generates...
2010-06-02 Nate Begemanarm_neon.h emitter now mostly complete for the purposes...
2010-06-02 Duncan SandsPacify recent gcc: remove a pointless const qualifier.
2010-06-02 Nate BegemanCheckpoint; handle 'int' and 'void' correctly
2010-06-02 Nate BegemanEmit full function prototypes. Definitions & typedefs...
2010-06-02 Nate BegemanCheckpoint arm_neon.h generation with tablegen
2010-06-01 Sean HuntFix comment
2010-05-30 Sean HuntAllow for creation of clang DeclNodes tables.
2010-05-28 Jakob Stoklund OlesenEmit TargetRegisterInfo::composeSubRegIndices().
2010-05-28 Nate BegemanComment out some code in prep for actual .td file check...
2010-05-28 Eli FriedmanFix build breakage.
2010-05-28 Nate BegemanAdd support to tablegen for auto-generating arm_neon...
2010-05-27 Dan GohmanSimplify raw_ostream usage.
2010-05-27 Dan GohmanMinor code simplification.
2010-05-27 Daniel DunbarAsmMatcher: Ensure classes are totally ordered, so...
2010-05-26 Jakob Stoklund OlesenCheck that inherited subregisters all have a direct...
2010-05-26 Jakob Stoklund OlesenAdd StringRef::compare_numeric and use it to sort Table...
2010-05-26 Jakob Stoklund OlesenSuppress emmission of empty subreg/superreg/alias sets.
2010-05-26 Jakob Stoklund OlesenReplace the SubRegSet tablegen class with a less error...
2010-05-26 Jakob Stoklund OlesenRevert "Replace the SubRegSet tablegen class with a...
2010-05-26 Jakob Stoklund OlesenReplace the SubRegSet tablegen class with a less error...
2010-05-25 Jakob Stoklund OlesenDrop the SuperregHashTable. It is essentially the same...
2010-05-25 Jakob Stoklund OlesenPrint symbolic SubRegIndex names on machine operands.
2010-05-25 Jakob Stoklund OlesenIgnore NumberHack and give each SubRegIndex instance...
2010-05-24 Jakob Stoklund OlesenSwitch SubRegSet to using symbolic SubRegIndices
2010-05-24 Chris Lattnerdiaggroup categories should take precedence over diag...
2010-05-24 Jakob Stoklund OlesenReplace the tablegen RegisterClass field SubRegClassLis...
2010-05-24 Jakob Stoklund OlesenAdd the SubRegIndex TableGen class.
2010-05-22 Daniel Dunbartblgen/AsmMatcher: Change AsmOperandClass to allow...
2010-05-20 Daniel Dunbartblgen/Target: Add a isAsmParserOnly bit, and teach...
next