| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 2 | -4/+18 |
* | Regenerate. | Eric Christopher | 2010-08-25 | 2 | -249/+0 |
* | Remove getsect checks, the result is unused and is broken anyhow. | Eric Christopher | 2010-08-25 | 1 | -20/+0 |
* | Do type checks before we bother to do everything else. | Eric Christopher | 2010-08-25 | 1 | -8/+9 |
* | Add another basic test cribbed from the x86 fast-isel tests. | Eric Christopher | 2010-08-25 | 1 | -0/+23 |
* | Run this on thumb and arm. | Eric Christopher | 2010-08-25 | 1 | -0/+1 |
* | Fix nasty mingw32 bug, which e.g. prevented llvm-gcc bootstrap there. | Anton Korobeynikov | 2010-08-25 | 3 | -6/+10 |
* | Make this testcase actually executed with fast-isel on arm. | Eric Christopher | 2010-08-25 | 1 | -1/+1 |
* | Reorganize load mechanisms. Handle types in a little less fixed way. | Eric Christopher | 2010-08-25 | 1 | -19/+45 |
* | Apparently this is needed for llvm-link to link. | Eric Christopher | 2010-08-25 | 1 | -1/+1 |
* | Allow strict subclasses of register classes, this way we can handle | Eric Christopher | 2010-08-25 | 1 | -2/+3 |
* | buildbot/valgrind: Ignore leaks in /usr/bin/as. | Daniel Dunbar | 2010-08-25 | 2 | -0/+12 |
* | 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 |
* | Convert test to use filecheck and make it more specific | Bruno Cardoso Lopes | 2010-08-25 | 1 | -1/+2 |
* | In the default address space, any GEP off of null results in a trap value if ... | Owen Anderson | 2010-08-25 | 2 | -4/+53 |
* | Split out register class subclassing to a separate function and clean up | Eric Christopher | 2010-08-25 | 2 | -29/+33 |
* | Fix comment. | Eric Christopher | 2010-08-24 | 1 | -2/+2 |
* | 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 | 4 | -10/+48 |
* | 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 | 4 | -52/+89 |
* | XFAIL this on mingw, following remove_arguments_test.ll. | Dan Gohman | 2010-08-24 | 1 | -0/+1 |
* | Add support for inferring that a load from a pointer implies that it is not n... | Owen Anderson | 2010-08-24 | 1 | -4/+17 |
* | First bit of support for the dwarf .loc directive. This patch updates the | Kevin Enderby | 2010-08-24 | 4 | -19/+162 |
* | Add a testcase for basic bugpointing in the presence of metadata. | Dan Gohman | 2010-08-24 | 1 | -0/+34 |
* | - Add the LinkerPrivateWeakDefAutoLinkage to the Ada bindings. | Bill Wendling | 2010-08-24 | 3 | -19/+30 |
* | MC/X86: Tweak imul recognition, previous hack only applies for the imul form | Daniel Dunbar | 2010-08-24 | 2 | -1/+6 |
* | Link NamedMDNodes after linking GlobalValues, so that MDNodes | Dan Gohman | 2010-08-24 | 1 | -3/+5 |
* | When linking NamedMDNodes, remap their operands. | Dan Gohman | 2010-08-24 | 1 | -3/+5 |
* | MC/X86: Add custom hack for recognizing "imul $12, %eax" and friends. | Daniel Dunbar | 2010-08-24 | 2 | -0/+11 |
* | MC/AsmParser: Change ParseExpression to use ParseIdentifier(), to support | Daniel Dunbar | 2010-08-24 | 2 | -5/+11 |
* | MC/X86: Warn on scale factors > 1 without index register, instead of erroring, | Daniel Dunbar | 2010-08-24 | 2 | -4/+12 |
* | Move enabling the local stack allocation pass into the target where it belongs. | Jim Grosbach | 2010-08-24 | 6 | -23/+26 |
* | Use MapValue in the Linker instead of having a private function | Dan Gohman | 2010-08-24 | 5 | -110/+22 |
* | MC/Parser: Accept leading dollar signs in identifiers. | Daniel Dunbar | 2010-08-24 | 2 | -0/+29 |
* | Don't cast away qualifiers with C-style casts. | Dan Gohman | 2010-08-24 | 1 | -3/+3 |
* | add ARM cmd line option to force always using virtual base regs when possible. | Jim Grosbach | 2010-08-24 | 1 | -4/+16 |
* | Apply "Win32's Hybrid path separator in argv[0] should be accepted to bugpoint", | Chris Lattner | 2010-08-24 | 1 | -10/+3 |