summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAge
* Expose "noduplicate" attribute as a property for intrinsics.Eli Bendersky2014-03-18
* Replace ValueTypes.h with MachineValueType.h if possible.Patrik Hagglund2014-03-15
* Reverted r203879.Galina Kistanova2014-03-14
* Fixed misuse of isascii. Also fixes mingw32 build, see http://msdn.microsoft....Galina Kistanova2014-03-14
* Remove the linker_private and linker_private_weak linkages.Rafael Espindola2014-03-13
* Remove utils/llvm-native-gcc.Rafael Espindola2014-03-13
* [TableGen] Optionally forbid overlap between named and positional operandsHal Finkel2014-03-13
* Fix a false error reported by the tblgen backend for machine modelAndrew Trick2014-03-13
* [lit] Fix non-function style print statement.Daniel Dunbar2014-03-11
* Remove copy ctors that did the same thing as the default one.Benjamin Kramer2014-03-11
* [lit] Bump dev version number.Daniel Dunbar2014-03-10
* [lit] Add a README.txt.Daniel Dunbar2014-03-10
* [lit] Add --version option.Daniel Dunbar2014-03-10
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-09
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-09
* Replace PROLOG_LABEL with a new CFI_INSTRUCTION.Rafael Espindola2014-03-07
* clang-format a bit of code to make the next patch easier to read.Rafael Espindola2014-03-07
* AVX-512: Added rrk, rrkz, rmk, rmkz, rmbk, rmbkz versions of AVX512 FP packed...Elena Demikhovsky2014-03-06
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-06
* [C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles2014-03-05
* [C++11] Add 'override' keywords to tablegen code.Craig Topper2014-03-05
* [cleanup] Re-sort all the includes with utils/sort_includes.py.Chandler Carruth2014-03-04
* Adding support for MSVC debugger visualization of the Optional datatype.Aaron Ballman2014-03-03
* [C++11] Use std::tie to simplify compare operators.Benjamin Kramer2014-03-03
* Unbreak the C++11 build.Benjamin Kramer2014-03-03
* [C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer2014-03-02
* [C++11] Switch all uses of the llvm_move macro to use std::moveChandler Carruth2014-03-02
* Now that we have C++11, turn simple functors into lambdas and remove a ton of...Benjamin Kramer2014-03-01
* Add an OutPatFrag TableGen classHal Finkel2014-02-28
* Fix indentation.Craig Topper2014-02-27
* [CMake] Use LINK_LIBS instead of target_link_libraries().NAKAMURA Takumi2014-02-26
* [x86] Simplify disassembler code slightly.Craig Topper2014-02-26
* Replace the F_Binary flag with a F_Text one.Rafael Espindola2014-02-24
* Stackmaps are used for OSR exits, which is a custom kind of unwinding. Hence,...Filip Pizlo2014-02-20
* test_debuginfo.pl: Make failures easier to debug by printing the debuggerAdrian Prantl2014-02-20
* [x86] Switch PAUSE instruction to use XS prefix instead of HasREPPrefix. Remo...Craig Topper2014-02-20
* Support GTest for FreeBSD platforms (9.x)Alexey Samsonov2014-02-19
* Remove special FP opcode maps and instead add enough MRM_XX formats to handle...Craig Topper2014-02-19
* Put some of the X86 formats in a more logical order.Craig Topper2014-02-19
* Remove A6/A7 opcode maps. They can all be handled with a TB map, opcode of 0x...Craig Topper2014-02-19
* Rename a DebugLoc variable to DbgLoc and a DataLayout to DL.Rafael Espindola2014-02-18
* Darwin builds: handle different possible form for SDKROOT.Tim Northover2014-02-18
* Add an x86 prefix encoding for instructions that would decode to a different ...Craig Topper2014-02-18
* llvmbuild: Exclude disabled targets from LLVMExports.cmake.NAKAMURA Takumi2014-02-16
* Remove unused method declaration.Craig Topper2014-02-13
* Remove filtering concept from X86 disassembler table generation. It's no long...Craig Topper2014-02-13
* Remove special case filtering for instructions with lock prefix as they are a...Craig Topper2014-02-12
* Mark XACQUIRE_PREFIX/XRELEASE_PREFIX as isAsmParserOnly so they'll disappear ...Craig Topper2014-02-12
* [CMake] Add dependencies to gtest.NAKAMURA Takumi2014-02-10
* [CMake] LLVMSupport should be responsible to provide system_libs.NAKAMURA Takumi2014-02-10