platform/upstream/llvm.git
2013-01-26 Andrew KaylorAdd DIContext::getLineInfoForAddressRange() function...
2013-01-26 Bill WendlingConvert BuildLibCalls.cpp to using the AttributeSet...
2013-01-25 Fariborz Jahanianpatch for PR9027 and // rdar://11861085
2013-01-25 NAKAMURA Takumiclang/test/Index/annotate-comments-typedef.m: Remove...
2013-01-25 Michael J.... [ELF][x86-64] Add relocation string<->kind.
2013-01-25 Aaron BallmanA port of the Visual Studio 2012 debugger visualizers...
2013-01-25 John McCallARM says that the array cookie should always be eight...
2013-01-25 John McCallMove the decision about the kind of CGCXXABI to make...
2013-01-25 Douglas GregorImprove coordination between the module manager and...
2013-01-25 NAKAMURA Takumillvm/test/CMakeLists.txt: Add a dependency to llvm...
2013-01-25 Michael J.... [ELF][X86-64] Use the correct base address.
2013-01-25 Dmitri GribenkoRemove unused variables, silences -Wunused-variable
2013-01-25 NAKAMURA Takumiclang/test/Preprocessor/iwithprefix.c: Tweak default...
2013-01-25 Bill WendlingRemove dead method.
2013-01-25 Daniel Dunbar[utils] Kill another no-longer-useful utility script.
2013-01-25 Bill WendlingRemove some introspection functions.
2013-01-25 Fariborz Jahaniansimplify code by removing excessive bracing.
2013-01-25 Hal FinkelInitial implementation of PPCTargetTransformInfo
2013-01-25 Jim InghamMissing newline in a warning message.
2013-01-25 Nadav RotemFix a warning in the new DWARFheader. Add a new line...
2013-01-25 Andrew KaylorAdd support for applying in-memory relocations to the...
2013-01-25 Fariborz JahanianAttach enum's documentation to its typedef if
2013-01-25 John McCallThe standard ARM C++ ABI dictates that inline functions are
2013-01-25 John McCallFirst pass at abstracting out a class for the target...
2013-01-25 Dmitri GribenkoAdd file to CMakeLists (file added in r173505)
2013-01-25 Douglas GregorOptimize ModuleManager::visit() by precomputing the...
2013-01-25 Dmitri GribenkoRemove useless 'XPASS: *' from tests
2013-01-25 Renato GolinTemporarily disabling ms-asm test
2013-01-25 Reid KlecknerXFAIL close-stderr on win32
2013-01-25 Reid KlecknerSet the +x bit on two batch scripts
2013-01-25 Reid KlecknerAdd parens to suppress an MSVC 2012 << precedence warning
2013-01-25 Reid KlecknerFileCheck-ify some grep tests
2013-01-25 Nick LewyckyAdd an insert() method to MapVector. Adds the first...
2013-01-25 Dmitri GribenkoThis test actually passes, just add the missing expecte...
2013-01-25 Eli BenderskyIn this patch, we teach X86_64TargetMachine that it...
2013-01-25 Eli BenderskyAdd back a RUN line removed by mistake by a previous...
2013-01-25 Richard OsborneAdd instruction encodings / disassembly support for...
2013-01-25 Nadav RotemLoopVectorize: Refactor the code that vectorizes loads...
2013-01-25 Bill WendlingUse the new 'getSlotIndex' method to retrieve the attri...
2013-01-25 Eli BenderskyNow that llvm-dwarfdump supports flags to specify which...
2013-01-25 Jakub StaszakUse const reference instead of vector copying.
2013-01-25 Dmitri GribenkoMigrate test from grep to -fdiagnostics-parseable-fixits
2013-01-25 Bill WendlingAdd an accessor method to get the slot's index. This...
2013-01-25 Richard OsborneUse the correct format in the STW / SETPSC instruction...
2013-01-25 Richard OsborneFix order of operands for crc8_l4r
2013-01-25 Daniel DunbarRemove empty directories.
2013-01-25 Daniel Dunbar[utils] Remove the OptionalTests subdir no one runs.
2013-01-25 Daniel Dunbar[utils] Remove C++Tests that I don't think anyone uses...
2013-01-25 Eli BenderskyWhen encountering an unknown file format, ObjectFile...
2013-01-25 Michael J.... [CMake] Setup include dirs properly.
2013-01-25 David BlaikieThis is no trule.
2013-01-25 Alexander KornienkoSilence unintended fallthrough diagnostic on a case...
2013-01-25 Daniel MaleaDisable confirmation prompts for testing
2013-01-25 Dmitri GribenkoFileCheck'ize tests
2013-01-25 Daniel MaleaRemove hardcoded -arch from lang/cpp testcase makefiles
2013-01-25 Dmitri GribenkoMigrate tests to -verify and merge them
2013-01-25 Hal FinkelImprove the !add TableGen test case.
2013-01-25 Eli BenderskyAdd command-line flags for DWARF dumping.
2013-01-25 Richard OsborneAdd instruction encodings / disassembly support for...
2013-01-25 Michael GottesmanFixed typo.
2013-01-25 Richard OsborneFix order of operands for l5r instructions.
2013-01-25 Richard OsborneUse correct mnemonic / instruction name for ldivu.
2013-01-25 Benjamin KramerLoopVectorize: Simplify code. No functionality change.
2013-01-25 Pedro Artigasadded ability to dynamically change the ExportList...
2013-01-25 Greg ClaytonFix buildbot building errors.
2013-01-25 Michael GottesmanAdded new section to the git-svn getting started sectio...
2013-01-25 Nadav RotemLoopVectorizer: Refactor more code to use the IRBuilder.
2013-01-25 Daniel MaleaFix indenting typo in TestSTL.py
2013-01-25 Daniel Dunbar[tests] Force a triple to ensure /usr/include is one...
2013-01-25 Bob WilsonUse xcrun to find the right compiler when building...
2013-01-25 Nadav RotemRefactor some code to use the IRBuilder.
2013-01-25 Han Ming Ong<rdar://13073234>
2013-01-25 Daniel Dunbar[build/clang_darwin] Don't try to run sw_vers if we...
2013-01-25 Daniel Dunbar[tests] Add a test for -iwithprefix.
2013-01-25 Greg Clayton<rdar://problem/13069948>
2013-01-25 Fariborz JahanianAdd space after ';'.
2013-01-25 Fariborz JahanianImprove diagnsotic further on integer overflow.
2013-01-25 Eli BenderskyRename variable to be more comprehensible and follow...
2013-01-25 Benjamin KramerAPFloat: Make sure that we get a well-formed x87 NaN...
2013-01-25 Alexander KornienkoDon't suggest to insert [[clang::fallthrough]] before...
2013-01-25 Daniel JasperFix some alignment and line break decisions.
2013-01-25 Evgeniy Stepanov[msan] Tests for ICmp handling.
2013-01-25 Reid KlecknerDisable MSVC's warning about noreturn destructors
2013-01-25 Reid KlecknerFix MSVC 2012 warning about a 32-bit shift that should...
2013-01-25 Evgeniy Stepanov[msan] A comment on ICmp handling logic.
2013-01-25 Evgeniy Stepanov[msan] Implement exact shadow propagation for relationa...
2013-01-25 Alexey Samsonov[Sanitizer] More fixes to scanf interceptor: stub suppo...
2013-01-25 Shankar Easwaranchange all occurences of File to FileELF
2013-01-25 Preston GurdThis patch aims to reduce compile time in LegalizeTypes...
2013-01-25 NAKAMURA TakumiLexer.cpp: Fix a warning with ptrdiff_t on i686. [...
2013-01-25 Hal FinkelMore cleanup of PPC register definitions.
2013-01-25 Hal FinkelAdd an addition operator to TableGen
2013-01-25 Kostya Serebryany[sanitizer] improve the calloc overflow check (spotted...
2013-01-25 Kostya Serebryany[sanitizer] fix calloc overflow in asan/tsan/msan
2013-01-25 Alexey Samsonov[Sanitizer] fix errors in scanf interceptors: add suppo...
2013-01-25 NAKAMURA Takumiclang/test/PCH/modified-header-error.c: Disable it...
2013-01-25 Daniel JasperAllow breaking after "::" if absolutely necessary.
2013-01-25 Silviu BarangaFixed the condition codes for the atomic64 min/umin...
2013-01-25 NAKAMURA TakumiConvertUTF.h: Suppress a warning with ptrdiff_t on...
2013-01-25 NAKAMURA Takumiclang/test/Driver/output-file-cleanup.c: Add arm and...
next