platform/upstream/llvm.git
2012-12-03 Nadav RotemIF-conversion: teach the cost-model how to grade if...
2012-12-03 Richard SmithFix test failure when building Clang with g++4.7 -...
2012-12-03 Jakob Stoklund... Implement ARMBaseRegisterInfo::getRegAllocationHints().
2012-12-03 Jyotsna VermaDefine store instructions with base+immediate offset...
2012-12-03 Michael J.... [Support] Make FileOutputBuffer work on Windows.
2012-12-03 Michael J.... [Support][FileSystem] Fix open mode in resize_file...
2012-12-03 Michael J.... Revert the header sort on this file.
2012-12-03 Pedro Artigasmoves doInitialization and doFinalization to the Pass...
2012-12-03 Argyrios KyrtzidisAdd a getMemorySize() function for DenseSet.
2012-12-03 Sebastian Popadapt cloog codegen testcases to isl
2012-12-03 Sebastian Popuse -polly-ast instead of -polly-cloog
2012-12-03 Sebastian Popexecute cloog specific testcases only with CLOOG_FOUND
2012-12-03 Nadav RotemNow that we have a basic if-conversion infrastructure...
2012-12-03 Michael IlsemanSince this SmallVector immediately grows on the next...
2012-12-03 Sean CallananFixed a crash in which we examined the extension of
2012-12-03 Alexander PotapenkoUse a struct to hold the /proc/self/maps buffer on...
2012-12-03 Jakob Stoklund... Add a new hook for providing register allocator hints...
2012-12-03 Jyotsna VermaDefine load instructions with base+immediate offset...
2012-12-03 Nadav RotemAdd initial support for IF-conversion. This patch imple...
2012-12-03 Manuel KlimekFixes a compile warning and crash in the tests.
2012-12-03 Tobias GrosserUpdate CLooG
2012-12-03 Jyotsna VermaDefine unsigned const-ext predicates.
2012-12-03 Jyotsna VermaRemoving unnecessary 'else' statement from the predicat...
2012-12-03 Argyrios KyrtzidisEliminate redundant bitwise operations when using a...
2012-12-03 Eli BenderskySimplify this test a bit because DWARF emission/dumping...
2012-12-03 Bill WendlingAdd 'getInt64Field()' method to get the signed integer...
2012-12-03 Alexey SamsonovAdd Clang flags -fsanitize-blacklist and -fno-sanitize...
2012-12-03 Alexey SamsonovASan: add blacklist file to ASan pass options. Clang...
2012-12-03 Eli BenderskyFix PR12942: Allow two CUs to be generated from the...
2012-12-03 Kostya Serebryany[asan] two more bits for __sparc__
2012-12-03 Greg ClaytonFix clang build issues.
2012-12-03 Benjamin KramerlibclangFormat is not libclangTooling, but it depends...
2012-12-03 Alexey SamsonovFix PR14474: don't emit debug info for interface types...
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...
next