| Commit message (Expand) | Author | Age | Files | Lines |
* | now that the opcode is trivially exposed, start matching instructions | Chris Lattner | 2010-09-06 | 1 | -6/+22 |
* | emit the match table at global scope instead of within the | Chris Lattner | 2010-09-06 | 1 | -20/+25 |
* | special case the mnemonic operand of the instruction in the | Chris Lattner | 2010-09-06 | 1 | -8/+29 |
* | The "ambiguous instructions" check only produces anything with -debug, | Chris Lattner | 2010-09-06 | 1 | -21/+22 |
* | simplify the hacks around jrcxz. | Chris Lattner | 2010-09-06 | 1 | -4/+1 |
* | have tblgen detect when an instruction would have matched, but | Chris Lattner | 2010-09-06 | 2 | -40/+55 |
* | change MatchInstructionImpl to return an enum instead of bool. | Chris Lattner | 2010-09-06 | 3 | -12/+18 |
* | add note | Chris Lattner | 2010-09-06 | 1 | -0/+1 |
* | have AsmMatcherEmitter.cpp produce the hunk of code that gets included | Chris Lattner | 2010-09-06 | 4 | -26/+42 |
* | Regenerate. | Eric Christopher | 2010-09-06 | 1 | -9/+9 |
* | Update to 2.9 post-2.8 branch. | Eric Christopher | 2010-09-06 | 1 | -1/+1 |
* | Redefine LOOP* instructions from I to Ii8PCRel as they take an i8 argument. | Roman Divacky | 2010-09-06 | 1 | -3/+3 |
* | random cleanups | Chris Lattner | 2010-09-06 | 1 | -9/+12 |
* | MCELF: Align symtab, relocation sections and section headers properly. Patch ... | Benjamin Kramer | 2010-09-06 | 1 | -12/+24 |
* | compute the HasSSE3 bit correctly, patch by Nikolai Saoukh. | Chris Lattner | 2010-09-06 | 1 | -9/+8 |
* | fix PR8067, an over-aggressive assertion in LICM. | Chris Lattner | 2010-09-06 | 2 | -4/+18 |
* | emit the LLVM intrinsic name -> intrinsic number mapping table with | Chris Lattner | 2010-09-06 | 2 | -27/+36 |
* | cleanup some of the lifetime/invariant marker stuff, add a big fixme. | Chris Lattner | 2010-09-06 | 1 | -6/+11 |
* | allow specifying an indentation level for the string matcher. | Chris Lattner | 2010-09-06 | 2 | -8/+12 |
* | emit the __builtin -> intrinsic map with StringMatcher instead of a | Chris Lattner | 2010-09-06 | 1 | -108/+18 |
* | same bug, another place. | Chris Lattner | 2010-09-06 | 1 | -1/+1 |
* | fix a critical bug where the generated table would say | Chris Lattner | 2010-09-06 | 1 | -1/+3 |
* | update cmake | Chris Lattner | 2010-09-06 | 1 | -0/+1 |
* | factor the snazzy string matcher code that Daniel hates | Chris Lattner | 2010-09-06 | 3 | -134/+198 |
* | slightly improve the runtime and code size of the Intrinsics info table by not | Chris Lattner | 2010-09-06 | 1 | -13/+15 |
* | speed up -gvn 3.4% on the testcase in PR7023 | Chris Lattner | 2010-09-06 | 1 | -1/+1 |
* | Teach loop rotate to hoist trivially invariant instructions | Chris Lattner | 2010-09-06 | 2 | -10/+62 |
* | pull a simple method out of LICM into a new | Chris Lattner | 2010-09-06 | 3 | -26/+14 |
* | fit in 80 columns and don't crash on exit, fixes PR8080 | Chris Lattner | 2010-09-05 | 1 | -4/+10 |
* | remove some dead code. t2addrmode_imm8s4 is never used in a | Chris Lattner | 2010-09-05 | 2 | -32/+1 |
* | fix inconsistent formatting. | Chris Lattner | 2010-09-05 | 1 | -1/+1 |
* | cleanups: mark stuff static, only tagdecls should be in anon namespaces. | Chris Lattner | 2010-09-05 | 1 | -20/+22 |
* | cleanups. | Chris Lattner | 2010-09-05 | 1 | -22/+17 |
* | some random notes. | Chris Lattner | 2010-09-05 | 1 | -1/+4 |
* | add a comment about where this should eventually move. | Chris Lattner | 2010-09-05 | 1 | -0/+7 |
* | update this. | Chris Lattner | 2010-09-05 | 1 | -10/+29 |
* | more cleanups | Chris Lattner | 2010-09-05 | 1 | -52/+38 |
* | Change lower atomic pass to use IntrinsicInst to simplify it a bit. | Chris Lattner | 2010-09-05 | 2 | -41/+30 |
* | eliminate some non-obvious casts. UndefValue isa Constant. | Chris Lattner | 2010-09-05 | 1 | -4/+4 |
* | fix PR8063, a crash in globalopt in the malloc analysis code. | Chris Lattner | 2010-09-05 | 2 | -20/+44 |
* | Added initialisers for reduction rule counters. | Lang Hames | 2010-09-05 | 1 | -0/+4 |
* | Fix warning reported by MSVC++ builder. | Nick Lewycky | 2010-09-05 | 1 | -2/+2 |
* | Switch FnSet to containing the ComparableFunction instead of a pointer to one. | Nick Lewycky | 2010-09-05 | 1 | -36/+67 |
* | Fix many bugs when merging weak-strong and weak-weak pairs. We now merge all | Nick Lewycky | 2010-09-05 | 1 | -98/+183 |
* | implement rdar://6653118 - fastisel should fold loads where possible. | Chris Lattner | 2010-09-05 | 7 | -15/+148 |
* | Remove dead code. | Jakob Stoklund Olesen | 2010-09-04 | 2 | -112/+0 |
* | fix this to work with allocators that have reference type with compilers | Chris Lattner | 2010-09-04 | 1 | -3/+7 |
* | dead method. | Chris Lattner | 2010-09-04 | 1 | -1/+0 |
* | delete dead code. | Chris Lattner | 2010-09-04 | 1 | -29/+0 |
* | zap dead code. | Chris Lattner | 2010-09-04 | 18 | -141/+4 |