platform/upstream/llvm.git
2014-05-27 Jingyue WuDistribute sext/zext to the operands of and/or/xor
2014-05-27 David BlaikieDebugInfo: Fix argument ordering in test by adding...
2014-05-27 Renato GolinFix pr19841, bb are also unnamed
2014-05-27 Filipe CabecinhasPost-commit fixes for r209643
2014-05-27 Renato GolinFix pr19841.cpp on release mode
2014-05-27 Tim NorthoverAArch64: add test for NZCV cross-copy save.
2014-05-27 Tim NorthoverAArch64: add AArch64-specific test for 'c' and 'n'.
2014-05-27 Renato GolinRevert small change to EmitDeclRefLValue
2014-05-27 Bill Schmidt[PATCH] Correct type used for VADD_SPLAT optimization...
2014-05-27 NAKAMURA TakumiASTMatchers.h: Appease msc17.
2014-05-27 Alexander MusmanParsing/Sema for OMPCollapseClause.
2014-05-27 Zoran Jovanovic[mips][mips64r6] Add Relocations R_MIPS_PCHI16, R_MIPS_...
2014-05-27 Evgeniy Stepanov[tsan] Fix tsango build.
2014-05-27 Evgeniy Stepanov[asan] Disable dlopen interceptor on Android.
2014-05-27 Amara Emerson[ARM] Emit correct build attributes for the relocation...
2014-05-27 Zoran Jovanovic[mips][mips64r6] Add relocations R_MIPS_PC21_S2, R_MIPS...
2014-05-27 Evgeniy Stepanov[asancov] Emit an initializer passing number of coverag...
2014-05-27 Evgeniy Stepanov[asancov] Write coverage directly to a memory-mapped...
2014-05-27 Manuel KlimekMake equalsNode work with pointers to subtypes.
2014-05-27 Tim NorthoverAArch64: implement copies to/from NZCV as a last ditch...
2014-05-27 Tim NorthoverARM: teach AAPCS-VFP to deal with Cortex-M4.
2014-05-27 Manuel KlimekAdds child traversal matchers for IfStmt's then and...
2014-05-27 Daniel JasperFix bad assert.
2014-05-27 Manuel KlimekAllow hasBody on CXXForRangeStmt nodes and update the...
2014-05-27 Tim NorthoverAArch64: support 'c' and 'n' inline asm modifiers.
2014-05-27 Dinesh DwivediAdding testcase for PR18886.
2014-05-27 Simon Atanasyan[Mips] Handle relocations against __gnu_local_gp symbol.
2014-05-27 Filipe CabecinhasConvert some X86 blendv* intrinsics into IR.
2014-05-27 Craig Topper[C++11] Use 'nullptr'. StaticAnalyzer edition.
2014-05-26 Greg FitzgeraldOn AArch64, use clone() instead of fork()
2014-05-26 Rafael EspindolaFix link.
2014-05-26 Rafael EspindolaUse existing helper function.
2014-05-26 Rafael Espindola[PPC] Use alias symbols in address computation.
2014-05-26 Tim NorthoverAArch64: force i1 to be zero-extended at an ABI boundary.
2014-05-26 Tim NorthoverAArch64: simplify calling conventions slightly.
2014-05-26 Aaron BallmanRejecting the mutable specifier on a freestanding type...
2014-05-26 Michael ZolotukhinSome cleanup for r209568.
2014-05-26 Ed MasteAdd stdlib.h for malloc and friends
2014-05-26 Ed MasteRemove include of obsolete stropts.h header
2014-05-26 Ed MasteUse MIUtilSystemLinux on FreeBSD as well
2014-05-26 Ed MasteAdd missing header
2014-05-26 Timur Iskhodzhanov[ASan tests] Use ASAN_OPTIONS in a portable way
2014-05-26 Rafael EspindolaConvert a few loops to use ranges.
2014-05-26 Tilmann Scheller[AArch64] Add store + add folding regression tests...
2014-05-26 Daniel Jasperclang-format: Split up moveStateToNextToken.
2014-05-26 Sergey Matveev[MSan] Implement __sanitizer_print_stack_trace().
2014-05-26 Tilmann Scheller[AArch64] Add more regression tests for the load/store...
2014-05-26 Kostya Serebryany[asan] decrease asan-instrumentation-with-call-threshol...
2014-05-26 Timur Iskhodzhanov[ASan/Win tests] Remove the extra 'cat' in front of...
2014-05-26 Tim NorthoverAArch64: remove empty ARM64 directories from svn.
2014-05-26 Timur Iskhodzhanov[ASan/Win tests] Use the env keyword in the SUAR tests...
2014-05-26 Tilmann SchellerRemove accidentally committed whitespace.
2014-05-26 Tilmann Scheller[AArch64] Add a regression test for the load store...
2014-05-26 Owen AndersonMake the LoopRotate pass's maximum header size configur...
2014-05-26 Simon Atanasyan[Mips] Do not count global GOT entries using the separa...
2014-05-26 Daniel Jasperclang-format: Keep '{' of dict literals on the same...
2014-05-26 David BlaikieDebugInfo: Test linkonce-odr functions under LTO.
2014-05-26 Craig Topper[C++11] Use 'nullptr'. Sema edition.
2014-05-26 Craig Topper[C++11] Use 'nullptr'.
2014-05-26 David BlaikieDwarfUnit: Remove some misleading no-op code introduced...
2014-05-26 Rafael EspindolaJust check the entire string.
2014-05-26 NAKAMURA TakumiReformat linefeeds.
2014-05-26 NAKAMURA TakumiTrailing whitespace.
2014-05-25 Saleem Abdulrasooltools: avoid use of std::function
2014-05-25 Saleem Abdulrasooltools: split out Win64EHDumper from COFFDumper
2014-05-25 Saleem Abdulrasooltools: inline simple single-use function
2014-05-25 Saleem Abdulrasooltools: refactor COFFDumper symbol resolution logic
2014-05-25 Saleem Abdulrasooltools: use references rather than out pointers in COFFD...
2014-05-25 David BlaikieDebugInfo: Fix inlining with #file directives a little...
2014-05-25 David BlaikieStreamline test case by avoiding a temporary file and...
2014-05-25 Rafael EspindolaEmit data or code export directives based on the type.
2014-05-25 Rafael EspindolaMake these CHECKs a bit more strict.
2014-05-25 Nico RieckSema: Add dll attribute tests for member functions
2014-05-25 Nico RieckSema: Add dll attribute tests for variable templates
2014-05-25 Nico RieckIRGen: Add more tests for dll attributes
2014-05-25 Peter CollingbourneAdd an extension point for peephole optimizers.
2014-05-25 Simon Atanasyan[Mips] Reduce code duplication. Join relocation handlin...
2014-05-25 Simon Atanasyan[Mips] Factor out the code assign a value to the absolu...
2014-05-25 Simon Atanasyan[Mips] Factor out the code create Mips specific runtime...
2014-05-25 Simon Atanasyan[Mips] Remove unused class member declaration.
2014-05-25 Simon Atanasyan[Mips] Reduce code duplication. Join relocation handlin...
2014-05-24 Hans WennborgFix some misplaced spaces around 'override'
2014-05-24 Hans WennborgFix some misplaced spaces around 'override'
2014-05-24 Saleem Abdulrasoolbuild: sort llvm-readobj sources
2014-05-24 Saleem Abdulrasoolllvm-readobj: remove some dead code
2014-05-24 Tim NorthoverAArch64: disable FastISel for large code model.
2014-05-24 Andreas SimbuergerScopDetectionDiagnostic: Update Makefile
2014-05-24 NAKAMURA TakumiClangTidyOptionsTest.cpp: Rewrite literals. Raw string...
2014-05-24 Simon Atanasyan[Mips] Handle R_MIPS_TLS_TPREL_HI16 / R_MIPS_TLS_TPREL_...
2014-05-24 Benjamin KramerMachineVerifier: Clean up some syntactic weirdness...
2014-05-24 Benjamin KramerCodeGen: Make MachineBasicBlock::back skip to the begin...
2014-05-24 Tim NorthoverAArch64/ARM64: rename ARM64 components to AArch64
2014-05-24 Tim NorthoverAArch64/ARM64: update Clang after AArch64 removal.
2014-05-24 Tim NorthoverAArch64/ARM64: move ARM64 into AArch64's place
2014-05-24 Tim NorthoverAArch64/ARM64: remove AArch64 from tree prior to renami...
2014-05-24 Andreas SimbuergerExpose diagnostic info to users
2014-05-24 Andreas SimbuergerScopDetection: Support keep-going
2014-05-24 Andreas SimbuergerSubstitue LastError & InvalidRegions with RejectLogs
2014-05-24 Andreas SimbuergerStore all RejectReasons that occurred in a log.
2014-05-24 Andreas SimbuergerSplit implementation from ScopDetectionDiagnostic.h
next