1. d65ad3c6 Replace strcpy with memcpy when we have the length around anyway. by Benjamin Kramer · 16 years ago
  2. c1a226d llvm-ld doesn't throw. by Chris Lattner · 16 years ago
  3. 176426d Make LLVM command-line tools overwrite their output files without -f. by Dan Gohman · 16 years ago
  4. b1aa85b Prune #includes from llvm/Linker.h and llvm/System/Path.h, by Chris Lattner · 16 years ago
  5. fdcd46e Change raw_fd_ostream to take flags as an optional bitmask by Chris Lattner · 16 years ago
  6. 108e0ed Use (void *)(intptr_t) to cast function addresses to void* by Dan Gohman · 16 years ago
  7. 8e0b7b9d Fix FindExecutable to use sys::Path::GetMainExecutable instead of by Dan Gohman · 16 years ago
  8. d5b21d6 Added -b option to override the default bitcode output file name. by Sanjiv Gupta · 16 years ago
  9. b714fab Convert more tools code from cerr and cout to errs() and outs(). by Dan Gohman · 16 years ago
  10. 3b2bc2c Kill off last uses of TargetMachineRegistry class. by Daniel Dunbar · 16 years ago
  11. e84b8b3 To simplify the upcoming context-on-type change, switch all command line tools to using the default global context for now. by Owen Anderson · 16 years ago
  12. a148fdd Hold the LLVMContext by reference rather than by pointer. by Owen Anderson · 16 years ago
  13. 25209b4 Add a pointer to the owning LLVMContext to Module. This requires threading LLVMContext through a lot by Owen Anderson · 16 years ago
  14. e6012df Change various llvm utilities to use PrettyStackTraceProgram in by Chris Lattner · 16 years ago
  15. 2587bd9 make llvm-ld smart enough to link against native libraries that are by Chris Lattner · 17 years ago
  16. 45d0e16 ignore the -m elf_i386 directive used in the linux kernel by Andrew Lenharth · 17 years ago
  17. bbef6c2 Since we are using GCC to assemble the program, make sure the assembly syntax is AT&T. by Argiris Kirtzidis · 17 years ago
  18. 9ff7cee Add an "exe" suffix only if the output file has no suffix at all. by Argiris Kirtzidis · 17 years ago
  19. 68c8426 Make sure all produced executable files have "exe" suffix on Windows. by Argiris Kirtzidis · 17 years ago
  20. 20d70e7 Append "exe" suffix to executable files. by Argiris Kirtzidis · 17 years ago
  21. 357a27d Unbreak build with gcc 4.3: provide missed includes and silence most annoying warnings. by Anton Korobeynikov · 18 years ago
  22. 5247f17 Add support for frameworks. Patch by Shantonu Sen! by Chris Lattner · 18 years ago
  23. 890df60 Fix llvm-ld -Xlinker, patch by Daniel Teske! by Chris Lattner · 18 years ago
  24. 5f5a573 remove attributions from tools. by Chris Lattner · 18 years ago
  25. 6099df8 Move the space in overview output for commands out of each of the by Dan Gohman · 18 years ago
  26. 76543f0 Remove dead option. by Reid Spencer · 18 years ago
  27. f17a25c It's not necessary to do rounding for alloca operations when the requested by Dan Gohman · 18 years ago