aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* remove dead methodChris Lattner2007-02-201-9/+1
* Dead code.Evan Cheng2007-02-201-6/+0
* How the heck did I forget patterns for llvm.x86.sse2.cmp.sd?Evan Cheng2007-02-201-2/+6
* Add a section on the target datalayout syntax and describe the defaultsReid Spencer2007-02-191-2/+79
* Simplify some code by moving variable declarations into the only block thatReid Spencer2007-02-191-12/+6
* Implement support for non-standard integer bit widths of any size. TheReid Spencer2007-02-192-16/+39
* Added test case for PR1207.Evan Cheng2007-02-191-0/+21
* Re-apply my liveintervalanalysis changes. Now with PR1207 fixes.Evan Cheng2007-02-1923-104/+334
* Fix test case.Evan Cheng2007-02-191-3/+3
* this passes nowChris Lattner2007-02-191-1/+0
* llvm-gcc issue fixed, revert reversal :)Chris Lattner2007-02-192-34/+15
* remove warningChris Lattner2007-02-191-2/+2
* Temporarily reverting the patch. It's breaking llvm-gcc build.Evan Cheng2007-02-192-15/+34
* Add a FIXME for unwritten code.Reid Spencer2007-02-191-0/+2
* Corrected typo.Bill Wendling2007-02-191-1/+1
* Some minor tweaks and grammar cleanup.Reid Spencer2007-02-191-13/+13
* remove dead methodsChris Lattner2007-02-195-4324/+3230
* remove use of deprecated apisChris Lattner2007-02-191-2/+1
* eliminate use of deprecated apisChris Lattner2007-02-193-5/+8
* remove use of deprecated apiChris Lattner2007-02-194-4433/+3307
* add alternate version of constant ctors that don't take a vector. For nowChris Lattner2007-02-191-3/+19
* fix validationChris Lattner2007-02-191-1/+1
* more wording changes and some minor additionsChris Lattner2007-02-191-41/+60
* add the definite articleChris Lattner2007-02-191-1/+1
* rename section to Copyright, License, and PatentsChris Lattner2007-02-191-3/+5
* wording changesChris Lattner2007-02-191-4/+4
* add strong words about patentsChris Lattner2007-02-191-3/+13
* incremental changes to own section, protosection on patentsChris Lattner2007-02-191-14/+26
* fix TOC, clarify bullet in incremental devChris Lattner2007-02-191-10/+6
* refactor the top-level 'patches' section into a subsection of General Policies.Chris Lattner2007-02-191-77/+36
* minor changesChris Lattner2007-02-191-5/+5
* remove terminology section (this is not a legal document)Chris Lattner2007-02-191-56/+32
* Transmogrify 'Starting New Work' into 'Making a Major Change', addChris Lattner2007-02-191-29/+41
* A bunch of editting. I'm still not done with the 'patches' section.Chris Lattner2007-02-191-201/+223
* clarify the 'developed by' lineChris Lattner2007-02-191-2/+4
* For PR1207:Reid Spencer2007-02-1923-333/+104
* Add some new constants.Reid Spencer2007-02-191-1/+2
* 1. Fix some indentation and variable names in the get{Min,Max}Value methods.Reid Spencer2007-02-181-8/+24
* fix commentChris Lattner2007-02-181-1/+1
* simplify pass, delete dead gvar protos as well.Chris Lattner2007-02-181-16/+21
* Remove broken links to gccas and gccld.Reid Spencer2007-02-181-6/+0
* 1. Use APINT_WORD_SIZE instead of sizeof(uint64_t)Reid Spencer2007-02-181-42/+59
* 1. "unsigned" -> "uint32_t" to gaurantee its bit width on all platforms.Reid Spencer2007-02-181-56/+47
* 1. Remove dead code (lshift function).Reid Spencer2007-02-181-227/+218
* Make add_1 exit early if carry is 0.Reid Spencer2007-02-181-36/+23
* avoid collision with /usr/bin/sample if this ever gets installed.Chris Lattner2007-02-181-1/+1
* Implement signed output for toString.Reid Spencer2007-02-182-45/+76
* temporarily revert Devang's most recent patch, which caused a largeChris Lattner2007-02-172-21/+4
* Fix some bugs in division logic.Reid Spencer2007-02-171-3/+5
* - Changes how function livein's are handled, they now have a start index of 0.Evan Cheng2007-02-172-56/+150