| Commit message (Expand) | Author | Age | Files | Lines |
* | refactor a bunch of code out into a helper function, | Chris Lattner | 2009-07-23 | 1 | -63/+73 |
* | remove a really old and dead header | Chris Lattner | 2009-07-23 | 1 | -62/+0 |
* | merge one more sse41 test into sse41.ll | Chris Lattner | 2009-07-23 | 2 | -19/+44 |
* | merge another sse41 test into sse41.ll | Chris Lattner | 2009-07-23 | 2 | -12/+23 |
* | merge sse41-pmovx.ll into sse41.ll | Chris Lattner | 2009-07-23 | 2 | -54/+69 |
* | Added PHI Def & Kill tracking to PHIElimination pass. | Lang Hames | 2009-07-23 | 2 | -4/+56 |
* | change a test to run in filecheck style. Rename it to be a general | Chris Lattner | 2009-07-23 | 2 | -12/+23 |
* | Support insertps via the intrinsic and add a couple of simple | Eric Christopher | 2009-07-23 | 2 | -2/+27 |
* | Do not call getMangledName on Intrinsics. | Sanjiv Gupta | 2009-07-23 | 1 | -4/+3 |
* | MDString | Devang Patel | 2009-07-23 | 10 | -28/+30 |
* | Add test for pinsrd and pinsrb instructions. | Eric Christopher | 2009-07-23 | 1 | -0/+12 |
* | Minor cosmetics: indentation, formatting, naming. | Andreas Bolka | 2009-07-23 | 2 | -41/+41 |
* | Reverting r76825 and r76828, since they caused clang runtime errors and some ... | Reid Kleckner | 2009-07-23 | 11 | -946/+234 |
* | add header for 'memset'. | Zhongxing Xu | 2009-07-23 | 1 | -0/+1 |
* | Silence "uninitialized use" warning. | Devang Patel | 2009-07-23 | 1 | -1/+1 |
* | Hide constructors. | Devang Patel | 2009-07-23 | 1 | -4/+5 |
* | Derive MDNode from MetadataBase instead of Constant. Emit MDNodes into METADA... | Devang Patel | 2009-07-23 | 17 | -153/+108 |
* | Fix error message for correct opcode. | Eric Christopher | 2009-07-23 | 1 | -1/+1 |
* | Make the JIT code emitter properly retry and ask for more memory when it runs | Reid Kleckner | 2009-07-23 | 8 | -125/+661 |
* | Parameterize the BumpPtrAllocator over a slab allocator. It defaults to using | Reid Kleckner | 2009-07-23 | 3 | -109/+284 |
* | Revert r75663 (and r76805), as it is causing regressions on powerpc. | Dan Gohman | 2009-07-23 | 1 | -20/+12 |
* | remove SectionFlags::Small: it is only used on Xcore, and we'll find | Chris Lattner | 2009-07-22 | 6 | -30/+7 |
* | x86 isel tweak: use lea (%reg,%reg) instead of lea (,%reg,2). | Dan Gohman | 2009-07-22 | 2 | -10/+39 |
* | Add new keywords to the vim syntax highlighting. | Dan Gohman | 2009-07-22 | 1 | -0/+1 |
* | Add new optimization keywords to the polygen grammar. | Dan Gohman | 2009-07-22 | 1 | -2/+6 |
* | Rename the new unsigned and signed keywords to nuw and nsw, | Dan Gohman | 2009-07-22 | 9 | -100/+103 |
* | Reorder if-else branches as suggested by Bill. | David Greene | 2009-07-22 | 1 | -4/+4 |
* | Fix typo in addrmode definition. | David Goodwin | 2009-07-22 | 1 | -1/+1 |
* | Add -march=ppc32 lines so that this test doesn't ever default to ppc64. | Dan Gohman | 2009-07-22 | 1 | -2/+2 |
* | Use getTargetConstant instead of getConstant since it's meant as an constant ... | Evan Cheng | 2009-07-22 | 5 | -22/+120 |
* | Make the grep line in this test more specific, to avoid | Dan Gohman | 2009-07-22 | 1 | -2/+2 |
* | Constify the key in Mi2IndexMap. | David Greene | 2009-07-22 | 2 | -3/+3 |
* | Ignore undef uses. | Evan Cheng | 2009-07-22 | 2 | -0/+97 |
* | Switch some clients to Value::getName(), and other getName() user | Daniel Dunbar | 2009-07-22 | 6 | -20/+20 |
* | Fix indentation. | Devang Patel | 2009-07-22 | 1 | -6/+6 |
* | Simplify some uses of Value::getName() | Daniel Dunbar | 2009-07-22 | 3 | -4/+7 |
* | Define npos in a way that should make MSVC happier. | Daniel Dunbar | 2009-07-22 | 1 | -1/+1 |
* | Remove unnecessary store to temporary std::string. | Daniel Dunbar | 2009-07-22 | 1 | -3/+4 |
* | Put comment printing under asm-verbose. | David Greene | 2009-07-22 | 2 | -14/+37 |
* | Fix indentation. | Daniel Dunbar | 2009-07-22 | 1 | -18/+19 |
* | Make some changes suggested by Bill and Evan. | David Greene | 2009-07-22 | 3 | -34/+29 |
* | Fix thinko. | Devang Patel | 2009-07-22 | 1 | -1/+1 |
* | Added -b option to override the default bitcode output file name. | Sanjiv Gupta | 2009-07-22 | 2 | -10/+24 |
* | Use isa<> instead of dyn_cast<>. | Devang Patel | 2009-07-22 | 1 | -1/+1 |
* | Add replaceAllUsesWith() to FE replace debug info constructs while building c... | Devang Patel | 2009-07-22 | 2 | -0/+17 |
* | Do not print "metadata" twice while printing MDString. | Devang Patel | 2009-07-22 | 1 | -2/+0 |
* | Remove empty test. | Devang Patel | 2009-07-22 | 1 | -0/+0 |
* | Eliminate a redudant check Eli pointed out. | Evan Cheng | 2009-07-22 | 1 | -2/+2 |
* | Fixed build warning. No functionality change. | Sanjiv Gupta | 2009-07-22 | 1 | -1/+1 |
* | Introduce MetadataBase, a base class for MDString and MDNode. | Devang Patel | 2009-07-22 | 16 | -130/+231 |