platform/upstream/llvm.git
2012-11-23 Daniel MaleaRemove decorator to skip event tests
2012-11-23 Daniel MaleaUpdate test status on Linux
2012-11-23 Benjamin KramerCodeGenPrepare: Move ret duplication out of the instruc...
2012-11-23 Craig TopperRefactor a bit to make some helper functions static.
2012-11-23 Daniel MaleaFix Linux bug that leaves lldb in invalid state after...
2012-11-23 Rafael EspindolaAdd a -disable-cfi option to llvm-mc. This is useful...
2012-11-23 Benjamin KramerSema: Provide a valid source location when instantiatin...
2012-11-23 Rafael EspindolaImplement .cfi_undefined. Based on a patch from PaX...
2012-11-23 Rafael EspindolaMerge used flags so that we don't have to iterate on...
2012-11-23 Dmitry Vyukovtsan: add failure memory order to atomic compare exchan...
2012-11-23 Kostya Serebryany[asan] get rid of some of the uses of kPageSize. The...
2012-11-23 Patrik HägglundDisallow the undocumented practice of starting the...
2012-11-23 Rafael EspindolaRemove redundant check.
2012-11-23 Rafael EspindolaCheck that we don't warn on this testcase. This is...
2012-11-23 Alexey Samsonov[ASan] move swapcontext_test to Linux-specific tests
2012-11-23 Bill WendlingUpdate call to the new syntax.
2012-11-23 Joey GoulyRemove unused parameter Penalty from the BoundsChecking...
2012-11-23 Joey GoulyPR14306: Move -fbounds-checking to -fsanitize=bounds.
2012-11-23 Alexey Samsonov[ASan] intercept swapcontext on Linux only
2012-11-23 Alexey Samsonov[ASan] Add interceptor for swapcontext to fight with...
2012-11-23 Patrik HägglundCleanup: Simplify loop end logic in computeRegisterProp...
2012-11-23 Dmitry Vyukovtsan: ensure than func entry/exit are inlined
2012-11-23 Bob WilsonReapply a subset of r167567 to clean up Darwin-specific...
2012-11-22 Venkatraman... Added me as the owner of the Sparc backend
2012-11-22 Daniel MaleaRemove call to StopMonitor() from ProcessMonitor::Detach()
2012-11-22 Rafael EspindolaMark me as the owner of the gold plugin.
2012-11-22 Meador IngeAdd more functions to the target library information.
2012-11-22 Benjamin KramerMake helpers static/anonymous.
2012-11-22 NAKAMURA Takumillvm/lib/Transforms/Instrumentation/AddressSanitizer...
2012-11-22 Eli BenderskyFix 80-col violation
2012-11-22 Dmitry Vyukovtsan: fix more bugs in signal handling
2012-11-22 Dmitry Vyukovtsan: add missing \n in report
2012-11-22 NAKAMURA TakumiIntelJITEventsWrapper.h: Prune two members, FinalizeThr...
2012-11-22 Dmitri GribenkoDocumentation: convert SourceLevelDebugging.html to...
2012-11-22 Chandler CarruthRemove 'sretpromotion' pass from the documentation...
2012-11-22 Dmitry Vyukovtsan: better error message for OOM
2012-11-22 Ted KremenekGeneralize matching of add_executable to add_XXX_execut...
2012-11-22 Lang Hamesllvm.fmuladd.* lowering should be checking isOperationL...
2012-11-22 Kostya Serebryany[asan] rip off the creation of global redzones from...
2012-11-22 Eric ChristopherPull some code out into functions to make rearranging...
2012-11-22 Richard SmithFix regression in r168477. Use canonical decl when...
2012-11-22 Richard SmithFix CXXRecordDecl::forallBases to not look through...
2012-11-22 Richard SmithTest that we correctly deal with multiple copy construc...
2012-11-21 Preston BriggsCorrects a problem where we reply exclusively of GEPs...
2012-11-21 Chandler CarruthFix the '-fuse-init-array' option to actually be an...
2012-11-21 Jack CarterMips direct object xgot support
2012-11-21 Eli BenderskyFix a typo in FileCheck.rst
2012-11-21 Hemant KulkarniPopulate entry point into ELF executable.
2012-11-21 Akira Hatanaka[mips] Generate big GOT code.
2012-11-21 Andrew KaylorAdding tests for the Intel JIT event listener's MCJIT...
2012-11-21 Akira Hatanaka[mips] Simplify lowering functions in MipsISelLowering...
2012-11-21 Akira Hatanaka[mips] Add helper functions that create nodes for compu...
2012-11-21 Akira Hatanaka[mips] Add command line option "-mxgot".
2012-11-21 Daniel MaleaDisable darwin-specific test on non-darwin platforms
2012-11-21 Akira Hatanaka[mips] When a node which loads from a GOT is created...
2012-11-21 Daniel MaleaLinux test case fixes
2012-11-21 Jyotsna VermaAdd new predicates for the immediate operands.
2012-11-21 Akira Hatanaka[mips] Add target operand flag enums for big GOT reloca...
2012-11-21 Jyotsna VermaUse one common 'let' expression to set PrintMethod...
2012-11-21 Akira HatanakaAdd relocations used for mips big GOT.
2012-11-21 Preston Briggstest commit: added a few comments
2012-11-21 Andrew KaylorImplementing basic function-level profiling support...
2012-11-21 Benjamin KramerSemaCXX: an enumeral type can be of character or boolea...
2012-11-21 Anton KorobeynikovAdd support for varargs functions for msp430.
2012-11-21 Anton KorobeynikovAdd support for byval args. Patch by Job Noorman!
2012-11-21 Rafael EspindolaFinish the renaming.
2012-11-21 Joey GoulyTest commit: Remove blank line.
2012-11-21 Jyotsna VermaRenamed HexagonImmediates.td -> HexagonOperands.td.
2012-11-21 Alexey SamsonovTry to fix test from r168428 on mingw bot
2012-11-21 NAKAMURA Takumillvm/test/Transforms/InstCombine/sdiv-1.ll: FileCheck...
2012-11-21 NAKAMURA Takumiclang/test/Driver/x86_64-nacl-defines.cpp: Specify...
2012-11-21 Alexey Samsonov[Sanitizer] force linking with static sanitizer runtime...
2012-11-21 Rafael EspindolaUsing "not grep" is brittle as the test passes if llvm...
2012-11-21 Kostya Serebryany[asan] get rid of kPageSizeBits
2012-11-21 Evgeniy StepanovAllow PopStackFrames leave the stack empty.
2012-11-21 Kostya Serebryany[asan/tsan] do not use __WORDSIZE macro, as it is glibc...
2012-11-21 Dmitry Vyukovtsan: explictly say when we fail to restore a stack...
2012-11-21 Alexey Samsonov[Sanitizer] replace while with internal_memset to make...
2012-11-21 Dmitry Vyukovtsan: fix handling of signals
2012-11-21 Dmitri GribenkoUse color for -ast-dump-filter only when it is supported
2012-11-21 Chandler CarruthPR14055: Implement support for sub-vector operations...
2012-11-21 Craig TopperFix execution domain for packed FMA4 instructions.
2012-11-21 Craig TopperMark ISD::FMA as Legal instead of custom for x86 with...
2012-11-21 Rafael EspindolaRemove redundant code.
2012-11-21 Rafael EspindolaRemove redundant code.
2012-11-21 Jakub StaszakMake calcLiveInMask method static.
2012-11-21 Jakub StaszakMake isScratchReg and isFPCopy methods static.
2012-11-21 Eric ChristopherWhitespace.
2012-11-21 Eric ChristopherUpdate for some of the coding standard before rearrangi...
2012-11-21 Eric ChristopherUpdate some comments.
2012-11-21 Eric ChristopherUpdate and add some comments.
2012-11-21 Eric ChristopherWhitespace.
2012-11-20 Eli BenderskyAdd a tests for the new -no-show-raw-insn option of...
2012-11-20 Jakub StaszakAdd obvious constantness.
2012-11-20 Eric ChristopherRemove constness from this, it modifies the output...
2012-11-20 Rafael EspindolaDon't walk a linked list twice in the same function...
2012-11-20 Eli BenderskyAdd the -no-show-raw-insn option to llvm-objdump, thus...
2012-11-20 Sebastian Popremoves a few "const" qualifiers
2012-11-20 Anders Waldenborg[python] fix get_library()
2012-11-20 Jyotsna VermaRemoving some unused instruction definitions from the...
next