platform/upstream/llvm.git
2012-12-26 Nadav Rotemrevert an accidental commit.
2012-12-26 Craig TopperFix 80 column violation.
2012-12-26 Craig TopperFix class name in comment.
2012-12-26 Craig TopperMerge SSE/AVX PCMPEQ/PCMPGT instruction definitions.
2012-12-26 Nadav RotemDoc: add fmuladd to the list of vectorizeable functions...
2012-12-26 Craig TopperRemove 'v' from mnemonic to fix asm matching failures.
2012-12-26 Craig TopperUse an additional multiclass to merge the 128/256-bit...
2012-12-26 Nadav RotemReformat the docs.
2012-12-26 Nadav Rotemwhite space
2012-12-26 Kostya Serebryany[asan] asan_allocator2: store the user requested size...
2012-12-26 Rafael EspindolaFix a regression from the previous commit.
2012-12-26 Craig TopperUse an additional multiclass to merge the 128/256-bit...
2012-12-26 Craig TopperMerge an AVX/SSE 256-bit and 128-bit multiclass.
2012-12-26 Craig TopperMark VANDNPD/VANDNPDS as not commutable.
2012-12-26 NAKAMURA Takumillvm/test/CodeGen/X86: FileCheck-ize two tests in r171083.
2012-12-26 NAKAMURA Takumillvm/test/CodeGen/X86: Disable avx in two tests corresp...
2012-12-26 Craig TopperRemove alignment from a bunch more VEX encoded operatio...
2012-12-26 Craig TopperRemove alignment from folding table for VMOVUPD as...
2012-12-26 Craig TopperRemove alignment requirements from (V)EXTRACTPS. This...
2012-12-26 Hal FinkelBBVectorize: Use VTTI to compute costs for intrinsics...
2012-12-26 Craig TopperRemove alignment requirement from VCVTSS2SD in folding...
2012-12-26 Rafael EspindolaUse the most recent redecl to decide if it is needed.
2012-12-25 Hal FinkelLoopVectorize: Enable vectorization of the fmuladd...
2012-12-25 Hal FinkelBBVectorize: Enable vectorization of the fmuladd intrinsic
2012-12-25 Richard SmithProduce an actual error before attempting to attach...
2012-12-25 Hal FinkelLoosen scheduling restrictions on the PPC dcbt intrinsic
2012-12-25 Hal FinkelExpand PPC64 atomic load and store
2012-12-25 Evgeniy Stepanov[msan] Improve recvfrom interceptor.
2012-12-25 Evgeniy Stepanov[msan] Fix handling of vectors of pointers.
2012-12-25 Evgeniy Stepanov[msan] Fix handling of select with vector condition.
2012-12-25 Erik VerbruggenFix for PR12222.
2012-12-25 Benjamin KramerHarden test so it's not affected by changes to compare...
2012-12-25 Evgeniy StepanovAdd MSan unit tests to check-msan and check-all.
2012-12-25 Benjamin KramerX86: Shave off one shuffle from the pcmpeqq sequence...
2012-12-25 Benjamin KramerX86: Custom lower <2 x i64> eq and ne when SSE41 is...
2012-12-25 Evgeniy StepanovMemorySanitizer unit tests.
2012-12-25 Alexey SamsonovASan: initialize callbacks from ASan module pass in...
2012-12-25 Alexey SamsonovASan: move stack poisoning logic into FunctionStackPois...
2012-12-25 Evgeniy Stepanov[msan] Fix header comments.
2012-12-25 Kostya Serebryany[asan] add a test for right OOB with special large...
2012-12-25 Dmitry Vyukovtsan: fix tests to consistently use internal functions...
2012-12-25 Guy BenyeiAdd intel_ocl_bicc calling convention as a function...
2012-12-25 Kostya Serebryany[sanitizer] increase the maximum size class of the...
2012-12-25 Dmitry Vyukovtsan: fix the code that searches for heap memory block...
2012-12-25 Rafael EspindolaAdd 171048 back but invalidate the cache of all redecla...
2012-12-25 Kostya Serebryany[asan] properly define ASAN_LOW_MEMORY. Due to a mistak...
2012-12-25 Nick LewyckyFix whitespace. No functionality change.
2012-12-25 NAKAMURA TakumiRevert r171048, "Cache visibility of decls."
2012-12-25 Nadav RotemVCVTSS2SD requires a strict alignment. Thanks Elena.
2012-12-25 Rafael EspindolaCache visibility of decls.
2012-12-25 Bob WilsonRename LLVMContext diagnostic handler types and functions.
2012-12-24 NAKAMURA Takumi[CMake] AddLLVM.cmake: Tweak the corner case that ...
2012-12-24 Nick LewyckySimplify RUN lines. No functionality change.
2012-12-24 Nick LewyckyQuiet gcc's -Wparenthesis warning. No functionality...
2012-12-24 Nick LewyckyFix typo "Makre" -> "Make".
2012-12-24 Benjamin KramerUse a std::string rather than a dynamically allocated...
2012-12-24 Bob WilsonAdd LLVMContext::emitWarning methods and use them....
2012-12-24 Dmitri GribenkoFix a typo introduced in r168577: FlAGS -> FLAGS (note...
2012-12-24 Daniel JasperLet clang-format format itself.
2012-12-24 Daniel JasperPenalize tokens with a lower parenthesis level than...
2012-12-24 Dmitri GribenkoAutoRegen.sh: update reference to documentation
2012-12-24 Kostya Serebryany[sanitizer] fix gcc warnings, enable one tests under...
2012-12-24 Kostya Serebryany[sanitizer] make LargeMmapAllocator::GetBlockBegin...
2012-12-24 Dmitry Vyukovtsan: work around FileCheck feature that it does not...
2012-12-24 Dmitry Vyukovtsan: remove static reference to glibc internal _dl_get...
2012-12-24 Daniel JasperAlign RHS after assignments and return statements.
2012-12-24 Kostya Serebryany[sanitizer] rework the size class map in the sanitizer...
2012-12-24 Dmitry Vyukovtsan: more defensive file descriptor verification
2012-12-24 NAKAMURA Takumillvm/test/CodeGen/X86/fold-vex.ll: Add explicit triple.
2012-12-24 Daniel JasperFix formatting over overloaded operators.
2012-12-24 Nadav RotemCostModel: We have API for checking the costs of known...
2012-12-24 Elena DemikhovskyAdded 6 more value types: v32i1, v64i1, v32i16, v32i8...
2012-12-24 Elena DemikhovskyRemoved "static" from "__jit_debug_descriptor" because...
2012-12-24 Nadav RotemSome x86 instructions can load/store one of the operand...
2012-12-24 Nadav RotemLoopVectorizer: When checking for vectorizable types...
2012-12-24 Nadav RotemChange the codegen Cost Model API for shuffeles. This...
2012-12-24 Alexey SamsonovFix typo in comments
2012-12-24 Evgeniy StepanovSupport -fsanitize-memory-track-origins.
2012-12-24 Nadav RotemUpdate the docs of the cost model.
2012-12-24 NAKAMURA TakumiCGClass.cpp: [PR14335] Remove comma-separated \param...
2012-12-24 NAKAMURA Takumiclang/AST/VTTBuilder.h: Prune one description in three...
2012-12-24 NAKAMURA TakumiCGDecl.cpp: Prune three descriptions in two methods...
2012-12-24 NAKAMURA TakumiDiagnosticRenderer.cpp: Prune one description in Diagno...
2012-12-24 NAKAMURA TakumiCGValue.h: Update one \param to Addr in MakeBitfield...
2012-12-24 NAKAMURA Takumillvm/MC/MCMachObjectWriter.h: ComputeSymbolTable()...
2012-12-24 NAKAMURA Takumitest/Index/preamble_macro_template.cpp: Tweak for win32.
2012-12-24 Nadav RotemLoopVectorizer: Fix an endless loop in the code that...
2012-12-24 Daniel JasperTake operator precedence into account when splitting...
2012-12-23 Dmitri GribenkoDocumentation: fix typos reported in PR13866
2012-12-23 Dmitri GribenkoDocumentation: PTHInternals: use correct adornments...
2012-12-23 Dmitri GribenkoDocumentation: fix a syntax error: empty line required...
2012-12-23 Dmitri GribenkoDocumentation: add MemorySanitizer to the toctree
2012-12-23 Nadav RotemCostModel: Change the default target-independent implem...
2012-12-23 Benjamin KramerLoopVectorize: Fix accidentaly inverted condition.
2012-12-23 Benjamin KramerLoopVectorize: For scalars and void types there is...
2012-12-23 Nadav RotemWe are not ready to estimate the cost of integer expans...
2012-12-23 Sean Silvadocs: Add link to external LLVM backend tutorial.
2012-12-23 Nadav Rotemwhitespace
2012-12-23 Nadav RotemRename a function.
2012-12-23 Nadav RotemLoop Vectorizer: Update the cost model of scatter/gathe...
next