aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix problems with programs that prototype printf to something unusualChris Lattner2003-09-152-4/+8
* Minor cleanups, give credit, remove code that should not be necessary, andChris Lattner2003-09-151-28/+5
* Fix typos in comments.Brian Gaeke2003-09-152-4/+4
* Initial checkin of the Setjmp/Longjmp lowering/transformation pass,Chris Lattner2003-09-151-0/+501
* Ugh, a bug fix needed because of the bug in the CallGraph codeChris Lattner2003-09-151-2/+4
* These two conditions are not exclusive!!Chris Lattner2003-09-151-3/+6
* Make the print output more usefulChris Lattner2003-09-151-3/+7
* Fix bug: PruneEH/2003-09-14-ExternalCall.llxChris Lattner2003-09-151-1/+4
* Fix bug: Inline/2003-09-14-InlineValue.llChris Lattner2003-09-151-4/+8
* Fix a spello Misha made while fixing one of my appostrificationsChris Lattner2003-09-151-1/+1
* Make sure to cannonicalize loops before running indvar simplifyChris Lattner2003-09-121-0/+1
* Do not return success after checking only the FIRST USE of a gep instruction.Chris Lattner2003-09-121-3/+7
* Minor optimization efficiency improvement:Chris Lattner2003-09-121-7/+9
* Fixed spelling and grammar.Misha Brukman2003-09-1114-57/+57
* Simplify codeChris Lattner2003-09-111-9/+6
* Fixed spelling and grammar.Misha Brukman2003-09-1113-19/+19
* Apostrophes are only used for possession and quoting.Misha Brukman2003-09-111-2/+2
* Integrate functionality of the mem2reg pass directly into this pass to makeChris Lattner2003-09-111-7/+62
* Renamed DominatorTree::Node::getNode() -> getBlock()Chris Lattner2003-09-117-20/+20
* Spell `definite' correctly.Misha Brukman2003-09-111-2/+2
* Spell `definitely' correctly.Misha Brukman2003-09-112-2/+2
* * Move include files from middle of file to the top where they belong, movingMisha Brukman2003-09-101-7/+5
* Unwind instructions are intrinsically alive, just like returnsChris Lattner2003-09-101-3/+3
* Rework dominator interfaces to handle changes in the post-dominanceChris Lattner2003-09-101-28/+47
* Rework post dominator information so that we do not have toChris Lattner2003-09-101-88/+97
* Update for new UnifyFunction... APIChris Lattner2003-09-101-7/+7
* Remove #includeChris Lattner2003-09-102-2/+0
* Expand the pass to unify all of the unwind blocks as wellChris Lattner2003-09-101-5/+29
* Remove a bunch of warnings from the CBE generated C codeChris Lattner2003-09-102-4/+4
* "the one true solution for compatibility with GCC 3.3+"Chris Lattner2003-09-102-6/+6
* Be a little more specific about what is begin generated. Only printChris Lattner2003-09-101-12/+12
* Only emit inter-field-padding if the amount of padding is != 0Chris Lattner2003-09-102-2/+4
* Make createVerifierPass return a FunctionPass *.Brian Gaeke2003-09-101-1/+1
* Remove using declarationsChris Lattner2003-09-101-2/+1
* Fix warning when _POSIX_MAPPED_FILES is already defined in unistd.hMisha Brukman2003-09-101-0/+2
* another trivial cleanupChris Lattner2003-09-101-3/+2
* Simplification of trip counting machinery.Chris Lattner2003-09-101-73/+68
* Don't explicitly use $SourceDir to find the tblgen files. This causes makeJohn Criswell2003-09-101-4/+4
* Fix spell-o'sChris Lattner2003-09-106-8/+8
* Spelling fixes. I think that "cannonical" is ok, but "canonical" appears toChris Lattner2003-09-101-21/+21
* Spelling fixesChris Lattner2003-09-101-5/+5
* Fix up file headerChris Lattner2003-09-101-2/+4
* clean up file header commentChris Lattner2003-09-101-5/+5
* Simplify some codeChris Lattner2003-09-101-8/+5
* Spell `occurrence' correctly.Misha Brukman2003-09-092-61/+60
* Updated to find source files using VPATH. This makes writing build rulesJohn Criswell2003-09-092-9/+18
* Reverting back to the previous revision.John Criswell2003-09-091-1/+1
* Modified the check for intrinsic functions. All intrinsic functions have toJohn Criswell2003-09-091-1/+1
* * Simplify printConstantValueOnly by moving the tail padding stuff directlyChris Lattner2003-09-092-130/+180
* Oops, look at the VOLATILE marker, not the opcodeChris Lattner2003-09-081-2/+2