Add and use Type::subtypes. NFC.
[oota-llvm.git] / utils /
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 Peter CollingbourneTeach llvm-build to avoid touching LibraryDependencies...
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-04 Michael J. SpencerUse findProgramByName.
2014-11-03 Rafael EspindolaHandle ASAN_OPTIONS and UBSAN_OPTIONS in TestingConfig.py
2014-11-03 Rafael Espindolarefactor duplicated code. NFC.
2014-11-03 Rafael Espindola[lit] Forward LD_PRELOAD to tests.
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-29 Michael KupersteinFix build with CMake if LLVM_USE_INTEL_JITEVENTS option...
2014-10-28 Robert Khasanov[AVX512] Extended avx512_sqrt_packed (sqrt instructions...
2014-10-22 Daniel Dunbar[lit] Fix Python-3 compatibility, patch by Dan Liew.
2014-10-22 Daniel Dunbar[lit] Bump version number.
2014-10-22 Daniel DunbarFix ShTest parsing error when a keyword line doesn...
2014-10-20 Dan LiewTeach Lit to catch OSError exceptions when creating...
2014-10-20 Robert KhasanovMoved out IIT_V64 from common values section.
2014-10-16 Peter CollingbourneInitial version of Go bindings.
2014-10-16 Rafael EspindolaDelete -std-compile-opts.
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-08 Renato GolinUpdate git-svnrevert to accept git and svn revisions
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-24 NAKAMURA Takumivalgrind/x86_64-pc-linux-gnu.supp: Suppress also /bin...
2014-09-24 NAKAMURA Takumivalgrind/x86_64-pc-linux-gnu.supp: Tweak /bin/sed to...
2014-09-23 NAKAMURA Takumivalgrind/x86_64-pc-linux-gnu.supp: We don't care if...
2014-09-12 Jordan Rose[lit] Parse all strings as UTF-8 rather than ASCII.
2014-09-11 Justin Bognerutils: Teach lldbDataFormatters how to format ArrayRefs
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.
2014-09-03 Craig TopperImplement move constructor and remove copy constructor...
2014-09-02 Pete CooperTablegen scheduling models don't reference empty itiner...
2014-09-02 Eric ChristopherReinstate "Nuke the old JIT."
2014-09-02 Pete CooperChange MCSchedModel to be a struct of statically initia...
2014-08-29 Robin MorissetFix typos in comments, NFC
2014-08-27 Rafael EspindolaReturn a std::unique_ptr when creating a new MemoryBuffer.
2014-08-27 Craig TopperSimplify creation of a bunch of ArrayRefs by using...
2014-08-27 Craig TopperFix some cases were ArrayRefs were being passed by...
2014-08-26 Bill WendlingUse 'xz' compression instead of 'gz'.
2014-08-25 Robert Khasanov[SKX] avx512_icmp_packed multiclass extension
2014-08-24 Craig TopperUse range based for loops to avoid needing to re-mentio...
2014-08-24 Dylan NoblesmithTableGen: unique_ptr-ify RecordKeeper
2014-08-24 Dylan NoblesmithTableGen: use auto and for-range
2014-08-21 David BlaikieExplicitly pass ownership of the MemoryBuffer to AddNew...
2014-08-21 Craig TopperRepace SmallPtrSet with SmallPtrSetImpl in function...
2014-08-20 Quentin ColombetAdd isInsertSubreg property.
2014-08-20 Quentin ColombetAdd isExtractSubreg property.
2014-08-20 Bill WendlingUpdate projects lists.
2014-08-20 Bill WendlingAdd libcxxabi to the projects.
2014-08-19 Duncan P. N. Exon... IR: Implement uselistorder assembly directives
2014-08-18 Tim NorthoverTableGen: allow use of uint64_t for available features...
2014-08-18 Craig TopperRevert "Repace SmallPtrSet with SmallPtrSetImpl in...
2014-08-17 Craig TopperRepace SmallPtrSet with SmallPtrSetImpl in function...
2014-08-17 Chandler Carruth[shuffle] Teach the shufflevector fuzzer to support...
2014-08-16 Eric Fiselier[LIT] Move display of unsupported and xfail tests to...
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-08-13 Chandler Carruth[shuffle] Stand back! I'm about to (try to) do math!
2014-08-13 Chandler Carruth[shuffle] Make the seed an optional component and add...
2014-08-13 Chandler Carruth[shuffle] Teach the shuffle fuzzer to fuzz blends,...
2014-08-13 Chandler Carruth[shuffle] Tweak the shuffle fuzzer to support bigger...
2014-08-11 Quentin ColombetAdd isRegSequence property.
2014-08-07 Eric ChristopherTemporarily Revert "Nuke the old JIT." as it's not...
2014-08-07 Justin BognerFileCheck: Add a flag to allow checking empty input
2014-08-07 Rafael EspindolaNuke the old JIT.
2014-08-07 Pete CooperChange BitsInit to inherit from TypedInit.
2014-08-07 Chandler CarruthAdd an option to the shuffle fuzzer that lets you fuzz...
2014-08-07 Bill WendlingUse the minor number for the revision numbers.
2014-08-07 Chandler CarruthAdd a vector shuffle fuzzer.
2014-08-06 Eric ChristopherRemove the target machine from CCState. Previously...
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-08-04 Robert Khasanov[SKX] Enabling load/store instructions: encoding
next