summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * Remove trailing whitespaceMisha Brukman2005-04-212-15/+15
* Check for eqv matchingChris Lattner2005-04-211-0/+13
* Match another form of eqvChris Lattner2005-04-211-1/+6
* Remove trailing whitespaceMisha Brukman2005-04-2120-142/+142
* Remove trailing whitespaceMisha Brukman2005-04-2141-382/+382
* this passes on darwinChris Lattner2005-04-211-1/+0
* Remove trailing whitespaceMisha Brukman2005-04-2136-353/+353
* Remove trailing whitespaceMisha Brukman2005-04-2176-609/+609
* Handle stores of global address as stores of immediates. Instead of:Chris Lattner2005-04-211-0/+5
* Handle (store &GV -> mem) as a store immediate. This often occurs forChris Lattner2005-04-211-0/+14
* Use the actual uid/gid for defaulting the fields in the archive.Reid Spencer2005-04-212-4/+6
* Fix a bug where we would not promote calls to invokes if they occured inChris Lattner2005-04-211-3/+5
* Eliminate calls to system dependent function getuid by usingReid Spencer2005-04-212-4/+6
* Provide an implementation of the GetCurrentUserId and GetCurrentGroupIdReid Spencer2005-04-212-0/+20
* Add two new methods for getting the User Id and Group Id values for theReid Spencer2005-04-211-0/+10
* Add doxygen comments, patch contributed by Evan Jones.Chris Lattner2005-04-211-6/+6
* add support for taking and resolving the address of free.Chris Lattner2005-04-211-2/+31
* add support for taking the address of free.Chris Lattner2005-04-211-4/+8
* Improve doxygen, from part of Evan's patch that didn't apply.Chris Lattner2005-04-211-6/+6
* Improve doxygen documentation, patch contributed by Evan Jones!Chris Lattner2005-04-213-59/+59
* Improve and elimination. On PPC, for:Chris Lattner2005-04-211-6/+26
* Fold (x & 8) != 0 and (x & 8) == 8 into (x & 8) >> 3.Chris Lattner2005-04-211-0/+22
* Instcombine this:Chris Lattner2005-04-211-0/+3
* Teach simplifycfg that setcc is cheap and non-trapping, so that it canChris Lattner2005-04-211-0/+6
* Fix some broken links, taking care of PR554Chris Lattner2005-04-211-6/+6
* update to match build changes.Chris Lattner2005-04-211-2/+2
* For Bug 543:Reid Spencer2005-04-211-24/+24
* For Bug 543:Reid Spencer2005-04-211-6/+8
* Remove trailing whitespace at the end of linesMisha Brukman2005-04-204-41/+41
* Remove trailing whitespace, patch by Markus Oberhumer.Misha Brukman2005-04-203-115/+115
* Add FIXME by Markus Oberhumer from bug 545: not checking for "." in $PATH mayMisha Brukman2005-04-201-0/+2
* Do not mark directories as `executable', we only want program filesMisha Brukman2005-04-201-0/+4
* #include system headers after all LLVM headersMisha Brukman2005-04-201-2/+1
* Eliminate trailing spaces at end-of-lineMisha Brukman2005-04-202-18/+18
* Consistently eschew space between `*' or `&' and function argument nameMisha Brukman2005-04-201-12/+12
* Ignore dangling symlinks in getDirectoryContents()Misha Brukman2005-04-201-3/+8
* Initialize fields mode, uid, and gid.Misha Brukman2005-04-202-0/+12
* Align comments together for consistencyMisha Brukman2005-04-202-2/+2
* * Print commands as we execute them with `-v'Misha Brukman2005-04-203-21/+44
* Wrap some long lines.Chris Lattner2005-04-191-3/+9
* ignore generated filesChris Lattner2005-04-191-0/+4
* fix bogus warningChris Lattner2005-04-191-0/+1
* fix PR549Chris Lattner2005-04-191-1/+3
* Bug fixedChris Lattner2005-04-191-0/+2
* Eliminate a broken transformation, fixing PR548Chris Lattner2005-04-191-4/+2
* Add completely untested support for mtcrf/mfcrf encodingChris Lattner2005-04-191-0/+7
* switch over the rest of the formats that use RC to use isDOTChris Lattner2005-04-192-71/+73
* Convert the XForm instrs and XSForm instruction over to use isDOTChris Lattner2005-04-192-52/+60
* Now that the ppc64 and vmx operands of I are always 0, forward substituteChris Lattner2005-04-191-36/+30
* convert over bform and iform instructionsChris Lattner2005-04-192-17/+17