aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-08-11Make llvmdo and llvmgrep invulnerable to where they are run from by gettingReid Spencer
2006-08-11Don't print double newline for --src-root and --obj-root as it tends toReid Spencer
2006-08-11remove old piece of the V9 backend.Chris Lattner
2006-08-11eliminate extraneous blank lineChris Lattner
2006-08-11Move the BBNodes, GlobalValues, TargetGlobalValues, Constants, TargetConstants,Chris Lattner
2006-08-11Start moving leaf nodes over to the CSEMap.Chris Lattner
2006-08-11Clean up the HTML output. Add a -filedetails option to report the number ofReid Spencer
2006-08-11Remove blank line at end of file, removing test user "foo" from CVS history.Reid Spencer
2006-08-11new method for adding intsChris Lattner
2006-08-11eliminate the NullaryOps map, use CSEMap instead.Chris Lattner
2006-08-11Drop the -details option, it was broken. If you want to know about aReid Spencer
2006-08-11Use SmallVector instead.Evan Cheng
2006-08-11change internal impl of dag combiner so that calls to CombineTo never have toChris Lattner
2006-08-11Change one ReplaceAllUsesWith method to take an array of operands to replacei...Chris Lattner
2006-08-11Change one ReplaceAllUsesWith method to take an array of operands to replaceChris Lattner
2006-08-11Remove now-dead method.Chris Lattner
2006-08-11Eliminate use of getNode that takes a vector.Chris Lattner
2006-08-11remove a (now) unused getNode method.Chris Lattner
2006-08-11elimiante use of getNode that takes vector of operands.Chris Lattner
2006-08-11eliminate use of getNode that takes vector of operands.Chris Lattner
2006-08-11eliminate use of getNode that takes vector<SDOperand>. Wrap a really long line.Chris Lattner
2006-08-11Convert vectors to fixed sized arrays and smallvectors. Eliminate use of get...Chris Lattner
2006-08-11Fix miscompilation of float vector returns. Compile code to this:Chris Lattner
2006-08-11New testcaseChris Lattner
2006-08-11Minor cleanupsChris Lattner
2006-08-11Match tablegen changes.Evan Cheng
2006-08-11CALLSEQ_* produces chain even if that's not needed.Evan Cheng
2006-08-11- Prevent some functions from being inlined to eliminate the code size bloatEvan Cheng
2006-08-11Convert more calls of getNode() that takes a vector to pass in the start of a...Evan Cheng
2006-08-10Fix a typo noticed by Gordon Henriksen. Thanks!Reid Spencer
2006-08-10llvm2cpp no longer reads LLVM assembly but LLVM bytecode instead. AdjustReid Spencer
2006-08-10Add a cleaned-up version of the IRC conversation that spurred this FAQ.Reid Spencer
2006-08-10Answer the most frequently asked question, about GEPs. The answer isReid Spencer
2006-08-10Doxygenify some methods.Chris Lattner
2006-08-10Adding notes from release experience.Tanya Lattner
2006-08-09Fix a comment.Reid Spencer
2006-08-09correctly set LocalAreaOffset of TargetFrameInfoRafael Espindola
2006-08-09Fixed misspellingTanya Lattner
2006-08-09Revert previous patchChris Lattner
2006-08-09Reverting back to original 1.8 version so I can manually merge in patch.Tanya Lattner
2006-08-09fix the spill codeRafael Espindola
2006-08-09fix the loading of the link register in emitepilogueRafael Espindola
2006-08-09Merge some NightlyTest.pl changes.Evan Cheng
2006-08-09Recover the lost diff between 1.221 and 1.222.Evan Cheng
2006-08-09Recover the lost diff between 1.5 and 1.6.Evan Cheng
2006-08-09Update credits and fix sorting issue.Tanya Lattner
2006-08-09Update from Anton KorobeynikovChris Lattner
2006-08-09Fixes from Anton Vayvod and Gabor Greif!Chris Lattner
2006-08-08change the addressing mode of the str instruction to reg+immRafael Espindola
2006-08-08First draft of the llvm 1.8 release notes.Chris Lattner