summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* Add an OutPatFrag TableGen classHal Finkel2014-02-282-5/+16
* Fix indentation.Craig Topper2014-02-271-1/+1
* [CMake] Use LINK_LIBS instead of target_link_libraries().NAKAMURA Takumi2014-02-262-8/+4
* [x86] Simplify disassembler code slightly.Craig Topper2014-02-261-4/+4
* Replace the F_Binary flag with a F_Text one.Rafael Espindola2014-02-241-1/+1
* Stackmaps are used for OSR exits, which is a custom kind of unwinding. Hence,...Filip Pizlo2014-02-201-0/+1
* test_debuginfo.pl: Make failures easier to debug by printing the debuggerAdrian Prantl2014-02-201-0/+2
* [x86] Switch PAUSE instruction to use XS prefix instead of HasREPPrefix. Remo...Craig Topper2014-02-202-4/+1
* Support GTest for FreeBSD platforms (9.x)Alexey Samsonov2014-02-192-2/+8
* Remove special FP opcode maps and instead add enough MRM_XX formats to handle...Craig Topper2014-02-191-47/+46
* Put some of the X86 formats in a more logical order.Craig Topper2014-02-191-20/+20
* Remove A6/A7 opcode maps. They can all be handled with a TB map, opcode of 0x...Craig Topper2014-02-193-20/+14
* Rename a DebugLoc variable to DbgLoc and a DataLayout to DL.Rafael Espindola2014-02-181-2/+2
* Darwin builds: handle different possible form for SDKROOT.Tim Northover2014-02-181-4/+6
* Add an x86 prefix encoding for instructions that would decode to a different ...Craig Topper2014-02-181-10/+38
* llvmbuild: Exclude disabled targets from LLVMExports.cmake.NAKAMURA Takumi2014-02-161-0/+5
* Remove unused method declaration.Craig Topper2014-02-131-3/+0
* Remove filtering concept from X86 disassembler table generation. It's no long...Craig Topper2014-02-134-73/+15
* Remove special case filtering for instructions with lock prefix as they are a...Craig Topper2014-02-122-8/+0
* Mark XACQUIRE_PREFIX/XRELEASE_PREFIX as isAsmParserOnly so they'll disappear ...Craig Topper2014-02-121-6/+0
* [CMake] Add dependencies to gtest.NAKAMURA Takumi2014-02-102-0/+11
* [CMake] LLVMSupport should be responsible to provide system_libs.NAKAMURA Takumi2014-02-103-18/+0
* Recommit r201059 and r201060 with hopefully a fix for its original failure.Craig Topper2014-02-101-299/+40
* Revert r201059 and r201060.Bob Wilson2014-02-101-40/+299
* Simplify a bunch of code by removing the need for the x86 disassembler table ...Craig Topper2014-02-101-301/+36
* Add MRMXr/MRMXm form to X86 for use by instructions which treat the 'reg' fie...Craig Topper2014-02-101-0/+6
* Provide CMake package modules in install treeNAKAMURA Takumi2014-02-091-0/+40
* Remove unnecessary include.Craig Topper2014-02-093-3/+0
* Remove some unnecessary code. The conditions it was checking had already been...Craig Topper2014-02-091-7/+0
* Improve existing visualizers by:Nikola Smiljanic2014-02-071-58/+46
* LLVM-1163: AAPCS-VFP violation when CPRC allocated to stackOliver Stannard2014-02-071-2/+24
* Delete all of the CodeGenInstructions from CodeGenTarget destructor.Craig Topper2014-02-061-0/+1
* Shrink the size of CodeGenInstruction a little bit by using bitfields. 32 boo...Craig Topper2014-02-052-36/+39
* Get rid of a vector copy by just making a pointer out of the reference return...Craig Topper2014-02-051-15/+15
* Fix a vector that was passed by value instead of reference.Craig Topper2014-02-051-5/+5
* Fix a doxygen comment referencing the wrong method name.Craig Topper2014-02-051-2/+2
* Add CheckChildInteger to ISelMatcher operations. Removes nearly 2000 bytes fr...Craig Topper2014-02-054-1/+61
* TableGen/X86RecognizableInstr.h: Prune out-of-date "@param isSSE". [-Wdocumen...NAKAMURA Takumi2014-02-021-4/+0
* Merge x86 HasOpSizePrefix/HasOpSize16Prefix into a 2-bit OpSize field with 0 ...Craig Topper2014-02-022-77/+71
* Simplify some code since VEX and EVEX instructions never have HasOpSizePrefix.Craig Topper2014-02-021-10/+10
* Merge HasVEXPrefix/HasEVEXPrefix/HasXOPPrefix into a 2-bit 'encoding' field i...Craig Topper2014-02-022-28/+29
* Separate x86 opcode maps and 0x66/0xf2/0xf3 prefixes from each other in the T...Craig Topper2014-01-312-123/+73
* Move REP out of the Prefix field of the X86 format. Give it its own bit. It h...Craig Topper2014-01-312-3/+4
* Comment out unused macro because of warningRenato Golin2014-01-301-0/+3
* Couple minor formatting fixes to the XXXGenDAGISel.inc files.Craig Topper2014-01-301-2/+1
* Delete the Matchers stored in the SmallVectors in SwitchOpcodeMatcher/SwitchT...Craig Topper2014-01-292-0/+11
* Propagate MCSubtargetInfo through TableGen's getBinaryCodeForInstr()David Woodhouse2014-01-281-5/+10
* Change MCStreamer EmitInstruction interface to take subtarget infoDavid Woodhouse2014-01-281-1/+1
* Use the proper SDK when building iOS sim builds of LLVM and/or Mac OS X builds.Owen Anderson2014-01-281-3/+6
* Improve handling of EnforceSmallerThan. Remove all types that are smaller fro...Craig Topper2014-01-282-137/+91