summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Add support for inferring that a load from a pointer implies that it is not n...Owen Anderson2010-08-24
* First bit of support for the dwarf .loc directive. This patch updates theKevin Enderby2010-08-24
* - Add the LinkerPrivateWeakDefAutoLinkage to the Ada bindings.Bill Wendling2010-08-24
* MC/X86: Tweak imul recognition, previous hack only applies for the imul formDaniel Dunbar2010-08-24
* Link NamedMDNodes after linking GlobalValues, so that MDNodesDan Gohman2010-08-24
* When linking NamedMDNodes, remap their operands.Dan Gohman2010-08-24
* MC/X86: Add custom hack for recognizing "imul $12, %eax" and friends.Daniel Dunbar2010-08-24
* MC/AsmParser: Change ParseExpression to use ParseIdentifier(), to supportDaniel Dunbar2010-08-24
* MC/X86: Warn on scale factors > 1 without index register, instead of erroring,Daniel Dunbar2010-08-24
* Move enabling the local stack allocation pass into the target where it belongs.Jim Grosbach2010-08-24
* Use MapValue in the Linker instead of having a private functionDan Gohman2010-08-24
* MC/Parser: Accept leading dollar signs in identifiers.Daniel Dunbar2010-08-24
* Don't cast away qualifiers with C-style casts.Dan Gohman2010-08-24
* add ARM cmd line option to force always using virtual base regs when possible.Jim Grosbach2010-08-24
* Relocate against parent if the symbol is not in section or it's a common symb...Benjamin Kramer2010-08-24
* Turn LVI on, previously detected failures should be fixed now.Owen Anderson2010-08-24
* MapValue support for MDNodes. This is similar to r109117, exceptDan Gohman2010-08-24
* Fix X86's isLegalAddressingMode to recognize that static addressesDan Gohman2010-08-24
* Add a comment explaining why this code doesn't just callDan Gohman2010-08-24
* Add a comment explaining why this code is more complex than itDan Gohman2010-08-24
* Fix SPU BE to use all the available return registers.Kalle Raiskila2010-08-24
* Remove some dead code from SPU BE that remainedKalle Raiskila2010-08-24
* Don't assume that all constants with integer types are ConstantInts.Owen Anderson2010-08-24
* Add braces to fix dangling else.Dan Gohman2010-08-24
* Extend function-local metadata to be usable as attachments.Dan Gohman2010-08-24
* When we know we have an MDValue or MDString, call EnumerateMetadataDan Gohman2010-08-24
* Give ParseInstructionMetadata access to the PerFunctionState object.Dan Gohman2010-08-24
* Simplify this code. NamedMDNode operands are MDNodes.Dan Gohman2010-08-24
* Use pshufhw and pshuflw in more cases and fix getTargetShuffleNode number of ...Bruno Cardoso Lopes2010-08-24
* Add comments for what the condition code symbols mean.Bill Wendling2010-08-24
* Update comment.Eric Christopher2010-08-24
* Fix the opcode and the operands for the load instruction.Eric Christopher2010-08-24
* Add register class hack that needs to go away, but makes it more obviousEric Christopher2010-08-24
* fix rdar://7997827 - Accept and ignore LL and ULL suffixes on integer literals.Chris Lattner2010-08-24
* Add some more debugging code, make it more obvious that RegOffset isEric Christopher2010-08-24
* Revert r107202. It is not adding any value.Devang Patel2010-08-24
* Don't need the extra register here.Eric Christopher2010-08-23
* Let FE use derived types for DW_TAG_friend.Devang Patel2010-08-23
* Add some more "get address into register" code and a more TODOs/FIXMEs.Eric Christopher2010-08-23
* Add an ARMFunctionInfo member and use it.Eric Christopher2010-08-23
* Verify that a non-uniqued non-temporary MDNode is not deleted viaDan Gohman2010-08-23
* Start getting ARM loads/address computation going.Eric Christopher2010-08-23
* Fix thinko. Having no tests is great ...Benjamin Kramer2010-08-23
* Remove the MFI storage of the local allocation block size. It's not needed.Jim Grosbach2010-08-23
* Reduce code duplication.Benjamin Kramer2010-08-23
* ELFObjectWriter: Run ComputeSymbolTable before recording relocations. This wa...Benjamin Kramer2010-08-23
* Start using target speficic nodes for shuffles: pshufhw and pshuflwBruno Cardoso Lopes2010-08-23
* Better handling of local offsets for downwards growing stacks. This correctsJim Grosbach2010-08-23
* tyopsGabor Greif2010-08-23
* Turn LVI back off, I have a testcase now.Owen Anderson2010-08-23