platform/upstream/llvm.git
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...
2012-11-30 Aaron BallmanFixing an MSVC warning about an unsafe mixture of Boole...
2012-11-30 Michael J.... [CMake] Add support for selecting which c++ abi library...
2012-11-30 Jim InghamSave and restore terminal state when lldb is suspended...
2012-11-30 Enrico Granata<rdar://problem/12676084> Dump the traceback when a...
2012-11-30 Dmitri GribenkoComments: no need to escape any characters in \code...
2012-11-30 Dmitry Vyukovtsan: fix int overflow and several instances where...
2012-11-30 Aaron BallmanSupport for #pragma region/endregion for MSVC compatibi...
2012-11-30 Douglas GregorActually keep track of the source locations at which...
2012-11-30 Chad Rosiertest/CodeGen/PowerPC/vec_mul.ll: Add a triple. Thanks...
2012-11-30 Pedro ArtigasAdd fast math inst combine X*log2(Y*0.5)-->X*log2(Y)-X
2012-11-30 Sebastian PopCodegen failure for vmull with small vectors
2012-11-30 Greg ClaytonAdded new options to "target create" and "target module...
2012-11-30 Howard Hinnant__list::ends_with_template was giving the wrong answer...
2012-11-30 Douglas GregorWhen an error occurs while building a module on demand...
2012-11-30 Chad Rosiertest/CodeGen/PowerPC/vec_mul.ll: Fix register operands.
2012-11-30 Dmitry Vyukovtsan: suppress weird race reports when JVM is embed...
2012-11-30 Jyotsna VermaUse multiclass for the load instructions with MEMri...
2012-11-30 Dmitry Vyukovtsan: add __libc_memalign interceptor (used by dynamic...
2012-11-30 Nadav RotemRemove the use of LPPassManager. We can remove LPM...
2012-11-30 Dmitry Vyukovtsan: add sanity checks into memory allocator
2012-11-30 Eli BenderskyClean up whitespace and add comments
2012-11-30 Eli BenderskyMake FileCheck return 2 in case of an error as documented,
2012-11-30 Manuel KlimekAllow matchers to access the ASTContext.
2012-11-30 NAKAMURA Takumitest/CodeGen/PowerPC: Add explicit -march=ppc32.
2012-11-30 Adhemerval... This patch fixes the Altivec addend construction for...
2012-11-30 Evgeniy Stepanov[msan] Tests for vector manipulation instructions.
2012-11-30 Chandler CarruthSwitch LLVM_USE_RVALUE_REFERENCES to LLVM_HAS_RVALUE_RE...
2012-11-30 Kostya Serebryany[asan] simplify the code around doesNotReturn call...
2012-11-30 Chandler CarruthUpdate to reflect the change of macro name in r168993.
2012-11-30 Chandler CarruthSeparate out the tests for whether the compiler suports...
2012-11-30 Kostya Serebryany[asan] make asan_test.cc more gcc-friendly
2012-11-30 Patrik HagglundMore strict error checking in parseSpecifier + simplifi...
2012-11-30 Kostya Serebryany[asan] simplify break_optimization in tests (Jakub...
2012-11-30 Chandler CarruthFix non-determinism introduced in r168970 and pointed...
2012-11-30 Chandler CarruthRearrange the comments, control flow, and variable...
2012-11-30 Dmitry Vyukovtsan: intercept mlock() because of the kernel bug
2012-11-30 Eric ChristopherAdd the rest of the experimental fission sections to MC.
2012-11-30 Dmitry Vyukovtsan: fix bug that leads to spurious use-after-free...
2012-11-30 Eli FriedmanFix the computation of highlight ranges so we produce...
2012-11-30 Jyotsna VermaUse multiclass for the store instructions with MEMri...
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...
next