summaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)AuthorFilesLines
2011-03-15lit/ProgressBar.py: [PR7919] Improve line wrap for XN-incapable terminals.NAKAMURA Takumi1-4/+17
2011-03-15- Add "Bitcast" target instruction property for instructions which performEvan Cheng4-9/+40
2011-03-15X86 table-generator and disassembler support for the AVXSean Callanan3-52/+250
2011-03-14Ignore isCodeGenOnly instructions when generating diassembly tables.Owen Anderson1-1/+2
2011-03-14Trailing whitespace.Jim Grosbach1-46/+46
2011-03-14Correct small comment order typo.Francois Pichet1-1/+1
2011-03-12Remove no-longer-correct special case for disasm of ARM BL instructions.Jim Grosbach1-5/+0
2011-03-11Pseudo-ize the ARM 'B' instruction.Jim Grosbach1-3/+0
2011-03-11Remove dead code. These ARM instruction definitions no longer exist.Jim Grosbach1-8/+0
2011-03-11Remove dead code. These ARM instruction definitions no longer exist.Jim Grosbach1-9/+0
2011-03-11Pseudo-ize VMOVDcc and VMOVScc.Jim Grosbach1-3/+2
2011-03-11Remove dead code. These ARM instruction definitions don't exist.Jim Grosbach1-14/+0
2011-03-11ARM VDUPfd and VDUPfq can just be patterns. The instruction is the sameJim Grosbach1-6/+0
2011-03-11Remove dead code. These ARM instruction definitions don't exist.Jim Grosbach1-10/+0
2011-03-11ARM VDUPLNfq and VDUPLNfd definitions can just be Pat<>s for VDUPLN32qJim Grosbach1-4/+1
2011-03-11ARM VREV64df and VREV64qf can just be patterns. The instruction is the sameJim Grosbach1-7/+0
2011-03-11Add missing 'return on failure'. Previously we'd crash after emittingJim Grosbach1-0/+1
2011-03-11Teach TableGen to pre-calculate register enum values when creating theJim Grosbach4-33/+36
2011-03-11Make the register enum value part of the CodeGenRegister struct.Jim Grosbach3-1/+8
2011-03-11Trailing whitespace.Jim Grosbach2-33/+33
2011-03-11Trailing whitespace.Jim Grosbach2-49/+49
2011-03-11Tidy up since ARM MOVCCi and MOVCCi16 are now pseudos.Jim Grosbach1-6/+6
2011-03-10Properly pseudo-ize MOVCCr and MOVCCs.Jim Grosbach1-4/+3
2011-03-10Memory barrier instructions don't need special handling in tblgen anymore.Jim Grosbach1-3/+1
2011-03-08Stop building PPC parts on OSX. Radar 8637926.Stuart Hastings1-2/+2
2011-03-08Use $(ECHOPATH) to make llvm-lit from llvm-lit.in.NAKAMURA Takumi1-4/+5
2011-03-08Don't show commands.Bill Wendling1-1/+0
2011-03-07Rename the narrow shift right immediate operands to "shr_imm*" operands. AlsoBill Wendling1-3/+4
2011-03-07Don't keep the log files around. Just pipe to a log file instead.Bill Wendling1-31/+15
2011-03-05Revert r127073: "Introduce $(ECHOPATH) to print DOSish path string on MSYS ba...Jakob Stoklund Olesen1-5/+4
2011-03-05utils/lit/lit/TestRunner.py: bash is available with MSYS on Python/W32. Then ...NAKAMURA Takumi1-5/+10
2011-03-05Introduce $(ECHOPATH) to print DOSish path string on MSYS bash for alternativ...NAKAMURA Takumi1-4/+5
2011-03-05On Windows hosts, Python scripts in test/Scripts did not accept binary files ...NAKAMURA Takumi1-0/+1
2011-03-04Fix the case where the number of jobs is less than theDavid Greene1-3/+12
2011-03-03TableGen should not ignore BX instructions for the ARM disassembler. pr9368.Bob Wilson1-1/+1
2011-03-03pr9367: Add missing predicated BLX instructions.Bob Wilson1-1/+1
2011-03-02Teach the clang attribute emitter about InheritableParamAttr.John McCall1-2/+16
2011-03-01Fixes warnings emitted by Visual Studio 2010 compiler.Oscar Fuentes1-0/+2
2011-03-01trailing whitespace.Jim Grosbach2-92/+92
2011-03-01Generalize the register matching code in DAGISel a bit.Jim Grosbach3-21/+45
2011-03-01Narrow right shifts need to encode their immediates differently from a normalBill Wendling1-0/+3
2011-02-28Don't install libUnitTestMain.a. It might be useless without gtest headers.NAKAMURA Takumi1-0/+2
2011-02-26A new TableGen feature! (Not turned on just yet.)Bill Wendling2-0/+250
2011-02-26Removed unnecessary dylibs from Apple builds, with or without "lib" prefix.Bob Wilson1-2/+3
2011-02-25Add a new "Embedded" makefile target for Apple-style builds.Bob Wilson1-1/+5
2011-02-25Fix bad comment marker.Stuart Hastings1-1/+1
2011-02-25Add some options for building LLVM in different environments:David Greene1-21/+55
2011-02-25Omit lto.h from the llvmCore result; henceforth, this will be suppliedStuart Hastings1-0/+3
2011-02-24In utils/TableGen/ClangSACheckersEmitter.cpp, set the 'Hidden' bit for checkers.Argyrios Kyrtzidis1-0/+1
2011-02-22Fix Builder::execute() to more properly pass the desired environmentDavid Greene1-4/+4