oota-llvm.git
2014-03-04 Chandler Carruth[Modules] Move ValueHandle into the IR library where...
2014-03-04 Chandler Carruth[Modules] Move the LLVM IR pattern match header into...
2014-03-04 Chandler Carruth[Modules] Move CallSite into the IR library where it...
2014-03-04 Chandler Carruth[Modules] Move GetElementPtrTypeIterator into the IR...
2014-03-04 Chandler Carruth[Modules] Move InstIterator out of the Support library...
2014-03-04 Chandler Carruth[cleanup] Re-sort all the includes with utils/sort_incl...
2014-03-04 Timur IskhodzhanovRemove unused typedef
2014-03-04 Vladimir MedicThis patch implements .set mips32r2 directive and sets...
2014-03-04 Yaron KerenCleaning up a bunch of pre-Visual C++ 2012 build hacks.
2014-03-04 Chandler Carruth[cleanup] Add a getOperandNo method to the Use class...
2014-03-04 Chandler Carruth[cleanup] Use early exit and simpler temporary variable...
2014-03-04 Patrik HagglundFix gcc -Wunused-but-set-variable warning.
2014-03-04 Chandler Carruth[cleanup] Run clang-format over the Use code. It was...
2014-03-04 Chandler Carruth[cleanup] Tidy up and modernize comments and the defini...
2014-03-04 NAKAMURA TakumiPBQP/Graph.h: Prune @return in setNodeCosts, possibly...
2014-03-04 NAKAMURA TakumiPBQP/Graph.h: s/os/OS/ in @param. [-Wdocumentation]
2014-03-04 Craig Topper[C+11] Add 'override' keyword to methods in the support...
2014-03-04 Rui UeyamaFix typo.
2014-03-04 Rui UeyamaUse auto for readability.
2014-03-04 Rui Ueyamallvm-objdump: Print x64 unwind info in executable.
2014-03-04 Rui UeyamaMake a test for llvm-objdump a little bit more readable.
2014-03-04 Rui Ueyamallvm-objdump: Split printRuntimeFunction to two small...
2014-03-04 Kevin Qin[AArch64]Fix improper diagnostics about offset range...
2014-03-04 Reid KlecknerMC: Fix Intel assembly parser for [global + offset]
2014-03-04 Chad RosierRevert "[AArch64] This is a work in progress to provide...
2014-03-04 Rui Ueyamallvm-objdump: Split printCOFFUnwindInfo into small...
2014-03-04 Rui Ueyamallvm-objdump: Use range-based-for loop and fix format.
2014-03-03 Chad Rosier[AArch64] This is a work in progress to provide a machi...
2014-03-03 Aaron BallmanAdding support for MSVC debugger visualization of the...
2014-03-03 Reid KlecknerAvoid std::function until PR19030 is fixed
2014-03-03 Benjamin KramerAdd missing include.
2014-03-03 Diego NovilloPass to emit DWARF path discriminators.
2014-03-03 Benjamin Kramer[C++11] Use std::tie to simplify compare operators.
2014-03-03 Peter CollingbourneDocument that std::initializer_list is not always avail...
2014-03-03 Benjamin Kramer[C++11] Remove a leftover std::function instance.
2014-03-03 Chandler Carruth[C++11] Remove the completely unnecessary requirement...
2014-03-03 Diego NovilloAdd DWARF discriminator support to DILexicalBlocks.
2014-03-03 Lang HamesRe-apply r202551, which introduced new PBQP solver.
2014-03-03 Benjamin KramerRevert "[C++11] Replace LLVM atomics with std::atomic."
2014-03-03 Benjamin Kramer[C++11] Replace LLVM atomics with std::atomic.
2014-03-03 Duncan P. N... C++11: Beware unnecessary copies with auto
2014-03-03 Duncan P. N... Clarify struct usage guidelines
2014-03-03 Tom StellardAdd patch level to llvm version in CMake and Autoconf
2014-03-03 Richard OsborneDon't emit a blank line when running llvm-config -...
2014-03-03 Daniel Sanders[mips] Prevent %lo relocation being used on MSA loads...
2014-03-03 Ed Maste[mips] support FK_Data_2 and FK_Data_8 to fix big-endia...
2014-03-03 Vladimir Medic Fixing a build failure reported by certain buildbots...
2014-03-03 Benjamin KramerUnbreak the C++11 build.
2014-03-03 Evgeniy Stepanov[msan] Handle X86 SIMD bitshift intrinsics.
2014-03-03 Vladimir MedicThis patch implements jalx instruction for Mips archite...
2014-03-03 Tobias Grosser[C++11] Add a basic block range view for RegionInfo
2014-03-03 Chandler Carruth[C++11] MSVC 2012 can't handle list-initialization...
2014-03-03 Chandler Carruth[C++11] Add two range adaptor views to User: operands and
2014-03-03 Chandler Carruth[C++11] Add an iterator_range class template. This...
2014-03-03 Ahmed Charles[C++11] Pass unique_ptr by value instead of &&.
2014-03-03 Saleem AbdulrasoolAsmParser: add missed tests
2014-03-02 Venkatraman... [Sparc] Add trap on integer condition codes (Ticc)...
2014-03-02 Venkatraman... [Sparc] Add return/rett instruction to Sparc backend.
2014-03-02 Benjamin KramerRemove unnecessary copy ctors.
2014-03-02 Venkatraman... [Sparc] Add support for decoding jmpl/retl/ret instruction.
2014-03-02 Benjamin KramerGive APInt move semantics.
2014-03-02 Venkatraman... [Sparc] Add fcmpe* instructions to Sparc backend.
2014-03-02 Venkatraman... [Sparc] Add VIS instructions to sparc backend.
2014-03-02 Hal FinkelAdd a PPC inline asm constraint type for single CR...
2014-03-02 Michael KupersteinEnsure bitcode encoding of instructions and their opera...
2014-03-02 Benjamin Kramer[C++11] Replace llvm::tie with std::tie.
2014-03-02 Chandler Carruth[C++11] Replace LLVM_STATIC_ASSERT with static_assert...
2014-03-02 Ahmed CharlesTest commit.
2014-03-02 Benjamin Kramer[C++11] Replace llvm::next and llvm::prior with std...
2014-03-02 Chandler Carruth[C++11] Clarify in the Compiler.h support macros and...
2014-03-02 Craig Topper[C++11] Remove LLVM_FINAL and LLVM_OVERRIDE macros...
2014-03-02 Venkatraman... [SparcV9] Adds support for branch on integer register...
2014-03-02 Elena DemikhovskyAVX-512: Fixed extract_vector_elt for v8i1 vector
2014-03-02 Chandler Carruth[C++11] Suggest placing callable arguments as the last...
2014-03-02 Craig TopperSwitch all uses of LLVM_OVERRIDE to just use 'override...
2014-03-02 Chandler Carruth[C++11] Update the coding standards to provide some...
2014-03-02 Craig TopperAdd back LLVM_FINAL macro. lld still needs it.
2014-03-02 Craig TopperSwitch all uses of LLVM_FINAL to just use 'final',...
2014-03-02 Chris Lattnerremove an old entry whose link is broken anyway
2014-03-02 Venkatraman... [Sparc] Add support for parsing branches and conditiona...
2014-03-02 Venkatraman... [Sparc] Make floating point branch instruction formats...
2014-03-02 Chandler Carruth[C++11] Switch all uses of the llvm_move macro to use...
2014-03-02 Venkatraman... [Sparc] Add support for parsing fcmp with %fcc registers.
2014-03-02 Chandler Carruth[C++11] Add support for OwningPtr<T> to be converted...
2014-03-02 Chandler Carruth[C++11] Add unit tests for OwningPtr<T> in preparation...
2014-03-02 Alp Toker[C++11] Expand and eliminate the LLVM_ENUM_INT_TYPE...
2014-03-02 Venkatraman... [Sparc] Add register class for floating point condition...
2014-03-02 Sean Silva[docs] Fix some Sphinx warnings.
2014-03-01 Venkatraman... [SparcV9] Add support for parsing branch instructions...
2014-03-01 Matt ArsenaultR600: Add failing control flow tests.
2014-03-01 Hal FinkelRemove extra truncs/exts around i32 bit operations...
2014-03-01 Venkatraman... [Sparc] Add support for parsing annulled branch instruc...
2014-03-01 Venkatraman... [Sparc] Add support for parsing sparcv9 instructions...
2014-03-01 Venkatraman... [Sparc] Add missing ALU instruction patterns.
2014-03-01 Benjamin KramerMake helper function static.
2014-03-01 Sasa StankovicAdd missing FileCheck in test command line.
2014-03-01 Benjamin KramerNow that we have C++11, turn simple functors into lambd...
2014-03-01 Chandler Carruth[C++11] Remove LLVM_HAS_CXX11_STDLIB now that it is...
2014-03-01 Chandler Carruth[C++11] Remove LLVM_HAS_CXX11_TYPETRAITS now that it...
2014-03-01 Chandler Carruth[C++11] Now that we're not using it, remove the
next