[Kaleidoscope] Run clang-format over chapter 4 of kaleidoscope.
[oota-llvm.git] / utils / TableGen /
2015-01-15 Alexander KornienkoReplace size method call of containers to empty method...
2015-01-15 Hal Finkel[TableGen] Add support for negative immediates to AsmMa...
2015-01-13 Reid KlecknerAdd the llvm.frameallocate and llvm.recoverframeallocat...
2015-01-12 Tom StellardTarget: Allow target specific operand types
2015-01-08 Craig Topper[X86] Don't print 'dword ptr' or 'qword ptr' on the...
2015-01-07 Craig Topper[X86] Remove some unused TYPE enums from the disassembler.
2015-01-06 Craig Topper[X86] Add OpSize32 to XBEGIN_4. Add XBEGIN_2 with OpSize16.
2015-01-05 Craig Topper[X86] Remove unused operand type from disassembler...
2015-01-03 Craig TopperFix some formatting in tablegen output.
2015-01-03 Craig TopperReplace some 'unreachable' comments with llvm_unreachable.
2015-01-03 Craig Topper[X86] Disassembler support for move to/from %rax with...
2015-01-02 Craig Topper[X86] Make the instructions that use AdSize16/32/64...
2014-12-31 Craig Topper[X86] Fix disassembly of absolute moves to work correct...
2014-12-25 Elena DemikhovskyMasked Load/Store - Changed the order of parameters...
2014-12-24 Craig Topper[X86] Remove the single AdSize indicator and replace...
2014-12-22 David BlaikieUse iterators rather than indices to make this forwards...
2014-12-22 David Blaikieunique_ptrify MatchableInfo(const CodeGenInstAlias...
2014-12-16 Evgeny AstigeevichOn behalf of Matthew Wahab:
2014-12-16 Ahmed Bougacha[MC] Reset the MCInst in the matcher function before...
2014-12-15 Craig TopperUse unique_ptr to remove explicit delete.
2014-12-13 Craig TopperUse range-based for loops.
2014-12-12 Michael IlsemanClean up static analyzer warnings.
2014-12-11 Matt ArsenaultTry to include operand counts for mismatches in tablegen.
2014-12-11 Craig TopperUse range-based for loops. NFC
2014-12-10 Craig TopperUse unique_ptr instead of DeleteContainerSeconds.
2014-12-10 Matthias BraunTablegen'erate lanemasks for register units.
2014-12-10 Matthias BraunAdd function that translates subregister lane masks...
2014-12-10 Matthias BraunLet tablegen compute maximum lanemask for regs/regclasses.
2014-12-09 Craig TopperUse range-based for loops. NFC.
2014-12-04 Elena DemikhovskyMasked Load / Store Intrinsics - the CodeGen part.
2014-12-03 David Blaikierange-for some things
2014-12-03 David BlaikieSimplify CodeGenRegBank::inferMatchingSuperRegClass...
2014-12-03 David BlaikieSimplify ownership of RegClasses by using list<CodeGenR...
2014-12-03 David BlaikieRange-for some stuff related to RegClasses, and comment...
2014-12-01 Philip Reames[Statepoints 2/4] Statepoint infrastructure for garbage...
2014-11-29 David BlaikieRemove some unnecessary vector::reserve/assign calls.
2014-11-29 David BlaikieRemove indirection of vector<T*> in favor of deque<T>
2014-11-29 David BlaikieUse deque<T> rather than vector<T*> since it provides...
2014-11-29 David BlaikieConstify some things in preparation for CodeGenSubRegIn...
2014-11-28 Duncan P. N. Exon... Revert "Simplify some more ownership using forward_list...
2014-11-28 David BlaikieReapply "Use std::map<K, V> rather than std::map<K...
2014-11-28 David BlaikieRevert "Use std::map<K, V> rather than std::map<K,...
2014-11-28 David BlaikiePush unique_ptr a bit further through some APIs and...
2014-11-28 David BlaikieUse std::map<K, V> rather than std::map<K, std::unique_...
2014-11-28 Duncan P. N. Exon... Revert "Masked Vector Load and Store Intrinsics."
2014-11-28 David BlaikieSimplify some more ownership using forward_list<T>...
2014-11-28 David BlaikieForgotten formatting from previous commit
2014-11-28 David BlaikieSimplify ownership by using forward_list<T> rather...
2014-11-28 Craig TopperFix a few memory leaks in CodeGenRegBank.
2014-11-28 Craig TopperUse unique_ptr to simplify deletion.
2014-11-28 Craig TopperFix another memory leak in TableGen AsmMatcher by delet...
2014-11-28 Craig TopperUse unique_ptr to fix some memory leaks in Tablegen...
2014-11-28 Craig TopperUse range-based for loops and const-correct a few things.
2014-11-26 Craig TopperRemove neverHasSideEffects support from TableGen CodeGe...
2014-11-25 Craig TopperRemove unncessary check for Int_* and *_Int in AsmMatch...
2014-11-25 Craig TopperUse range-based for loops.
2014-11-25 Craig TopperRemove dead code.
2014-11-25 Craig TopperRemove unused MaxSize variable.
2014-11-25 Craig TopperMove a vector instead of copying it.
2014-11-24 Craig TopperReplace a comment that says 'unreachable' with llvm_unr...
2014-11-24 Craig TopperDetect best type for some static index tables instead...
2014-11-23 Craig TopperTablegen output formatting fixes.
2014-11-23 Elena DemikhovskyMasked Vector Load and Store Intrinsics.
2014-11-22 Craig TopperReduce size of some tables in tablegen register info...
2014-11-21 Craig TopperAdd extra new line and remove some trailing whitespace...
2014-11-20 Craig TopperRemove unnecessary extra spaces from tablegen register...
2014-11-20 Craig TopperUse array_lengthof instead of sizeof(array)/sizeof...
2014-11-19 David BlaikieUpdate SetVector to rely on the underlying set's insert...
2014-11-19 David BlaikieRemove StringMap::GetOrCreateValue in favor of StringMa...
2014-11-19 David BlaikieMake StringSet::insert return pair<iterator, bool>...
2014-11-17 David BlaikieRevert "Improve memory ownership/management in TableGen...
2014-11-17 David BlaikieImprove memory ownership/management in TableGen by...
2014-11-17 Craig TopperMove register class name strings to a single array...
2014-11-14 David BlaikieTurn a leaked object into a stack variable instead.
2014-11-14 Bill SchmidtChange order of tablegen generated fast-isel instructio...
2014-11-13 David BlaikieFix nested namespace with decltype to hopefully work...
2014-11-13 David BlaikieUse unique_ptr to handle ownership of TreePatterns...
2014-11-11 Matt ArsenaultMake TreePattern::error use Twine
2014-11-11 Rafael EspindolaMCAsmParserExtension has a copy of the MCAsmParser...
2014-11-02 Matt ArsenaultSupport REG_SEQUENCE in tablegen.
2014-11-02 Matt ArsenaultFix typo
2014-11-02 Matt ArsenaultFix missing C++ mode comment
2014-11-01 Daniel Sanders[tablegen] Add CustomCallingConv and use it to tablegen...
2014-10-28 Robert Khasanov[AVX512] Extended avx512_sqrt_packed (sqrt instructions...
2014-10-20 Robert KhasanovMoved out IIT_V64 from common values section.
2014-10-09 Robert Khasanov[AVX512] Extended avx512_binop_rm for AVX512VL subsets.
2014-10-08 Adam Nemet[AVX512] Support mask register in MRMDestReg format
2014-10-01 Bob WilsonPR21101: tablegen's FastISel emitter should filter...
2014-10-01 Adam Nemet[X86 disasm tblegen backend] Clean up numPhysicalOperan...
2014-09-30 Robert Khasanov[AVX512] Added intrinsics for VPCMPEQB and VPCMPEQW.
2014-09-27 Craig TopperReduce code duplication a bit.
2014-09-27 Craig TopperFix TableGen -gen-disassembler output for bit fields...
2014-09-25 Daniel Sanders[mips] Add CCValAssign::[ASZ]ExtUpper and CCPromoteToUp...
2014-09-06 Chandler Carruth[x86] Fix a pretty horrible bug and inconsistency in...
2014-09-04 Craig TopperUse vector constructor instead of a for loop to initial...
2014-09-03 Juergen Ributzka[FastISel][tblgen] Rename tblgen generated FastISel...
2014-09-03 Yaron KerenFix ambiguous call to make_unique and clang-format.
2014-09-03 Craig TopperRecommit "Use unique_ptr to manager FilterChooser owner...
2014-09-03 Craig TopperRevert "Use unique_ptr to manager FilterChooser ownership."
2014-09-03 Craig TopperUse unique_ptr to manager FilterChooser ownership.
next