aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Convert tabs to spacesMisha Brukman2005-03-161-5/+5
* fix some 80 column violationsChris Lattner2005-03-151-4/+11
* consolidate LinkFiles into LinkItems, use lib_* iterators.Chris Lattner2005-03-152-85/+61
* consolidate LinkLibraries into LinkItemsChris Lattner2005-03-152-76/+57
* make sure to mark nodes in the globals graph incomplete after computing itChris Lattner2005-03-151-0/+1
* fix crashes when we only have a prototype for main.Chris Lattner2005-03-153-3/+3
* Fix a crash that happens when mapping something like this:Chris Lattner2005-03-151-6/+12
* sure, I can set a flag, but if I never check it, why bother setting it? Shou...Andrew Lenharth2005-03-152-3/+5
* Make computeGGToGMapping compute an invnodemapChris Lattner2005-03-151-9/+11
* Finally fix (the right way) the problem where functions like this:Chris Lattner2005-03-151-0/+24
* Start using retnodes_* for iteration.Chris Lattner2005-03-156-39/+34
* avoid varialbe name collisionsChris Lattner2005-03-151-2/+3
* stop using method.Chris Lattner2005-03-151-1/+1
* stop using arg_frontChris Lattner2005-03-153-3/+3
* stop using arg_backChris Lattner2005-03-152-2/+2
* This mega patch converts us from using Function::a{iterator|begin|end} toChris Lattner2005-03-1565-185/+185
* Don't crash if computing a mapping to a node with zero sizeChris Lattner2005-03-151-0/+2
* rename method, add counterpartChris Lattner2005-03-152-4/+16
* FP 0.0 setcc optimization, and generate short branch sequence for setcc(FP) r...Andrew Lenharth2005-03-142-19/+37
* add a method to compute a commonly used mapping.Chris Lattner2005-03-142-5/+16
* regardless of whether or not the client things we should mark globals incompl...Chris Lattner2005-03-131-7/+7
* Make sure to remove incomplete markers before we add to them! :)Chris Lattner2005-03-133-0/+3
* The incoming arguments to main (the argv list) are not complete!Chris Lattner2005-03-131-4/+3
* After finishing BU analysis, move all global variables from the globalsChris Lattner2005-03-133-6/+71
* ADd support for printing eqgraphs.Chris Lattner2005-03-132-2/+8
* Replace linear search with logrithmic one.Chris Lattner2005-03-131-4/+1
* add a StructLayout::getElementContainingOffset method.Chris Lattner2005-03-131-0/+17
* Should fix mesaAndrew Lenharth2005-03-131-1/+1
* make sure to mark nodes returned from functions as incompleteChris Lattner2005-03-121-0/+1
* remove this from the PA namespace, leaving it in the llvm nsChris Lattner2005-03-121-8/+7
* Move this from the pool allocator project to here, where it logically belongs.Chris Lattner2005-03-121-1/+1
* remove a pseudo instruction and improve inline constant generationAndrew Lenharth2005-03-112-6/+29
* I didn't mean to check this in. :(Chris Lattner2005-03-101-3/+1
* Fix a bug where we would incorrectly do a sign ext instead of a zero extChris Lattner2005-03-101-1/+1
* yay for camel_cvs diffAndrew Lenharth2005-03-101-1/+1
* some typoes and .bss isn't liked, at allAndrew Lenharth2005-03-101-4/+4
* Allow the live interval analysis pass to be a bit more aggressive aboutChris Lattner2005-03-092-10/+62
* minor correction for Register that isn't usedAndrew Lenharth2005-03-091-2/+2
* constant fold FP_ROUND_INREG, ZERO_EXTEND_INREG, and SIGN_EXTEND_INREGChris Lattner2005-03-091-0/+12
* correct the computation of the isAbstract bit for types.Chris Lattner2005-03-091-3/+8
* Fix Regression/Analysis/BasicAA/2005-03-09-BrokenBasicAA.ll, a miscompilationChris Lattner2005-03-091-2/+6
* Fix a typo in an assertion comment.Reid Spencer2005-03-091-1/+1
* Export two methods for getting -X and A-B.Chris Lattner2005-03-091-10/+11
* get bugpoint working on ia64, by building .so's with -fpic. :)Chris Lattner2005-03-091-0/+4
* Fix a crash handling 'undef bool', fixing an llc crash on 186.craftyChris Lattner2005-03-081-1/+1
* Patch to make assembly output compatible with mingw compilation (identicalReid Spencer2005-03-081-2/+3
* Make sure to remove all dead type names from the symbol table, not justChris Lattner2005-03-082-18/+16
* Single characters should be printed out as chars, not strings.Misha Brukman2005-03-082-4/+4
* Fix an apparent ambiguity compiling on PPCChris Lattner2005-03-071-1/+1
* fix a bug where we thought arguments were constants :(Chris Lattner2005-03-061-3/+7