summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2005-03-15methods removed.Chris Lattner1-7/+7
2005-03-15remove reverse BB iterators.Chris Lattner1-7/+0
2005-03-15remove a whole bunch of dead methods. Noone should use reverse iterators any...Chris Lattner2-66/+0
2005-03-15stop using arg_frontChris Lattner3-3/+3
2005-03-15stop using arg_backChris Lattner2-2/+2
2005-03-15This mega patch converts us from using Function::a{iterator|begin|end} toChris Lattner65-185/+185
2005-03-15switch from a* to arg_* and g* to global_* for argument/global var iteratorsChris Lattner1-8/+8
2005-03-15Don't crash if computing a mapping to a node with zero sizeChris Lattner1-0/+2
2005-03-15rename method, add counterpartChris Lattner2-4/+16
2005-03-15Rename method, add counterpart.Chris Lattner1-2/+8
2005-03-14Remove the reverse iterators for arguments and global vars.Chris Lattner2-40/+89
2005-03-14FP 0.0 setcc optimization, and generate short branch sequence for setcc(FP) r...Andrew Lenharth2-19/+37
2005-03-14add a method to compute a commonly used mapping.Chris Lattner2-5/+16
2005-03-14Add a useful method.Chris Lattner1-0/+4
2005-03-13regardless of whether or not the client things we should mark globals incompl...Chris Lattner1-7/+7
2005-03-13Make sure to remove incomplete markers before we add to them! :)Chris Lattner3-0/+3
2005-03-13The incoming arguments to main (the argv list) are not complete!Chris Lattner1-4/+3
2005-03-13After finishing BU analysis, move all global variables from the globalsChris Lattner3-6/+71
2005-03-13ADd support for printing eqgraphs.Chris Lattner2-2/+8
2005-03-13Add support for printing EQ graphsChris Lattner1-0/+8
2005-03-13Replace linear search with logrithmic one.Chris Lattner1-4/+1
2005-03-13add a StructLayout::getElementContainingOffset method.Chris Lattner1-0/+17
2005-03-13add a helper methodChris Lattner1-0/+5
2005-03-13Should fix mesaAndrew Lenharth1-1/+1
2005-03-12make sure to mark nodes returned from functions as incompleteChris Lattner1-0/+1
2005-03-12remove this from the PA namespace, leaving it in the llvm nsChris Lattner2-15/+9
2005-03-12Move this from the pool allocator project to here, where it logically belongs.Chris Lattner1-1/+1
2005-03-12this doesn't fail on the suns either!Chris Lattner1-1/+0
2005-03-11Move link to GCC prefetch info here, since it's gone from Open Projects pageMisha Brukman1-2/+5
2005-03-11this passes on darwinChris Lattner1-1/+1
2005-03-11Fix computation of compiled objects, contributed by Vladimir Merzliakov!Chris Lattner1-1/+1
2005-03-11remove a pseudo instruction and improve inline constant generationAndrew Lenharth2-6/+29
2005-03-11prefetch is now supported.Chris Lattner1-1/+4
2005-03-11new testcase for __builtin_prefetch support.Chris Lattner1-0/+6
2005-03-11* Remove extraneous spacesMisha Brukman1-6/+6
2005-03-11Add SelectionDAG library to PPC JIT so that lli will link whenNate Begeman1-1/+1
2005-03-11Fix some crashes noted by John Mellor-Crummey's group.Chris Lattner1-0/+6
2005-03-11Sprinkle code examples and command-line interaction examples with some styleMisha Brukman1-94/+96
2005-03-10* Add directions to send output of nightly test script to llvm-testresults@csMisha Brukman1-17/+23
2005-03-10I didn't mean to check this in. :(Chris Lattner1-3/+1
2005-03-10Fix a bug where we would incorrectly do a sign ext instead of a zero extChris Lattner1-1/+1
2005-03-10yay for camel_cvs diffAndrew Lenharth2-2/+2
2005-03-10some typoes and .bss isn't liked, at allAndrew Lenharth1-4/+4
2005-03-10Replace tabs with spaces, separate function arguments with a spaceMisha Brukman1-12/+12
2005-03-10Improve formatting of the sent mail for the dj test results.Chris Lattner1-4/+15
2005-03-09Allow the live interval analysis pass to be a bit more aggressive aboutChris Lattner3-13/+71
2005-03-09minor correction for Register that isn't usedAndrew Lenharth1-2/+2
2005-03-09constant fold FP_ROUND_INREG, ZERO_EXTEND_INREG, and SIGN_EXTEND_INREGChris Lattner1-0/+12
2005-03-09correct the computation of the isAbstract bit for types.Chris Lattner1-3/+8
2005-03-09Fix Regression/Analysis/BasicAA/2005-03-09-BrokenBasicAA.ll, a miscompilationChris Lattner1-2/+6