summaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)AuthorFilesLines
2014-11-24Replace a comment that says 'unreachable' with llvm_unreachable in TableGen A...Craig Topper1-1/+1
2014-11-24Detect best type for some static index tables instead of just using uint32_t ...Craig Topper1-15/+24
2014-11-23Tablegen output formatting fixes.Craig Topper1-2/+4
2014-11-23Masked Vector Load and Store Intrinsics.Elena Demikhovsky2-2/+11
2014-11-22Reduce size of some tables in tablegen register info output.Craig Topper2-50/+54
2014-11-21Add extra new line and remove some trailing whitespace from tablegen Register...Craig Topper1-5/+5
2014-11-20Remove unnecessary extra spaces from tablegen register info output.Craig Topper1-1/+1
2014-11-20Use array_lengthof instead of sizeof(array)/sizeof(element) in a tablegen out...Craig Topper1-5/+4
2014-11-19Update SetVector to rely on the underlying set's insert to return a pair<iter...David Blaikie2-4/+4
2014-11-19Remove StringMap::GetOrCreateValue in favor of StringMap::insertDavid Blaikie1-3/+6
2014-11-19Teach llvm-build to avoid touching LibraryDependencies.inc unless the contentsPeter Collingbourne1-1/+10
2014-11-19Make StringSet::insert return pair<iterator, bool> like other self-associativ...David Blaikie2-2/+2
2014-11-17Revert "Improve memory ownership/management in TableGen by unique_ptrifying T...David Blaikie2-55/+47
2014-11-17Improve memory ownership/management in TableGen by unique_ptrifying TreePatte...David Blaikie2-47/+55
2014-11-17Move register class name strings to a single array in MCRegisterInfo to reduc...Craig Topper1-2/+14
2014-11-14Turn a leaked object into a stack variable instead.David Blaikie1-19/+19
2014-11-14Change order of tablegen generated fast-isel instruction code to beBill Schmidt1-105/+101
2014-11-13Fix nested namespace with decltype to hopefully work with MSVCDavid Blaikie1-1/+2
2014-11-13Use unique_ptr to handle ownership of TreePatterns in CodeGenDAGPatterns::Pat...David Blaikie3-23/+16
2014-11-11Make TreePattern::error use TwineMatt Arsenault2-2/+2
2014-11-11MCAsmParserExtension has a copy of the MCAsmParser. Use it.Rafael Espindola1-1/+1
2014-11-04Use findProgramByName.Michael J. Spencer1-2/+7
2014-11-03Handle ASAN_OPTIONS and UBSAN_OPTIONS in TestingConfig.pyRafael Espindola1-1/+1
2014-11-03refactor duplicated code. NFC.Rafael Espindola1-5/+5
2014-11-03[lit] Forward LD_PRELOAD to tests.Rafael Espindola1-0/+1
2014-11-02Support REG_SEQUENCE in tablegen.Matt Arsenault2-11/+63
2014-11-02Fix typoMatt Arsenault1-1/+1
2014-11-02Fix missing C++ mode commentMatt Arsenault1-1/+1
2014-11-01[tablegen] Add CustomCallingConv and use it to tablegen-erate the outermost p...Daniel Sanders1-14/+17
2014-10-29Fix build with CMake if LLVM_USE_INTEL_JITEVENTS option is enabledMichael Kuperstein1-11/+23
2014-10-28[AVX512] Extended avx512_sqrt_packed (sqrt instructions) to VL subset.Robert Khasanov1-0/+5
2014-10-22[lit] Fix Python-3 compatibility, patch by Dan Liew.Daniel Dunbar1-2/+2
2014-10-22[lit] Bump version number.Daniel Dunbar1-1/+1
2014-10-22Fix ShTest parsing error when a keyword line doesn't end with a newline.Daniel Dunbar1-0/+4
2014-10-20Teach Lit to catch OSError exceptions when creating a process during theDan Liew1-7/+10
2014-10-20Moved out IIT_V64 from common values section.Robert Khasanov1-5/+5
2014-10-16Initial version of Go bindings.Peter Collingbourne1-1/+1
2014-10-16Delete -std-compile-opts.Rafael Espindola1-2/+2
2014-10-09[AVX512] Extended avx512_binop_rm for AVX512VL subsets.Robert Khasanov1-0/+4
2014-10-08[AVX512] Support mask register in MRMDestReg formatAdam Nemet1-0/+2
2014-10-08Update git-svnrevert to accept git and svn revisionsRenato Golin1-9/+16
2014-10-01PR21101: tablegen's FastISel emitter should filter out unused functions.Bob Wilson1-1/+16
2014-10-01[X86 disasm tblegen backend] Clean up numPhysicalOperands assertsAdam Nemet1-42/+35
2014-09-30[AVX512] Added intrinsics for VPCMPEQB and VPCMPEQW.Robert Khasanov1-18/+20
2014-09-27Reduce code duplication a bit.Craig Topper1-16/+10
2014-09-27Fix TableGen -gen-disassembler output for bit fields with an offset.Craig Topper1-1/+5
2014-09-25[mips] Add CCValAssign::[ASZ]ExtUpper and CCPromoteToUpperBitsInType and hand...Daniel Sanders1-0/+15
2014-09-24valgrind/x86_64-pc-linux-gnu.supp: Suppress also /bin/bash.NAKAMURA Takumi1-0/+8
2014-09-24valgrind/x86_64-pc-linux-gnu.supp: Tweak /bin/sed to let calloc recognized.NAKAMURA Takumi1-0/+2
2014-09-23valgrind/x86_64-pc-linux-gnu.supp: We don't care if sed leaks.NAKAMURA Takumi1-0/+6