| Commit message (Expand) | Author | Age | Files | Lines |
* | remove dead proto | Chris Lattner | 2010-08-26 | 1 | -1/+0 |
* | zap dead code. | Chris Lattner | 2010-08-26 | 1 | -13/+1 |
* | Fix PR7748 without using microsoft extensions | Bruno Cardoso Lopes | 2010-08-26 | 2 | -13/+13 |
* | Enable pre-RA virtual frame base register allocation. rdar://8277890 | Jim Grosbach | 2010-08-26 | 1 | -1/+1 |
* | Rewrite ExtractGV, removing a bunch of stuff that didn't fully work, | Dan Gohman | 2010-08-26 | 1 | -125/+32 |
* | Revert svn 107892 (with changes to work with trunk). It caused a crash if | Bob Wilson | 2010-08-26 | 1 | -1/+28 |
* | we should pattern match the SSE complex arithmetic ops. | Chris Lattner | 2010-08-25 | 1 | -0/+26 |
* | Start converting NEON load/stores to use pseudo instructions, beginning here | Bob Wilson | 2010-08-25 | 5 | -41/+165 |
* | remove some llvmcontext arguments that are now dead post-refactoring. | Chris Lattner | 2010-08-25 | 4 | -8/+6 |
* | Change handling of illegal vector types to widen when possible instead of | Chris Lattner | 2010-08-25 | 2 | -46/+97 |
* | Remap metadata attached to instructions when remapping individual | Dan Gohman | 2010-08-25 | 3 | -17/+31 |
* | Revert this for now, PUNPCKLDQ dont operate on v4f32 | Bruno Cardoso Lopes | 2010-08-25 | 1 | -1/+1 |
* | X86: Fix misencode of RI64mi8. This fixes OpenSSL / x86_64-apple-darwin10 / c... | Daniel Dunbar | 2010-08-25 | 1 | -4/+3 |
* | Fix comment. | Devang Patel | 2010-08-25 | 1 | -4/+3 |
* | Remove dead argument. | Devang Patel | 2010-08-25 | 2 | -6/+4 |
* | Add some statistics for PEI register scavenging | Jim Grosbach | 2010-08-25 | 1 | -0/+7 |
* | Add a FIXME comment. | Dan Gohman | 2010-08-25 | 1 | -0/+3 |
* | Fix the bitcode reader to clear out function-specific state | Dan Gohman | 2010-08-25 | 1 | -0/+2 |
* | Fix a bug found by inspection. | Dan Gohman | 2010-08-25 | 1 | -1/+1 |
* | Add a comment. | Dan Gohman | 2010-08-25 | 1 | -0/+1 |
* | MCELF: Use precomputed symbol indices, patch by Roman Divacky. | Benjamin Kramer | 2010-08-25 | 1 | -11/+7 |
* | MC: Fix inconsistant naming in COFF object writer. Patch by Cameron Esfahani. | Michael J. Spencer | 2010-08-25 | 1 | -3/+4 |
* | Don't override the var from the enclosing scope. | Jim Grosbach | 2010-08-25 | 1 | -2/+2 |
* | zap dead code | Chris Lattner | 2010-08-25 | 1 | -34/+0 |
* | DIGlobalVariable can be used to encode debug info for globals that are direc... | Devang Patel | 2010-08-25 | 1 | -2/+2 |
* | Remove dead recursive function. Yay for clang -Wunused-function. | Benjamin Kramer | 2010-08-25 | 1 | -7/+0 |
* | Clear FunctionLocalMDs in purgeFunction along with the rest of the | Dan Gohman | 2010-08-25 | 1 | -1/+1 |
* | Fix whitespace. | Dan Gohman | 2010-08-25 | 1 | -1/+1 |
* | Eliminate an unnecessary cast. | Dan Gohman | 2010-08-25 | 1 | -1/+1 |
* | ARM/Thumb2: Fix a misselect in getARMCmp, when attempting to adjust a signed | Daniel Dunbar | 2010-08-25 | 1 | -4/+4 |
* | Do type checks before we bother to do everything else. | Eric Christopher | 2010-08-25 | 1 | -8/+9 |
* | Fix nasty mingw32 bug, which e.g. prevented llvm-gcc bootstrap there. | Anton Korobeynikov | 2010-08-25 | 3 | -6/+10 |
* | Reorganize load mechanisms. Handle types in a little less fixed way. | Eric Christopher | 2010-08-25 | 1 | -19/+45 |
* | PUNPCKLDQ should also be used for v4f32 | Bruno Cardoso Lopes | 2010-08-25 | 1 | -1/+1 |
* | teach lowering to get target specific nodes for pshufd, emulating the same is... | Bruno Cardoso Lopes | 2010-08-25 | 1 | -5/+51 |
* | In the default address space, any GEP off of null results in a trap value if ... | Owen Anderson | 2010-08-25 | 1 | -4/+5 |
* | Don't include the is-function-local bit in the FoldingSetNodeID | Dan Gohman | 2010-08-24 | 1 | -15/+15 |
* | split the vector case of getCopyFromParts out to its own function, | Chris Lattner | 2010-08-24 | 1 | -81/+102 |
* | Use Bits.data() instead of &Bits[0]. | Dan Gohman | 2010-08-24 | 1 | -3/+3 |
* | split the vector case out of getCopyToParts into its own function. No | Chris Lattner | 2010-08-24 | 1 | -117/+126 |
* | tidy up, reduce indentation | Chris Lattner | 2010-08-24 | 2 | -127/+123 |
* | Fix predicate and add a comment. | Eric Christopher | 2010-08-24 | 1 | -1/+2 |
* | Rework braindead conditionals I put in yesterday. | Eric Christopher | 2010-08-24 | 1 | -14/+12 |
* | Fix thumb2 mode loads to have the correct operand ordering. Add a todo | Eric Christopher | 2010-08-24 | 1 | -4/+9 |
* | NULL loads are only invalid in the default address space. | Owen Anderson | 2010-08-24 | 1 | -1/+1 |
* | Add support for inferring values for the default cases of switches. | Owen Anderson | 2010-08-24 | 1 | -3/+22 |
* | Add ARM heuristic for when to allocate a virtual base register for stack | Jim Grosbach | 2010-08-24 | 3 | -9/+47 |
* | Change the parsing of .loc back to allow the LineNumber field to be optional as | Kevin Enderby | 2010-08-24 | 1 | -7/+8 |
* | Fix COFF x86-64 relocations. PR7960. | Michael J. Spencer | 2010-08-24 | 1 | -42/+45 |
* | Add support for inferring that a load from a pointer implies that it is not n... | Owen Anderson | 2010-08-24 | 1 | -4/+17 |