platform/upstream/llvm.git
2015-02-13 Duncan P. N... AsmWriter/Bitcode: MDSubprogram
2015-02-13 Duncan P. N... AsmWriter/Bitcode: MDCompileUnit
2015-02-13 Zachary TurnerImprove llvm-pdbdump output display.
2015-02-13 Duncan P. N... AsmWriter/Bitcode: MDSubroutineType
2015-02-13 Duncan P. N... AsmWriter: MDCompositeType: Recognize DW_LANG in 'runti...
2015-02-13 Duncan P. N... AsmWriter/Bitcode: MDDerivedType and MDCompositeType
2015-02-13 Greg ClaytonAdd a ModuleList::ForEach(...) which takes the module...
2015-02-13 Duncan P. N... AsmWriter/Bitcode: MDFile
2015-02-13 Duncan P. N... AsmWriter: MDBasicType: Recognize DW_ATE in 'encoding'
2015-02-13 Duncan P. N... AsmWriter/Bitcode: MDBasicType
2015-02-13 Duncan P. N... AsmWriter/Bitcode: MDEnumerator
2015-02-13 Duncan P. N... AsmWriter/Bitcode: MDSubrange
2015-02-13 Duncan P. N... IR: Add MDExpression::ExprOperand
2015-02-13 Duncan P. N... Support: Add dwarf::getOperationEncoding()
2015-02-13 Duncan P. N... Support: Rewrite LocationAtom and OperationEncodingStri...
2015-02-13 Akira Hatanaka[LinkModules] Change the way ModuleLinker merges triples.
2015-02-13 Eric ChristopherPPCFrameLowering's FramePointerOffset can be computed...
2015-02-13 Eric ChristopherThe TOC save offset can be computed at compile time...
2015-02-13 Eric ChristopherThe return save offset can be computed at initializatio...
2015-02-13 Michael ZolotukhinTestcase for r228988.
2015-02-13 Chandler Carruth[unroll] Don't use a map from pointer to bool. Use...
2015-02-13 NAKAMURA TakumiModularize.cpp: Simplify. Vector may be aware of ranged...
2015-02-13 NAKAMURA TakumiModularize.cpp: Prune CRLFs.
2015-02-13 NAKAMURA Takumiclang-tools-extra/test/modularize/NoProblemsList.modula...
2015-02-13 NAKAMURA TakumiMark clang/test/CodeGen/exceptions-seh-leave.c as REQUI...
2015-02-13 NAKAMURA Takumillvm/test/Transforms/LoopVectorize/PowerPC/small-loop...
2015-02-13 Michael ZolotukhinPrevent division by 0.
2015-02-13 Chandler Carruth[unroll] Update the new analysis logic from r228265...
2015-02-12 Reid KlecknerSEH: Use the SEHTryEpilogueStack instead of a separate...
2015-02-12 Marshall ClowMove the test for zero-length into the char_traits...
2015-02-12 Rafael EspindolaAdd support for having multiple sections with the same...
2015-02-12 David MajnemerX86: Don't crash if we can't decode the pshufb mask
2015-02-12 Richard Smith[modules] When collecting declarations to complete...
2015-02-12 Nico Weber[ms] Implement codegen for __leave.
2015-02-12 Rafael EspindolaLearn that __DATA,__objc_classrefs is not atomized...
2015-02-12 Enrico GranataI had recently added a new SBFrame::GetVariables()...
2015-02-12 David BlaikieAdd missing override.
2015-02-12 Olivier SallenaveChange max interleave factor to 12 for POWER7 and POWER8.
2015-02-12 Simon PilgrimEnsure integer domain on general shuffle stack folding...
2015-02-12 Rui UeyamaPECOFF: Fix dummy symbol table in executable.
2015-02-12 David BlaikieRemove typedef of a pointer type used in a gep to simpl...
2015-02-12 Hal Finkel[SDAG] Don't try to use FP_EXTEND/FP_ROUND for int...
2015-02-12 Shankar Easwaran[ELF] Insert wrap symbols into a set.
2015-02-12 Duncan P. N... IR: Stop abusing DW_TAG_base_type for compile unit...
2015-02-12 Ben LangmuirMangle the IsSystem bit into the .pcm file name
2015-02-12 Zachary TurnerAttempt to fix the build again.
2015-02-12 Richard SmithFix typoo.
2015-02-12 Zachary TurnerAttempt to fix Linux builds after r228960.
2015-02-12 Rafael EspindolaRemove mostly unused setters.
2015-02-12 Zachary TurnerAdd concrete type overloads to PDBSymbol::findChildren().
2015-02-12 David MajnemerSema: Semantically check _Atomic-qualified pointers
2015-02-12 Reed KotlerAdd bulk of returning of values to Mips fast-isel
2015-02-12 Bjorn SteinbrinkFix a crash in the assumption cache when inlining indir...
2015-02-12 Benjamin KramerUpdate test case.
2015-02-12 Rui UeyamaPECOFF: Don't parse files in .drectve asynchronously.
2015-02-12 Benjamin KramerInstCombine: Allow folding of xor into icmp by changing...
2015-02-12 Simon PilgrimRelaxed over-zealous alignment requirement for VEX...
2015-02-12 Marshall ClowFixed a problem that UBSAN found, where we were calling...
2015-02-12 Michael ZolotukhinAdd a testcase for r228432.
2015-02-12 Benjamin KramerTry to fix the MSVC build.
2015-02-12 Michael Kupersteingold-plugin: delete the output file for OT_DISABLE
2015-02-12 Gabor Horvath[clang-tidy] Fixed a false positive case in misc-ineffi...
2015-02-12 Tamas BerghammerAdd Initialize/Terminate method to Platform base plugin
2015-02-12 Tamas BerghammerCreate new platform: remote-android
2015-02-12 John ThompsonFix broken test in separate build tree.
2015-02-12 Rafael EspindolaOn ELF, put PIC jump tables in a non executable section.
2015-02-12 Jim InghamAdd an -A option to "break set -p" to search all files...
2015-02-12 Rafael EspindolaPut each jump table in an independent section if the...
2015-02-12 Benjamin KramerFix accidental bit flip.
2015-02-12 John ThompsonAdded support for multiple header list files, as a...
2015-02-12 Benjamin KramerCoverageMapping: Bitvectorize code. No functionality...
2015-02-12 Benjamin KramerUpdate after LLVM API change.
2015-02-12 Hafiz Abid... Fix the test on Linux.
2015-02-12 James Molloy[LoopRerolling] Be more forgiving with instruction...
2015-02-12 Benjamin KramerMathExtras: Bring Count(Trailing|Leading)Ones and Count...
2015-02-12 John ThompsonFixed incorrect header inclusion tracking resulting...
2015-02-12 Marshall ClowRemove undefined behavior from test; specifically,...
2015-02-12 Marshall ClowRemove undefined behavior from test; specifically,...
2015-02-12 Tim NorthoverTriple: refactor redundant code.
2015-02-12 Pavel LabathRe-add makefiles of inline tests
2015-02-12 Michael Kuperstein[X86] Call frame optimization - allow stack-relative...
2015-02-12 Andrea Di Biagio[TTI] Teach the cost heuristic how to query TLI to...
2015-02-12 Benjamin KramerBitVector: Remove manual bit width dispatch, this is...
2015-02-12 Benjamin KramerMathExtras: Parametrize count(Trailing|Leading)Zeros...
2015-02-12 Asiri RathnayakeARM: Fix another regression introduced in r223113
2015-02-12 Greg BedwellFix dependency generation crash test to run clang and...
2015-02-12 Vasileios Kalintiris[mips] Partially revert r223927: Removing __SIZEOF_INT1...
2015-02-12 Dmitry Vyukovtsan: do not instrument not captured values
2015-02-12 Elena DemikhovskyAVX-512: Fixed the "test" operation for i1 type
2015-02-12 Michael Kuperstein[X86] A heuristic to estimate the size impact for conve...
2015-02-12 Tobias GrosserLink LLVM libraries into libLLVMPolly if BUILD_SHARED_L...
2015-02-12 Ahmed Bougacha[CodeGen] Don't blindly combine (fp_round (fp_round...
2015-02-12 Jason MolendaSearch through all memory regions of the core file for
2015-02-12 Justin HibbitsCast EOF to get a proper comparison.
2015-02-12 Justin HibbitsQuiet Coverity
2015-02-12 Shankar Easwaran[ELF][Cleanup] Remove unused function
2015-02-12 Shankar Easwaran[ELF] Support --wrap option
2015-02-12 Shankar Easwaran[ELF] Add LinkingContext to the ELFReader.
2015-02-12 Saleem Abdulrasoolunwind: use explicit memcpy for register saving
2015-02-12 Saleem Abdulrasoolunwind: move exported APIs out of header
next