Fixed CRLF
[oota-llvm.git] / include /
2013-12-08 Duncan P. N. Exon... Fix comments for PassDebuggingString
2013-12-07 Jakub StaszakDon't #include heavy Dominators.h file in LoopInfo...
2013-12-07 Rafael EspindolaRemove the notion of primitive types.
2013-12-07 NAKAMURA TakumiWhitespace cleanups.
2013-12-07 Andrew TrickFactor out the SchedRemainder/SchedBoundary from Generi...
2013-12-07 Lang HamesRevert r196639 while I investigate a bot failure.
2013-12-07 Lang HamesAdd support for archives and object file caching under...
2013-12-07 Matt ArsenaultAdd getBitCastOrAddrSpaceCast
2013-12-07 Rafael EspindolaRemove unused value.
2013-12-07 Vincent LejeuneAdd a RequireStructuredCFG Field to TargetMachine.
2013-12-07 Kaelyn UhrainFix the segfault reported in PR 11990.
2013-12-06 Kaelyn UhrainFix a narrowing warning due to a type mismatch (size_t...
2013-12-06 David PeixottoCache AllowAtInIdentifier as class variable in AsmLexer
2013-12-06 Cameron McInallyUpdate AVX512 vector blend intrinsic names.
2013-12-06 Kostya Serebryany[asan] rewrite asan's stack frame layout
2013-12-06 Rui UeyamaObject/COFF: Add export table entry structs.
2013-12-05 Yuchen Wullvm-cov: Conformed headers.
2013-12-05 Renato GolinAdd #pragma vectorize enable/disable to LLVM
2013-12-05 Andrew TrickMI-Sched: Model "reserved" processor resources.
2013-12-05 Andrew TrickMI-Sched: handle latency of in-order operations with...
2013-12-05 Andrew TrickMachine model comments. Explain a ProcessorUnit's Buffe...
2013-12-05 Andrew Trickcomment typo and reformat
2013-12-05 Alexey SamsonovAdd forgotten header guards
2013-12-05 Rafael EspindolaRemove the isImplicitlyPrivate argument of getNameWithP...
2013-12-05 Alp TokerCorrect word hyphenations
2013-12-05 Reid KlecknerCompiler.h: Disable initializer list usage with clang-cl
2013-12-05 Logan Chien[mc] Fix ELF st_other flag.
2013-12-05 Michael IlsemanUse present fast-math flags when applicable in CreateBinOp
2013-12-04 David PeixottoAdd support for parsing ARM symbol variants on ELF...
2013-12-04 Eric ChristopherAdd a FIXME for making the symbol emission functions...
2013-12-04 Daniel JasperUn-revert r196358: "llvm-cov: Added support for functio...
2013-12-04 Daniel JasperRevert r196358: "llvm-cov: Added support for function...
2013-12-04 Yuchen Wullvm-cov: Added support for function checksums.
2013-12-04 Yuchen Wullvm-cov: Added checks for ident, checksum, name.
2013-12-04 Yuchen Wullvm-cov: Capitalized GCNO and GCDA for consistency.
2013-12-04 Yuchen Wullvm-cov: Split GCOVFile's read into GCNO and GCDA.
2013-12-03 Timur IskhodzhanovReland 196270 "Generalize debug info / EH emission...
2013-12-03 NAKAMURA TakumiRevert r196270, "Generalize debug info / EH emission...
2013-12-03 Timur IskhodzhanovGeneralize debug info / EH emission in AsmPrinter
2013-12-03 Yuchen Wullvm-cov: Removed output to STDOUT/specified file.
2013-12-03 Michael GottesmanAdded MachineBlockFrequencyInfo::view for displaying...
2013-12-03 Yuchen Wullvm-cov: Store blocks rather than counts per line.
2013-12-03 Yuchen Wullvm-cov: Added edge struct for traversal in block.
2013-12-03 Yuchen Wullvm-cov: Split up reading of GCNO and GCDA files.
2013-12-03 Manman RenDebug Info: rename getDebugInfoVersionFromModule to...
2013-12-02 Rafael EspindolaRefactor the setting of PrivateGlobalPrefix.
2013-12-02 Rafael EspindolaConvert two char* that are only ever used as booleans...
2013-12-02 Manman RenDebug Info: drop debug info via upgrading path if versi...
2013-12-02 Manman RenDebug Info: Move the constant for Debug Info Version...
2013-12-02 Rafael EspindolaMove getSymbolWithGlobalValueBase to TargetLoweringObje...
2013-12-02 Diego NovilloFix dominator descendants for unreachable blocks.
2013-12-02 Chandler Carruth[PM] [cleanup] Rearrange the public and private section...
2013-12-02 Rafael EspindolaRemove dead code.
2013-12-02 Rafael EspindolaChange the default of AsmWriterClassName and isMCAsmWriter.
2013-11-29 Lang HamesRefactor a lot of patchpoint/stackmap related code...
2013-11-28 Rafael EspindolaRemove an always true parameter.
2013-11-28 Rafael EspindolaThe global prefix is always one char. Don't use a strin...
2013-11-27 Rafael EspindolaRemove dead argument.
2013-11-27 Chad Rosier[AArch64] Add support for NEON scalar floating-point...
2013-11-27 Chandler Carruth[PM] Remove the underspecified 'getRoot' method from...
2013-11-26 Chandler Carruth[PM] [cleanup] Replace a reserved identifier "_Self...
2013-11-26 Chad Rosier[AArch64] Add support for NEON scalar floating-point...
2013-11-26 Chandler Carruth[PM] [cleanup] Run clang-format over this file. If...
2013-11-26 Chandler Carruth[PM] [cleanup] Update doxygen comments to use the new...
2013-11-26 Diego NovilloAdd PostDominatorTree::getDescendants.
2013-11-26 Chandler Carruth[PM] Fix a stale comment after my last refactoring...
2013-11-26 Chandler Carruth[PM] Remove four extraneous 'typename's that Clang...
2013-11-26 Chandler Carruth[PM] Factor the overwhelming majority of the interface...
2013-11-26 Chandler Carruth[PM] Split the CallGraph out from the ModulePass which...
2013-11-26 Chandler Carruth[PM] Add a really simple trait to the DOTGraphTraitsPas...
2013-11-26 Chandler Carruth[PM] Re-format this code with clang-format before makin...
2013-11-26 Andrew TrickStackMap: Implement support for DirectMemRefOp.
2013-11-26 Chandler Carruth[PM] Make the (really awesome) file comment here availa...
2013-11-26 Chandler Carruth[PM] Reformat this file with clang-format. Mostly fixes...
2013-11-26 Chandler CarruthLift self-copy protection up to the header file and...
2013-11-26 Chandler Carruth[PM] Sink a trailing comment to be a doxygen comment.
2013-11-26 Chandler Carruth[PM] Rename the 'Mod' member to the more idiomatic...
2013-11-26 Chandler Carruth[PM] Clean up a bunch of comments, modernize the doxyge...
2013-11-26 Cameron McInallyAdd an intrinsic for the SSE2 PAUSE instruction.
2013-11-23 Alp TokerPut an unused result attribute on SmallSet::empty()
2013-11-23 Chandler Carruth[PM] Complete the cross-layer interfaces with a Module...
2013-11-23 Chandler Carruth[PM] Add support to the analysis managers to query...
2013-11-22 Chandler Carruth[PM] Switch the downward invalidation to be incremental...
2013-11-22 Chandler Carruth[PM] Remove a FIXME comment that was fixed by my recent...
2013-11-22 Manman RenDebug Info: move StripDebugInfo from StripSymbols.cpp...
2013-11-22 Manman RenDebug Info: add a constant for debug info version number.
2013-11-22 Paul RobinsonTeach ISel not to optimize 'optnone' functions (revised).
2013-11-22 Richard SandifordAdd a Scalarizer pass.
2013-11-22 Chandler Carruth[PM] Remove extraneous space that I left in there.
2013-11-22 Chandler Carruth[PM] Teach the analysis managers to pass themselves...
2013-11-22 Chandler Carruth[PM] Reverse the template arguments 'PassT' and 'Analys...
2013-11-22 Chandler Carruth[PM] Remove the IRUnitT typedef requirement for analysi...
2013-11-22 Chandler Carruth[PM] Fix the analysis templates' usage of IRUnitT.
2013-11-22 Michael Gottesman[block-freq] Add a method to loop info for returning...
2013-11-22 Chandler Carruth[PM] Simplify how the SFINAE for AnalysisResultModel...
2013-11-22 Lang HamesFix a typo where we were creating <def,kill> operands...
2013-11-22 Chandler Carruth[PM] Switch analysis managers to be threaded through...
2013-11-22 Tom StellardSplit SETCC if VSELECT requires splitting too.
2013-11-21 NAKAMURA TakumiWhitespace.
2013-11-21 Chandler Carruth[PM] Fix typo and trailing space.
next