| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Thumb2 should use the register scavenger. | Evan Cheng | 2009-07-24 | 1 | -2/+1 |
* | Fix whitespace. | Dan Gohman | 2009-07-24 | 1 | -1/+1 |
* | Give SCEVAddRecExpr no-signed-overflow and no-unsigned-overflow flags. | Dan Gohman | 2009-07-24 | 1 | -0/+9 |
* | Give the SCEV class a SubclassData field. | Dan Gohman | 2009-07-24 | 1 | -2/+9 |
* | Fix whitespace. | Dan Gohman | 2009-07-24 | 1 | -8/+8 |
* | FLDD, FLDS, FCPYD, FCPYS, FSTD, FSTS, VMOVD, VMOVQ maps to the same instructi... | Evan Cheng | 2009-07-24 | 6 | -67/+29 |
* | Add tests for handling of globals and tls on the XCore. These currently fail | Richard Osborne | 2009-07-24 | 2 | -0/+58 |
* | Privatize the ConstantVector tables. | Owen Anderson | 2009-07-24 | 6 | -62/+72 |
* | Update insertps handling based on feedback. Move to a v4f32 style | Eric Christopher | 2009-07-24 | 2 | -18/+15 |
* | Remove the IA-64 backend. | Dan Gohman | 2009-07-24 | 53 | -4544/+13 |
* | Correctly handle the Thumb-2 imm8 addrmode. Specialize frame index eliminatio... | David Goodwin | 2009-07-24 | 16 | -211/+370 |
* | Added a 2+-byte NOP instruction to the Intel tables, | Sean Callanan | 2009-07-23 | 1 | -1/+4 |
* | Privatize the ConstantStruct table. | Owen Anderson | 2009-07-23 | 6 | -97/+133 |
* | Write space padding as one string to speed up comment printing. | David Greene | 2009-07-23 | 2 | -4/+21 |
* | Thumb2 does not allow the use of "pc" register as part of the load / store ad... | Evan Cheng | 2009-07-23 | 3 | -23/+37 |
* | Fixing unittests on 32-bit Darwin, using 0x...ULL instead of 0x...U . | Reid Kleckner | 2009-07-23 | 1 | -4/+4 |
* | Re-committing r76828 with the JIT memory manager changes now that the build | Reid Kleckner | 2009-07-23 | 8 | -125/+661 |
* | "fix" PR4612, which is a crash on: | Chris Lattner | 2009-07-23 | 1 | -1/+5 |
* | Fix PR4614: the Intel C compiler defines _GNUC__ | Duncan Sands | 2009-07-23 | 1 | -2/+2 |
* | Revert r75581: it causes massive breakage in the Ada | Duncan Sands | 2009-07-23 | 1 | -0/+23 |
* | Switch ValueSymbolTable to StringRef based API. | Daniel Dunbar | 2009-07-23 | 4 | -33/+12 |
* | Add llvm::Value::getNameRef, for help in API migration. | Daniel Dunbar | 2009-07-23 | 2 | -2/+8 |
* | Re-committing changes from r76825 to BumpPtrAllocator with a fix and tests for | Reid Kleckner | 2009-07-23 | 3 | -110/+320 |
* | Fix up ARM constant island pass for Thumb2. | Evan Cheng | 2009-07-23 | 2 | -125/+151 |
* | Since we have moved unified assembly, switch to ADR instruction instead of a ... | Evan Cheng | 2009-07-23 | 2 | -28/+8 |
* | Convert StringMap to using StringRef for its APIs. | Daniel Dunbar | 2009-07-23 | 12 | -128/+91 |
* | Fix frame index elimination to correctly handle thumb-2 addressing modes that... | David Goodwin | 2009-07-23 | 10 | -18/+124 |
* | FileCheck'ize and expand LDA testcases. | Andreas Bolka | 2009-07-23 | 10 | -137/+292 |
* | emit simple node was using different labels for fields than the rest of the g... | Andrew Lenharth | 2009-07-23 | 1 | -1/+1 |
* | Cache dependence computation using FoldingSet. | Andreas Bolka | 2009-07-23 | 2 | -27/+105 |
* | 80 col violation. | Evan Cheng | 2009-07-23 | 1 | -2/+4 |
* | enhance DepthFirstIterator to support more robust operations in the face | Chris Lattner | 2009-07-23 | 1 | -23/+49 |
* | testcase for PR4590 | Chris Lattner | 2009-07-23 | 1 | -0/+34 |
* | refactor a blob of code out to a new 'FoldOrOfFCmps' function and | Chris Lattner | 2009-07-23 | 1 | -67/+70 |
* | For real this time: PHI Def & Kill tracking added to PHIElimination. | Lang Hames | 2009-07-23 | 1 | -3/+5 |
* | merge vector-casts-0.ll into vector-casts.ll | Chris Lattner | 2009-07-23 | 2 | -55/+56 |
* | Make some existing optimizations that would only trigger on scalars | Chris Lattner | 2009-07-23 | 2 | -4/+51 |
* | convert a test to filecheck format. This fixes an endemic problem | Chris Lattner | 2009-07-23 | 1 | -5/+12 |
* | rename test | Chris Lattner | 2009-07-23 | 1 | -0/+0 |
* | 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 |