| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Since everyone else has "fixed" this file, might as well join in the fun. | Misha Brukman | 2005-05-20 | 1 | -4/+3 | |
| | | | | | | | | * Change assert() to std::cerr printout, as it will not appear in opt builds * Add comments to clarify what #ifdef/#else/#endif match what condition(s) llvm-svn: 22154 | |||||
| * | now with a legend, and multiple lines work. | Andrew Lenharth | 2005-05-20 | 2 | -6/+10 | |
| | | | | | llvm-svn: 22153 | |||||
| * | OK, the simple scheme for the db plus a couple of cgi scripts that | Andrew Lenharth | 2005-05-20 | 3 | -0/+154 | |
| | | | | | | | do the dynamic plotting of stuff. Still being tested, but makes graphs llvm-svn: 22152 | |||||
| * | Fix this a 3rd time :) | Chris Lattner | 2005-05-20 | 1 | -1/+2 | |
| | | | | | llvm-svn: 22151 | |||||
| * | fix compilation error due to no abort being defined. There is probably a ↵ | Andrew Lenharth | 2005-05-20 | 1 | -0/+1 | |
| | | | | | | | better way to do this llvm-svn: 22150 | |||||
| * | re-enable direct calls, this should just be a performance boost | Duraid Madina | 2005-05-20 | 1 | -6/+5 | |
| | | | | | llvm-svn: 22148 | |||||
| * | this seems dead (and broke the ia64 build, so..) | Duraid Madina | 2005-05-20 | 1 | -1/+0 | |
| | | | | | llvm-svn: 22147 | |||||
| * | Give the asmparser the ability to parse strings. Patch contributed by | Chris Lattner | 2005-05-20 | 4 | -13/+49 | |
| | | | | | | | Alexander Friedman llvm-svn: 22146 | |||||
| * | Give the asmparser the ability to parse strings, patch contributed by | Chris Lattner | 2005-05-20 | 1 | -0/+1 | |
| | | | | | | | Alexander Friedman! llvm-svn: 22145 | |||||
| * | Fix tail call support in VC++ builds | Jeff Cohen | 2005-05-20 | 1 | -38/+45 | |
| | | | | | llvm-svn: 22143 | |||||
| * | Make sure that tool names don't have any leading or trailing spaces in them. | Reid Spencer | 2005-05-19 | 1 | -1/+1 | |
| | | | | | | | If they do, it screws up the concatenation of the .exe suffix on cygwin. llvm-svn: 22142 | |||||
| * | Make sure that tool names don't have any leading or trailing spaces in them. | Reid Spencer | 2005-05-19 | 2 | -3/+3 | |
| | | | | | | | If they do, it screws up the concatenation of the .exe suffix on cygwin. llvm-svn: 22141 | |||||
| * | Build the install directories just exactly as any others. Hopefully this | Reid Spencer | 2005-05-19 | 1 | -11/+4 | |
| | | | | | | | helps out cygwin build. llvm-svn: 22140 | |||||
| * | For PR514: Do not configure removed files | Reid Spencer | 2005-05-19 | 1 | -3/+0 | |
| | | | | | llvm-svn: 22139 | |||||
| * | For PR514: Do not configure removed files | Reid Spencer | 2005-05-19 | 1 | -7/+0 | |
| | | | | | llvm-svn: 22138 | |||||
| * | Fastcc passes arguments in EAX and EDX, make sure the JIT doesn't clobber them | Chris Lattner | 2005-05-19 | 1 | -6/+39 | |
| | | | | | llvm-svn: 22137 | |||||
| * | Tailcalls require stubs to be emitted. Otherwise, the compilation callback | Chris Lattner | 2005-05-19 | 2 | -9/+16 | |
| | | | | | | | doesn't know who 'called' it. llvm-svn: 22136 | |||||
| * | For PR514: | Reid Spencer | 2005-05-19 | 2 | -64/+1 | |
| | | | | | | | | | * Make sure the "etcdir" gets checked for configuration files so that the installed location for config files is checked. * Remove the st.in file (moved to projects/Stacker/tools/stkrc) llvm-svn: 22135 | |||||
| * | Make the value to -s not be interpreted as a file name | Reid Spencer | 2005-05-19 | 1 | -2/+2 | |
| | | | | | llvm-svn: 22134 | |||||
| * | Add an llvmc specification file for the "st" suffix. This allows Stacker | Reid Spencer | 2005-05-19 | 2 | -1/+65 | |
| | | | | | | | programs to benefit from the optimization capabilities of the llvmc. llvm-svn: 22133 | |||||
| * | For PR514: | Reid Spencer | 2005-05-19 | 9 | -67/+131 | |
| | | | | | | | | | | | * language specification files are no longer configured with "configure" * add substitutions for %bindir%, %libdir%, and various llvmgcc related variables needed in the c and cpp spec files. * Implement the stubstituions in the Compiler Driver. * Move st.in to projects/Stacker/tools/stkrc where it belongs. llvm-svn: 22128 | |||||
| * | Two changes to support building shared libraries that contain multiple | Reid Spencer | 2005-05-19 | 1 | -65/+84 | |
| | | | | | | | | | | | | | llvm archive or re-linked libraries: 1. Permit the "JIT" special keyword on LLVMLIBS to be recognized when building a library, not just for building tools 2. If LINK_LIBS_IN_SHARED is set, the LLVMLIBS and USEDLIBS can be specified when linking a shared library and the libraries listed will be incorported into the shared library. THis is only used when the SHARED_LIBRARY variable is set. llvm-svn: 22127 | |||||
| * | Reid linked to the CVS release notes on newsforge :( | Chris Lattner | 2005-05-18 | 1 | -0/+6 | |
| | | | | | llvm-svn: 22126 | |||||
| * | Wrap long lines | Misha Brukman | 2005-05-18 | 1 | -5/+14 | |
| | | | | | llvm-svn: 22125 | |||||
| * | New Release Notes for LLVM 1.6. | John Criswell | 2005-05-18 | 1 | -265/+11 | |
| | | | | | llvm-svn: 22124 | |||||
| * | Onward to LLVM-1.6 and beyond! | Misha Brukman | 2005-05-18 | 1 | -5/+5 | |
| | | | | | llvm-svn: 22123 | |||||
| * | Updated version to LLVM 1.6 CVS. | John Criswell | 2005-05-18 | 2 | -10/+10 | |
| | | | | | llvm-svn: 22122 | |||||
| * | Merged in release_15. | John Criswell | 2005-05-18 | 6 | -31/+31 | |
| | | | | | llvm-svn: 22120 | |||||
| * | teach the inliner about coldcc and noreturn functions | Chris Lattner | 2005-05-18 | 1 | -0/+15 | |
| | | | | | llvm-svn: 22113 | |||||
| * | Remove extra header in the SPARC section | Misha Brukman | 2005-05-17 | 1 | -3/+0 | |
| | | | | | llvm-svn: 22101 | |||||
| * | Fix a few grammaros. | Reid Spencer | 2005-05-17 | 1 | -5/+5 | |
| | | | | | llvm-svn: 22100 | |||||
| * | * Add a link to the pattern-matching codegen docs | Misha Brukman | 2005-05-17 | 1 | -7/+9 | |
| | | | | | | | * Tersify wording llvm-svn: 22099 | |||||
| * | Recommend writing new instruction selectors using pattern-based mechanisms | Misha Brukman | 2005-05-17 | 1 | -9/+8 | |
| | | | | | llvm-svn: 22098 | |||||
| * | Add link to debugging code generators with bugpoint | Misha Brukman | 2005-05-17 | 1 | -3/+6 | |
| | | | | | llvm-svn: 22097 | |||||
| * | It would help if the headings were sorted properly. | Reid Spencer | 2005-05-16 | 1 | -1/+1 | |
| | | | | | llvm-svn: 22096 | |||||
| * | Fix a brain blunder in the HTML output. | Reid Spencer | 2005-05-16 | 1 | -3/+4 | |
| | | | | | llvm-svn: 22094 | |||||
| * | Sometimes tab completion is *not* your friend. Added the wrong file, by | Reid Spencer | 2005-05-16 | 2 | -21/+257 | |
| | | | | | | | accident so now I'm correcting it. The script is userloc.pl not userloc.html llvm-svn: 22093 | |||||
| * | Adjust the dependencies and generate the output to docs/userloc.html so | Reid Spencer | 2005-05-16 | 1 | -2/+4 | |
| | | | | | | | that it can properly link to the CSS stylesheet and images. llvm-svn: 22092 | |||||
| * | Add a script to generate information about the number of lines of code a | Reid Spencer | 2005-05-16 | 1 | -0/+21 | |
| | | | | | | | user has checked in (not necessarily authored) based on cvs annotate. llvm-svn: 22091 | |||||
| * | Add the ability to generate the User LOC page via the userloc.pl script. | Reid Spencer | 2005-05-16 | 1 | -0/+5 | |
| | | | | | llvm-svn: 22090 | |||||
| * | more minor edits | Chris Lattner | 2005-05-16 | 1 | -4/+5 | |
| | | | | | llvm-svn: 22088 | |||||
| * | more edits | Chris Lattner | 2005-05-16 | 1 | -28/+29 | |
| | | | | | llvm-svn: 22087 | |||||
| * | more edits, include stuff from the status update | Chris Lattner | 2005-05-16 | 1 | -24/+62 | |
| | | | | | llvm-svn: 22086 | |||||
| * | pretty tiny change (looks like adding the HP-UX detection and line number | Duraid Madina | 2005-05-16 | 1 | -29/+32 | |
| | | | | | | | | | | changes to me) - not committing autoconf/configure.ac (oops, already committed that!) - not committing include/llvm/Config/config.h.in (it remains unchanged) llvm-svn: 22085 | |||||
| * | flush on the right and indented on the left looks a bit weird. | Chris Lattner | 2005-05-16 | 1 | -1/+1 | |
| | | | | | llvm-svn: 22084 | |||||
| * | Added a note about how the type can be omitted in call instructions. | John Criswell | 2005-05-16 | 1 | -17/+21 | |
| | | | | | | | | | Added a note about how getelementptr can be used to index into structures or arrays. Fixed some typos, spelling, etc. llvm-svn: 22083 | |||||
| * | fix a typo duraid noticed | Chris Lattner | 2005-05-16 | 1 | -1/+1 | |
| | | | | | llvm-svn: 22082 | |||||
| * | comment the hpux bit | Duraid Madina | 2005-05-16 | 1 | -0/+1 | |
| | | | | | llvm-svn: 22081 | |||||
| * | more edits | Chris Lattner | 2005-05-16 | 1 | -13/+22 | |
| | | | | | llvm-svn: 22080 | |||||
| * | HP-UX system headers make a mess of isinf(), so much so that gcc fixincludes | Duraid Madina | 2005-05-16 | 1 | -0/+4 | |
| | | | | | | | can't patch it up for c++ (works in C though) llvm-svn: 22079 | |||||

