summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merged from mainline.llvmorg-1.3.0release/1.3.xJohn Criswell2004-08-132-3/+17
| | | | llvm-svn: 15723
* Setup the llvm-gcc tarball the way we have always done.John Criswell2004-08-121-2/+10
| | | | llvm-svn: 15687
* Merged from mainline.John Criswell2004-08-122-9/+13
| | | | llvm-svn: 15686
* Merged from mainline. This should fix 176.gcc.John Criswell2004-08-121-25/+57
| | | | llvm-svn: 15685
* Updated code sizes for LLVM.John Criswell2004-08-111-14/+14
| | | | llvm-svn: 15666
* Adding 2004-08-10-BoolSetCC.ll (written by Chris) as a new regression test.John Criswell2004-08-110-0/+0
| | | | | | Merged from mainline. llvm-svn: 15641
* Merged in revision 1.239 from mainline.John Criswell2004-08-111-22/+21
| | | | llvm-svn: 15640
* This commit was manufactured by cvs2svn to create branch 'release_13'.CVS to SVN Conversion2004-08-111-0/+6
| | | | llvm-svn: 15638
* Merged from mainline on August 10, 2004.John Criswell2004-08-100-0/+0
| | | | llvm-svn: 15619
* This commit was manufactured by cvs2svn to create branch 'release_13'.CVS to SVN Conversion2004-08-101-0/+7
| | | | llvm-svn: 15618
* Merged in mainline.John Criswell2004-08-101-3/+7
| | | | llvm-svn: 15617
* Merged in changes to the instruction combining pass.John Criswell2004-08-091-1/+1
| | | | llvm-svn: 15598
* Merged in new regression test.John Criswell2004-08-090-0/+0
| | | | llvm-svn: 15597
* This commit was manufactured by cvs2svn to create branch 'release_13'.CVS to SVN Conversion2004-08-091-0/+8
| | | | llvm-svn: 15596
* Fix capitalization of URL.John Criswell2004-08-091-1/+1
| | | | llvm-svn: 15595
* Updated release notes from mainline.John Criswell2004-08-091-14/+19
| | | | llvm-svn: 15594
* Merged in changes Chris commited over the weekend. Merge done on August 9,John Criswell2004-08-093-28/+28
| | | | | | 2004. llvm-svn: 15576
* Added note about new PowerPC code generator.John Criswell2004-08-061-6/+7
| | | | | | Updated versions to 1.3. llvm-svn: 15560
* Fixed the link to the Command Guide. The previous revision only workedJohn Criswell2004-08-061-2/+2
| | | | | | | if the browser is getting the file from a web server that autocompletes the URL. llvm-svn: 15559
* Created script to help automate part of the release process.John Criswell2004-08-061-0/+41
| | | | llvm-svn: 15558
* Merge in test for structures with more than 256 members, courtesy of Chris.John Criswell2004-08-060-0/+0
| | | | llvm-svn: 15557
* This commit was manufactured by cvs2svn to create branch 'release_13'.CVS to SVN Conversion2004-08-061-0/+17
| | | | llvm-svn: 15556
* Updated version.John Criswell2004-08-061-1/+1
| | | | llvm-svn: 15549
* This commit was manufactured by cvs2svn to create branch 'release_13'.CVS to SVN Conversion2004-08-0623-7237/+11
| | | | llvm-svn: 15548
* Now without stinky dos newlines!Chris Lattner2004-08-060-0/+0
| | | | llvm-svn: 15537
* Changes commited for Nate Begeman:Chris Lattner2004-08-068-108/+405
| | | | | | | | | | | | | | | Use a PowerPC specific prolog epilog inserter to control where spilled callee save regs are placed on the stack. Get rid of implicit return address stack slot, save return address reg (LR) in appropriate slot Improve code generated for functions that don't have calls or access globals Note from Chris: PowerPCPEI will eventually be eliminated, once the functionality is merged into CodeGen/PrologEpilogInserter.cpp llvm-svn: 15536
* Update the To-Do list according to my notes + assertionsBrian Gaeke2004-08-061-5/+7
| | | | llvm-svn: 15535
* Added Louis Gerbarg. Louis is given credit in the CREDITS.TXT file, so IJohn Criswell2004-08-051-1/+1
| | | | | | assume Louis also holds copyright. llvm-svn: 15534
* More prominantly mention ppc support, more accurately describe its statusChris Lattner2004-08-051-2/+5
| | | | llvm-svn: 15533
* * Mention PowerPC as new feature, and experimental featureMisha Brukman2004-08-051-10/+14
| | | | | | * Wrap long lines to 80 cols llvm-svn: 15532
* Add additional copyright notice for the PowerPC backend.John Criswell2004-08-052-0/+8
| | | | | | Thanks Nate! llvm-svn: 15531
* Split out -disable-codegen into -disable-llc and -disable-jit.Brian Gaeke2004-08-051-5/+10
| | | | llvm-svn: 15530
* We now have the PowerPC backend, thanks to Nate Begeman and Luis Gerbarg!Misha Brukman2004-08-051-1/+9
| | | | llvm-svn: 15529
* Simplify makefile by combining all TableGen dependencies into one variableMisha Brukman2004-08-051-22/+15
| | | | llvm-svn: 15527
* while we're at it, make the libraries be on separate linesChris Lattner2004-08-051-4/+21
| | | | llvm-svn: 15526
* Lines need to end with \ to make sure they're actually continuedMisha Brukman2004-08-051-2/+2
| | | | llvm-svn: 15525
* * Add PowerPC library to LLCMisha Brukman2004-08-051-18/+3
| | | | | | * Fit used libraries on a few lines llvm-svn: 15524
* PowerPC is a real target now.Misha Brukman2004-08-051-1/+1
| | | | llvm-svn: 15522
* This file is obsoleteChris Lattner2004-08-051-11/+0
| | | | llvm-svn: 15521
* Make GlobalVariable constructor assert when an initializer is ofAlkis Evlogimenos2004-08-051-1/+5
| | | | | | incorrect type. llvm-svn: 15519
* sparcv9select is history.Brian Gaeke2004-08-051-1/+1
| | | | llvm-svn: 15516
* C++ support does not live in the C runtime any longerChris Lattner2004-08-051-6/+1
| | | | llvm-svn: 15515
* Two files are moved to libstdc++, and a NOTE gets addedChris Lattner2004-08-053-451/+10
| | | | llvm-svn: 15514
* Add missing copyrightsChris Lattner2004-08-053-0/+21
| | | | llvm-svn: 15513
* Turn a use of intptr_t into a reinterpret_cast<uint64_t> instead to getReid Spencer2004-08-042-2/+3
| | | | | | rid of compilation warnings on some platforms. llvm-svn: 15512
* Fix another minor problem that exists if you ahve multiple functions withChris Lattner2004-08-041-15/+18
| | | | | | nonunifiable types but the same name. Down with PR411! llvm-svn: 15511
* Fix a typeoChris Lattner2004-08-041-1/+1
| | | | llvm-svn: 15510
* Add a hack to work around a problem my changes exposedChris Lattner2004-08-041-0/+7
| | | | llvm-svn: 15509
* * Added documentation in the file headerMisha Brukman2004-08-041-2/+4
| | | | | | * Shorten assert() text to make it fit within 80 cols llvm-svn: 15508
* Surround code element with <tt> tagsMisha Brukman2004-08-041-2/+2
| | | | llvm-svn: 15507