platform/upstream/llvm.git
2015-03-13 Eric ChristopherUse the cached subtarget off of the machine function.
2015-03-13 Eric ChristopherUse the cached subtarget off of the machine function.
2015-03-13 Enrico GranataSilence warnings here by explicit cast.
2015-03-13 Joerg SonnenbergerWe want single precision here.
2015-03-12 NAKAMURA Takumi[CMake] Add clangBasic in ASTMatchersTests, according...
2015-03-12 Benjamin KramerDisambiguate call for GCC.
2015-03-12 Benjamin KramerCodeGen: Base the conditional cleanup machinery on...
2015-03-12 Sanjay Patel[X86, AVX2] Replace inserti128 and extracti128 intrinsi...
2015-03-12 Eric ChristopherMove a variable into the assert where it's used - fixes...
2015-03-12 Eric ChristopherIn preparation for moving ARM's TargetRegisterInfo...
2015-03-12 Enrico GranataAdd override markers
2015-03-12 Enrico GranataThis fixes the build I previously broke - and actually...
2015-03-12 Enrico GranataFix a bug in the data formatters where summary strings...
2015-03-12 Enrico GranataFix an issue where values would be printed in one-line...
2015-03-12 Daniel Jasperclang-format: [OBJC] Don't indent 8 spaces in method...
2015-03-12 Meador IngeLinkerScript: Add evaluation of the EXTERN command
2015-03-12 Meador IngeLinkerScript: Add parsing of the EXTERN command
2015-03-12 Sanjay Patel[X86, AVX2] Replace inserti128 and extracti128 intrinsi...
2015-03-12 Simon PilgrimRemoved useless palignr test - we don't actually provid...
2015-03-12 Ed MasteUse signed int implementation for __fixint
2015-03-12 Tom StellardR600/SI: Don't print scc reg in sopc assembly string
2015-03-12 Tom StellardR600/SI: Remove _e32 and _e64 suffixes from mnemonics
2015-03-12 Andrew KaylorAdding WinEHPrepare tests (currently XFAILs)
2015-03-12 Eric ChristopherMigrate the AArch64 TargetRegisterInfo to its TargetMachine
2015-03-12 Eric ChristopherRemove unused headers.
2015-03-12 Benjamin KramerSema: Make BoundTypeDiagnoser a variadic template
2015-03-12 Tobias GrosserAdd -polly-vectorizer=stripmine
2015-03-12 Tobias GrosserDrop option to prepare code for the BB vectorizer
2015-03-12 Krzysztof ParzyszekUnxfail passing test on Hexagon
2015-03-12 David BlaikieMake the atom_iterator copy assignable
2015-03-12 Renato GolinUpdate copyright year to 2015.
2015-03-12 Renato GolinUpdate copyright year to 2015.
2015-03-12 Renato GolinUpdate copyright year to 2015.
2015-03-12 Hal FinkelRevert "r232027 - Add infrastructure for support of...
2015-03-12 Vince HarronXFAIL TestAbbreviations on Linux, improve test
2015-03-12 Vince HarronTest that software breakpoints aren't visible in disass...
2015-03-12 Logan Chien[autoconf] Fix the build failure by quoting the strings.
2015-03-12 Alexey SamsonovUpdate copyright year to 2015.
2015-03-12 David BlaikieRephrase find loop to use std::find_if
2015-03-12 Nico WeberFix grammar in a comment, wrap to 80 columns. No behavi...
2015-03-12 Nico WeberRemove duplicate "the". N+1 redundancy is not useful...
2015-03-12 Quentin Colombet[X86] Fix a regression introduced by r223641.
2015-03-12 Simon Atanasyan[Mips] Make `readAddend` a virtual member function...
2015-03-12 Frederic RissReapply "[dsymutil] Gather function ranges during DIE...
2015-03-12 Frederic Riss[ADT] IntervalMap: use AlignedCharArrayUnion.
2015-03-12 Yaron KerenAdd missing include guards.
2015-03-12 Hafiz Abid... Add -p and -r options to lldb-mi command -file-exec...
2015-03-12 Eric ChristopherFix comment formatting.
2015-03-12 Oleksiy VyalovMake ModuleCache::Get to return instantiated ModuleSP...
2015-03-12 Viktor Kutuzov[Tsan] Do not declare std_suppressions when not used
2015-03-12 Viktor Kutuzov[Tsan] Adjust SA_SIGINFO and SIG_SETMASK values on...
2015-03-12 Viktor Kutuzov[Sanitizers] Fix sanitizers to build on FreeBSD.
2015-03-12 Eric ChristopherRemove the need to cache the subtarget in the X86 Targe...
2015-03-12 David MajnemerMS ABI: Allow a nullptr_t exception to be caught by...
2015-03-12 Greg ClaytonAvoid a failing test case by fixing things so the compi...
2015-03-12 Chris BienemanRefactoring CMake CrossCompile module.
2015-03-12 Logan Chien[docs] Update the doxygen configuration file.
2015-03-12 Logan Chien[docs] Replace the doxygen qch option properly.
2015-03-12 Logan Chien[docs] Update the doxygen configuration file.
2015-03-12 Logan Chien[autoconf] Regenerate autoconf configure script.
2015-03-12 Logan Chien[autoconf] Refine doxygen document options.
2015-03-12 Sanjay PatelReplace second (hopefully unused) access of macro input...
2015-03-12 Ilia KRemove unused FileSpec variable from Target::GetSharedM...
2015-03-12 Ilia KClean up includes in source/lldb.cpp (1 was unused...
2015-03-12 Chris BienemanFixing CMake developer warning.
2015-03-12 Krzysztof ParzyszekRemove unused complex patterns for addressing modes...
2015-03-12 Sanjay Patelmake an array of constants explicitly const
2015-03-12 Benjamin KramerASTMatchers: Add an explicit dependency on libclangBasic.
2015-03-12 Chris BienemanDoing some cleanup to the iOS toolchain.
2015-03-12 Sanjay Patel[X86, AVX] replace vextractf128 intrinsics with generic...
2015-03-12 Manuel KlimekAdd support for a few Objective-C matchers.
2015-03-12 Ed SchoutenAlso enable the default rune table on CloudABI.
2015-03-12 Ed SchoutenAdd option to disable access to the global filesystem...
2015-03-12 Ilia KAdd low-frame/high-frame options to -stack-list-argumen...
2015-03-12 Sanjay PatelIRBuilder: add a CreateShuffleVector function that...
2015-03-12 Andrea Di Biagio[X86] Fix wrong target specific combine on SETCC nodes.
2015-03-12 Sanjay Patel[X86, AVX] replace vextractf128 intrinsics with generic...
2015-03-12 Daniel Jasperclang-format: When putting */& next to types, also...
2015-03-12 Hafiz Abid... Removed an unused global variable.
2015-03-12 Daniel Jasperclang-format: [Java] Support anonymous classes after...
2015-03-12 Pavel LabathRemove unused variable
2015-03-12 Benjamin KramerSema: Don't emit a missing prototype warning for delete...
2015-03-12 Benjamin KramerUse Sema's PrintingPolicy when diagnosing DeclSpecs.
2015-03-12 Aaron BallmanReverting r232034, as it broke one of the bots with...
2015-03-12 Aaron BallmanInstead of dereferencing std::vector::end() (which...
2015-03-12 Alexander Musman[OPENMP] CodeGen - 'omp for' with dynamic schedule...
2015-03-12 Aaron BallmanSilencing an "enumeral and non-enumeral type in conditi...
2015-03-12 Aaron BallmanAdded some matchers for objective c selectors and messa...
2015-03-12 Simon Pilgrim[X86][AVX2] Added missing palignr stack folding test
2015-03-12 Dmitry Vyukovtsan: fix a bug in MetaMap::ResetRange
2015-03-12 Alexander Kornienko[clang-tidy] Remove an empty destructor.
2015-03-12 Iain SandoeFix configure & make build by adding support for the...
2015-03-12 Dmitry Vyukovtsan: fix crash during __tsan_java_move
2015-03-12 Daniel SandersAdd infrastructure for support of multiple memory const...
2015-03-12 Kuba BreckaAdding the implementation of atos and dladdr symbolizer...
2015-03-12 Kuba BreckaMake the UBSan coverage-levels.cc test be Linux specific
2015-03-12 Tamas BerghammerLimit the lenght of the file name of the log file for...
2015-03-12 Pavel LabathFix ProcessIO test failures
2015-03-12 Bhushan D.... Test Commit: Spell correction
2015-03-12 Alexey Bataev[OPENMP] Initial codegen for 'omp sections' and 'omp...
next