platform/upstream/llvm.git
2015-03-06 Jim InghamRemember to set m_loaded_objc_opt once you've loaded...
2015-03-06 Sanjay Patelfixed to test feature, not CPU
2015-03-06 Sanjay Patelfixed to test features, not CPUs
2015-03-06 Zachary TurnerRemove Host::Backtrace in favor of llvm::sys::PrintStac...
2015-03-06 Sanjay Patelfixed test to use SSE2 attribute
2015-03-06 Sanjay Patelfixed to test only the feature, not the feature and...
2015-03-06 Benjamin KramerCodeGen: Emit constant temporaries into read-only globals.
2015-03-06 Matthias BraunDAGCombiner: Canonicalize select(and/or,x,y) depending...
2015-03-06 Matthias BraunDAGCombiner: Factor out some and/or combines.
2015-03-06 Bruno Cardoso... [AsmPrinter][TLOF] Remove AArch64 test to appease buildbots
2015-03-06 Enrico GranataA few improvements to our vector types formatting story:
2015-03-06 Benjamin KramerLoopInterchange: Remove empty method.
2015-03-06 Kostya Serebryany[asan] Fix 2 problems in nohugepage_test.
2015-03-06 Benjamin KramerLoopInterchange: Rephrase instruction moving using...
2015-03-06 Matthias BraunExecutionDepsFix: Indizes -> Indices.
2015-03-06 David MajnemerMS ABI: Insert copy-constructors into the CatchableType
2015-03-06 Dan AlbertOops. This arg is passed, just ignored.
2015-03-06 Bruno Cardoso... [AsmPrinter][TLOF] XFAIL AArch64 test to appease buildbots
2015-03-06 Dan AlbertFix the PrefixExecutor.
2015-03-06 Eric ChristopherFix typo.
2015-03-06 David MajnemerSema: The i8 suffix should yield a literal of type...
2015-03-06 Frederic Riss[dsymutil] Add debug_str construction support.
2015-03-06 Sergey Matveev[asan] Allow users of asan_symbolize.py to forbid fallb...
2015-03-06 Tom StellardR600/SI: Remove unused register class
2015-03-06 Ilia KFix Radar10642615DataFormatterTestCase after r231449
2015-03-06 Ilia KFix MiSignalTestCase.test_lldbmi_stopped_when_stopatent...
2015-03-06 Benjamin KramerSema: We can use delegating ctors now. NFC.
2015-03-06 Samuel BenzaquenFix isOverride() for the case of a dependent typed...
2015-03-06 Benjamin KramerFold init() helpers into constructors. NFC.
2015-03-06 Chad RosierAvoid calls to dumpPassInfo and RegionBase<Tr>::getName...
2015-03-06 James Molloy[ConstantRange] Teach multiply to be cleverer about...
2015-03-06 Tamas BerghammerInitialize ProcessPOSIXLog by NativeProcessLinux
2015-03-06 Bruno Cardoso... [AsmPrinter][TLOF] Make AArch64 test a bit more flexible
2015-03-06 Bruno Cardoso... [AsmPrinter][TLOF] Split tests and move to appropriate...
2015-03-06 Robert FlackRename test/tools/lldb-gdbserver to test/tools/lldb...
2015-03-06 Kuba BreckaSymbolizer refactoring: Make WinSymbolizer use Symboliz...
2015-03-06 Aaron BallmanRemoving code that is unused after r231424; NFC.
2015-03-06 Benjamin KramerUse delegating ctors to reduce code duplication. NFC.
2015-03-06 Bruno Cardoso... [AsmPrinter][TLOF] 32-bit MachO support for replacing...
2015-03-06 Bruno Cardoso... [AsmPrinter][TLOF] ARM64 MachO support for replacing...
2015-03-06 Benjamin KramerCodingStyle: Allow delegating ctors
2015-03-06 Toma Tabacu[mips] [IAS] Add missing constraints and improve testin...
2015-03-06 Daniel Jasperclang-format: Slightly change indentation rules in...
2015-03-06 Pavel LabathFix race condition with -o "process launch" on linux
2015-03-06 Daniel JasperChange the way in which error case is being handled.
2015-03-06 Karthik BhatAdd a new pass "Loop Interchange"
2015-03-06 Dmitry Vyukovasan: fix comment formatting
2015-03-06 David MajnemerX86: Form IMGREL relocations for LLVM Functions
2015-03-06 Yaron KerenSilence C4715 'not all control paths return a value...
2015-03-06 Rui UeyamaPECOFF: Optimize the writer using parallel_for.
2015-03-06 Eric FiselierRemove unneeded python import
2015-03-06 Rui UeyamaSupport: Improve performance of FileOutputBuffer on...
2015-03-06 Nico WeberDon't crash on non-public referenced dtors in toplevel...
2015-03-06 Enrico GranataWindows bot
2015-03-06 Enrico GranataProvide synthetic children for some vector types
2015-03-06 Andrew Wilkins[llgo] Disable known failing packages in check-libgo
2015-03-06 Michael Gottesman[objc-arc] Sprinkle some more auto on some iterators.
2015-03-06 Michael Gottesman[objc-arc] Move the detection of potential uses or...
2015-03-06 Davide ItalianoWe want to add the entry point to the root set uncondit...
2015-03-06 Rui UeyamaRemove unused function.
2015-03-06 Michael ZolotukhinLegalizeTypes: Handle shift by 0 in ExpandShiftByConstant.
2015-03-06 Rafael EspindolaRemember to move a type to the correct set when setting...
2015-03-06 Jason MolendaBump major vers # in xcode project file from 330 to...
2015-03-06 John ThompsonRenamed function to avoid confusion about purpose.
2015-03-06 Michael Gottesman[objc-arc] Move the checking of whether or not we can...
2015-03-06 Michael Gottesman[objc-arc] Refactor (Re-)initialization of PtrState...
2015-03-06 Michael Gottesman[objc-arc] Create two subclasses of PtrState in prepara...
2015-03-06 Michael Gottesman[objc-arc] Extract out MDNodes into a cache structure...
2015-03-06 Michael Gottesman[objc-arc] Remove annotations code.
2015-03-06 Rui UeyamaCore: Make the resolver faster.
2015-03-06 Nadav RotemTeach ComputeNumSignBits about signed reminder.
2015-03-06 Rui UeyamaOptimize resolver by using std::unordered_multimap.
2015-03-06 Hans WennborgAdd a download link to the web page (PR22764)
2015-03-05 Michael GottesmanFix build error.
2015-03-05 Kuba BreckaAdd a symbolizer testcase for closed stdin/stdout
2015-03-05 Kuba BreckaPrint out which symbolizer are we using when verbosity...
2015-03-05 Michael Gottesman[objc-arc] Change some casts and loop iterators to...
2015-03-05 Michael Gottesman[objc-arc] Extract out state specific to a ref count...
2015-03-05 Michael Gottesman[objc-arc] Extract blot map vector into its own file...
2015-03-05 Richard Smith[modules] Rework merging of redeclaration chains on...
2015-03-05 Chaoren LinRemove libedit and libncurses from LLDB_SYSTEM_LIBS...
2015-03-05 Ahmed Bougacha[X86] Remove stale comment. NFC.
2015-03-05 Daniel JasperUse std::string instead of StringRef to prevent use...
2015-03-05 Greg ClaytonWhen we have a symbol, like "NSLog" that we try to...
2015-03-05 Fariborz Jahanian[PATCH] Patch to fix the AST for vector splat from any
2015-03-05 Paul RobinsonAll FileCheck directives allow patterns.
2015-03-05 Peter CollingbourneFix test to use explicit load type.
2015-03-05 Peter CollingbourneGo bindings: use MDNode::replaceAllUsesWith instead...
2015-03-05 Greg Claytonsymbolicate the application specific backtraces that...
2015-03-05 Philip Reames[RewriteStatepointsForGC] Yet more test cases for reloc...
2015-03-05 Kostya Serebryany[sanitizer] Reconstruct the function that dumps block...
2015-03-05 Quentin Colombet[CODE_OWNERS] Change the ownership of register allocators.
2015-03-05 Benjamin KramerInstructions: Use delegated constructors to reduce...
2015-03-05 Alexey SamsonovRevert "[UBSan] Add testcases for -fsanitize=shift...
2015-03-05 Alexey SamsonovRevert "[UBSan] Split -fsanitize=shift into -fsanitize...
2015-03-05 Sanjay Patel[AVX] Lower / fast-isel scalar FP selects into VBLENDV...
2015-03-05 Vince HarronXFAIL tests that are known to fail occasionally on...
2015-03-05 Benjamin KramerSelectionDAGBuilder: Merge 3 copies of the limited...
2015-03-05 Andrew KaylorFix uninitialized memory references in WinEHPrepare
2015-03-05 Eric FiselierRun ShTests when the executor is an instance of LocalEx...
next