- 5b5f726 Provide an explicit specialization of SmallVector at N=0 which does by John McCall · 15 years ago
- cd11e9d add a specialization for the MVT form of getTypeAction, since it is trivial. by Chris Lattner · 15 years ago
- aafe626 remove some llvmcontext arguments that are now dead post-refactoring. by Chris Lattner · 15 years ago
- e6f7c26 Change handling of illegal vector types to widen when possible instead of by Chris Lattner · 15 years ago
- e6e0018 tidy up by Chris Lattner · 15 years ago
- ce93426 Remap metadata attached to instructions when remapping individual by Dan Gohman · 15 years ago
- 3e60a23 Revert this for now, PUNPCKLDQ dont operate on v4f32 by Bruno Cardoso Lopes · 15 years ago
- 3d6e4c3 X86: Fix misencode of RI64mi8. This fixes OpenSSL / x86_64-apple-darwin10 / clang -O3. by Daniel Dunbar · 15 years ago
- ab43add Fix comment. by Devang Patel · 15 years ago
- 78a06e5 Remove dead argument. by Devang Patel · 15 years ago
- c52b3cc Add some statistics for PEI register scavenging by Jim Grosbach · 15 years ago
- 064ff3e Add a FIXME comment. by Dan Gohman · 15 years ago
- 6981383 Fix the bitcode reader to clear out function-specific state by Dan Gohman · 15 years ago
- 56e2a57 Fix a bug found by inspection. by Dan Gohman · 15 years ago
- 6b9cb84 Add a comment. by Dan Gohman · 15 years ago
- 7b83c26 MCELF: Use precomputed symbol indices, patch by Roman Divacky. by Benjamin Kramer · 15 years ago
- 2177a04 Fix header define to reflect the name of the file. by Eric Christopher · 15 years ago
- bf252be MC: Fix inconsistant naming in COFF object writer. Patch by Cameron Esfahani. by Michael J. Spencer · 15 years ago
- f78ee63 Don't override the var from the enclosing scope. by Jim Grosbach · 15 years ago
- 574aab5 zap dead code by Chris Lattner · 15 years ago
- 1955cf1 DIGlobalVariable can be used to encode debug info for globals that are directly folded into a constant by FE. by Devang Patel · 15 years ago
- 92b06c2 lto_codegen_set_gcc_path was removed. by Dan Gohman · 15 years ago
- 0586df2 Fix a few missing entries in lto.exports. by Dan Gohman · 15 years ago
- fc19695 Remove dead recursive function. Yay for clang -Wunused-function. by Benjamin Kramer · 15 years ago
- 848c9ae Clear FunctionLocalMDs in purgeFunction along with the rest of the by Dan Gohman · 15 years ago
- 5c18fa2 Fix whitespace. by Dan Gohman · 15 years ago
- 879d811 Eliminate an unnecessary cast. by Dan Gohman · 15 years ago
- 3cc3283 ARM/Thumb2: Fix a misselect in getARMCmp, when attempting to adjust a signed by Daniel Dunbar · 15 years ago
- 0a0073d Regenerate. by Eric Christopher · 15 years ago
- b72573e Remove getsect checks, the result is unused and is broken anyhow. Fixes PR7967. by Eric Christopher · 15 years ago
- 61c3f9a Do type checks before we bother to do everything else. by Eric Christopher · 15 years ago
- c430223 Add another basic test cribbed from the x86 fast-isel tests. by Eric Christopher · 15 years ago
- e8d274c Run this on thumb and arm. by Eric Christopher · 15 years ago
- 9f7f83b Fix nasty mingw32 bug, which e.g. prevented llvm-gcc bootstrap there. by Anton Korobeynikov · 15 years ago
- dc3d8b8 Make this testcase actually executed with fast-isel on arm. by Eric Christopher · 15 years ago
- b1cc848 Reorganize load mechanisms. Handle types in a little less fixed way. by Eric Christopher · 15 years ago
- 91e7fb7 Apparently this is needed for llvm-link to link. by Eric Christopher · 15 years ago
- 5345260 Allow strict subclasses of register classes, this way we can handle by Eric Christopher · 15 years ago
- 7226a0e buildbot/valgrind: Ignore leaks in /usr/bin/as. by Daniel Dunbar · 15 years ago
- f76c55a PUNPCKLDQ should also be used for v4f32 by Bruno Cardoso Lopes · 15 years ago
- 7338bbd teach lowering to get target specific nodes for pshufd, emulating the same isel behavior for now, so we can pass all vector shuffle tests by Bruno Cardoso Lopes · 15 years ago
- ddd10af Convert test to use filecheck and make it more specific by Bruno Cardoso Lopes · 15 years ago
- 6cd2075 In the default address space, any GEP off of null results in a trap value if you try to load it. Thus, by Owen Anderson · 15 years ago
- a2c9188 Split out register class subclassing to a separate function and clean up by Eric Christopher · 15 years ago
- 2cfcad9 Fix comment. by Eric Christopher · 15 years ago
- 7548fb3 Don't include the is-function-local bit in the FoldingSetNodeID by Dan Gohman · 15 years ago
- 3ac1884 split the vector case of getCopyFromParts out to its own function, by Chris Lattner · 15 years ago
- 365c53e Use Bits.data() instead of &Bits[0]. by Dan Gohman · 15 years ago
- a13b860 split the vector case out of getCopyToParts into its own function. No by Chris Lattner · 15 years ago
- 549fa26 tidy up, reduce indentation by Chris Lattner · 15 years ago
- 992ea38 Fix predicate and add a comment. by Eric Christopher · 15 years ago
- e24d66f Rework braindead conditionals I put in yesterday. by Eric Christopher · 15 years ago
- 9f782d4 Fix thumb2 mode loads to have the correct operand ordering. Add a todo by Eric Christopher · 15 years ago
- 7bef92a NULL loads are only invalid in the default address space. by Owen Anderson · 15 years ago
- dae90c6 Add support for inferring values for the default cases of switches. by Owen Anderson · 15 years ago
- 3197380 Add ARM heuristic for when to allocate a virtual base register for stack by Jim Grosbach · 15 years ago
- 6d8f1a9 Change the parsing of .loc back to allow the LineNumber field to be optional as by Kevin Enderby · 15 years ago
- 82c84fd Fix COFF x86-64 relocations. PR7960. by Michael J. Spencer · 15 years ago
- 3e242f8 XFAIL this on mingw, following remove_arguments_test.ll. by Dan Gohman · 15 years ago
- c8ef750 Add support for inferring that a load from a pointer implies that it is not null. by Owen Anderson · 15 years ago
- c1840b3 First bit of support for the dwarf .loc directive. This patch updates the by Kevin Enderby · 15 years ago
- a15a133 Add a testcase for basic bugpointing in the presence of metadata. by Dan Gohman · 15 years ago
- 4e34d50 - Add the LinkerPrivateWeakDefAutoLinkage to the Ada bindings. by Bill Wendling · 15 years ago
- fba88d4 MC/X86: Tweak imul recognition, previous hack only applies for the imul form by Daniel Dunbar · 15 years ago
- e422d1b Link NamedMDNodes after linking GlobalValues, so that MDNodes by Dan Gohman · 15 years ago
- e5835fb When linking NamedMDNodes, remap their operands. by Dan Gohman · 15 years ago
- ae528f6 MC/X86: Add custom hack for recognizing "imul $12, %eax" and friends. by Daniel Dunbar · 15 years ago
- e17edff MC/AsmParser: Change ParseExpression to use ParseIdentifier(), to support by Daniel Dunbar · 15 years ago
- ee91025 MC/X86: Warn on scale factors > 1 without index register, instead of erroring, by Daniel Dunbar · 15 years ago
- a273442 Move enabling the local stack allocation pass into the target where it belongs. by Jim Grosbach · 15 years ago
- 05ea54e Use MapValue in the Linker instead of having a private function by Dan Gohman · 15 years ago
- 1f1b865 MC/Parser: Accept leading dollar signs in identifiers. by Daniel Dunbar · 15 years ago
- c47a474 Don't cast away qualifiers with C-style casts. by Dan Gohman · 15 years ago
- cd59dc5 add ARM cmd line option to force always using virtual base regs when possible. by Jim Grosbach · 15 years ago
- a69e670 Apply "Win32's Hybrid path separator in argv[0] should be accepted to bugpoint", by Chris Lattner · 15 years ago
- 2f6e0e6 Relocate against parent if the symbol is not in section or it's a common symbol, from Roman Divacky. by Benjamin Kramer · 15 years ago
- 53c36c4 Turn LVI on, previously detected failures should be fixed now. by Owen Anderson · 15 years ago
- 4ce307f MapValue support for MDNodes. This is similar to r109117, except by Dan Gohman · 15 years ago
- 92b651f Fix X86's isLegalAddressingMode to recognize that static addresses by Dan Gohman · 15 years ago
- 2426668 MDNode, MDString, and NamedMDNode are not meant to be subclassed; by Dan Gohman · 15 years ago
- 6826114 Add a comment explaining why this code doesn't just call ParseMetadataValue. by Dan Gohman · 15 years ago
- 41d6ab4 Add a comment explaining why this code is more complex than it by Dan Gohman · 15 years ago
- 55aebef Fix SPU BE to use all the available return registers. by Kalle Raiskila · 15 years ago
- f53fdc2e Remove some dead code from SPU BE that remained from 64bit vector support. by Kalle Raiskila · 15 years ago
- b82b433 Check in a couple of changes that I apparently never committed: by John McCall · 15 years ago
- 59b06dc Don't assume that all constants with integer types are ConstantInts. by Owen Anderson · 15 years ago
- d01347e Add braces to fix dangling else. by Dan Gohman · 15 years ago
- 309b3af Extend function-local metadata to be usable as attachments. by Dan Gohman · 15 years ago
- 78aeae2 When we know we have an MDValue or MDString, call EnumerateMetadata by Dan Gohman · 15 years ago
- 9d072f5 Give ParseInstructionMetadata access to the PerFunctionState object. by Dan Gohman · 15 years ago
- 078b053 Simplify this code. NamedMDNode operands are MDNodes. by Dan Gohman · 15 years ago
- 8878e21 Use pshufhw and pshuflw in more cases and fix getTargetShuffleNode number of arguments by Bruno Cardoso Lopes · 15 years ago
- 5e7044b Add comments for what the condition code symbols mean. by Bill Wendling · 15 years ago
- 882d62e Update comment. by Eric Christopher · 15 years ago
- 8c67e4c llvmc: Improve error handling in EmitEdgeClasses(). by Mikhail Glushenkov · 15 years ago
- 2012c7b Fix the opcode and the operands for the load instruction. by Eric Christopher · 15 years ago
- f06f309 Add register class hack that needs to go away, but makes it more obvious by Eric Christopher · 15 years ago
- a78c67e fix rdar://7997827 - Accept and ignore LL and ULL suffixes on integer literals. by Chris Lattner · 15 years ago
- cb0b04b Add some more debugging code, make it more obvious that RegOffset is by Eric Christopher · 15 years ago
- af608bd Revert r107202. It is not adding any value. by Devang Patel · 15 years ago