| Commit message (Expand) | Author | Age | Files | Lines |
* | CodeGen still defaults to non-verbose asm, but llc now overrides it and defau... | Evan Cheng | 2009-03-25 | 1 | -0/+3 |
* | Change various llvm utilities to use PrettyStackTraceProgram in | Chris Lattner | 2009-03-06 | 1 | -2/+4 |
* | Registry.h should not depend on CommandLine.h. | Mikhail Glushenkov | 2009-01-16 | 1 | -2/+3 |
* | Delete trailing whitespace. | Mikhail Glushenkov | 2009-01-16 | 1 | -21/+21 |
* | Fix spacing to be uniform for parameters. | Misha Brukman | 2008-12-31 | 1 | -2/+2 |
* | Add Binary flag to raw_fd_ostream constructor. | Daniel Dunbar | 2008-11-13 | 1 | -2/+5 |
* | CMakeLists: removed asmprinter component from | Oscar Fuentes | 2008-11-04 | 1 | -1/+1 |
* | Fix command-line option printing to print two spaces where needed, | Dan Gohman | 2008-10-14 | 1 | -3/+3 |
* | Initial support for the CMake build system. | Oscar Fuentes | 2008-09-22 | 1 | -0/+5 |
* | Don't silently ignore errors when opening output streams. | Dan Gohman | 2008-08-21 | 1 | -2/+9 |
* | Use raw_ostream throughout the AsmPrinter. | Owen Anderson | 2008-08-21 | 1 | -12/+15 |
* | Link GC metadata printers by default to llc | Anton Korobeynikov | 2008-08-17 | 1 | -0/+1 |
* | First step of implementing PR1538: move llvm2cpp logic to new 'target' | Anton Korobeynikov | 2008-04-23 | 1 | -3/+8 |
* | Fix a memory leak in llc. | Dan Gohman | 2008-04-16 | 1 | -1/+2 |
* | remove attributions from tools. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | remove attributions from tools/utils makefiles. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Switching TargetMachineRegistry to use the new generic Registry. | Gordon Henriksen | 2007-10-17 | 1 | -1/+2 |
* | Move the space in overview output for commands out of each of the | Dan Gohman | 2007-10-08 | 1 | -1/+1 |
* | Here is the bulk of the sanitizing. | Gabor Greif | 2007-07-05 | 1 | -3/+3 |
* | use the new MemoryBuffer interfaces to simplify error reporting in clients. | Chris Lattner | 2007-05-06 | 1 | -5/+1 |
* | switch tools to bitcode from bytecode | Chris Lattner | 2007-05-06 | 2 | -17/+9 |
* | use an auto_ptr to avoid an explicit delete | Chris Lattner | 2007-05-06 | 1 | -7/+5 |
* | add bitcode reading support. Remove EH cruft. | Chris Lattner | 2007-05-06 | 2 | -122/+131 |
* | For PR1277: | Reid Spencer | 2007-03-26 | 1 | -1/+4 |
* | The new version of how to add passes to emit files. We explicitly call a | Bill Wendling | 2007-02-08 | 1 | -1/+25 |
* | push bytecode decompressor out through APIs. Now the bytecode reader | Chris Lattner | 2007-02-07 | 1 | -1/+3 |
* | For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid | Reid Spencer | 2007-01-30 | 1 | -1/+1 |
* | make all llvm tools call llvm_shutdown when they exit, static'ify some stuff. | Chris Lattner | 2006-12-06 | 1 | -0/+2 |
* | Use LINK_COMPONENTS to specify *components* to link against instead of | Chris Lattner | 2006-09-04 | 1 | -16/+2 |
* | Completely rearchitect the interface between targets and the pass manager. | Chris Lattner | 2006-09-04 | 1 | -79/+110 |
* | rearrange targets to satisfy dependencies. Too bad we aren't using llvm-config. | Chris Lattner | 2006-09-04 | 1 | -1/+1 |
* | Remove use of target::getName() | Chris Lattner | 2006-09-03 | 1 | -2/+2 |
* | Make sure that both non-asm file types are marked as experimental | Nate Begeman | 2006-08-23 | 1 | -1/+2 |
* | Initial checkin of the Mach-O emitter. There's plenty of fixmes, but it | Nate Begeman | 2006-08-23 | 1 | -3/+0 |
* | Now that SparcV9 is gone, this logical can be simplified significantly. | Chris Lattner | 2006-08-03 | 1 | -39/+1 |
* | Fix the build on case-sensitive filesystems :( | Chris Lattner | 2006-08-01 | 1 | -1/+1 |
* | Introducing plugable register allocators and instruction schedulers. | Jim Laskey | 2006-08-01 | 1 | -0/+1 |
* | Fix MacOSX build failures. (pr841) | Devang Patel | 2006-07-21 | 1 | -1/+1 |
* | Build more debugger/selectiondag libraries as archives instead of .o files. | Chris Lattner | 2006-07-21 | 1 | -1/+1 |
* | Fix linking on Alpha | Andrew Lenharth | 2006-07-20 | 1 | -1/+1 |
* | Tools require EH for their top-level try blocks. | Chris Lattner | 2006-07-07 | 1 | -0/+1 |
* | For PR780: | Reid Spencer | 2006-06-07 | 1 | -0/+1 |
* | Oops, llc needs libTarget.a not Target.o | Reid Spencer | 2006-06-01 | 1 | -1/+1 |
* | Use archive libraries instead of object files for VMCore, BCReader, | Reid Spencer | 2006-06-01 | 1 | -5/+5 |
* | added a skeleton of the ARM backend | Rafael Espindola | 2006-05-14 | 1 | -0/+5 |
* | Refactor a bunch of includes so that TargetMachine.h doesn't have to include | Owen Anderson | 2006-05-12 | 1 | -0/+1 |
* | Adjust to use proper TargetData copy ctor | Chris Lattner | 2006-05-04 | 1 | -2/+1 |
* | Refactor TargetMachine, pushing handling of TargetData into the target-specif... | Owen Anderson | 2006-05-03 | 1 | -1/+1 |
* | Never link in sparcv9 | Chris Lattner | 2006-04-20 | 1 | -10/+0 |
* | Add a warning. | Chris Lattner | 2006-04-18 | 1 | -0/+3 |