summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAge
* 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
* Recommit r201059 and r201060 with hopefully a fix for its original failure.Craig Topper2014-02-10
* Revert r201059 and r201060.Bob Wilson2014-02-10
* Simplify a bunch of code by removing the need for the x86 disassembler table ...Craig Topper2014-02-10
* Add MRMXr/MRMXm form to X86 for use by instructions which treat the 'reg' fie...Craig Topper2014-02-10
* Provide CMake package modules in install treeNAKAMURA Takumi2014-02-09
* Remove unnecessary include.Craig Topper2014-02-09
* Remove some unnecessary code. The conditions it was checking had already been...Craig Topper2014-02-09
* Improve existing visualizers by:Nikola Smiljanic2014-02-07
* LLVM-1163: AAPCS-VFP violation when CPRC allocated to stackOliver Stannard2014-02-07
* Delete all of the CodeGenInstructions from CodeGenTarget destructor.Craig Topper2014-02-06
* Shrink the size of CodeGenInstruction a little bit by using bitfields. 32 boo...Craig Topper2014-02-05
* Get rid of a vector copy by just making a pointer out of the reference return...Craig Topper2014-02-05
* Fix a vector that was passed by value instead of reference.Craig Topper2014-02-05
* Fix a doxygen comment referencing the wrong method name.Craig Topper2014-02-05
* Add CheckChildInteger to ISelMatcher operations. Removes nearly 2000 bytes fr...Craig Topper2014-02-05