aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Eliminate support for the llvm.unwind intrinisic, using the Unwind instructio...Chris Lattner2003-09-089-90/+44
* Fix bugChris Lattner2003-09-081-1/+2
* Should invokify is always trueChris Lattner2003-09-081-24/+16
* Add support for the unwind instructionChris Lattner2003-09-089-2/+49
* Add support for unwindChris Lattner2003-09-081-0/+1
* Parse volatile loads/storesChris Lattner2003-09-082-17/+27
* Read volatile loads/storesChris Lattner2003-09-081-2/+4
* Remove a bunch of unneeded stuphChris Lattner2003-09-081-45/+0
* Do not hoist volatile loadsChris Lattner2003-09-081-1/+1
* Fix bug: RLE-Preserve-Volatile.llChris Lattner2003-09-081-2/+6
* Remove a gross hack that was there to support bytecode files that are over a ...Chris Lattner2003-09-083-65/+12
* Add support for writing volatile load/storesChris Lattner2003-09-081-22/+22