llvm-6502/tools
Chris Lattner 45e0f890f8 very early support for analyzing a bitstream. This opens the file, starts
reading the stream, and detects whether it is LLVM IR or not.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36556 91177308-0d34-0410-b5e6-96231b3b80d8
2007-04-29 08:12:22 +00:00
..
bugpoint
gccas
gccld
llc
lli reset errno to zero on entry to the application's main function. This fixes 2007-04-27 17:02:33 +00:00
llvm2cpp For PR1146: 2007-04-22 05:46:44 +00:00
llvm-ar Don't rely on destructed local storage. Thanks, Chris. 2007-04-08 19:59:07 +00:00
llvm-as link in bitwriter library 2007-04-22 06:31:35 +00:00
llvm-bcanalyzer very early support for analyzing a bitstream. This opens the file, starts 2007-04-29 08:12:22 +00:00
llvm-config Add new option to usage help. 2007-04-22 18:33:20 +00:00
llvm-db Avoid temporary construction and potential for corrupted data access. 2007-04-08 20:06:05 +00:00
llvm-dis Switch the bitcode reader interface to take a MemoryBuffer instead of knowing 2007-04-29 07:54:31 +00:00
llvm-extract
llvm-ld run a late dce pass to clean up extra cruft. 2007-04-05 16:50:20 +00:00
llvm-link
llvm-nm
llvm-prof
llvm-ranlib
llvm-stub
llvm-upgrade For PR1146: 2007-04-22 05:46:44 +00:00
llvmc Make TempDir a PathWithStatus so we don't have to cast it to one. 2007-04-08 20:08:01 +00:00
lto
opt remove cruft 2007-04-20 04:45:58 +00:00
Makefile