aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* eliminate use of deprecated apisChris Lattner2007-02-193-5/+8
* For PR1207:Reid Spencer2007-02-1918-281/+95
* 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
* 1. Use APINT_WORD_SIZE instead of sizeof(uint64_t)Reid Spencer2007-02-181-42/+59
* 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
* Implement signed output for toString.Reid Spencer2007-02-181-44/+75
* temporarily revert Devang's most recent patch, which caused a largeChris Lattner2007-02-171-16/+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-171-54/+134
* Do not add livein's to entry MBB twice.Evan Cheng2007-02-171-2/+3
* Added removeLiveIn.Evan Cheng2007-02-171-1/+7
* Added findRegisterDefOperand().Evan Cheng2007-02-171-0/+11
* - Use MRegister::regsOverlap().Evan Cheng2007-02-171-28/+8
* Added getReservedRegs().Evan Cheng2007-02-1713-10/+118
* Fix ixaddrs as well, allowing ppc64 to compile to:Chris Lattner2007-02-171-17/+22
* Compile test/CodeGen/PowerPC/LargeAbsoluteAddr.ll to:Chris Lattner2007-02-171-5/+9
* print target nodes nicelyChris Lattner2007-02-171-1/+1
* Implement i/n/s constraints correctly. This fixesChris Lattner2007-02-171-2/+16
* Use inverted map to speedup collectLastUses().Devang Patel2007-02-171-4/+16
* Move static functions closer to their usage.Reid Spencer2007-02-171-295/+295
* Clean up the divide and remainder logic a bit (exit early). Use moreReid Spencer2007-02-171-63/+88
* Fixes PR 1200Dale Johannesen2007-02-171-13/+29
* Do not dereference invalid ranges. Generalize targetdata alignment model.Chris Lattner2007-02-171-59/+49
* Fix bugs introduced by constructor parameter order change.Reid Spencer2007-02-171-13/+29
* Fix CodeGen/PowerPC/2007-02-16-AlignPacked.llChris Lattner2007-02-161-2/+2
* Remove an unnecessary predicate.Reid Spencer2007-02-161-1/+1
* Review changes:Reid Spencer2007-02-161-186/+183
* simplify some code, ensure that packed structures get abi alignment of 1.Chris Lattner2007-02-161-18/+11
* fix incorrect encoding of vminsw.Chris Lattner2007-02-161-1/+1
* Add possibility to set memory limit for binaries run via libSystem. ThisAnton Korobeynikov2007-02-163-4/+35
* Print <dead> def operands.Evan Cheng2007-02-161-0/+2
* Add live-ins to every BB.Evan Cheng2007-02-161-0/+20
* fix buildAndrew Lenharth2007-02-161-0/+1
* This was done recentlyAndrew Lenharth2007-02-161-3/+1
* test commit (blank line)Dale Johannesen2007-02-161-0/+1
* make mayWriteToMemory a non-virtual functionChris Lattner2007-02-151-0/+19
* convert more vectors to smallvectors, 2.8% speedupChris Lattner2007-02-151-3/+3
* change some vectors to smallvectors. This speeds up instcombine on 447.dealIIChris Lattner2007-02-151-3/+3
* For PR1195:Reid Spencer2007-02-151-4/+4
* rewrite Value::takeName to take advantage of the new symtab stuff. ThisChris Lattner2007-02-151-6/+55
* switch an std::set to a SmallPtr set, this speeds up instcombine by 9.5%Chris Lattner2007-02-151-3/+4
* Implement Function::getIntrinsicID without it needing to call Value::getName,Chris Lattner2007-02-151-3/+6
* Add a new Value::getNameStr method, which is preferred over getName.Chris Lattner2007-02-151-1/+1
* For PR1202:Reid Spencer2007-02-151-1/+2
* fix indentationChris Lattner2007-02-151-2/+2
* Apply B Scott Michel's patch for PR1184, which improves diagnostics in anChris Lattner2007-02-151-2/+16
* Fix some buges:Zhou Sheng2007-02-151-43/+58