aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Stop using abegin and aend.Alkis Evlogimenos2005-03-151-2/+2
* Stop using abegin.Alkis Evlogimenos2005-03-151-1/+1
* Use arg_iterator and arg_begin and arg_end functions.Alkis Evlogimenos2005-03-151-4/+5
* Add EquivClassGraphs.cpp to VC++ project.Jeff Cohen2005-03-151-0/+3
* avoid varialbe name collisionsChris Lattner2005-03-151-2/+3
* Do it right...Jeff Cohen2005-03-151-1/+1
* Fix VC++ breakage.Jeff Cohen2005-03-151-1/+1
* stop using method.Chris Lattner2005-03-151-1/+1
* methods removed.Chris Lattner2005-03-151-7/+7
* remove reverse BB iterators.Chris Lattner2005-03-151-7/+0
* remove a whole bunch of dead methods. Noone should use reverse iterators any...Chris Lattner2005-03-152-66/+0
* 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
* switch from a* to arg_* and g* to global_* for argument/global var iteratorsChris Lattner2005-03-151-8/+8
* 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
* Rename method, add counterpart.Chris Lattner2005-03-151-2/+8
* Remove the reverse iterators for arguments and global vars.Chris Lattner2005-03-142-40/+89
* 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
* Add a useful method.Chris Lattner2005-03-141-0/+4
* 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
* Add support for printing EQ graphsChris Lattner2005-03-131-0/+8
* Replace linear search with logrithmic one.Chris Lattner2005-03-131-4/+1
* add a StructLayout::getElementContainingOffset method.Chris Lattner2005-03-131-0/+17
* add a helper methodChris Lattner2005-03-131-0/+5
* 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-122-15/+9
* Move this from the pool allocator project to here, where it logically belongs.Chris Lattner2005-03-121-1/+1
* this doesn't fail on the suns either!Chris Lattner2005-03-121-1/+0
* Move link to GCC prefetch info here, since it's gone from Open Projects pageMisha Brukman2005-03-111-2/+5
* this passes on darwinChris Lattner2005-03-111-1/+1
* Fix computation of compiled objects, contributed by Vladimir Merzliakov!Chris Lattner2005-03-111-1/+1
* remove a pseudo instruction and improve inline constant generationAndrew Lenharth2005-03-112-6/+29
* prefetch is now supported.Chris Lattner2005-03-111-1/+4
* new testcase for __builtin_prefetch support.Chris Lattner2005-03-111-0/+6
* * Remove extraneous spacesMisha Brukman2005-03-111-6/+6
* Add SelectionDAG library to PPC JIT so that lli will link whenNate Begeman2005-03-111-1/+1
* Fix some crashes noted by John Mellor-Crummey's group.Chris Lattner2005-03-111-0/+6
* Sprinkle code examples and command-line interaction examples with some styleMisha Brukman2005-03-111-94/+96
* * Add directions to send output of nightly test script to llvm-testresults@csMisha Brukman2005-03-101-17/+23
* 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-102-2/+2