aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* eliminate use of getNode that takes vector of operands.Chris Lattner2006-08-111-2/+4
* eliminate use of getNode that takes vector<SDOperand>. Wrap a really long line.Chris Lattner2006-08-111-4/+6
* Convert vectors to fixed sized arrays and smallvectors. Eliminate use of get...Chris Lattner2006-08-111-37/+42
* Fix miscompilation of float vector returns. Compile code to this:Chris Lattner2006-08-111-4/+4
* New testcaseChris Lattner2006-08-111-0/+8
* Minor cleanupsChris Lattner2006-08-111-4/+4
* Match tablegen changes.Evan Cheng2006-08-117-129/+118
* CALLSEQ_* produces chain even if that's not needed.Evan Cheng2006-08-115-9/+17
* - Prevent some functions from being inlined to eliminate the code size bloatEvan Cheng2006-08-111-67/+96
* Convert more calls of getNode() that takes a vector to pass in the start of a...Evan Cheng2006-08-111-13/+14
* Fix a typo noticed by Gordon Henriksen. Thanks!Reid Spencer2006-08-101-1/+1
* llvm2cpp no longer reads LLVM assembly but LLVM bytecode instead. AdjustReid Spencer2006-08-101-6/+6
* Add a cleaned-up version of the IRC conversation that spurred this FAQ.Reid Spencer2006-08-101-0/+329
* Answer the most frequently asked question, about GEPs. The answer isReid Spencer2006-08-102-0/+251
* Doxygenify some methods.Chris Lattner2006-08-101-4/+8
* Adding notes from release experience.Tanya Lattner2006-08-101-0/+36
* Fix a comment.Reid Spencer2006-08-091-2/+1
* correctly set LocalAreaOffset of TargetFrameInfoRafael Espindola2006-08-092-6/+1
* Fixed misspellingTanya Lattner2006-08-091-1/+1
* Revert previous patchChris Lattner2006-08-091-501/+396
* Reverting back to original 1.8 version so I can manually merge in patch.Tanya Lattner2006-08-091-396/+501
* fix the spill codeRafael Espindola2006-08-093-9/+18
* fix the loading of the link register in emitepilogueRafael Espindola2006-08-091-1/+3
* Merge some NightlyTest.pl changes.Evan Cheng2006-08-091-1/+5
* Recover the lost diff between 1.221 and 1.222.Evan Cheng2006-08-091-1/+1
* Recover the lost diff between 1.5 and 1.6.Evan Cheng2006-08-091-1/+1
* Update credits and fix sorting issue.Tanya Lattner2006-08-091-4/+5
* Update from Anton KorobeynikovChris Lattner2006-08-091-0/+1
* Fixes from Anton Vayvod and Gabor Greif!Chris Lattner2006-08-091-4/+4
* change the addressing mode of the str instruction to reg+immRafael Espindola2006-08-084-7/+13
* First draft of the llvm 1.8 release notes.Chris Lattner2006-08-081-158/+73
* Describe and date modifications we made per LGPL requirements.John Criswell2006-08-082-1/+16
* Make information more complete.John Criswell2006-08-081-0/+9
* initial support for variable number of argumentsRafael Espindola2006-08-083-12/+49
* Start eliminating temporary vectors used to create DAG nodes. Instead, passChris Lattner2006-08-089-360/+262
* Removed unneccesary output from nightly testerPatrick Jenkins2006-08-081-3/+3
* capacity is a pointer, not a valueChris Lattner2006-08-081-1/+1
* Update the instructions for writing a pass as a loadable module per theReid Spencer2006-08-081-3/+5
* add a new assign methodChris Lattner2006-08-081-0/+9
* Eliminate some malloc traffic by allocating vectors on the stack. Change someChris Lattner2006-08-084-101/+85
* Add ctor that initializes from a range.Chris Lattner2006-08-081-0/+6
* Eliminate reachability matrix. It has to be calculated before any instructionEvan Cheng2006-08-081-57/+34
* New test case.Evan Cheng2006-08-071-0/+30
* Fix an anchor name.Reid Spencer2006-08-071-1/+1
* Remove assertions from the SmallVector class. They slow down clients ofChris Lattner2006-08-071-6/+0
* New CSEMap datastructure implChris Lattner2006-08-071-0/+114
* Make the name of the project consistent with that specified in theReid Spencer2006-08-071-2/+2
* Remove the use of "IncludeFile" from this support facility. The mechanismReid Spencer2006-08-072-6/+0
* Make this example pass use some things from lib/Support (EscapeString,Reid Spencer2006-08-071-2/+15
* For PR780:Reid Spencer2006-08-075-22/+68