llvm-6502/lib
Ed Schouten b5e0a96a8d Let the strcat optimizer return the pointer to the start of the buffer,
instead of the place where it started to perform the string copy.

- PR3661
- Patch by Benjamin Kramer!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68443 91177308-0d34-0410-b5e6-96231b3b80d8
2009-04-06 13:06:48 +00:00
..
Analysis use higher level APIs. 2009-04-03 00:02:39 +00:00
Archive
AsmParser Add support for embedded metadata to LLVM. This introduces two new types of 2009-04-04 07:22:01 +00:00
Bitcode Add support for embedded metadata to LLVM. This introduces two new types of 2009-04-04 07:22:01 +00:00
CodeGen Fix a TargetLowering optimization so that it doesn't duplicate 2009-04-03 20:11:30 +00:00
CompilerDriver
Debugger
ExecutionEngine Use CHAR_BIT instead of hard-coding 8 in several places where it 2009-04-01 18:45:54 +00:00
Linker
Support Fix build on Linux. 2009-04-02 01:11:37 +00:00
System hopefully fix an apparent build error on windows. 2009-04-01 02:03:38 +00:00
Target Map stack based frameindices for spills to zero based indices that can be accessed based on an external symbol defining the location of temporary data for a function. For example: we have spill slots addressed as foo.tmp + 0, foo.tmp + 1 etc. 2009-04-06 10:54:50 +00:00
Transforms Let the strcat optimizer return the pointer to the start of the buffer, 2009-04-06 13:06:48 +00:00
VMCore Remove bogus include. 2009-04-04 07:42:46 +00:00
Makefile