platform/upstream/llvm.git
2015-01-29 NAKAMURA TakumiCommandLineParser: Avoid non-static member nitializer(s).
2015-01-29 Daniel Jasperclang-format: Fix crasher caused by not properly settin...
2015-01-29 David MajnemerMS ABI: Implement proper support for setjmp
2015-01-29 David MajnemerBasic: Re-sort these builtins
2015-01-29 Owen AndersonFix the preprocessor checks used to determine if backtr...
2015-01-29 Owen AndersonUse the existing build configuration parameter ENABLE_B...
2015-01-29 Simon Atanasyan[ELFYAML] Provide default value 0 for YAML relocation...
2015-01-29 Jason MolendaIf lldb is being built with ASAN instrumentation, have...
2015-01-29 Nico WeberMake a codegen warning a real warning instead of a...
2015-01-29 Jason MolendaWhen starting a kernel debug session (PlatformDarwinKer...
2015-01-29 Francisco Lopes... Sema: Turn some applicable functions static. NBC.
2015-01-29 Richard SmithDon't use BCPL comments here, in case someone wants...
2015-01-29 Kostya Serebryany[asan] use getrusage as an alternative to reading ...
2015-01-29 Chandler CarruthRemove an unused private field added r227405 to fix...
2015-01-29 Chandler Carruth[LPM] Try again to appease powerpc64 in its self host...
2015-01-29 Alexey Samsonov[ASan] Generalize/simplify lit test configs generation.
2015-01-29 Chandler Carruth[LPM] Fix an "obvious" typo from r227411. Really sorry...
2015-01-29 Chandler Carruth[LPM] Clean up the use of TLS in pretty stack trace...
2015-01-29 Rui UeyamaFix MSVC C4060 warning (switch statement contains no...
2015-01-29 Eric ChristopherEnsure that -fsyntax-only with fortran 90 passes along...
2015-01-29 Reid KlecknerRemove unused variable
2015-01-29 Johannes Doerfert[FIX] Correct two C snippets in test cases
2015-01-29 Derek SchuffRemove NaClX86_64TargetCodeGenInfo and NaClARMTargetCod...
2015-01-29 Reid KlecknerAdd a Windows EH preparation pass that zaps resumes
2015-01-29 Johannes Doerfert[FIX] Handle pointer-pointer comparisons
2015-01-29 Andrew Wilkinsirgen: don't emit debug metadata for locals
2015-01-29 Eric ChristopherRemove getSubtargetImpl from AArch64ISelLowering and...
2015-01-29 Eric ChristopherRemove getSubtargetImpl from ARMISelLowering and cache the
2015-01-29 Eric ChristopherSmall cleanup in ARMFastISel initialization.
2015-01-29 Eric ChristopherMigrate ARM except for TTI, AsmPrinter, and frame lowering
2015-01-28 Manuel JacobAdd nullptr checks for TargetSelectionDAGInfo in Select...
2015-01-28 Kostya Serebryany[fuzzer] add option -save_minimized_corpus
2015-01-28 Joerg SonnenbergerFor the --be8 flag, check explicitly for pre-v7 / pre...
2015-01-28 Dan Albert[clang] Use -android environment for all compiler-rt...
2015-01-28 Chandler Carruth[LPM] Fix the PPC attribute to be spelled 'global-dynam...
2015-01-28 Philip ReamesTeach SplitBlockPredecessors how to handle landingpad...
2015-01-28 Kostya SerebryanyAdd lit-style tests for the Fuzzer library
2015-01-28 Chris BienemanNFC. Migrating clang-tools-extra to the cl::HideUnrelat...
2015-01-28 Kostya Serebryany[sanitizer] allow to reset the bb/edge coverage data...
2015-01-28 Sanjay Patelfix typos; NFC
2015-01-28 Chris BienemanBuild fix for Visual Studio. NFC.
2015-01-28 Marshall ClowFix for PR22061 by K-ballo
2015-01-28 Enrico GranataAdd logic to ClangASTType and SBType to discover inform...
2015-01-28 Frederic Riss[dsymutil] Gather the DIE tree child->parent relationships.
2015-01-28 Frederic RissAdd DWARFUnit::getNumDIEs() and getDIEIndex()
2015-01-28 Greg ClaytonFixed the failing test:
2015-01-28 Colin LeMahieu[Hexagon] Updating several V5 intrinsics and adding...
2015-01-28 Fariborz JahanianCXX [qoi]. Prevent a crash when initializer expression is
2015-01-28 Richard SmithPR22367: Don't forget to create a CXXFunctionalCastExpr...
2015-01-28 Simon PilgrimSpelling fixes. NFC.
2015-01-28 Simon PilgrimLine endings fix. NFC.
2015-01-28 Zoran Jovanovic[mips][microMIPS] Implement SWM and LWM aliases
2015-01-28 Pete CooperUpdated tools to match r227345 which changed the getReg...
2015-01-28 Nathan SidwellPR 17456
2015-01-28 Marshall ClowWe had two identical files named 'MoveOnly.h' in the...
2015-01-28 Rui UeyamaELF: s/diagnostics/diag/
2015-01-28 Kaelyn TakataRevert a change from r222797 that is no longer needed...
2015-01-28 Rui UeyamaELF: add a unit test for --as-needed.
2015-01-28 Greg ClaytonFixed compiler warnings for functions that weren't...
2015-01-28 Marshall ClowRemoved some tabs that snuck into the test suite. No...
2015-01-28 Derek SchuffRemove support for pnaclcall attribute
2015-01-28 Richard SmithFix layering violation: include/clang/Basic/PlistSuppor...
2015-01-28 Marshall ClowFix PR22366. When move-constructing an associative...
2015-01-28 Kostya Serebryany[fuzzer] instructions for building/running clang-format...
2015-01-28 David BlaikieDebugInfo: Attribute implicit boolean tests to the...
2015-01-28 Sanjay Patelinvert check for less indentation; use local vars to...
2015-01-28 Kostya SerebryanyAdd clang-format-fuzzer target
2015-01-28 Colin LeMahieu[Hexagon] Updating many V4 intrinsic patterns. Adding...
2015-01-28 Chandler Carruth[LPM] Try to work around a bug with local-dynamic TLS...
2015-01-28 Philip ReamesRemove gc.root's performCustomLowering
2015-01-28 Enrico GranataHarden against the process pointer being null - this...
2015-01-28 Chris BienemanMoving AddLiteralOption's declaration higher up in...
2015-01-28 Colin LeMahieu[Hexagon] Adding XTYPE/MPY intrinsic tests and some...
2015-01-28 Chris BienemanRefactoring llvm command line parsing and option regist...
2015-01-28 Filipe CabecinhasTestcase for PS4 target defaults (from r227215 and...
2015-01-28 Enrico GranataAs promised, make this more efficient by only doing...
2015-01-28 Rui UeyamaAdd a unit test for LinkerScript.
2015-01-28 Alex RosenbergAssume code ownership for the PS4 to ensure patches...
2015-01-28 Bjorn SteinbrinkFix build breakage caused by memory leaks in llvm-c...
2015-01-28 Colin LeMahieu[Hexagon] Deleting a lot of old variants of intrinsics...
2015-01-28 Frederic Riss[dsymutil] Add DwarfLinker class.
2015-01-28 Alex RosenbergEnable pragma comment processing for PS4. Original...
2015-01-28 Colin LeMahieu[Hexagon] Converting XTYPE/BIT intrinsic patterns and...
2015-01-28 Sanjay Pateluse SDValue methods directly instead of getNode()-...
2015-01-28 Rafael EspindolaSimplify code. NFC.
2015-01-28 Colin LeMahieu[Hexagon] Replacing XTYPE/SHIFT intrinsic patternss...
2015-01-28 Oleksiy VyalovLaunch lldb-gdbserver in same process group when launch...
2015-01-28 Nico WeberFix indents on asan_symbolize.py's argument parsing...
2015-01-28 Nico WeberMake asan_symbolize.py not crash on Windows.
2015-01-28 Jozef Kolek[mips][microMIPS] Implement LWGP instruction
2015-01-28 Colin LeMahieu[Hexagon] Replacing intrinsics for halfword adds and...
2015-01-28 Colin LeMahieu[Hexagon] Replacing old intrinsic tests with organized...
2015-01-28 Greg FitzgeraldRemove PPC ELF target
2015-01-28 Bjorn SteinbrinkFix LLVMSetMetadata and LLVMAddNamedMetadataOperand...
2015-01-28 Simon Atanasyan[ELFYAML] Provide explicit value for relocation addendu...
2015-01-28 Michael Kuperstein[x32] Change the condition from bitness to LP64 for...
2015-01-28 Tom StellardR600: Move DataLayout to AMDGPUTargetMachine
2015-01-28 Tom StellardR600: Use a Southern Islands GPU as the default for...
2015-01-28 Tom StellardR600: Use a Southern Islands GPU as the default for...
2015-01-28 Hal FinkelFix typo (count correctly) in include/clang/AST/TypeNod...
next