| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert .cvsignore files | John Criswell | 2007-06-29 | 3 | -12/+0 |
* | Fix PR 1526. | Devang Patel | 2007-06-28 | 1 | -0/+34 |
* | Add support for building with _GLIBCXX_DEBUG. New configure option | David Greene | 2007-06-28 | 2 | -3/+30 |
* | llvm-nm must print the alias symbols. | Lauro Ramos Venancio | 2007-06-27 | 1 | -5/+13 |
* | Fix PR1525: | Reid Spencer | 2007-06-25 | 1 | -4/+10 |
* | Fix pr1448 | Chris Lattner | 2007-06-19 | 1 | -14/+20 |
* | Fix PR1517: | Reid Spencer | 2007-06-16 | 1 | -9/+10 |
* | Fix PR1516: | Reid Spencer | 2007-06-16 | 1 | -2/+7 |
* | Call the correct function name. Patch from Stephane Letz. | Nick Lewycky | 2007-06-16 | 1 | -1/+1 |
* | Fix bugpoint to run -llc-safe with -Xlinker. | Lauro Ramos Venancio | 2007-06-06 | 2 | -1/+3 |
* | if internalize is disabled, don't run the pass at all! | Chris Lattner | 2007-06-06 | 1 | -1/+2 |
* | Commit first round work of PR1373. "noalias" is now fully supported in | Zhou Sheng | 2007-06-05 | 1 | -0/+2 |
* | Regenerate. | Reid Spencer | 2007-05-18 | 3 | -337/+381 |
* | Initialize variable to null so it has a value in the off chance that a | Reid Spencer | 2007-05-07 | 1 | -1/+1 |
* | use the new MemoryBuffer interfaces to simplify error reporting in clients. | Chris Lattner | 2007-05-06 | 11 | -48/+27 |
* | remove dead option | Chris Lattner | 2007-05-06 | 1 | -3/+0 |
* | Fix a buggy conversion from bytecode to bitcode | Chris Lattner | 2007-05-06 | 1 | -1/+1 |
* | make sure the ofstream for opt's output file is destroyed, so that the bits | Chris Lattner | 2007-05-06 | 1 | -0/+3 |
* | switch tools to bitcode from bytecode | Chris Lattner | 2007-05-06 | 11 | -115/+45 |
* | switch tools to bitcode instead of bytecode | Chris Lattner | 2007-05-06 | 22 | -236/+70 |
* | this doesn't directly depend on bytecode | Chris Lattner | 2007-05-06 | 1 | -1/+1 |
* | add bitcode support. | Chris Lattner | 2007-05-06 | 2 | -5/+12 |
* | archive library already depends on bc reader | Chris Lattner | 2007-05-06 | 1 | -1/+1 |
* | add bitcode support, optimize reading to not read all function bodies just | Chris Lattner | 2007-05-06 | 2 | -5/+17 |
* | use an auto_ptr to avoid an explicit delete | Chris Lattner | 2007-05-06 | 1 | -7/+5 |
* | add bitcode support | Chris Lattner | 2007-05-06 | 4 | -4/+18 |
* | Remove the -emit-bytecode option. Noone in the llvm tree uses it, and this | Chris Lattner | 2007-05-06 | 2 | -13/+3 |
* | add bitcode reading support to llvm-nm | Chris Lattner | 2007-05-06 | 2 | -24/+33 |
* | bitcodify, remove eh cruft | Chris Lattner | 2007-05-06 | 2 | -6/+19 |
* | debugger depends on bcreader, not llvm-db | Chris Lattner | 2007-05-06 | 1 | -1/+1 |
* | remove EH cruft, add bitcode support | Chris Lattner | 2007-05-06 | 4 | -124/+152 |
* | add bitcode reading support, remove eh stuff | Chris Lattner | 2007-05-06 | 2 | -91/+100 |
* | add bitcode reading support. Remove EH cruft. | Chris Lattner | 2007-05-06 | 2 | -122/+131 |
* | bitcodify | Chris Lattner | 2007-05-06 | 2 | -7/+24 |
* | simplify code | Chris Lattner | 2007-05-06 | 1 | -6/+2 |
* | add support to llvm-prof for reading from a bitcode file | Chris Lattner | 2007-05-06 | 3 | -10/+20 |
* | if -bitcode is specified, read and write a bitcode file instead of a bytecode... | Chris Lattner | 2007-05-06 | 2 | -5/+31 |
* | add inline asm code | Chris Lattner | 2007-05-06 | 1 | -0/+1 |
* | add a denser encoding for null terminated strings, add a 6-bit abbrev as | Chris Lattner | 2007-05-06 | 1 | -0/+2 |
* | emit spiffy little histograms of codes, if enabled. Don't print averages if | Chris Lattner | 2007-05-05 | 1 | -11/+47 |
* | do not charge subblock sizes to the parent block. | Chris Lattner | 2007-05-05 | 1 | -1/+7 |
* | update to new APIs, make output a bit (haha) nicer | Chris Lattner | 2007-05-05 | 1 | -5/+35 |
* | add support for new codes/block | Chris Lattner | 2007-05-04 | 1 | -1/+7 |
* | Added -rsh-host and -rsh-user to support remote execution. | Evan Cheng | 2007-05-03 | 2 | -6/+44 |
* | Drop 'const' | Devang Patel | 2007-05-03 | 6 | -22/+22 |
* | Use 'static const char' instead of 'static const int'. | Devang Patel | 2007-05-02 | 6 | -22/+22 |
* | Do not use typeinfo to identify pass in pass manager. | Devang Patel | 2007-05-01 | 6 | -5/+46 |
* | add phi | Chris Lattner | 2007-05-01 | 1 | -1/+5 |
* | Augment the verbose output to print out the sub-commands executed. | Reid Spencer | 2007-04-29 | 1 | -8/+29 |
* | Implement much expanded dumper support. We now print stuff like: | Chris Lattner | 2007-04-29 | 1 | -12/+158 |