| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Emit correct linkage. Patch by Roman Samoilov. | Anton Korobeynikov | 2007-07-11 | 1 | -2/+2 |
| | | | | | llvm-svn: 39751 | ||||
| * | Simplify the handling of the --*flags options. The makefile already gets it | Reid Spencer | 2007-07-10 | 1 | -45/+24 |
| | | | | | | | | | | | | right so there is no need to duplicate logic, just use the values the makefile provides. Eliminate some redundnt -D options from the output. Fix the help output so it fits on 80 cols. llvm-svn: 38488 | ||||
| * | Makesure the -cppflags also uses the CPP.BaseFlags as the CPP.Defines only | Reid Spencer | 2007-07-10 | 1 | -2/+2 |
| | | | | | | | contains some of the defines but not all CPP flags. llvm-svn: 38487 | ||||
| * | finishing touches of bytecode -> bitcode changes. also unbreak Windows | Gabor Greif | 2007-07-06 | 1 | -3/+3 |
| | | | | | llvm-svn: 37950 | ||||
| * | eliminate residual cruft related to recognizing bytecode | Gabor Greif | 2007-07-06 | 1 | -5/+2 |
| | | | | | | | | files. bitcode files are the only LLVM format left. llvm-svn: 37945 | ||||
| * | update the .cvs files. | Chris Lattner | 2007-07-05 | 2 | -761/+761 |
| | | | | | llvm-svn: 37919 | ||||
| * | Here is the bulk of the sanitizing. | Gabor Greif | 2007-07-05 | 22 | -101/+101 |
| | | | | | | | Almost all occurrences of "bytecode" in the sources have been eliminated. llvm-svn: 37913 | ||||
| * | Fix PR1539. Add LoopPassPrinter. | Devang Patel | 2007-07-05 | 1 | -0/+29 |
| | | | | | llvm-svn: 37909 | ||||
| * | Pretty straightforward replacement of "bytecode" by "bitcode" | Gabor Greif | 2007-07-04 | 10 | -148/+148 |
| | | | | | | | performed on tools/ first, in order not to cause lethal damage llvm-svn: 37877 | ||||
| * | Convert .cvsignore files | John Criswell | 2007-06-29 | 3 | -12/+0 |
| | | | | | llvm-svn: 37801 | ||||
| * | Fix PR 1526. | Devang Patel | 2007-06-28 | 1 | -0/+34 |
| | | | | | llvm-svn: 37780 | ||||
| * | Add support for building with _GLIBCXX_DEBUG. New configure option | David Greene | 2007-06-28 | 2 | -3/+30 |
| | | | | | | | | | | | | | | --enable-expensive-checks allows the developer to enable runtime checking that can greatly increase compile time. Currently it only turns on _GLIBCXX_DEBUG. Other expensive debugging checks added later should be controlled by this configure option. This patch also updates llvm-config with a --cppflags option to inform llvm-gcc how to build itself so that it is compatible with an llvm that was built with _GLIBCXX_DEBUG. llvm-svn: 37777 | ||||
| * | llvm-nm must print the alias symbols. | Lauro Ramos Venancio | 2007-06-27 | 1 | -5/+13 |
| | | | | | llvm-svn: 37766 | ||||
| * | Fix PR1525: | Reid Spencer | 2007-06-25 | 1 | -4/+10 |
| | | | | | | | | Use a better determinator for identifying constant array initializers that are or are not zero terminated and generate code appropriately. llvm-svn: 37720 | ||||
| * | Fix pr1448 | Chris Lattner | 2007-06-19 | 1 | -14/+20 |
| | | | | | llvm-svn: 37658 | ||||
| * | Fix PR1517: | Reid Spencer | 2007-06-16 | 1 | -9/+10 |
| | | | | | | | | | Use SmallPtrSet instead of std::vector to eliminate duplicate uses in a function generated with -gen-function. This prevents the output from having multiple duplicate declarations of constants and gvals. llvm-svn: 37616 | ||||
| * | Fix PR1516: | Reid Spencer | 2007-06-16 | 1 | -2/+7 |
| | | | | | | | | When printing the uses of a function (-gen-function only), make sure to include the constants referenced by intializers of global variables. llvm-svn: 37615 | ||||
| * | Call the correct function name. Patch from Stephane Letz. | Nick Lewycky | 2007-06-16 | 1 | -1/+1 |
| | | | | | llvm-svn: 37614 | ||||
| * | Fix bugpoint to run -llc-safe with -Xlinker. | Lauro Ramos Venancio | 2007-06-06 | 2 | -1/+3 |
| | | | | | llvm-svn: 37483 | ||||
| * | if internalize is disabled, don't run the pass at all! | Chris Lattner | 2007-06-06 | 1 | -1/+2 |
| | | | | | llvm-svn: 37477 | ||||
| * | Commit first round work of PR1373. "noalias" is now fully supported in | Zhou Sheng | 2007-06-05 | 1 | -0/+2 |
| | | | | | | | | VMCore, BitCode, and Assembly. Documentation and test case paramattrs.ll updated also. llvm-svn: 37432 | ||||
| * | Regenerate. | Reid Spencer | 2007-05-18 | 3 | -337/+381 |
| | | | | | llvm-svn: 37207 | ||||
| * | Initialize variable to null so it has a value in the off chance that a | Reid Spencer | 2007-05-07 | 1 | -1/+1 |
| | | | | | | | memory buffer couldn't be allocated. llvm-svn: 36904 | ||||
| * | use the new MemoryBuffer interfaces to simplify error reporting in clients. | Chris Lattner | 2007-05-06 | 11 | -48/+27 |
| | | | | | llvm-svn: 36900 | ||||
| * | remove dead option | Chris Lattner | 2007-05-06 | 1 | -3/+0 |
| | | | | | llvm-svn: 36898 | ||||
| * | Fix a buggy conversion from bytecode to bitcode | Chris Lattner | 2007-05-06 | 1 | -1/+1 |
| | | | | | llvm-svn: 36883 | ||||
| * | make sure the ofstream for opt's output file is destroyed, so that the bits | Chris Lattner | 2007-05-06 | 1 | -0/+3 |
| | | | | | | | actually land on disk. llvm-svn: 36877 | ||||
| * | switch tools to bitcode from bytecode | Chris Lattner | 2007-05-06 | 11 | -115/+45 |
| | | | | | llvm-svn: 36872 | ||||
| * | switch tools to bitcode instead of bytecode | Chris Lattner | 2007-05-06 | 22 | -236/+70 |
| | | | | | llvm-svn: 36868 | ||||
| * | this doesn't directly depend on bytecode | Chris Lattner | 2007-05-06 | 1 | -1/+1 |
| | | | | | llvm-svn: 36854 | ||||
| * | add bitcode support. | Chris Lattner | 2007-05-06 | 2 | -5/+12 |
| | | | | | llvm-svn: 36853 | ||||
| * | archive library already depends on bc reader | Chris Lattner | 2007-05-06 | 1 | -1/+1 |
| | | | | | llvm-svn: 36852 | ||||
| * | add bitcode support, optimize reading to not read all function bodies just | Chris Lattner | 2007-05-06 | 2 | -5/+17 |
| | | | | | | | to get deplibs llvm-svn: 36851 | ||||
| * | use an auto_ptr to avoid an explicit delete | Chris Lattner | 2007-05-06 | 1 | -7/+5 |
| | | | | | llvm-svn: 36850 | ||||
| * | add bitcode support | Chris Lattner | 2007-05-06 | 4 | -4/+18 |
| | | | | | llvm-svn: 36849 | ||||
| * | Remove the -emit-bytecode option. Noone in the llvm tree uses it, and this | Chris Lattner | 2007-05-06 | 2 | -13/+3 |
| | | | | | | | keeps llvm-upgrade a simple "source to source" tool. llvm-svn: 36848 | ||||
| * | add bitcode reading support to llvm-nm | Chris Lattner | 2007-05-06 | 2 | -24/+33 |
| | | | | | llvm-svn: 36847 | ||||
| * | bitcodify, remove eh cruft | Chris Lattner | 2007-05-06 | 2 | -6/+19 |
| | | | | | llvm-svn: 36844 | ||||
| * | debugger depends on bcreader, not llvm-db | Chris Lattner | 2007-05-06 | 1 | -1/+1 |
| | | | | | llvm-svn: 36842 | ||||
| * | remove EH cruft, add bitcode support | Chris Lattner | 2007-05-06 | 4 | -124/+152 |
| | | | | | llvm-svn: 36841 | ||||
| * | add bitcode reading support, remove eh stuff | Chris Lattner | 2007-05-06 | 2 | -91/+100 |
| | | | | | llvm-svn: 36840 | ||||
| * | add bitcode reading support. Remove EH cruft. | Chris Lattner | 2007-05-06 | 2 | -122/+131 |
| | | | | | llvm-svn: 36839 | ||||
| * | bitcodify | Chris Lattner | 2007-05-06 | 2 | -7/+24 |
| | | | | | llvm-svn: 36838 | ||||
| * | simplify code | Chris Lattner | 2007-05-06 | 1 | -6/+2 |
| | | | | | llvm-svn: 36837 | ||||
| * | add support to llvm-prof for reading from a bitcode file | Chris Lattner | 2007-05-06 | 3 | -10/+20 |
| | | | | | llvm-svn: 36836 | ||||
| * | if -bitcode is specified, read and write a bitcode file instead of a ↵ | Chris Lattner | 2007-05-06 | 2 | -5/+31 |
| | | | | | | | bytecode file. llvm-svn: 36830 | ||||
| * | add inline asm code | Chris Lattner | 2007-05-06 | 1 | -0/+1 |
| | | | | | llvm-svn: 36826 | ||||
| * | add a denser encoding for null terminated strings, add a 6-bit abbrev as | Chris Lattner | 2007-05-06 | 1 | -0/+2 |
| | | | | | | | well. This shrinks kc++ from 2724088 to 2717360 bytes. llvm-svn: 36821 | ||||
| * | emit spiffy little histograms of codes, if enabled. Don't print averages if | Chris Lattner | 2007-05-05 | 1 | -11/+47 |
| | | | | | | | there is only one item. llvm-svn: 36773 | ||||
| * | do not charge subblock sizes to the parent block. | Chris Lattner | 2007-05-05 | 1 | -1/+7 |
| | | | | | llvm-svn: 36772 | ||||

