summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper2014-03-02
* [C++11] Update the coding standards to provide some important guidanceChandler Carruth2014-03-02
* Add back LLVM_FINAL macro. lld still needs it.Craig Topper2014-03-02
* Switch all uses of LLVM_FINAL to just use 'final', and remove the macro.Craig Topper2014-03-02
* remove an old entry whose link is broken anywayChris Lattner2014-03-02
* [Sparc] Add support for parsing branches and conditional move instructions wi...Venkatraman Govindaraju2014-03-02
* [Sparc] Make floating point branch instruction formats to accept %fcc0-%fcc1 ...Venkatraman Govindaraju2014-03-02
* [C++11] Switch all uses of the llvm_move macro to use std::moveChandler Carruth2014-03-02
* [Sparc] Add support for parsing fcmp with %fcc registers.Venkatraman Govindaraju2014-03-02
* [C++11] Add support for OwningPtr<T> to be converted to and fromChandler Carruth2014-03-02
* [C++11] Add unit tests for OwningPtr<T> in preparation for changes to makeChandler Carruth2014-03-02
* [C++11] Expand and eliminate the LLVM_ENUM_INT_TYPE() macroAlp Toker2014-03-02
* [Sparc] Add register class for floating point conditional flags (%fcc0 - %fcc3).Venkatraman Govindaraju2014-03-02
* [docs] Fix some Sphinx warnings.Sean Silva2014-03-02
* [SparcV9] Add support for parsing branch instructions with prediction.Venkatraman Govindaraju2014-03-01
* R600: Add failing control flow tests.Matt Arsenault2014-03-01
* Remove extra truncs/exts around i32 bit operations on PPC64Hal Finkel2014-03-01
* [Sparc] Add support for parsing annulled branch instructions.Venkatraman Govindaraju2014-03-01
* [Sparc] Add support for parsing sparcv9 instructions addc/subc/addccc/subccc.Venkatraman Govindaraju2014-03-01
* [Sparc] Add missing ALU instruction patterns.Venkatraman Govindaraju2014-03-01
* Make helper function static.Benjamin Kramer2014-03-01
* Add missing FileCheck in test command line.Sasa Stankovic2014-03-01
* Now that we have C++11, turn simple functors into lambdas and remove a ton of...Benjamin Kramer2014-03-01
* [C++11] Remove LLVM_HAS_CXX11_STDLIB now that it is just on.Chandler Carruth2014-03-01
* [C++11] Remove LLVM_HAS_CXX11_TYPETRAITS now that it is a constant dueChandler Carruth2014-03-01
* [C++11] Now that we're not using it, remove theChandler Carruth2014-03-01
* [C++11] Remove uses of LLVM_HAS_RVALUE_REFERENCES from the unittests.Chandler Carruth2014-03-01
* [C++11] Remove the use of LLVM_HAS_RVALUE_REFERENCES from the rest ofChandler Carruth2014-03-01
* [Sparc] Add support to decode unimp instruction.Venkatraman Govindaraju2014-03-01
* [C++11] Remove the R-value reference #if usage from the ADT and SupportChandler Carruth2014-03-01
* [C++11] Force the other C++11 standard library detection macros to beChandler Carruth2014-03-01
* [Sparc] Add support to decode negative simm13 operands in the sparc disassemb...Venkatraman Govindaraju2014-03-01
* [Sparc] Add support for decoding call instructions in the sparc disassembler.Venkatraman Govindaraju2014-03-01
* Rewrite a terrible comment about the machine model.Andrew Trick2014-03-01
* [Sparc] Add support to disassemble sparc memory instructions.Venkatraman Govindaraju2014-03-01
* [C++11] Turn off compiler-based detection of R-value references, relyingChandler Carruth2014-03-01
* Add support for parsing sun-style section flags in ELFAsmParser.Venkatraman Govindaraju2014-03-01
* [Sparc] Implement writeNopData. Emit actual NOP instruction instead of just f...Venkatraman Govindaraju2014-03-01
* [Sparc] Teach SparcAsmParser to emit correct relocations for PIC code.Venkatraman Govindaraju2014-03-01
* Fix RWMutex to be thread-safe when pthread_rwlock is not availableMark Seaborn2014-03-01
* [C++11] Replace autoconf --enable-cxx11 with --enable-cxx1y. TheChandler Carruth2014-03-01
* [C++11] Switch the CMake option from LLVM_ENABLE_CXX11 (default on) toChandler Carruth2014-03-01
* [docs] Update the docs to remove my hedging about C++98 vs. C++11. =]Chandler Carruth2014-03-01
* [Sparc] 80 column rule. No functionality change.Venkatraman Govindaraju2014-03-01
* [Sparc] Add support for parsing directives in SparcAsmParser.Venkatraman Govindaraju2014-03-01
* [Sparc] Emit 'restore' instead of 'restore %g0, %g0, %g0'. This improves the ...Venkatraman Govindaraju2014-03-01
* SpillPlacement: fix a bug in iterate.Manman Ren2014-02-28
* [CMake] Remove dead C backend optionReid Kleckner2014-02-28
* Reflow isProfitableToMakeFastCCReid Kleckner2014-02-28
* Jumped the gun with r202551 and broke some bots that weren't yet C++11ified.Lang Hames2014-02-28