summaryrefslogtreecommitdiff
path: root/include/llvm
AgeCommit message (Expand)AuthorFilesLines
2013-12-07Add a RequireStructuredCFG Field to TargetMachine.Vincent Lejeune1-0/+4
2013-12-07Fix the segfault reported in PR 11990.Kaelyn Uhrain2-4/+5
2013-12-06Fix a narrowing warning due to a type mismatch (size_t vs uint64).Kaelyn Uhrain1-1/+1
2013-12-06Cache AllowAtInIdentifier as class variable in AsmLexerDavid Peixotto1-0/+1
2013-12-06Update AVX512 vector blend intrinsic names.Cameron McInally1-4/+4
2013-12-06[asan] rewrite asan's stack frame layoutKostya Serebryany1-0/+64
2013-12-06Object/COFF: Add export table entry structs.Rui Ueyama1-0/+22
2013-12-05llvm-cov: Conformed headers.Yuchen Wu1-2/+2
2013-12-05Add #pragma vectorize enable/disable to LLVMRenato Golin2-2/+2
2013-12-05MI-Sched: Model "reserved" processor resources.Andrew Trick1-10/+11
2013-12-05MI-Sched: handle latency of in-order operations with the new machine model.Andrew Trick1-9/+13
2013-12-05Machine model comments. Explain a ProcessorUnit's BufferSize.Andrew Trick2-9/+42
2013-12-05comment typo and reformatAndrew Trick1-1/+1
2013-12-05Add forgotten header guardsAlexey Samsonov1-1/+5
2013-12-05Remove the isImplicitlyPrivate argument of getNameWithPrefix.Rafael Espindola1-2/+1
2013-12-05Correct word hyphenationsAlp Toker8-10/+10
2013-12-05Compiler.h: Disable initializer list usage with clang-clReid Kleckner1-2/+4
2013-12-05[mc] Fix ELF st_other flag.Logan Chien1-4/+6
2013-12-05Use present fast-math flags when applicable in CreateBinOpMichael Ilseman1-2/+6
2013-12-04Add support for parsing ARM symbol variants on ELF targetsDavid Peixotto2-9/+17
2013-12-04Add a FIXME for making the symbol emission functions const.Eric Christopher1-0/+2
2013-12-04Un-revert r196358: "llvm-cov: Added support for function checksums."Daniel Jasper1-0/+1
2013-12-04Revert r196358: "llvm-cov: Added support for function checksums."Daniel Jasper1-1/+0
2013-12-04llvm-cov: Added support for function checksums.Yuchen Wu1-0/+1
2013-12-04llvm-cov: Added checks for ident, checksum, name.Yuchen Wu1-1/+3
2013-12-04llvm-cov: Capitalized GCNO and GCDA for consistency.Yuchen Wu1-3/+3
2013-12-04llvm-cov: Split GCOVFile's read into GCNO and GCDA.Yuchen Wu1-25/+48
2013-12-03Reland 196270 "Generalize debug info / EH emission in AsmPrinter"Timur Iskhodzhanov1-4/+13
2013-12-03Revert r196270, "Generalize debug info / EH emission in AsmPrinter"NAKAMURA Takumi1-13/+4
2013-12-03Generalize debug info / EH emission in AsmPrinterTimur Iskhodzhanov1-4/+13
2013-12-03llvm-cov: Removed output to STDOUT/specified file.Yuchen Wu1-1/+1
2013-12-03Added MachineBlockFrequencyInfo::view for displaying the block frequency prop...Michael Gottesman1-1/+4
2013-12-03llvm-cov: Store blocks rather than counts per line.Yuchen Wu1-4/+6
2013-12-03llvm-cov: Added edge struct for traversal in block.Yuchen Wu1-5/+31
2013-12-03llvm-cov: Split up reading of GCNO and GCDA files.Yuchen Wu1-1/+2
2013-12-03Debug Info: rename getDebugInfoVersionFromModule to getDebugMetadataVersionFr...Manman Ren1-2/+2
2013-12-02Refactor the setting of PrivateGlobalPrefix.Rafael Espindola1-4/+4
2013-12-02Convert two char* that are only ever used as booleans to bool.Rafael Espindola1-8/+7
2013-12-02Debug Info: drop debug info via upgrading path if version number does not match.Manman Ren2-0/+7
2013-12-02Debug Info: Move the constant for Debug Info Version from Dwarf.h to Metadata.h.Manman Ren2-1/+4
2013-12-02Move getSymbolWithGlobalValueBase to TargetLoweringObjectFile.Rafael Espindola2-1/+6
2013-12-02Fix dominator descendants for unreachable blocks.Diego Novillo1-1/+3
2013-12-02[PM] [cleanup] Rearrange the public and private sections of this classChandler Carruth1-19/+38
2013-12-02Remove dead code.Rafael Espindola1-8/+0
2013-12-02Change the default of AsmWriterClassName and isMCAsmWriter.Rafael Espindola1-2/+2
2013-11-29Refactor a lot of patchpoint/stackmap related code to simplify and make itLang Hames2-9/+11
2013-11-28Remove an always true parameter.Rafael Espindola1-6/+3
2013-11-28The global prefix is always one char. Don't use a string for it.Rafael Espindola1-4/+4
2013-11-27Remove dead argument.Rafael Espindola1-3/+2
2013-11-27[AArch64] Add support for NEON scalar floating-point absolute difference.Chad Rosier1-0/+3