llvm-6502/lib
Eric Christopher fef50062ea Add more unimplemented asm modifiers and some documentation of what they
do.

Part of rdar://9119939.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132015 91177308-0d34-0410-b5e6-96231b3b80d8
2011-05-24 22:27:43 +00:00
..
Analysis Change condition for determining whether a function is small for inlining metrics so that very long functions 2011-05-24 20:22:24 +00:00
Archive
AsmParser Remove unused variables caught by GCC's -Wunused-but-set-variable. 2011-05-03 16:00:27 +00:00
Bitcode It's valid to take the blockaddress of a different function, so remove this 2011-05-06 21:09:44 +00:00
CodeGen Remove dead code. 2011-05-24 18:27:52 +00:00
CompilerDriver
ExecutionEngine Avoid a Twine that referenced a tmp (which proceded to go out of scope before 2011-05-19 00:45:05 +00:00
Linker
MC Test basic SEH directive-parsing functionality. Fix a latent bug exposed by 2011-05-24 21:22:53 +00:00
Object Remove dead variable pointed out by GCC 4.6 warnings, and reflow this a little 2011-05-02 05:05:29 +00:00
Support fix a bug for hosts without round, PR8893. 2011-05-22 06:03:53 +00:00
Target Add more unimplemented asm modifiers and some documentation of what they 2011-05-24 22:27:43 +00:00
Transforms Make instcombine O(N) instead of O(N^2) in code where the same simplifiable constant is used many times. 2011-05-24 18:52:07 +00:00
VMCore Clear list of instructions without DebugLoc. 2011-05-23 17:34:18 +00:00
CMakeLists.txt
Makefile