summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* llvm-objdump: Print x64 unwind info in executable.Rui Ueyama2014-03-04
* Make a test for llvm-objdump a little bit more readable.Rui Ueyama2014-03-04
* llvm-objdump: Split printRuntimeFunction to two small functions.Rui Ueyama2014-03-04
* [AArch64]Fix improper diagnostics about offset range of load/store instructions.Kevin Qin2014-03-04
* MC: Fix Intel assembly parser for [global + offset]Reid Kleckner2014-03-04
* Revert "[AArch64] This is a work in progress to provide a machine description"Chad Rosier2014-03-04
* llvm-objdump: Split printCOFFUnwindInfo into small functions.Rui Ueyama2014-03-04
* llvm-objdump: Use range-based-for loop and fix format.Rui Ueyama2014-03-04
* [AArch64] This is a work in progress to provide a machine descriptionChad Rosier2014-03-03
* Adding support for MSVC debugger visualization of the Optional datatype.Aaron Ballman2014-03-03
* Avoid std::function until PR19030 is fixedReid Kleckner2014-03-03
* Add missing include.Benjamin Kramer2014-03-03
* Pass to emit DWARF path discriminators.Diego Novillo2014-03-03
* [C++11] Use std::tie to simplify compare operators.Benjamin Kramer2014-03-03
* Document that std::initializer_list is not always available.Peter Collingbourne2014-03-03
* [C++11] Remove a leftover std::function instance.Benjamin Kramer2014-03-03
* [C++11] Remove the completely unnecessary requirement on SetVector'sChandler Carruth2014-03-03
* Add DWARF discriminator support to DILexicalBlocks.Diego Novillo2014-03-03
* Re-apply r202551, which introduced new PBQP solver.Lang Hames2014-03-03
* Revert "[C++11] Replace LLVM atomics with std::atomic."Benjamin Kramer2014-03-03
* [C++11] Replace LLVM atomics with std::atomic.Benjamin Kramer2014-03-03
* C++11: Beware unnecessary copies with autoDuncan P. N. Exon Smith2014-03-03
* Clarify struct usage guidelinesDuncan P. N. Exon Smith2014-03-03
* Add patch level to llvm version in CMake and AutoconfTom Stellard2014-03-03
* Don't emit a blank line when running llvm-config --system-libs.Richard Osborne2014-03-03
* [mips] Prevent %lo relocation being used on MSA loads and stores.Daniel Sanders2014-03-03
* [mips] support FK_Data_2 and FK_Data_8 to fix big-endian debug dataEd Maste2014-03-03
* Fixing a build failure reported by certain buildbots. This will disable jalx...Vladimir Medic2014-03-03
* Unbreak the C++11 build.Benjamin Kramer2014-03-03
* [msan] Handle X86 SIMD bitshift intrinsics.Evgeniy Stepanov2014-03-03
* This patch implements jalx instruction for Mips architecture.This instruction...Vladimir Medic2014-03-03
* [C++11] Add a basic block range view for RegionInfoTobias Grosser2014-03-03
* [C++11] MSVC 2012 can't handle list-initialization that callsChandler Carruth2014-03-03
* [C++11] Add two range adaptor views to User: operands andChandler Carruth2014-03-03
* [C++11] Add an iterator_range class template. This is modeled on theChandler Carruth2014-03-03
* [C++11] Pass unique_ptr by value instead of &&.Ahmed Charles2014-03-03
* AsmParser: add missed testsSaleem Abdulrasool2014-03-03
* [Sparc] Add trap on integer condition codes (Ticc) instructions to Sparc back...Venkatraman Govindaraju2014-03-02
* [Sparc] Add return/rett instruction to Sparc backend.Venkatraman Govindaraju2014-03-02
* Remove unnecessary copy ctors.Benjamin Kramer2014-03-02
* [Sparc] Add support for decoding jmpl/retl/ret instruction.Venkatraman Govindaraju2014-03-02
* Give APInt move semantics.Benjamin Kramer2014-03-02
* [Sparc] Add fcmpe* instructions to Sparc backend.Venkatraman Govindaraju2014-03-02
* [Sparc] Add VIS instructions to sparc backend.Venkatraman Govindaraju2014-03-02
* Add a PPC inline asm constraint type for single CR bitsHal Finkel2014-03-02
* Ensure bitcode encoding of instructions and their operands stays stable.Michael Kuperstein2014-03-02
* [C++11] Replace llvm::tie with std::tie.Benjamin Kramer2014-03-02
* [C++11] Replace LLVM_STATIC_ASSERT with static_assert, we now haveChandler Carruth2014-03-02
* Test commit.Ahmed Charles2014-03-02
* [C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer2014-03-02