llvm-6502/lib
Benjamin Kramer cfc0ad6e48 PR13578: Teach MachineCSE that instructions that use a constant register can be CSE'd safely.
This is common e.g. when doing rip-relative addressing on x86_64.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@161728 91177308-0d34-0410-b5e6-96231b3b80d8
2012-08-11 19:05:13 +00:00
..
Analysis PR13095: Give an inline cost bonus to functions using byval arguments. 2012-08-07 11:13:19 +00:00
Archive Remove references to compression in llvm-ar. It has been a long time since we 2012-08-10 01:57:52 +00:00
AsmParser [ms-inline asm] Add a new Inline Asm Non-Standard Dialect attribute. 2012-08-10 00:00:22 +00:00
Bitcode
CodeGen PR13578: Teach MachineCSE that instructions that use a constant register can be CSE'd safely. 2012-08-11 19:05:13 +00:00
DebugInfo Fix the representation of debug line table in DebugInfo LLVM library, 2012-08-07 11:46:57 +00:00
ExecutionEngine Enable lazy compilation in MCJIT 2012-08-07 18:33:00 +00:00
Linker
MC Move [SU]LEB128 encoding to a utility header. 2012-08-08 23:56:06 +00:00
Object
Support stdcxx's cstdio doesn't include stdio.h, but the code using PathV2.inc 2012-08-10 10:56:09 +00:00
TableGen
Target Tidy up indentation. No functional change. 2012-08-11 17:53:00 +00:00
Transforms Constify some basic blocks, no functionality change. 2012-08-10 15:55:25 +00:00
VMCore The normal edge of an invoke is not allowed to branch to a block with a 2012-08-10 20:55:20 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile