platform/upstream/llvm.git
2012-12-04 Chandler CarruthSort the #include lines of the examples/... tree.
2012-12-04 Chandler CarruthTeach the include sorter to quickly skip files with...
2012-12-04 Chandler CarruthTeach the include sorter to skip files under test trees...
2012-12-04 Chandler CarruthSort the #include lines under utils/...
2012-12-04 Chandler CarruthReally sort the #include lines in unittests/...
2012-12-04 Chandler CarruthSort the #include lines for unittests/...
2012-12-04 Chandler CarruthTeach the include sorting script about the gtest header...
2012-12-04 Chandler CarruthSort the #include lines for examples/...
2012-12-04 Chandler CarruthSort #include lines for tools/...
2012-12-04 Chandler CarruthUpdate the #include lines of the extra tools.
2012-12-04 Chandler CarruthSort #include lines for all files under include/...
2012-12-04 Chandler CarruthSort all of Clang's files under 'lib', and fix up the...
2012-12-04 NAKAMURA TakumiASTTests, ASTMatchersTests: Move clangEdit before clang...
2012-12-04 NAKAMURA TakumiUntabify (in USEDLIBS, Makefile(s)).
2012-12-04 Kostya Serebryany[tsan] refactoring and comment changes in sanitizer_com...
2012-12-04 NAKAMURA Takumiclang/Lex: [CMake] Update CMakefiles since r169229.
2012-12-04 Bill WendlingDon't test for ASM output but for IR output.
2012-12-04 Dmitry Vyukovtsan: better error message if we fail to intercept...
2012-12-04 Dmitry Vyukovtsan: check if PWD env var is absent
2012-12-04 Argyrios KyrtzidisRefactor recording the preprocessor conditional directi...
2012-12-04 Argyrios KyrtzidisIn the PreprocessingRecord, to identify the different...
2012-12-04 Argyrios Kyrtzidis[libclang] Avoid copying the CompileCommand related...
2012-12-04 Argyrios KyrtzidisIntroduce CompilationDatabase::getAllCompileCommands...
2012-12-04 NAKAMURA TakumiVMCoreTests/PassManagerTest.cpp: Appease msvc not to...
2012-12-04 Chandler CarruthSort includes for all of the .h files under the 'lib...
2012-12-04 Nadav RotemGive scalar if-converted blocks half the score because...
2012-12-04 Chandler CarruthAddress review comments from Matt on the sort_includes...
2012-12-04 Chandler CarruthAdd a comment about the requirement that the Windows...
2012-12-04 NAKAMURA Takumiclang/test/CodeGenCXX/debug-info-zero-length-arrays...
2012-12-04 Bill WendlingAdd a 'count' field to the DWARF subrange.
2012-12-04 Bill WendlingAdd a 'count' field to the DWARF subrange.
2012-12-04 Nadav RotemAdd the last part that is needed for vectorization...
2012-12-04 Kostya Serebryany[asan] add experimental -asan-realign-stack option...
2012-12-04 Bill WendlingAdd a 'getCount' method to get the number of elements...
2012-12-04 Matt Beaumont-GayAdd 'using' declarations to suppress -Woverloaded-virtu...
2012-12-04 Jyotsna VermaMove all operand definitions into HexagonOperands.td
2012-12-04 Jyotsna VermaMove generic Hexagon subtarget information into Hexagon.td
2012-12-04 Sean Silvadocs: Fix broken link.
2012-12-04 Sean Silvadocs: Fix dead link.
2012-12-04 Shuxin Yangrdar://12329730 (2nd part, revised)
2012-12-04 Sean Silvadocs: Convert ProgrammersManual to reST.
2012-12-04 Richard SmithDocument the existence of -fsanitize=bounds.
2012-12-04 Alexander Potapenko[ASan] Do not build the interceptors that use ObjC...
2012-12-04 Greg Clayton<rdar://problem/12750060>
2012-12-04 Jim InghamMissing #include to pick up def'n of TerminalState.h.
2012-12-04 Greg ClaytonGet rid of a warning where functions in DNB.h were...
2012-12-04 Alexey SamsonovASan: add new interface functions - __asan_(un)poison_s...
2012-12-04 Alexey SamsonovASan: add initial support for handling llvm.lifetime...
2012-12-04 NAKAMURA Takumiclang/test/Index/comment-objc-decls.m: Try to fix r1691...
2012-12-04 Jakub StaszakSimplify code. No functionality change.
2012-12-04 Manman RenStack Alignment: when creating stack objects in Machine...
2012-12-04 Jakub StaszakUse dyn_cast instead of isa and cast. No functionality...
2012-12-04 NAKAMURA TakumiLoopVectorize.cpp: Suppress a warning. [-Wunused-variable]
2012-12-04 NAKAMURA TakumiFix whitespace.
2012-12-04 Fariborz JahanianTesting objective-C declarations embedded in
2012-12-04 Jakob Stoklund... Remove the old TRI::ResolveRegAllocHint() and getRawAll...
2012-12-04 Michael IlsemanHave clang use LLVM IR's fast-math flags when in FastMa...
2012-12-04 Jakob Stoklund... Remove VirtRegMap::getRegAllocPref().
2012-12-04 Greg Clayton<rdar://problem/12798131>
2012-12-04 Jakob Stoklund... Use MRI::getSimpleHint() instead of getRegAllocPref...
2012-12-04 Michael Ilsemanremove trailing whitespace
2012-12-04 Manman RenStack Alignment: move functions from header file Machin...
2012-12-04 Daniel MaleaA few more build fixes for gcc 4.6:
2012-12-04 NAKAMURA TakumiRuntimeDyld: Fix up r169178. MSVC doesn't like "or".
2012-12-04 Shuxin Yangrdar://12329730 (2nd part)
2012-12-03 NAKAMURA Takumiclang/test/Driver/fsanitize-blacklist.c: Mark it as...
2012-12-03 Jakob Stoklund... Add VirtRegMap::hasKnownPreference().
2012-12-03 Akira HatanakaRuntime dynamic linker for MCJIT should support MIPS...
2012-12-03 Akira HatanakaClassic JIT is still being supported by MIPS, along...
2012-12-03 Michael IlsemanMinor tweaking to SmallVector static size.
2012-12-03 Nadav Rotemminor renaming, documentation and cleanups.
2012-12-03 Akira HatanakaFunctions in MipsCodeEmitter.cpp that expand unaligned...
2012-12-03 Jakob Stoklund... Use the new getRegAllocationHints() hook from Allocatio...
2012-12-03 Nadav Rotemconstify the cost API
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...
next