aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Okay, make the prose match the example too.Reid Spencer2006-08-151-6/+7
* Some more correction to the examples, thanks to Chris Lattner.Reid Spencer2006-08-151-4/+7
* Simplify this a little bit.Reid Spencer2006-08-151-7/+5
* This script takes arguments so remove the check for number of arguments,Reid Spencer2006-08-151-7/+5
* Fix an example.Reid Spencer2006-08-151-1/+1
* Clarify the first question.Reid Spencer2006-08-151-5/+17
* Rearrange things for clarity, don't talk about "dereferencing" when weReid Spencer2006-08-151-48/+90
* Add a link to the GEP faq.Chris Lattner2006-08-151-2/+6
* Add a link in a prominant location.Chris Lattner2006-08-151-0/+10
* Make getNodeValueTypes methods public.Chris Lattner2006-08-141-6/+8
* eliminate use of getNode that takes vector of valuetypes.Chris Lattner2006-08-142-30/+30
* untabifyDevang Patel2006-08-141-15/+15
* Add a new getNode() method that takes a pointer to an already-intern'd listChris Lattner2006-08-143-103/+88
* Avoid extra string copy.Devang Patel2006-08-141-2/+3
* For PR876:Reid Spencer2006-08-141-1/+1
* For PR876:Reid Spencer2006-08-141-1/+1
* Use mangler, instead of addUnderscore(), to get mangled name.Devang Patel2006-08-142-16/+28
* Provide indentation of the generated program.Reid Spencer2006-08-141-181/+267
* remove SelectionDAG::InsertISelMapEntry, it is deadChris Lattner2006-08-142-16/+0
* Add code to resize the CSEMap hash table. This doesn't speedup codegen ofChris Lattner2006-08-145-6/+56
* avoid a warningChris Lattner2006-08-141-1/+1
* Handle single-entry PHI nodes correctly. This fixes PR877 andChris Lattner2006-08-141-1/+11
* new testcase from PR877Chris Lattner2006-08-141-0/+466
* Fix more validation issuesChris Lattner2006-08-141-3/+4
* Update the example to work with llvm-gcc4. Fix validation errors.Chris Lattner2006-08-141-5/+86
* Add the actual constant to the hash for ConstantPool nodes. Thanks toChris Lattner2006-08-142-0/+2
* typoChris Lattner2006-08-141-1/+1
* Fix a typo.Reid Spencer2006-08-141-1/+1
* Fix several grammaros and a few HTML usage items.Reid Spencer2006-08-141-187/+180
* select code likeRafael Espindola2006-08-142-1/+57
* Make all tools that use llvmdo have a -topdir option that allows the topReid Spencer2006-08-146-127/+186
* Use < and >Devang Patel2006-08-141-1/+1
* Fix verification failures.Devang Patel2006-08-141-14/+16
* Add lto doc link.Devang Patel2006-08-141-0/+4
* Add lto doc.Devang Patel2006-08-141-0/+361
* Added some comments to clarify code around sub TestDirectoryPatrick Jenkins2006-08-141-2/+1
* Add llvm2cpp.Reid Spencer2006-08-131-3/+4
* 1. fix bug by ensuring we start at the llvm source root.Reid Spencer2006-08-131-1/+6
* Count the documentation. Otherwise we take a 30,000 hit in the LOC on theReid Spencer2006-08-131-5/+5
* Use the new -code-only option to llvmdo so that we only count things thatReid Spencer2006-08-131-1/+1
* Add a -code-only option which restricts llvmdo to visiting just thoseReid Spencer2006-08-131-80/+116
* Changes for LLVM coding standard compliance:Reid Spencer2006-08-131-508/+491
* Emit .set directives for jump table entries when possible, which reducesNate Begeman2006-08-124-4/+50
* Fix a bug in a recent refactoring that broke a bunch of stuff.Chris Lattner2006-08-121-1/+1
* Fix an obvious bug, noticed by inspection. No current targets trigger this.Chris Lattner2006-08-121-3/+3
* Don't attempt to split subloops out of a loop with a huge number of backedges.Chris Lattner2006-08-121-8/+19
* New testcase, this used to take hours to loopsimplify.Chris Lattner2006-08-122-0/+5
* Make Loop::getExitBlocks significantly faster for large loops. Instead ofChris Lattner2006-08-121-3/+9
* Reimplement the loopsimplify code which deletes edges from unreachableChris Lattner2006-08-121-29/+53
* Track # nodes in a CSEMap.Chris Lattner2006-08-121-0/+1