platform/upstream/llvm.git
2012-12-03 Daniel JasperInitial version of formatting library.
2012-12-03 Greg Clayton<rdar://problem/12742973>
2012-12-03 Nadav RotemTeach the jump threading optimization to stop scanning...
2012-12-03 Jakob Stoklund... Revert r169039, "Aggregate pass execution time report...
2012-12-03 Chandler CarruthSort the #include lines for the include/... tree with...
2012-12-03 Chandler CarruthTeach the include sorter to not choke on include guards. ;]
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-12-03 Chris Lattnerclarify that this isn't lld.
2012-12-03 Daniel JasperMake hasDeclaration work for enums.
2012-12-03 Kostya Serebryany[tsan] add CompactSizeClassMap as an alternative (more...
2012-12-03 Tobias GrosserUse isl 0.11
2012-12-03 Edwin VaneTest commit: reformat comment.
2012-12-03 Chandler CarruthAdd a completely hack-ish tool to sort includes accordi...
2012-12-03 Evgeniy StepanovAdd -fsanitize=memory.
2012-12-03 Kostya Serebryany[tsan] remove unused InternalAllocBlock as part of...
2012-12-03 Dmitry Vyukovtsan: describe global vars (module+offset for now)
2012-12-03 Kostya Serebryany[asan] EXPECT_EQ => ASSERT_EQ around pthread_create...
2012-12-03 Chandler CarruthRemove some buggy and apparantly unnecessary code from...
2012-12-03 Nuno Lopesfix stats for added checks
2012-12-03 Kostya Serebryany[asan] in asan tests, check all return values of pthrea...
2012-12-03 Jyotsna VermaDefine signed const-ext predicates.
2012-12-03 Bill WendlingRemove 'deplibs' keyword, since it's no longer used.
2012-12-03 Eli BenderskyClean up, bring up-to-date and apply consistent formatting.
2012-12-02 Will Dietz[ubsan] Add flag to enable recovery from checks when...
2012-12-02 Will Dietz[ubsan] Refactor handlers to have separate entry points...
2012-12-02 Will Dietz[ubsan] Replace "fatal error" with "runtime error".
2012-12-02 Nadav RotemAllow merging multiple store sequences on the same...
2012-12-02 Benjamin KramerBring vim keyword lists up to date.
2012-12-02 Eli BenderskyFix a bug in FileCheck that wouldn't let define variabl...
2012-12-02 Eli BenderskyFix an invalid regex in the test
2012-12-02 Chandler CarruthSimplify the coding standards for #include ordering...
2012-12-02 Justin HolewinskiUnbreak Sphinx build
2012-12-01 Eli BenderskyAnother fix attempt to Makefile.sphinx - copy the PNGs...
2012-12-01 Eli BenderskyAttempt to fix Makefile.sphinx to not generate errors...
2012-12-01 Eli BenderskyUpdate FileCheck's documentation to mention recently...
2012-12-01 Gregory Szorc[python] Add markup option to disassembler
2012-12-01 Eli BenderskySupport referencing variables defined on the same line.
2012-12-01 Tobias GrosserUpdate the recommended isl version
2012-12-01 Benjamin KramerMake helper classes anonymous. Make helper functions...
2012-12-01 Simon Atanasyan[MIPS] Add -mxgot/-mno-xgot command line options
2012-12-01 Benjamin KramerAdd raw_ostream include to pacify MSVC.
2012-12-01 Benjamin KramerUpdate unit tests not to rely on transitive includes.
2012-12-01 Benjamin KramerInclude pruning and general cleanup.
2012-12-01 Benjamin KramerDon't include Type.h in DeclarationName.h.
2012-12-01 Benjamin KramerMake ASTVector.h standalone without including all of...
2012-12-01 Benjamin KramerPull the Attr iteration parts out of Attr.h, so includi...
2012-12-01 James MolloyRemove bugzilla link.
2012-12-01 Eli BenderskyFix a test that was redefining FileCheck variables...
2012-12-01 Joey GoulySwitch to using -### as mentioned by chandlerc.
2012-12-01 Joey GoulyAdd -emit-llvm to test/Driver/fsanitize.c to stop this...
2012-12-01 Dmitri GribenkoDocumentation: convert WritingAnLLVMBackend.html to...
2012-12-01 Benjamin KramerAdd .arcconfig to the repository. Useful if someone...
2012-12-01 Benjamin KramerAdd .arcconfig to the repository. Useful if someone...
2012-12-01 Benjamin KramerSROA: Avoid struct and array types early to avoid creat...
2012-12-01 Zhou ShengRevert previous check in r168581, r169079 as they are...
2012-12-01 Jason MolendaDon't re-add kexts and the kernel each time we get...
2012-12-01 Jason MolendaBump lldb version num to lldb-178, debugserver version...
2012-12-01 Jason MolendaRead full 64 bits of kernel address when locating a
2012-12-01 Zhou ShengThe patch is to improve the memory footprint of pass...
2012-12-01 Michael HanFix a typo in comment.
2012-12-01 Richard SmithMake these functions more clearly express the test...
2012-12-01 Alexander PotapenkoAdd caching to the MemoryMappingLayout class on Linux...
2012-12-01 Richard SmithConsistently use 'needsImplicit<special member>' to...
2012-12-01 NAKAMURA TakumiVMCore/DebugInfo.cpp: DICompileUnit::getSubprograms...
2012-12-01 Daniel DunbarMC/AsmParser: Avoid unnecessary use of SourceMgr::FindB...
2012-12-01 Andrew Trickmisched: Fix RegisterPressureTracker handling of DebugVals.
2012-12-01 Andrew Trickmisched: Fix the DAG builder to handle an undef operand...
2012-12-01 Andrew Trickmisched: Fix LiveInterval update to better handle DebugVal.
2012-12-01 Andrew Trickmisched: fix RegionBegin when DebugValues get shuffled...
2012-12-01 Eli FriedmanTry to make the source location information for token...
2012-12-01 Jakob Stoklund... Simplify REG_SEQUENCE lowering.
2012-12-01 Richard SmithRemove restriction on combining ubsan with asan or...
2012-12-01 Douglas GregorFix the determination of whether a capture refers to...
2012-12-01 Michael IlsemanUpdate the emacs mode to recognize fadd, fsum, fmul...
2012-12-01 Sean CallananAdded support for PtrToInt to the IR
2012-12-01 Sean CallananAdded logging to the code that determines
2012-11-30 Eric ChristopherAdd some first skeleton work for the DWARF5 Fission...
2012-11-30 Jakob Stoklund... Convert COPY instructions into KILLs if they have impli...
2012-11-30 Bill WendlingDon't emit a warning with an input/output parameter...
2012-11-30 Douglas GregorFix test for Windows path separators
2012-11-30 Douglas GregorTeach the serialized diagnostic writer to clone() itsel...
2012-11-30 Eric ChristopherAdd support for fission attributes/forms/operations...
2012-11-30 Michael IlsemanVim mode updated to recognize fast-math flags
2012-11-30 Bill WendlingDon't warn if the input size is less than the register...
2012-11-30 Michael IlsemanRemoved redundancy in wording
2012-11-30 Michael IlsemanClean up the documentation to have a common description...
2012-11-30 Eli FriedmanMake -Wtautological-constant-out-of-range-compare behav...
2012-11-30 Bill WendlingBe more clear on what parts of code I own.
2012-11-30 Pedro Artigasreversed the logic of the log2 detection routine to...
2012-11-30 Nadav Rotemminor cleanups
2012-11-30 Alexey SamsonovFix a bug in APFloat.cpp: declare APFloat after fltSema...
2012-11-30 Bill WendlingAdd me as LTO code owner.
2012-11-30 Douglas GregorRename ModuleBuildPath -> ModuleBuildStack. Thanks...
2012-11-30 Bill WendlingReplace r168930 with a more reasonable patch.
2012-11-30 Pedro ArtigasAddresses many style issues with prior checkin (r169025)
2012-11-30 Douglas GregorWhen we're emitting a diagnostic with a source location...
2012-11-30 Aaron BallmanFixing a precedence issue with my previous commit.
2012-11-30 Jakob Stoklund... Add a -time-compilations=<N> option to llc.
2012-11-30 Jakob Stoklund... Aggregate pass execution time report by pass ID instead...
2012-11-30 Daniel Dunbarlit: Add a simple test suite for checking test runner...
next