platform/upstream/llvm.git
2012-11-30 Richard SmithRefactor to reduce duplication in handling of special...
2012-11-30 Jyotsna VermaUse multiclass for the load instructions with 'base...
2012-11-30 Meador IngeMove library call simplification statistic to instcombine
2012-11-30 Chandler CarruthMove the InstVisitor utility into VMCore where it belon...
2012-11-30 Evan ChengFix logic to determine whether to turn a switch into...
2012-11-30 Quentin ColombetAdd a test case for the new cortex-a5 switch
2012-11-30 Jordan RoseUse the new LLVM_LVALUE_FUNCTION to ban two getAs(...
2012-11-30 Tobias GrosserRemove unneeded preservation and restore of ValueMap...
2012-11-30 Preston BriggsModified dump() to provide a little
2012-11-30 Tobias GrosserAdd an additional input argument according to chanages...
2012-11-30 Jordan RoseAdd a new C++11 compatibility macro, LLVM_LVALUE_FUNCTION.
2012-11-30 Douglas GregorFix unit tests for ModuleLoader change in r168961.
2012-11-29 Douglas GregorKeep track of modules that have failed to build. If...
2012-11-29 Kevin EnderbyFixed the arm disassembly of invalid BFI instructions...
2012-11-29 Eli FriedmanFix a small calling-convention bug for x86-32. PR14453.
2012-11-29 Quentin ColombetAdd ARM cortex-a5 subtarget
2012-11-29 Richard SmithRemove out-of-date comment.
2012-11-29 Quentin ColombetRevert commit revision r168953, to change the commit...
2012-11-29 Richard Smithubsan: Disable __int128 tests if the host Clang does...
2012-11-29 Quentin Colombet(no commit message)
2012-11-29 Eric ChristopherMore comment.
2012-11-29 Alexey Samsonov[ASan] use brand new -fsanitize= values for init-order...
2012-11-29 Alexey SamsonovThis patch exposes to Clang users three more sanitizers...
2012-11-29 Greg Clayton<rdar://problem/12687087>
2012-11-29 Han Ming Ong<rdar://problem/12780259>
2012-11-29 Dan GohmanUpdate comment for malloc being a library call now...
2012-11-29 Daniel MaleaResolve printf formatting warnings on Linux:
2012-11-29 Michael IlsemancopyFastMathFlags utility and test case
2012-11-29 Eli BenderskyAdd a FileCheck test that makes sure two different...
2012-11-29 Dan GohmanUpdate my email address.
2012-11-29 Chad RosierWhitespace.
2012-11-29 Chad RosierFix 80-column violations.
2012-11-29 Benjamin KramerObject: Pass the buffer name through when making a...
2012-11-29 Eli BenderskyMake the test less sensitive to DWARF emission implemen...
2012-11-29 Quentin ColombetAdd cortex-a5 subtarget to the supported ARM architectures
2012-11-29 Justin HolewinskiCleanup recent addition of DAGTypeLegalizer::SplitVecOp...
2012-11-29 Shuxin Yangrdar://12100355 (part 1)
2012-11-29 Bill WendlingHandle the situation where CodeGenPrepare removes a...
2012-11-29 Jyotsna VermaUse multiclass for 'transfer' instructions.
2012-11-29 Nadav RotemNo need to run LICM after loop vectorization because...
2012-11-29 Nadav RotemWhen broadcasting invariant scalars into vectors, place...
2012-11-29 Dmitri GribenkoDocumentation for FileCheck: use 'option' and 'program...
2012-11-29 Meador Ingeinstcombine: Migrate puts optimizations
2012-11-29 Dmitri GribenkoDocumentation for llvm-link: reformat
2012-11-29 Jim GrosbachFix a memory leak in MachOObjectFile.
2012-11-29 Dmitri GribenkoDocumentation for llvm-cov: reformat
2012-11-29 Benjamin KramerFollow up to 168711: It's safe to base this analysis...
2012-11-29 Dmitri GribenkoDocumentation for llvm-stress: reformat
2012-11-29 Dmitri GribenkoDocumentation for opt: reformat
2012-11-29 Eric ChristopherMake sure that we put the rest of the sanitizer librari...
2012-11-29 Greg Clayton<rdar://problem/12655594>
2012-11-29 Greg Clayton<rdar://problem/12635804>
2012-11-29 Andrew TrickImprove isImpliedCond comment a bit.
2012-11-29 Alexey Samsonov[ASan] Simplify check added in r168861. Bail out from...
2012-11-29 Dmitri GribenkoDocumentation for llc: reformat.
2012-11-29 Matt Beaumont-GayApply Takumi's patch to suppress unused-variable warnin...
2012-11-29 Alexey SamsonovAdd options to AddressSanitizer passes to make them...
2012-11-29 Shuxin Yangfix a typo
2012-11-29 Eric ChristopherUse newer command line option here.
2012-11-29 Eric ChristopherRemove duplicate test run lines.
2012-11-29 Dmitri GribenkoDocumentation for lit: more formatting: use 'option...
2012-11-29 Pedro ArtigasOne more step towards making doInitialization and doFin...
2012-11-29 Dmitri GribenkoDocumentation for tblgen: formatting
2012-11-29 Tobias GrosserUpdate to Polly for LLVM r165262 which changes TargetDa...
2012-11-29 Dmitri GribenkoDocumentation for lit: formatting improvements.
2012-11-29 Daniel MaleaMatch extern "C" in declaration and definition (swig...
2012-11-29 Rafael EspindolaNow that the underlying problem has been fixed, add...
2012-11-29 Patrik HagglundTest commit.
2012-11-29 Dmitri GribenkoDocumentation: formatting improvements
2012-11-29 Rafael EspindolaMerge function types in C.
2012-11-29 Meador Ingeinstcombine: Migrate fputs optimizations
2012-11-29 Meador Ingeinstcombine: Migrate fwrite optimizations
2012-11-29 Meador Ingeinstcombine: Migrate fprintf optimizations
2012-11-29 Evgeniy Stepanov[msan] Handle vector manipulation instructions.
2012-11-29 Evgeniy Stepanov[msan] Fix getOriginForNaryOp.
2012-11-29 Silviu BarangaAdded atomic 64 min/max/umin/umax instrinsics support...
2012-11-29 Benjamin Kramermisched: Recompute priority queue when DFSResults are...
2012-11-29 Evgeniy Stepanov[msan] Basic handling of inline asm.
2012-11-29 Justin HolewinskiTeach the legalizer how to handle operands for VSELECT...
2012-11-29 Justin HolewinskiAllow targets to prefer TypeSplitVector over TypePromot...
2012-11-29 Evgeniy Stepanov[msan] Propagate shadow through (x<0) and (x>=0) compar...
2012-11-29 Evgeniy Stepanov[msan] Fix shadow & origin store & load alignment.
2012-11-29 Evgeniy Stepanov[msan] Optimize getOriginPtr.
2012-11-29 Evgeniy Stepanov[msan] Fix a few compilation warnings.
2012-11-29 Evgeniy Stepanov[msan] Add a test for r168873.
2012-11-29 Evgeniy Stepanov[msan] Transform memcpy and memset to library calls.
2012-11-29 Elena DemikhovskyI changed hasAVX() to hasFp256() and hasAVX2() to hasIn...
2012-11-29 Evgeniy Stepanov[msan] Update tests (broken in r168873).
2012-11-29 Evgeniy Stepanov[msan] Make sure that report callbacks do not get merged.
2012-11-29 Kostya Serebryany[asan] disable BuiltinLongJmpTest on Android
2012-11-29 Dmitri GribenkoDocumentation: use correct highlighter
2012-11-29 NAKAMURA TakumiASTTests/StmtPrinterTest/StmtPrinter.TestMSIntegerLiter...
2012-11-29 Evgeniy StepanovInitial commit of MemorySanitizer.
2012-11-29 NAKAMURA TakumiASTTests/StmtPrinterTest/StmtPrinter.TestMSIntegerLiter...
2012-11-29 Kostya Serebryany[asan/tsan] initialize the asan/tsan callbacks in runOn...
2012-11-29 Kostya Serebryany[asan] enable BuiltinLongJmpTest
2012-11-29 Timur Iskhodzhanov[-cxx-abi microsoft] Also spill the argument-back-refer...
2012-11-29 Kostya Serebryany[asan] when checking the noreturn attribute on the...
2012-11-29 Richard Smithubsan: Don't assume that Clang provides __int128 unless...
2012-11-29 Richard SmithReject uses of __int128 on platforms that don't support...
next