summaryrefslogtreecommitdiffstats
path: root/llvm
Commit message (Collapse)AuthorAgeFilesLines
...
* Since everyone else has "fixed" this file, might as well join in the fun.Misha Brukman2005-05-201-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 Lenharth2005-05-202-6/+10
| | | | llvm-svn: 22153
* OK, the simple scheme for the db plus a couple of cgi scripts thatAndrew Lenharth2005-05-203-0/+154
| | | | | | do the dynamic plotting of stuff. Still being tested, but makes graphs llvm-svn: 22152
* Fix this a 3rd time :)Chris Lattner2005-05-201-1/+2
| | | | llvm-svn: 22151
* fix compilation error due to no abort being defined. There is probably a ↵Andrew Lenharth2005-05-201-0/+1
| | | | | | better way to do this llvm-svn: 22150
* re-enable direct calls, this should just be a performance boostDuraid Madina2005-05-201-6/+5
| | | | llvm-svn: 22148
* this seems dead (and broke the ia64 build, so..)Duraid Madina2005-05-201-1/+0
| | | | llvm-svn: 22147
* Give the asmparser the ability to parse strings. Patch contributed byChris Lattner2005-05-204-13/+49
| | | | | | Alexander Friedman llvm-svn: 22146
* Give the asmparser the ability to parse strings, patch contributed byChris Lattner2005-05-201-0/+1
| | | | | | Alexander Friedman! llvm-svn: 22145
* Fix tail call support in VC++ buildsJeff Cohen2005-05-201-38/+45
| | | | llvm-svn: 22143
* Make sure that tool names don't have any leading or trailing spaces in them.Reid Spencer2005-05-191-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 Spencer2005-05-192-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 thisReid Spencer2005-05-191-11/+4
| | | | | | helps out cygwin build. llvm-svn: 22140
* For PR514: Do not configure removed filesReid Spencer2005-05-191-3/+0
| | | | llvm-svn: 22139
* For PR514: Do not configure removed filesReid Spencer2005-05-191-7/+0
| | | | llvm-svn: 22138
* Fastcc passes arguments in EAX and EDX, make sure the JIT doesn't clobber themChris Lattner2005-05-191-6/+39
| | | | llvm-svn: 22137
* Tailcalls require stubs to be emitted. Otherwise, the compilation callbackChris Lattner2005-05-192-9/+16
| | | | | | doesn't know who 'called' it. llvm-svn: 22136
* For PR514:Reid Spencer2005-05-192-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 nameReid Spencer2005-05-191-2/+2
| | | | llvm-svn: 22134
* Add an llvmc specification file for the "st" suffix. This allows StackerReid Spencer2005-05-192-1/+65
| | | | | | programs to benefit from the optimization capabilities of the llvmc. llvm-svn: 22133
* For PR514:Reid Spencer2005-05-199-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 multipleReid Spencer2005-05-191-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 Lattner2005-05-181-0/+6
| | | | llvm-svn: 22126
* Wrap long linesMisha Brukman2005-05-181-5/+14
| | | | llvm-svn: 22125
* New Release Notes for LLVM 1.6.John Criswell2005-05-181-265/+11
| | | | llvm-svn: 22124
* Onward to LLVM-1.6 and beyond!Misha Brukman2005-05-181-5/+5
| | | | llvm-svn: 22123
* Updated version to LLVM 1.6 CVS.John Criswell2005-05-182-10/+10
| | | | llvm-svn: 22122
* Merged in release_15.John Criswell2005-05-186-31/+31
| | | | llvm-svn: 22120
* teach the inliner about coldcc and noreturn functionsChris Lattner2005-05-181-0/+15
| | | | llvm-svn: 22113
* Remove extra header in the SPARC sectionMisha Brukman2005-05-171-3/+0
| | | | llvm-svn: 22101
* Fix a few grammaros.Reid Spencer2005-05-171-5/+5
| | | | llvm-svn: 22100
* * Add a link to the pattern-matching codegen docsMisha Brukman2005-05-171-7/+9
| | | | | | * Tersify wording llvm-svn: 22099
* Recommend writing new instruction selectors using pattern-based mechanismsMisha Brukman2005-05-171-9/+8
| | | | llvm-svn: 22098
* Add link to debugging code generators with bugpointMisha Brukman2005-05-171-3/+6
| | | | llvm-svn: 22097
* It would help if the headings were sorted properly.Reid Spencer2005-05-161-1/+1
| | | | llvm-svn: 22096
* Fix a brain blunder in the HTML output.Reid Spencer2005-05-161-3/+4
| | | | llvm-svn: 22094
* Sometimes tab completion is *not* your friend. Added the wrong file, byReid Spencer2005-05-162-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 soReid Spencer2005-05-161-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 aReid Spencer2005-05-161-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 Spencer2005-05-161-0/+5
| | | | llvm-svn: 22090
* more minor editsChris Lattner2005-05-161-4/+5
| | | | llvm-svn: 22088
* more editsChris Lattner2005-05-161-28/+29
| | | | llvm-svn: 22087
* more edits, include stuff from the status updateChris Lattner2005-05-161-24/+62
| | | | llvm-svn: 22086
* pretty tiny change (looks like adding the HP-UX detection and line numberDuraid Madina2005-05-161-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 Lattner2005-05-161-1/+1
| | | | llvm-svn: 22084
* Added a note about how the type can be omitted in call instructions.John Criswell2005-05-161-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 noticedChris Lattner2005-05-161-1/+1
| | | | llvm-svn: 22082
* comment the hpux bitDuraid Madina2005-05-161-0/+1
| | | | llvm-svn: 22081
* more editsChris Lattner2005-05-161-13/+22
| | | | llvm-svn: 22080
* HP-UX system headers make a mess of isinf(), so much so that gcc fixincludesDuraid Madina2005-05-161-0/+4
| | | | | | can't patch it up for c++ (works in C though) llvm-svn: 22079
OpenPOWER on IntegriCloud