summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* * Order #includes as per style guideMisha Brukman2005-04-22
* Convert tabs to spacesMisha Brukman2005-04-22
* Silence gcc-4.0.0 warnings.Alkis Evlogimenos2005-04-22
* Convert tabs to spacesMisha Brukman2005-04-22
* Implement the --enable-targets= feature of the configure script. The makeReid Spencer2005-04-22
* keep track of max depth statsAndrew Lenharth2005-04-22
* Updated dependence analyzer. Fixed numerous bugs. Same stage scheduling, etc.Tanya Lattner2005-04-22
* Malloc/Free have mod/ref effects. Do not allow CSE of function calls thatChris Lattner2005-04-22
* Convert tabs to spacesMisha Brukman2005-04-22
* Convert tabs to spacesMisha Brukman2005-04-22
* Remove trailing whitespaceMisha Brukman2005-04-21
* * Remove trailing whitespaceMisha Brukman2005-04-21
* Remove trailing whitespaceMisha Brukman2005-04-21
* Remove trailing whitespaceMisha Brukman2005-04-21
* Remove trailing whitespaceMisha Brukman2005-04-21
* * Remove trailing whitespaceMisha Brukman2005-04-21
* Remove trailing whitespaceMisha Brukman2005-04-21
* * Remove trailing whitespaceMisha Brukman2005-04-21
* Remove trailing whitespaceMisha Brukman2005-04-21
* Remove trailing whitespaceMisha Brukman2005-04-21
* * Remove trailing whitespaceMisha Brukman2005-04-21
* Match another form of eqvChris Lattner2005-04-21
* Handle stores of global address as stores of immediates. Instead of:Chris Lattner2005-04-21
* Handle (store &GV -> mem) as a store immediate. This often occurs forChris Lattner2005-04-21
* Use the actual uid/gid for defaulting the fields in the archive.Reid Spencer2005-04-21
* Fix a bug where we would not promote calls to invokes if they occured inChris Lattner2005-04-21
* Eliminate calls to system dependent function getuid by usingReid Spencer2005-04-21
* Provide an implementation of the GetCurrentUserId and GetCurrentGroupIdReid Spencer2005-04-21
* add support for taking and resolving the address of free.Chris Lattner2005-04-21
* Improve doxygen, from part of Evan's patch that didn't apply.Chris Lattner2005-04-21
* Improve doxygen documentation, patch contributed by Evan Jones!Chris Lattner2005-04-21
* Improve and elimination. On PPC, for:Chris Lattner2005-04-21
* Fold (x & 8) != 0 and (x & 8) == 8 into (x & 8) >> 3.Chris Lattner2005-04-21
* Instcombine this:Chris Lattner2005-04-21
* Teach simplifycfg that setcc is cheap and non-trapping, so that it canChris Lattner2005-04-21
* For Bug 543:Reid Spencer2005-04-21
* For Bug 543:Reid Spencer2005-04-21
* Remove trailing whitespace, patch by Markus Oberhumer.Misha Brukman2005-04-20
* Add FIXME by Markus Oberhumer from bug 545: not checking for "." in $PATH mayMisha Brukman2005-04-20
* Do not mark directories as `executable', we only want program filesMisha Brukman2005-04-20
* Ignore dangling symlinks in getDirectoryContents()Misha Brukman2005-04-20
* Initialize fields mode, uid, and gid.Misha Brukman2005-04-20
* Align comments together for consistencyMisha Brukman2005-04-20
* Wrap some long lines.Chris Lattner2005-04-19
* fix PR549Chris Lattner2005-04-19
* Eliminate a broken transformation, fixing PR548Chris Lattner2005-04-19
* Add completely untested support for mtcrf/mfcrf encodingChris Lattner2005-04-19
* switch over the rest of the formats that use RC to use isDOTChris Lattner2005-04-19
* Convert the XForm instrs and XSForm instruction over to use isDOTChris Lattner2005-04-19
* Now that the ppc64 and vmx operands of I are always 0, forward substituteChris Lattner2005-04-19