- 7417b76 Add 'isCodeGenOnly' bit to Instruction .td records. by Daniel Dunbar · 16 years ago
- 59fc42d llvm-mc/AsmParser: Allow target to specific a comment delimiter, which will be by Daniel Dunbar · 16 years ago
- 825b72b Split EVT into MVT and EVT, the former representing _just_ a primitive type, while by Owen Anderson · 16 years ago
- 8409bfb llvm-mc/AsmMatcher: Fix two thinkos in determining whether two classes are by Daniel Dunbar · 16 years ago
- 9b6a53a Fix a few more places in TableGen that need to handle EVT::vAny types. by Bob Wilson · 16 years ago
- ea6408f llvm-mc/AsmParser: Implement automatic classification of RegisterClass operands. by Daniel Dunbar · 16 years ago
- 61fc4cf Add a new overloaded EVT::vAny type for use in TableGen to allow intrinsic by Bob Wilson · 16 years ago
- e50ed30 Rename MVT to EVT, in preparation for splitting SimpleValueType out into its own struct type. by Owen Anderson · 16 years ago
- 5c468e3 llvm-mc/AsmParser: Allow .td users to redefine the names of the methods to call by Daniel Dunbar · 16 years ago
- ac6b4f2 llvm-mc/AsmMatcher: Remove some code which has been obsoleted by move to by Daniel Dunbar · 16 years ago
- 338825c llvm-mc/AsmMatcher: Change assembler parser match classes to their own record by Daniel Dunbar · 16 years ago
- fdb1f49 llvm-mc/AsmParser: Check for matches with super classes when matching by Daniel Dunbar · 16 years ago
- db2ddb5 llvm-mc/AsmParser: Fix thinko in ClassInfo::operator<. by Daniel Dunbar · 16 years ago
- 72fa87f llvm-mc/AsmParser: Add hack to ignore Int_* and *_Int instructions for now, to by Daniel Dunbar · 16 years ago
- 5fe6338 llvm-mc/AsmParser: Implement user defined super classes. by Daniel Dunbar · 16 years ago
- 2b54481 llvm-mc/AsmParser: Separate instruction ordering for ambiguity detection. by Daniel Dunbar · 16 years ago
- 6745d42 llvm-mc/AsmParser: Define match classes in the .td file. -2 FIXMEs. by Daniel Dunbar · 16 years ago
- 606e8ad llvm-mc/AsmParser: Sketch infrastructure for ordering instructions & detecting by Daniel Dunbar · 16 years ago
- 8246bef fix edito by Chris Lattner · 16 years ago
- af3e9d4 llvm-mc/AsmMatcher: Tweak string matcher (missed a newline). by Daniel Dunbar · 16 years ago
- 72ffae9 llvm-mc/AsmMatcher: Tweak string matcher. by Daniel Dunbar · 16 years ago
- 245f058 llvm-mc/AsmMatcher: Switch token matching to use the new string matcher. by Daniel Dunbar · 16 years ago
- 70add88 add a little function to do arbitrary string pattern matching in a by Chris Lattner · 16 years ago
- d39bd3a add another const by Chris Lattner · 16 years ago
- c604953 remove a useless anon-ns, make table const. by Chris Lattner · 16 years ago
- fa1165a MSVC doesn't like member variables with the same name as the class. by Benjamin Kramer · 16 years ago
- a3741fa llvm-mc/AsmMatcher: Improve match code. by Daniel Dunbar · 16 years ago
- b7479c0 llvm-mc/AsmMatcher: Switch to a unified function to convert operands to MCInst, by Daniel Dunbar · 16 years ago
- 41aefdc make printInstruction return void since its result is omitted. Make the by Chris Lattner · 16 years ago
- 2698cb6 don't check the result of printInstruction anymore. by Chris Lattner · 16 years ago
- fadf131 Unbreak build. by Benjamin Kramer · 16 years ago
- 59e8677 fix the column output stuff in the asmwriter from being dynamic and by Chris Lattner · 16 years ago
- 3d4ad29 strength reduce anonymous namespace to static. by Chris Lattner · 16 years ago
- 2234e5e llvm-mc/AsmMatcher: Move emit for register -> enum matcher into a separate routine. by Daniel Dunbar · 16 years ago
- 2724915 llvm-mc/AsmMatcher: Tweaks in response to feedback. by Daniel Dunbar · 16 years ago
- 20927f2 llvm-mc/AsmMatcher: Move to a slightly more sane matching design. by Daniel Dunbar · 16 years ago
- d7f2a6c Privatize the StructType table, which unfortunately involves routing contexts through a number of APIs. by Owen Anderson · 16 years ago
- b341577 Suppress compiler warning. by Daniel Dunbar · 16 years ago
- a5bb59f by David Greene · 16 years ago
- b8281ca Add new function attribute keywords to the vim syntax. by Dan Gohman · 16 years ago
- 53a7f16 TableGen / AsmMatcher: Tweaks to avoid generating completely bogus match by Daniel Dunbar · 16 years ago
- 0307a76 * Use "svn export" instead of "svn co" and avoid cleaning up .svn dirs by Misha Brukman · 16 years ago
- 4ab1553 Add 'Indirect' LocInfo class and use to pass __m128 on win64. Also minore fixes here and there (mostly __m64). by Anton Korobeynikov · 16 years ago
- 0508471 Add FileUpdate tool, conditionally updates its output based on its input. by Daniel Dunbar · 16 years ago
- 6f69aa3 Fix an ENABLE_EXPENSIVE_CHECKS error. by Daniel Dunbar · 16 years ago
- cdcb388 Change MCOperand to use Create style instead of Make style for constructing by Daniel Dunbar · 16 years ago
- bef8768 by David Greene · 16 years ago
- a027d22 llvm-mc: Match a few X86 instructions. by Daniel Dunbar · 16 years ago
- 7212f80 Remove unintended changes. by Daniel Dunbar · 16 years ago
- bd17a29 Remove itohexstr, which only had one user. by Daniel Dunbar · 16 years ago
- fe09b20 Twines: Don't allow implicit conversion from integers, this is too tricky. by Daniel Dunbar · 16 years ago
- 2395f01 Minor whitespace tidiness. by Dan Gohman · 16 years ago
- debcb01 Move types back to the 2.5 API. by Owen Anderson · 16 years ago
- cb778a8 1. Introduce a new TargetOperandInfo::getRegClass() helper method by Chris Lattner · 16 years ago
- a938ac6 make ptr_rc derive from a new PointerLikeRegClass tblgen class. by Chris Lattner · 16 years ago
- c8d0605 by David Greene · 16 years ago
- 09b1366 Fix the verifier to handle intrinsics with LLVMMatchType parameters, where by Bob Wilson · 16 years ago
- 636bef1 Revert AsmWriterEmitter.cpp to 74742. The recent changes are causing serious compile time regression. by Evan Cheng · 16 years ago
- 0e2771f Match X86 register names to number. by Daniel Dunbar · 16 years ago
- a02446a Tweak LLVM emacs style to make default namespace indentation closer to style by Daniel Dunbar · 16 years ago
- 224251d Add inbounds to the polygen grammar. by Dan Gohman · 16 years ago
- d5c9470 vim syntax highlighting for inbounds keyword. by Dan Gohman · 16 years ago
- b0d3f25 Remove trailing slashes from include paths. Some versions of mingw don't like them. by Benjamin Kramer · 16 years ago
- e02a0aa Add new keywords to the vim syntax highlighting. by Dan Gohman · 16 years ago
- bfacb7e Add new optimization keywords to the polygen grammar. by Dan Gohman · 16 years ago
- e922c02 Get rid of the Pass+Context magic. by Owen Anderson · 16 years ago
- 8f6353f by David Greene · 16 years ago
- a2701b4 Use string comparison instead of numeric comparison when comparing digests. by Ted Kremenek · 16 years ago
- 76081c4 by David Greene · 16 years ago
- ba8dc03 Restore AsmWriterEmitter.cpp back to 74742. The recent changes broke Thumb. by Evan Cheng · 16 years ago
- fc2271f Require a remote command to exit with the exit status of the test program or with 255 if an error occurred. by Viktor Kutuzov · 16 years ago
- 3837b64 Revert 76177 for now. It's messing up ARM asm printing. Also this significant debate about its efficiency. by Evan Cheng · 16 years ago
- 22be522 tblgen/AsmMatcher: Emit simple matcher for register names. by Daniel Dunbar · 16 years ago
- ab9238e by David Greene · 16 years ago
- 923a579 Add the private keyword to the polygen grammar. by Dan Gohman · 16 years ago
- 21de024 Add the private keyword to the VIM syntax highlighting. by Dan Gohman · 16 years ago
- 49e3182 Add new flags '-test-cflags' and '-test-cxxflags' to pass in flags directly to the llvm testsuite. by Bill Wendling · 16 years ago
- 021da14 In an Apple-style build, compile with llvm-gcc/llvm-g++ if available. by Stuart Hastings · 16 years ago
- 4f80d71 Update llvm{do,grep} to also search cmake / .cmake files by Daniel Dunbar · 16 years ago
- 9344eb7 Add script 'UpdateCMakeLists.pl'. This script can be used (manually) to update by Ted Kremenek · 16 years ago
- fe7b16f by David Greene · 16 years ago
- a1bdced Add a Force option to raw_fd_ostream to specify whether opening by Dan Gohman · 16 years ago
- a4b0486 Remove the v3i32 and v3f32 value types: they are not by Duncan Sands · 16 years ago
- a266b5f Helper script to use bugpoint with a remote target. by Viktor Kutuzov · 16 years ago
- e11c4db Use http instead https for anonymous readonly check out. by Evan Cheng · 16 years ago
- ab5a5a6 Revert 75308. by Bob Wilson · 16 years ago
- ff79ef4 NewNightlyTest.pl - Add -configure-args option. by Daniel Dunbar · 16 years ago
- 0c39e38 NewNightlyTest.pl - Add -noremoveatend option. by Daniel Dunbar · 16 years ago
- 014700c by David Greene · 16 years ago
- e9e2733 Tweak comment. by Daniel Dunbar · 16 years ago
- 7cab893 Update CMakeLists.txt by Daniel Dunbar · 16 years ago
- d51ffcf Stub out assembly matcher (.s -> MCInst) tblgen backend. by Daniel Dunbar · 16 years ago
- d7073db improve filecheck's "scanning from here" caret position. by Chris Lattner · 16 years ago
- 88a7e9e make filecheck default to canonicalizing horizontal whitespace by Chris Lattner · 16 years ago
- 28eff96 Add new vector types for 192-bit, 348-bit and 512-bit sizes. by Bob Wilson · 16 years ago
- bbf1caa Refactor TableGen's llvm::getName to share code with llvm::getEnumName, by Bob Wilson · 16 years ago
- d1474d0 Thread LLVMContext through MVT and related parts of SDISel. by Owen Anderson · 16 years ago
- f881ae0 * Install crosstool in /usr/local/crosstool by Misha Brukman · 16 years ago
- af9005d stop on the first file mismatch. by Chris Lattner · 16 years ago
- 804e0fe Convert more abort() calls to llvm_report_error(). by Torok Edwin · 16 years ago