Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | GarbageCollection.html is expanded to encompass the coming | Gordon Henriksen | 2007-09-27 | 1 | -3/+76 |
| | | | | | | | capabilities. This is a major rewrite and is easier to read en toto rather than patchwise. llvm-svn: 42414 | ||||
* | Add LCSSA to the LLVM lexicon. | Owen Anderson | 2006-10-18 | 1 | -0/+3 |
| | | | | llvm-svn: 31032 | ||||
* | Changes docs for llvm.cs.uiuc.edu -> llvm.org | Reid Spencer | 2006-03-14 | 1 | -2/+2 |
| | | | | llvm-svn: 26746 | ||||
* | Add SRoA to the lexicon. Patch by Marco Matthies! | Chris Lattner | 2006-02-08 | 1 | -0/+3 |
| | | | | llvm-svn: 26060 | ||||
* | Add "SCC" to the lexicon. Patch provided by Marco Matthies, thanks! | Chris Lattner | 2005-11-29 | 1 | -1/+4 |
| | | | | llvm-svn: 24509 | ||||
* | Add reassociation, minor cleanups. | Chris Lattner | 2005-05-13 | 1 | -15/+17 |
| | | | | llvm-svn: 21973 | ||||
* | Replace llvm.org => llvm.cs.uiuc.edu | Misha Brukman | 2004-11-07 | 1 | -1/+1 |
| | | | | llvm-svn: 17550 | ||||
* | Minor format tweask for tables. | Reid Spencer | 2004-11-01 | 1 | -16/+8 |
| | | | | llvm-svn: 17394 | ||||
* | Add a few more terms. | Reid Spencer | 2004-10-30 | 1 | -0/+39 |
| | | | | llvm-svn: 17364 | ||||
* | Put a space between `Data' and `Structure' of DSA. | Misha Brukman | 2004-09-05 | 1 | -1/+1 |
| | | | | llvm-svn: 16179 | ||||
* | Add DSA. | Misha Brukman | 2004-09-05 | 1 | -0/+3 |
| | | | | llvm-svn: 16176 | ||||
* | Add some details | Chris Lattner | 2004-08-24 | 1 | -1/+3 |
| | | | | llvm-svn: 16035 | ||||
* | Added BURS. | Reid Spencer | 2004-08-24 | 1 | -0/+14 |
| | | | | llvm-svn: 16034 | ||||
* | Change LVN -> Load-VN since that's the name of the cmdline switch | Misha Brukman | 2004-08-24 | 1 | -2/+2 |
| | | | | llvm-svn: 16009 | ||||
* | Added DSE, LICM, LVN, PRE, SCCP, and SSA | Misha Brukman | 2004-08-24 | 1 | -4/+63 |
| | | | | llvm-svn: 16007 | ||||
* | Added a *very* initial cut at a lexicon for LLVM. I don't plan to write | Reid Spencer | 2004-08-17 | 1 | -0/+61 |
this whole thing. Just use the pattern in the file to add entries as you think of them. This will be really helpful for newbies to advanced compiler optimization techniques such as myself. llvm-svn: 15878 |