platform/upstream/llvm.git
2014-07-21 Tom StellardR600/SI: Use a custom encoding method for simm16 in...
2014-07-21 Tom StellardR600/SI: Rename SOPP operands to match the encoding...
2014-07-21 Alexander Potapenko[lsan] Allow using ucontext.h in the test on OSX.
2014-07-21 Daniel Sanders[mips] Add MipsOptionRecord abstraction and use it...
2014-07-21 Tom StellardTableGen: Allow AddedComplexity values to be negative
2014-07-21 Simon Atanasyan[Mips] Fix typo in the comment.
2014-07-21 Hal FinkelMove the CapturesBefore tracker from AA into CaptureTra...
2014-07-21 Alexander Potapenko[lsan] Define MAP_ANONYMOUS as MAP_ANON for OSX in...
2014-07-21 Aaron BallmanThis declaration has no definition, which is causing...
2014-07-21 Alexander Potapenko[lsan] Use a more standard-conformant sched_yield(...
2014-07-21 Aaron BallmanFixing an MSVC conversion warning about implicitly...
2014-07-21 Hal FinkelMove isIdentifiedFunctionLocal from BasicAA to AA
2014-07-21 Daniel Sanders[mips] Try to fix the test/ExecutionEngine tests on...
2014-07-21 Alexey Bataev[OPENMP] Initial parsing and sema analysis for 'flush...
2014-07-21 Daniel Sanders[mips] Do not emit '.module [no]oddspreg' unless we...
2014-07-21 Alexander Musman[OPENMP] Parsing/Sema of the OpenMP directive 'critical'.
2014-07-21 Benjamin Kramer[clang-tidy] Fix a false positive in the make_pair...
2014-07-21 Chandler CarruthFileCheck-ize a test.
2014-07-21 Tim NorthoverCodeGen: emit IR-level f16 conversion intrinsics as...
2014-07-21 Chandler Carruth[SDAG,cleanup] Switch the DAG combiner over to use...
2014-07-21 Chandler Carruth[SDAG] Rather than using a narrow test against the...
2014-07-21 Andrea Di Biagio[DAGCombiner] Improve the shuffle-vector folding logic.
2014-07-21 Andrea Di Biagio[DAG] Refactor some logic. No functional change.
2014-07-21 James DennettTrivial doc fixes: add missing whitespace, and s/overri...
2014-07-21 Daniel Jasperclang-tidy: [misc-use-override] Slightly tweak the...
2014-07-21 James DennettAdd clang::DesignatedInitExpr::designators() for range...
2014-07-21 Richard SmithAdd missing initialization found due to a valgrind...
2014-07-21 Richard Smith[modules] Fix some of the confusion when computing...
2014-07-21 Gerolf HoflehnerFix for regression: [Bug 20369] wrong code at -O3 on...
2014-07-21 Alexey Bataev[OPENMP] Added several test cases for clauses 'ordered...
2014-07-21 Ulrich Weigand[PowerPC] Optimize passing certain aggregates by value
2014-07-21 Ulrich Weigand[PowerPC] Support the ELFv2 ABI
2014-07-21 Ulrich Weigand[PowerPC] ELFv2 aggregate passing support
2014-07-21 Ulrich Weigand[PowerPC] ELFv2 explicit CFI for CR fields
2014-07-20 Ulrich Weigand[PowerPC] ELFv2 dynamic loader support
2014-07-20 Ulrich Weigand[PowerPC] ELFv2 stack space reduction
2014-07-20 Ulrich Weigand[PowerPC] ELFv2 function call changes
2014-07-20 Hal Finkel[LoopVectorize] Remove an unused private AA pointer
2014-07-20 Ulrich Weigand[MC] Pass MCSymbolData to needsRelocateWithSymbol
2014-07-20 Hal Finkel[LoopVectorize] Use AA to partition potential dependenc...
2014-07-20 Ulrich Weigand[PowerPC] ELFv2 MC support for .localentry directive
2014-07-20 Ulrich Weigand[PowerPC] ELFv2 MC support for .abiversion directive
2014-07-20 Ulrich Weigand[PowerPC] Refactor byval handling in LowerFormalArgumen...
2014-07-20 Ulrich Weigand[PowerPC] Fix FrameIndex handling in SelectAddressRegImm
2014-07-20 Joerg SonnenbergerRedo THUMB support.
2014-07-20 Simon Atanasyan[Mips] Replace assembler code by YAML to make the ...
2014-07-20 Joerg SonnenbergerRevert r213467, it breaks non-thumb mode.
2014-07-20 Artyom SkrobovNamespace cleanup (no functional change)
2014-07-20 NAKAMURA TakumiSIISelLowering.cpp: Define _USE_MATH_DEFINES to let...
2014-07-20 NAKAMURA TakumiMachineRegionInfo.cpp: Another fix on MachineRegionInfo...
2014-07-20 Manuel JacobRemove braces around single-statement block and rangify...
2014-07-20 Manuel Jacob[C++11] Add predecessors(BasicBlock *) / successors...
2014-07-20 Matt ArsenaultR600: Add missing test for concat_vectors
2014-07-20 Matt ArsenaultR600: Remove unused function
2014-07-20 Matt ArsenaultR600/SI: Remove dead code and add missing tests.
2014-07-20 Saleem Abdulrasoollinux process: silence GCC switch coverage warning
2014-07-20 Saleem Abdulrasoolbuild: fix cmake warning with newer CMake
2014-07-20 Bill WendlingUpdate formatting with clang-format.
2014-07-20 Saleem AbdulrasoolARM: fix division in some cases
2014-07-20 NAKAMURA TakumiFix msc17 build. RegionInfo::RegionInfo::recalculate...
2014-07-20 NAKAMURA TakumiFix -Asserts build introduced since r213456.
2014-07-19 David BlaikieSure up ownership passing of the PBQPBuilder by passing...
2014-07-19 Saleem AbdulrasoolMC: permit emitting a symbol value as section relative
2014-07-19 Simon Atanasyan[Mips] Replace assembler code by YAML to make the test...
2014-07-19 Matt ArsenaultRevert accidentally committed r213459
2014-07-19 Matt ArsenaultFix build with GCC.
2014-07-19 Matt ArsenaultXXX - Increase unroll threshold
2014-07-19 Matt ArsenaultR600/SI: implement range reduction for sin/cos
2014-07-19 Matt ArsenaultUpdate for RegionInfo changes.
2014-07-19 Matt ArsenaultTemplatify RegionInfo so it works on MachineBasicBlocks
2014-07-19 Matt ArsenaultR600: Implement a few simple TTI queries.
2014-07-19 Ben LangmuirIf a module build reports errors, don't try to load it
2014-07-19 Hal Finkel[LoopVectorize] Use CreateAligned(Load|Store)
2014-07-19 Hal Finkel[LoopVectorize] Propagate known metadata to vectorized...
2014-07-19 Andrea Di Biagio[x86] Fix wrong shuffle mask in test 'combine-vec-shuff...
2014-07-19 Viktor KutuzovRevert D3908 due to issues on Mac platforms
2014-07-19 Hal FinkelHandle AddrSpaceCast in stripAndAccumulateInBoundsConst...
2014-07-19 NAKAMURA TakumiMergedLoadStoreMotion.cpp: Fix msc17 build. Member...
2014-07-19 Hal FinkelMake Value::isDereferenceablePointer handle offsets...
2014-07-19 Hal FinkelCleanup comparisons to VariableArrayType::Static for...
2014-07-19 Hal FinkelTypePrinter should not ignore IndexTypeCVRQualifiers...
2014-07-19 Hal FinkelUse the dereferenceable attribute on C99 array paramete...
2014-07-19 Richard SmithPR20356: Fix all Sema warnings with mismatched ext_...
2014-07-19 Saleem AbdulrasoolARM: correct WoA __builtin_alloca handling on O0
2014-07-19 NAKAMURA Takumiclang/test/Misc/backend-optimization-failure.cpp: Appea...
2014-07-19 Jim InghamAdd the ability to suppress the creation of a persistent
2014-07-19 David BlaikieRemove uses of the redundant ".reset(nullptr)" of uniqu...
2014-07-19 David BlaikieRemove uses of the redundant ".reset(nullptr)" of uniqu...
2014-07-19 Warren Hunt[MS-ABI] Assign SEH handler indices to __try blocks
2014-07-19 Jim InghamIn Process::LoadImage, use the same function call both...
2014-07-19 Lang Hames[MCJIT] Add a 'decodeAddend' method to RuntimeDyldMachO...
2014-07-19 David MajnemerCodeGen: Properly null-check typeid expressions
2014-07-19 Greg ClaytonLLDB now correctly handles virtual inheritance.
2014-07-18 Eric ChristopherRevert "Reapply "DebugInfo: Ensure that all debug locat...
2014-07-18 NAKAMURA TakumiRevert r213415, "Merge two lines". It broke tests in...
2014-07-18 Eric ChristopherFundamentally change the MipsSubtarget replacement...
2014-07-18 Eric ChristopherFrameLowering depends only upon the Subtarget, so only...
2014-07-18 Akira Hatanaka[X86 inline-asm] Error out on inline-asm constraint...
2014-07-18 Hal Finkel[PowerPC] 32-bit ELF PIC support
2014-07-18 Eric ChristopherIn preparation for replacing the whole subtarget on...
next