platform/upstream/llvm.git
2015-08-12 Chandler Carruth[PM/AA] Have memdep explicitly get and use TargetLibrar...
2015-08-12 Rafael EspindolaUse /Zc:inline when building with MSVC.
2015-08-12 Simon PilgrimCleaned up test. NFCI.
2015-08-12 Adam Nemet[LoopVer] Optionally allow using memchecks from LAA
2015-08-12 Hans WennborgReleaseNotes: Small version nbr fix
2015-08-12 John BrawnThe alias.c test now requires arm-registered-target
2015-08-12 Tamas BerghammerRemove printf most likely left from some debugging...
2015-08-12 Tobias GrosserMake sure we increment the reference counter when passi...
2015-08-12 Tobias GrosserMake the dimension sizes of in ScopArrayInfo available...
2015-08-12 John BrawnAdd test for PR24379
2015-08-12 Sanjay Patel80-cols; NFC
2015-08-12 James Molloy[ValueTracking] Tweak a comment slightly
2015-08-12 Sanjay Patelfix typo; NFC
2015-08-12 John BrawnRedo "Make global aliases have symbol size equal to...
2015-08-12 Aaron BallmanThe version of libxml2 required by c-index-test must...
2015-08-12 Omair JavaidFix AArch64 watchpoint handlers in NativeRegisterContex...
2015-08-12 Aaron BallmanRangify some for loops; NFC.
2015-08-12 John Brawn[GlobalMerge] Only emit aliases for internal linkage...
2015-08-12 Denis Protivensky[ELF] Remove TargetLayout::getCustomSegments methods
2015-08-12 Daniel JasperLazily initialize HeaderFilter in ClangTidyDiagnosticCo...
2015-08-12 Zoran Jovanovic[mips][microMIPS] Create microMIPS64r6 subtarget and...
2015-08-12 Denis Protivensky[LinkerScript] Process program header in PHDRS command
2015-08-12 Tamas BerghammerFix read only watchpoints on x86_64
2015-08-12 Omair JavaidFix LLGS to enable read type watchpoints
2015-08-12 Michael Kuperstein[X86] Disable mul -> shl + lea combine when compiling...
2015-08-12 Tamas BerghammerImprove check for ASAN callbacks
2015-08-12 Tamas BerghammerDownload symbol file for .oat files on android
2015-08-12 Tamas BerghammerFetch SDK version from PlatformAndroid
2015-08-12 Johannes DoerfertRemove identity operation from SCEVAffinator
2015-08-12 Johannes DoerfertRevert r244459 'Make StmtSet a list'
2015-08-12 Johannes DoerfertAdd caching to the SCEVAffinator
2015-08-12 Johannes Doerfert[FIX] Typo
2015-08-12 Davide Italiano[MC] Convert the last test using macho-dump under X86...
2015-08-12 Johannes DoerfertExpose the SCEVAffinator and make it a member of a...
2015-08-12 Johannes DoerfertExpose the SCEVAffinator and make it a member of a...
2015-08-12 Michael Kuperstein[X86] Allow x86 call frame optimization to fold more...
2015-08-12 Matt ArsenaultAMDGPU: Fix assert on dbg_value instructions
2015-08-12 Johannes DoerfertMake arc unit work with ninja builds
2015-08-12 Johannes DoerfertAdjusted arc linter config for modern version of arcanist
2015-08-12 Simon Pilgrimunused variable warning fix.
2015-08-12 Daniel JasperRevert "Revised test to pass under updated dtor callbac...
2015-08-12 Simon Pilgrim[InstCombine] Move SSE/AVX vector blend folding to...
2015-08-12 Manuel KlimekReinstantiate better diagnostic, this time with a fatal...
2015-08-12 Tobias GrosserAlways model PHI nodes in scop (if not in same nonaffin...
2015-08-12 Michael KruseAdd another test case with trival PHI in entry BB
2015-08-12 Alexey Bataev[OPENMP] Fix for llvm.org/PR24430: clang hangs on inval...
2015-08-12 Craig Topper[TableGen] Remove unused constructor.
2015-08-12 Eric FiselierFix CMake error whet llvm-config reports a non-existent...
2015-08-12 Jason MolendaHave debugserver send the OS version string plus
2015-08-12 Saleem Abdulrasoollibclang: Add period to typedef kind docblock
2015-08-12 Richard Smith[modules] Fix thread safety analysis to cope with mergi...
2015-08-12 Saleem AbdulrasoolX86: hoist a condition into a variable (NFC)
2015-08-12 Kostya Serebryany[libFuzzer] add two flags, -tbm_depth and -tbm_width...
2015-08-12 Rafael EspindolaFix the alignment of the section headers.
2015-08-12 Chaoren LinExport snprintf to avoid linking error with liblldb...
2015-08-12 Naomi MusgraveRevised test to pass under updated dtor callback implem...
2015-08-12 Kostya Serebryany[libFuzzer] add colons to the stats output to avoid...
2015-08-12 Kostya Serebryany[libFuzzer] use raw C IO to reduce the risk of a deadlo...
2015-08-12 Piotr PadlewskiDeleted old fixme ( ͡° ͜ʖ ͡°)
2015-08-12 Sanjay Patel[x86] enable machine combiner reassociations for 256...
2015-08-12 Adam Nemet[LoopDist] Add test for missing coverage
2015-08-12 Rafael EspindolaELF: Create a string table.
2015-08-11 Rui UeyamaELF2: Make Defined{Regular,Weak} ctors look the same...
2015-08-11 Rafael EspindolaTemplate ELF's OutputSection.
2015-08-11 Chris BienemanNFC. Fixing a red squiggly line in my editor.
2015-08-11 Alex LorenzPseudoSourceValue: Transform the mips subclass to targe...
2015-08-11 Rafael EspindolaMove more code that is local to Writer.cpp to an anonym...
2015-08-11 Rafael EspindolaDelete dead code.
2015-08-11 Eric ChristopherUntabify.
2015-08-11 Rafael EspindolaBe a bit more consistent about using uintX_t for offset...
2015-08-11 Alex LorenzPseudoSourceValue: Replace global manager with a manage...
2015-08-11 Michael KruseAdd test case for entry node with trivial PHI
2015-08-11 Rui UeyamaCOFF: Align sections to 512-byte boundaries on disk.
2015-08-11 Adam Nemet[LAA] Fix typo in test
2015-08-11 Greg ClaytonClangASTType is now CompilerType.
2015-08-11 Alex LorenzPseudoSourceValue: Introduce a 'PSVKind' enumerator.
2015-08-11 Alex LorenzPseudoSourceValue: Update comments and fix lowercase...
2015-08-11 Alex LorenzReformat PseudoSourceValue.cpp and PseudoSourceValue...
2015-08-11 Mark HeffernanUse 32-bit divides instead of 64-bit divides where...
2015-08-11 Greg ClaytonFix a infinite loop when killing a process that is...
2015-08-11 Richard Smith[modules] When instantiating the contents of an importe...
2015-08-11 Greg ClaytonAdded missing files from checking regarding:
2015-08-11 Rui UeyamaELF2: Remove unused global variable.
2015-08-11 Greg ClaytonFirst step in getting LLDB ready to support multiple...
2015-08-11 Paul RobinsonMake DW_AT_[MIPS_]linkage_name optional, and off by...
2015-08-11 Jonathan PeytonTidy statistics collection
2015-08-11 Sanjoy DasFix PR24354.
2015-08-11 Petar Jovanovic[MIPS] Use arch values for lock-free atomic operations
2015-08-11 Reid Kleckner[lit] Don't disable the lit progress bar by default...
2015-08-11 Anton Yartsev[analyzer] Incorrect env variable replaced.
2015-08-11 Sanjay Pateldon't repeat function names in comments; NFC
2015-08-11 Richard SmithAdd an assert to catch lexical decl deserialization...
2015-08-11 Aaron BallmanFixing a few C++0x comments to be C++11; NFC.
2015-08-11 Aaron BallmanAdd missing documentation for conversionDecl; NFC.
2015-08-11 Sanjay Patelfix 80-cols; NFC
2015-08-11 JF BastienNFC SelectionDAGDumper: fix typo
2015-08-11 Aaron BallmanAdd a polymorphic AST matcher for testing whether a...
2015-08-11 JF BastienWebAssembly: implement comparison.
2015-08-11 Greg ClaytonDon't crash if the file we want to touch doesn't exist.
2015-08-11 Aaron BallmanAdd an AST matcher to match member intializers of a...
next