test-release.sh: Drop some unused command-line options.
[oota-llvm.git] / utils / TableGen /
2015-04-24 Craig Topper[TableGen] Don't leak Expanders and Operators in SetTheory.
2015-04-22 Craig Topper[TableGen] Use 'isa' to identify UnsetInits rather...
2015-04-21 Elena DemikhovskyAVX-512: Added VPMOVx2M instructions for SKX,
2015-04-21 Elena DemikhovskyAVX-512: Added VPTESTM and VPTESTNM instructions for SKX
2015-04-17 Kit BartonAdd support for v1i128 type.
2015-04-15 Richard TrieuChange range-based for-loops to be -Wrange-loop-analysi...
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2015-04-09 Craig TopperUse SmallVector instead of std::vector for uniquing...
2015-04-09 Craig TopperSimplify some printing code by combining new lines...
2015-04-09 Craig TopperDon't convert enum to strings just to put them in the...
2015-04-08 Craig TopperRevert r234389. It really was needed but really should...
2015-04-08 Craig TopperRemove unnecessary include. NFC
2015-04-07 Toma Tabacu[TableGen] Prevent invalid code generation when emittin...
2015-04-01 Matthias BraunTableGen: Generate more const goodness
2015-03-31 Matthias BraunFix AllocationPriority not getting set for derived...
2015-03-31 Matthias BraunRegAllocGreedy: Allow target to specify register class...
2015-03-27 Akira Hatanaka[MCInstPrinter] Enable MCInstPrinter to change its...
2015-03-24 Michael KupersteinRevert "Use std::bitset for SubtargetFeatures"
2015-03-24 Michael KupersteinUse std::bitset for SubtargetFeatures
2015-03-23 Benjamin KramerAnother set of missing raw_ostream.h. Still no function...
2015-03-20 Craig Topper[Tablegen] Attempt to add support for patterns containi...
2015-03-19 Matthias BraunDo not track subregister liveness when it brings no...
2015-03-18 Matthias BraunTableGen: Fix register class lane masks being too conse...
2015-03-18 Yaron KerenRemove many superfluous SmallString::str() calls.
2015-03-13 Eric ChristopherUse the variable names from the TargetInstrInfo source...
2015-03-13 Eric ChristopherAdd a return after the llvm namespace code for a little...
2015-03-11 Eric ChristopherHave getRegPressureSetLimit take a MachineFunction...
2015-03-10 Yaron KerenTeach raw_ostream to accept SmallString.
2015-03-10 Craig TopperImprove and simplify EnforceSmallerThan for vector...
2015-03-10 Craig TopperRemove extra indentation of entire function body. NFC.
2015-03-09 Reid KlecknerTableGen: Use 'enum : uint64_t' for feature flags to...
2015-03-05 Tom StellardTableGen: Initialize ErrorInfo to ~0ULL in the MatchIns...
2015-03-05 Craig TopperRevert "[TableGen] Implement at least some support...
2015-03-05 Craig Topper[TableGen] Implement at least some support for multiple...
2015-03-05 Craig Topper[TableGen] Add support constraining a vector type in...
2015-03-04 David BlaikieAdd a FIXME for PR22796, broken ordering of ClassInfo...
2015-03-04 Craig Topper[Tablegen] Use correct result number variables with...
2015-03-03 David BlaikieRevert "Remove the explicit SDNodeIterator::operator...
2015-03-03 David BlaikieRemove the explicit SDNodeIterator::operator= in favor...
2015-03-03 Nick LewyckySwitch up whitespace with better whitespace.
2015-03-03 Nick LewyckyRevert the non-cleanup part of r230769 because it intro...
2015-03-02 Benjamin KramerTblGen: Remove copy of SmallVector::operator==. NFC...
2015-03-01 Benjamin KramerAdd missing includes. make_unique proliferated everywhere.
2015-03-01 Elena DemikhovskyReverted 230471 - gather scatter handling in table...
2015-03-01 Elena DemikhovskyAVX-512: Added mask and rounding mode for scalar arithm...
2015-02-28 Yaron KerenSilence variable set but not used warning in CodeGenReg...
2015-02-28 Benjamin KramerReplace std::copy with a back inserter with vector...
2015-02-27 Owen AndersonSwitch a std::map to a DenseMap in CodeGenRegisters.
2015-02-26 Reid KlecknerRe-instate the pragma optimize hack for MSVC, but not...
2015-02-26 Reid KlecknerRemove stale pragma hack for an unsupported MSVC version
2015-02-26 Eric ChristopherFix a couple of depedent->dependent typos.
2015-02-25 Elena DemikhovskyAVX-512: Gather and Scatter patterns
2015-02-21 Tim NorthoverCodeGen: convert CCState interface to using ArrayRefs
2015-02-19 Michael KupersteinReverting r229831 due to multiple ARM/PPC/MIPS build...
2015-02-19 Michael KupersteinUse std::bitset for SubtargetFeatures
2015-02-16 Aaron BallmanMSVC 2013 does not ICE on this code in the same fashion...
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
2015-02-15 Craig Topper[X86] Add the remaining 11 possible exact ModRM formats...
2015-02-13 Craig Topper[X86] Add support for parsing and printing the mnemonic...
2015-02-12 Benjamin KramerMathExtras: Bring Count(Trailing|Leading)Ones and Count...
2015-02-08 Elena DemikhovskyMasked Gather and Scatter Intrinsics.
2015-02-02 David BlaikieSTLExtras: Provide less/equal functors with templated...
2015-01-31 Owen AndersonReplace another std::set in the core of CodeGenRegister...
2015-01-31 Owen AndersonChange more of the guts of CodeGenRegister's RegUnit...
2015-01-30 Owen AndersonChange a very hot piece of code in TableGen's register...
2015-01-28 Craig Topper[X86] Teach disassembler to handle illegal immediates...
2015-01-26 Eric ChristopherMove DataLayout back to the TargetMachine from TargetSu...
2015-01-25 Craig Topper[X86] Replace i32i8imm on SSE/AVX instructions with...
2015-01-22 Ramkumar RamachandraIntrinsics: introduce llvm_any_ty aka ValueType Any
2015-01-21 Craig Topper[X86] Convert all the i8imm used by SSE and AVX instruc...
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.
next