2010-08-26 |
Bruno Cardoso... | Fix PR7748 without using microsoft extensions |
commit | commitdiff | tree | snapshot |
2010-08-26 |
Jim Grosbach | Enable pre-RA virtual frame base register allocation... |
commit | commitdiff | tree | snapshot |
2010-08-26 |
Dan Gohman | Rewrite ExtractGV, removing a bunch of stuff that didn... |
commit | commitdiff | tree | snapshot |
2010-08-26 |
Bob Wilson | Revert svn 107892 (with changes to work with trunk... |
commit | commitdiff | tree | snapshot |
2010-08-25 |
Chris Lattner | temporarily disable this, which started failing on... |
commit | commitdiff | tree | snapshot |
2010-08-25 |
Dan Gohman | Convert llvm-extract to use lazy loading. This makes... |
commit | commitdiff | tree | snapshot |
2010-08-25 |
Chris Lattner | we should pattern match the SSE complex arithmetic... |
commit | commitdiff | tree | snapshot |
2010-08-25 |
Bob Wilson | Start converting NEON load/stores to use pseudo instruc... |
commit | commitdiff | tree | snapshot |
2010-08-25 |
John McCall | Provide an explicit specialization of SmallVector at... |
commit | commitdiff | tree | snapshot |
2010-08-25 |
Chris Lattner | add a specialization for the MVT form of getTypeAction... |
commit | commitdiff | tree | snapshot |
2010-08-25 |
Chris Lattner | remove some llvmcontext arguments that are now dead... |
commit | commitdiff | tree | snapshot |
2010-08-25 |
Chris Lattner | Change handling of illegal vector types to widen when... |
commit | commitdiff | tree | snapshot |
2010-08-25 |
Chris Lattner | tidy up |
commit | commitdiff | tree | snapshot |
2010-08-25 |
Dan Gohman | Remap metadata attached to instructions when remapping... |
commit | commitdiff | tree | snapshot |
2010-08-25 |
Bruno Cardoso... | Revert this for now, PUNPCKLDQ dont operate on v4f32 |
commit | commitdiff | tree | snapshot |
2010-08-25 |
Daniel Dunbar | X86: Fix misencode of RI64mi8. This fixes OpenSSL ... |
commit | commitdiff | tree | snapshot |
2010-08-25 |
Devang Patel | Fix comment. |
commit | commitdiff | tree | snapshot |
2010-08-25 |
Devang Patel | Remove dead argument. |
commit | commitdiff | tree | snapshot |
2010-08-25 |
Jim Grosbach | Add some statistics for PEI register scavenging |
commit | commitdiff | tree | snapshot |
2010-08-25 |
Dan Gohman | Add a FIXME comment. |
commit | commitdiff | tree | snapshot |
2010-08-25 |
Dan Gohman | Fix the bitcode reader to clear out function-specific... |
commit | commitdiff | tree | snapshot |
2010-08-25 |
Dan Gohman | Fix a bug found by inspection. |
commit | commitdiff | tree | snapshot |
2010-08-25 |
Dan Gohman | Add a comment. |
commit | commitdiff | tree | snapshot |
2010-08-25 |
Benjamin Kramer | MCELF: Use precomputed symbol indices, patch by Roman... |
commit | commitdiff | tree | snapshot |
2010-08-25 |
Eric Christopher | Fix header define to reflect the name of the file. |
commit | commitdiff | tree | snapshot |
2010-08-25 |
Michael J.... | MC: Fix inconsistant naming in COFF object writer.... |
commit | commitdiff | tree | snapshot |
2010-08-25 |
Jim Grosbach | Don't override the var from the enclosing scope. |
commit | commitdiff | tree | snapshot |
2010-08-25 |
Chris Lattner | zap dead code |
commit | commitdiff | tree | snapshot |
2010-08-25 |
Devang Patel | DIGlobalVariable can be used to encode debug info for... |
commit | commitdiff | tree | snapshot |
2010-08-25 |
Dan Gohman | lto_codegen_set_gcc_path was removed. |
commit | commitdiff | tree | snapshot |
2010-08-25 |
Dan Gohman | Fix a few missing entries in lto.exports. |
commit | commitdiff | tree | snapshot |
2010-08-25 |
Benjamin Kramer | Remove dead recursive function. Yay for clang -Wunused... |
commit | commitdiff | tree | snapshot |
2010-08-25 |
Dan Gohman | Clear FunctionLocalMDs in purgeFunction along with... |
commit | commitdiff | tree | snapshot |
2010-08-25 |
Dan Gohman | Fix whitespace. |
commit | commitdiff | tree | snapshot |
2010-08-25 |
Dan Gohman | Eliminate an unnecessary cast. |
commit | commitdiff | tree | snapshot |
2010-08-25 |
Daniel Dunbar | ARM/Thumb2: Fix a misselect in getARMCmp, when attempti... |
commit | commitdiff | tree | snapshot |
2010-08-25 |
Eric Christopher | Regenerate. |
commit | commitdiff | tree | snapshot |
2010-08-25 |
Eric Christopher | Remove getsect checks, the result is unused and is... |
commit | commitdiff | tree | snapshot |
2010-08-25 |
Eric Christopher | Do type checks before we bother to do everything else. |
commit | commitdiff | tree | snapshot |
2010-08-25 |
Eric Christopher | Add another basic test cribbed from the x86 fast-isel... |
commit | commitdiff | tree | snapshot |
2010-08-25 |
Eric Christopher | Run this on thumb and arm. |
commit | commitdiff | tree | snapshot |
2010-08-25 |
Anton Korobeynikov | Fix nasty mingw32 bug, which e.g. prevented llvm-gcc... |
commit | commitdiff | tree | snapshot |
2010-08-25 |
Eric Christopher | Make this testcase actually executed with fast-isel... |
commit | commitdiff | tree | snapshot |
2010-08-25 |
Eric Christopher | Reorganize load mechanisms. Handle types in a little... |
commit | commitdiff | tree | snapshot |
2010-08-25 |
Eric Christopher | Apparently this is needed for llvm-link to link. |
commit | commitdiff | tree | snapshot |
2010-08-25 |
Eric Christopher | Allow strict subclasses of register classes, this way... |
commit | commitdiff | tree | snapshot |
2010-08-25 |
Daniel Dunbar | buildbot/valgrind: Ignore leaks in /usr/bin/as. |
commit | commitdiff | tree | snapshot |
2010-08-25 |
Bruno Cardoso... | PUNPCKLDQ should also be used for v4f32 |
commit | commitdiff | tree | snapshot |
2010-08-25 |
Bruno Cardoso... | teach lowering to get target specific nodes for pshufd... |
commit | commitdiff | tree | snapshot |
2010-08-25 |
Bruno Cardoso... | Convert test to use filecheck and make it more specific |
commit | commitdiff | tree | snapshot |
2010-08-25 |
Owen Anderson | In the default address space, any GEP off of null resul... |
commit | commitdiff | tree | snapshot |
2010-08-25 |
Eric Christopher | Split out register class subclassing to a separate... |
commit | commitdiff | tree | snapshot |
2010-08-24 |
Eric Christopher | Fix comment. |
commit | commitdiff | tree | snapshot |
2010-08-24 |
Dan Gohman | Don't include the is-function-local bit in the FoldingS... |
commit | commitdiff | tree | snapshot |
2010-08-24 |
Chris Lattner | split the vector case of getCopyFromParts out to its... |
commit | commitdiff | tree | snapshot |
2010-08-24 |
Dan Gohman | Use Bits.data() instead of &Bits[0]. |
commit | commitdiff | tree | snapshot |
2010-08-24 |
Chris Lattner | split the vector case out of getCopyToParts into its... |
commit | commitdiff | tree | snapshot |
2010-08-24 |
Chris Lattner | tidy up, reduce indentation |
commit | commitdiff | tree | snapshot |
2010-08-24 |
Eric Christopher | Fix predicate and add a comment. |
commit | commitdiff | tree | snapshot |
2010-08-24 |
Eric Christopher | Rework braindead conditionals I put in yesterday. |
commit | commitdiff | tree | snapshot |
2010-08-24 |
Eric Christopher | Fix thumb2 mode loads to have the correct operand order... |
commit | commitdiff | tree | snapshot |
2010-08-24 |
Owen Anderson | NULL loads are only invalid in the default address... |
commit | commitdiff | tree | snapshot |
2010-08-24 |
Owen Anderson | Add support for inferring values for the default cases... |
commit | commitdiff | tree | snapshot |
2010-08-24 |
Jim Grosbach | Add ARM heuristic for when to allocate a virtual base... |
commit | commitdiff | tree | snapshot |
2010-08-24 |
Kevin Enderby | Change the parsing of .loc back to allow the LineNumber... |
commit | commitdiff | tree | snapshot |
2010-08-24 |
Michael J.... | Fix COFF x86-64 relocations. PR7960. |
commit | commitdiff | tree | snapshot |
2010-08-24 |
Dan Gohman | XFAIL this on mingw, following remove_arguments_test.ll. |
commit | commitdiff | tree | snapshot |
2010-08-24 |
Owen Anderson | Add support for inferring that a load from a pointer... |
commit | commitdiff | tree | snapshot |
2010-08-24 |
Kevin Enderby | First bit of support for the dwarf .loc directive.... |
commit | commitdiff | tree | snapshot |
2010-08-24 |
Dan Gohman | Add a testcase for basic bugpointing in the presence... |
commit | commitdiff | tree | snapshot |
2010-08-24 |
Bill Wendling | - Add the LinkerPrivateWeakDefAutoLinkage to the Ada... |
commit | commitdiff | tree | snapshot |
2010-08-24 |
Daniel Dunbar | MC/X86: Tweak imul recognition, previous hack only... |
commit | commitdiff | tree | snapshot |
2010-08-24 |
Dan Gohman | Link NamedMDNodes after linking GlobalValues, so that... |
commit | commitdiff | tree | snapshot |
2010-08-24 |
Dan Gohman | When linking NamedMDNodes, remap their operands. |
commit | commitdiff | tree | snapshot |
2010-08-24 |
Daniel Dunbar | MC/X86: Add custom hack for recognizing "imul $12,... |
commit | commitdiff | tree | snapshot |
2010-08-24 |
Daniel Dunbar | MC/AsmParser: Change ParseExpression to use ParseIdenti... |
commit | commitdiff | tree | snapshot |
2010-08-24 |
Daniel Dunbar | MC/X86: Warn on scale factors > 1 without index registe... |
commit | commitdiff | tree | snapshot |
2010-08-24 |
Jim Grosbach | Move enabling the local stack allocation pass into... |
commit | commitdiff | tree | snapshot |
2010-08-24 |
Dan Gohman | Use MapValue in the Linker instead of having a private... |
commit | commitdiff | tree | snapshot |
2010-08-24 |
Daniel Dunbar | MC/Parser: Accept leading dollar signs in identifiers. |
commit | commitdiff | tree | snapshot |
2010-08-24 |
Dan Gohman | Don't cast away qualifiers with C-style casts. |
commit | commitdiff | tree | snapshot |
2010-08-24 |
Jim Grosbach | add ARM cmd line option to force always using virtual... |
commit | commitdiff | tree | snapshot |
2010-08-24 |
Chris Lattner | Apply "Win32's Hybrid path separator in argv[0] should... |
commit | commitdiff | tree | snapshot |
2010-08-24 |
Benjamin Kramer | Relocate against parent if the symbol is not in section... |
commit | commitdiff | tree | snapshot |
2010-08-24 |
Owen Anderson | Turn LVI on, previously detected failures should be... |
commit | commitdiff | tree | snapshot |
2010-08-24 |
Dan Gohman | MapValue support for MDNodes. This is similar to r10911... |
commit | commitdiff | tree | snapshot |
2010-08-24 |
Dan Gohman | Fix X86's isLegalAddressingMode to recognize that stati... |
commit | commitdiff | tree | snapshot |
2010-08-24 |
Dan Gohman | MDNode, MDString, and NamedMDNode are not meant to... |
commit | commitdiff | tree | snapshot |
2010-08-24 |
Dan Gohman | Add a comment explaining why this code doesn't just... |
commit | commitdiff | tree | snapshot |
2010-08-24 |
Dan Gohman | Add a comment explaining why this code is more complex... |
commit | commitdiff | tree | snapshot |
2010-08-24 |
Kalle Raiskila | Fix SPU BE to use all the available return registers. |
commit | commitdiff | tree | snapshot |
2010-08-24 |
Kalle Raiskila | Remove some dead code from SPU BE that remained |
commit | commitdiff | tree | snapshot |
2010-08-24 |
John McCall | Check in a couple of changes that I apparently never... |
commit | commitdiff | tree | snapshot |
2010-08-24 |
Owen Anderson | Don't assume that all constants with integer types... |
commit | commitdiff | tree | snapshot |
2010-08-24 |
Dan Gohman | Add braces to fix dangling else. |
commit | commitdiff | tree | snapshot |
2010-08-24 |
Dan Gohman | Extend function-local metadata to be usable as attachments. |
commit | commitdiff | tree | snapshot |
2010-08-24 |
Dan Gohman | When we know we have an MDValue or MDString, call Enume... |
commit | commitdiff | tree | snapshot |
2010-08-24 |
Dan Gohman | Give ParseInstructionMetadata access to the PerFunction... |
commit | commitdiff | tree | snapshot |
2010-08-24 |
Dan Gohman | Simplify this code. NamedMDNode operands are MDNodes. |
commit | commitdiff | tree | snapshot |
2010-08-24 |
Bruno Cardoso... | Use pshufhw and pshuflw in more cases and fix getTarget... |
commit | commitdiff | tree | snapshot |
next |