summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* we should pattern match the SSE complex arithmetic ops.Chris Lattner2010-08-25
* Start converting NEON load/stores to use pseudo instructions, beginning hereBob Wilson2010-08-25
* remove some llvmcontext arguments that are now dead post-refactoring.Chris Lattner2010-08-25
* Change handling of illegal vector types to widen when possible instead of Chris Lattner2010-08-25
* Remap metadata attached to instructions when remapping individualDan Gohman2010-08-25
* Revert this for now, PUNPCKLDQ dont operate on v4f32Bruno Cardoso Lopes2010-08-25
* X86: Fix misencode of RI64mi8. This fixes OpenSSL / x86_64-apple-darwin10 / c...Daniel Dunbar2010-08-25
* Fix comment.Devang Patel2010-08-25
* Remove dead argument.Devang Patel2010-08-25
* Add some statistics for PEI register scavengingJim Grosbach2010-08-25
* Add a FIXME comment.Dan Gohman2010-08-25
* Fix the bitcode reader to clear out function-specific stateDan Gohman2010-08-25
* Fix a bug found by inspection.Dan Gohman2010-08-25
* Add a comment.Dan Gohman2010-08-25
* MCELF: Use precomputed symbol indices, patch by Roman Divacky.Benjamin Kramer2010-08-25
* MC: Fix inconsistant naming in COFF object writer. Patch by Cameron Esfahani.Michael J. Spencer2010-08-25
* Don't override the var from the enclosing scope.Jim Grosbach2010-08-25
* zap dead codeChris Lattner2010-08-25
* DIGlobalVariable can be used to encode debug info for globals that are direc...Devang Patel2010-08-25
* Remove dead recursive function. Yay for clang -Wunused-function.Benjamin Kramer2010-08-25
* Clear FunctionLocalMDs in purgeFunction along with the rest of theDan Gohman2010-08-25
* Fix whitespace.Dan Gohman2010-08-25
* Eliminate an unnecessary cast.Dan Gohman2010-08-25
* ARM/Thumb2: Fix a misselect in getARMCmp, when attempting to adjust a signedDaniel Dunbar2010-08-25
* Do type checks before we bother to do everything else.Eric Christopher2010-08-25
* Fix nasty mingw32 bug, which e.g. prevented llvm-gcc bootstrap there.Anton Korobeynikov2010-08-25
* Reorganize load mechanisms. Handle types in a little less fixed way.Eric Christopher2010-08-25
* PUNPCKLDQ should also be used for v4f32Bruno Cardoso Lopes2010-08-25
* teach lowering to get target specific nodes for pshufd, emulating the same is...Bruno Cardoso Lopes2010-08-25
* In the default address space, any GEP off of null results in a trap value if ...Owen Anderson2010-08-25
* Don't include the is-function-local bit in the FoldingSetNodeIDDan Gohman2010-08-24
* split the vector case of getCopyFromParts out to its own function,Chris Lattner2010-08-24
* Use Bits.data() instead of &Bits[0].Dan Gohman2010-08-24
* split the vector case out of getCopyToParts into its own function. NoChris Lattner2010-08-24
* tidy up, reduce indentationChris Lattner2010-08-24
* Fix predicate and add a comment.Eric Christopher2010-08-24
* Rework braindead conditionals I put in yesterday.Eric Christopher2010-08-24
* Fix thumb2 mode loads to have the correct operand ordering. Add a todoEric Christopher2010-08-24
* NULL loads are only invalid in the default address space.Owen Anderson2010-08-24
* Add support for inferring values for the default cases of switches.Owen Anderson2010-08-24
* Add ARM heuristic for when to allocate a virtual base register for stackJim Grosbach2010-08-24
* Change the parsing of .loc back to allow the LineNumber field to be optional asKevin Enderby2010-08-24
* Fix COFF x86-64 relocations. PR7960.Michael J. Spencer2010-08-24
* 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