2007-02-21 |
Jim Laskey | Add structures used for collecting eh information. |
commit | commitdiff | tree | snapshot |
2007-02-21 |
Jim Laskey | Add new instructions for handling data passed into... |
commit | commitdiff | tree | snapshot |
2007-02-21 |
Jim Laskey | Add new intrinsics for eh support. |
commit | commitdiff | tree | snapshot |
2007-02-21 |
Evan Cheng | ELF / PIC requires GOT be in the EBX register during... |
commit | commitdiff | tree | snapshot |
2007-02-21 |
Devang Patel | Simplify |
commit | commitdiff | tree | snapshot |
2007-02-21 |
Reid Spencer | Reorganize some code to make it clearer, avoid a few... |
commit | commitdiff | tree | snapshot |
2007-02-21 |
Chris Lattner | revert r1.68. This breaks 'make install' without doing... |
commit | commitdiff | tree | snapshot |
2007-02-21 |
Reid Spencer | Fix the carry in addition. |
commit | commitdiff | tree | snapshot |
2007-02-21 |
Reid Spencer | Add a dump() method for debugging. |
commit | commitdiff | tree | snapshot |
2007-02-21 |
Reid Spencer | 1. Add a dump() method for faster debugging. |
commit | commitdiff | tree | snapshot |
2007-02-21 |
Devang Patel | Fix memory leak (PR 775). |
commit | commitdiff | tree | snapshot |
2007-02-21 |
Evan Cheng | Out of bound reference. |
commit | commitdiff | tree | snapshot |
2007-02-21 |
Evan Cheng | Use BitVector instead. No functionality change. |
commit | commitdiff | tree | snapshot |
2007-02-21 |
Reid Spencer | Fix countLeadingZeros to actually return the correct... |
commit | commitdiff | tree | snapshot |
2007-02-20 |
Reid Spencer | Make long addition and subtraction work. Speed things... |
commit | commitdiff | tree | snapshot |
2007-02-20 |
Evan Cheng | This cast broke lots of tests. |
commit | commitdiff | tree | snapshot |
2007-02-20 |
Dan Gohman | Fix typos in comments. |
commit | commitdiff | tree | snapshot |
2007-02-20 |
Reid Spencer | Clean up variable names in operator*. |
commit | commitdiff | tree | snapshot |
2007-02-20 |
Reid Spencer | Use INFINITY macro from math.h instead of constructing... |
commit | commitdiff | tree | snapshot |
2007-02-20 |
Reid Spencer | First version that can process arith.cpp test case... |
commit | commitdiff | tree | snapshot |
2007-02-20 |
Reid Spencer | Add an internal convenience method for division that... |
commit | commitdiff | tree | snapshot |
2007-02-20 |
Chris Lattner | eliminate some dead friends. |
commit | commitdiff | tree | snapshot |
2007-02-20 |
Chris Lattner | switch ConstantFP's from ValueMap to DenseMap, which... |
commit | commitdiff | tree | snapshot |
2007-02-20 |
Chris Lattner | cleanup ConstantInt to use a single DenseMap for uniqui... |
commit | commitdiff | tree | snapshot |
2007-02-20 |
Chris Lattner | Not all managedstatics need object pointers. |
commit | commitdiff | tree | snapshot |
2007-02-20 |
Chris Lattner | Make ConstantInt::getTrue/getFalse be llvm_shutdown... |
commit | commitdiff | tree | snapshot |
2007-02-20 |
Chris Lattner | add a way to register an arbitrary cleanup function. |
commit | commitdiff | tree | snapshot |
2007-02-20 |
Chris Lattner | Clean up the internals of the ConstantInt machinery |
commit | commitdiff | tree | snapshot |
2007-02-20 |
Chris Lattner | simplify some code that was not llvm_shutdown safe |
commit | commitdiff | tree | snapshot |
2007-02-20 |
Chris Lattner | remove reoptimizer-specific passes |
commit | commitdiff | tree | snapshot |
2007-02-20 |
Chris Lattner | remove some dead passes and stuff specific to the reopt... |
commit | commitdiff | tree | snapshot |
2007-02-20 |
Chris Lattner | remove some passes |
commit | commitdiff | tree | snapshot |
2007-02-20 |
Chris Lattner | remove dead method |
commit | commitdiff | tree | snapshot |
2007-02-20 |
Evan Cheng | Dead code. |
commit | commitdiff | tree | snapshot |
2007-02-20 |
Evan Cheng | How the heck did I forget patterns for llvm.x86.sse2... |
commit | commitdiff | tree | snapshot |
2007-02-19 |
Reid Spencer | Add a section on the target datalayout syntax and descr... |
commit | commitdiff | tree | snapshot |
2007-02-19 |
Reid Spencer | Simplify some code by moving variable declarations... |
commit | commitdiff | tree | snapshot |
2007-02-19 |
Reid Spencer | Implement support for non-standard integer bit widths... |
commit | commitdiff | tree | snapshot |
2007-02-19 |
Evan Cheng | Added test case for PR1207. |
commit | commitdiff | tree | snapshot |
2007-02-19 |
Evan Cheng | Re-apply my liveintervalanalysis changes. Now with... |
commit | commitdiff | tree | snapshot |
2007-02-19 |
Evan Cheng | Fix test case. |
commit | commitdiff | tree | snapshot |
2007-02-19 |
Chris Lattner | this passes now |
commit | commitdiff | tree | snapshot |
2007-02-19 |
Chris Lattner | llvm-gcc issue fixed, revert reversal :) |
commit | commitdiff | tree | snapshot |
2007-02-19 |
Chris Lattner | remove warning |
commit | commitdiff | tree | snapshot |
2007-02-19 |
Evan Cheng | Temporarily reverting the patch. It's breaking llvm... |
commit | commitdiff | tree | snapshot |
2007-02-19 |
Reid Spencer | Add a FIXME for unwritten code. |
commit | commitdiff | tree | snapshot |
2007-02-19 |
Bill Wendling | Corrected typo. |
commit | commitdiff | tree | snapshot |
2007-02-19 |
Reid Spencer | Some minor tweaks and grammar cleanup. |
commit | commitdiff | tree | snapshot |
2007-02-19 |
Chris Lattner | remove dead methods |
commit | commitdiff | tree | snapshot |
2007-02-19 |
Chris Lattner | remove use of deprecated apis |
commit | commitdiff | tree | snapshot |
2007-02-19 |
Chris Lattner | eliminate use of deprecated apis |
commit | commitdiff | tree | snapshot |
2007-02-19 |
Chris Lattner | remove use of deprecated api |
commit | commitdiff | tree | snapshot |
2007-02-19 |
Chris Lattner | add alternate version of constant ctors that don't... |
commit | commitdiff | tree | snapshot |
2007-02-19 |
Chris Lattner | fix validation |
commit | commitdiff | tree | snapshot |
2007-02-19 |
Chris Lattner | more wording changes and some minor additions |
commit | commitdiff | tree | snapshot |
2007-02-19 |
Chris Lattner | add the definite article |
commit | commitdiff | tree | snapshot |
2007-02-19 |
Chris Lattner | rename section to Copyright, License, and Patents |
commit | commitdiff | tree | snapshot |
2007-02-19 |
Chris Lattner | wording changes |
commit | commitdiff | tree | snapshot |
2007-02-19 |
Chris Lattner | add strong words about patents |
commit | commitdiff | tree | snapshot |
2007-02-19 |
Chris Lattner | incremental changes to own section, protosection on... |
commit | commitdiff | tree | snapshot |
2007-02-19 |
Chris Lattner | fix TOC, clarify bullet in incremental dev |
commit | commitdiff | tree | snapshot |
2007-02-19 |
Chris Lattner | refactor the top-level 'patches' section into a subsect... |
commit | commitdiff | tree | snapshot |
2007-02-19 |
Chris Lattner | minor changes |
commit | commitdiff | tree | snapshot |
2007-02-19 |
Chris Lattner | remove terminology section (this is not a legal document) |
commit | commitdiff | tree | snapshot |
2007-02-19 |
Chris Lattner | Transmogrify 'Starting New Work' into 'Making a Major... |
commit | commitdiff | tree | snapshot |
2007-02-19 |
Chris Lattner | A bunch of editting. I'm still not done with the ... |
commit | commitdiff | tree | snapshot |
2007-02-19 |
Chris Lattner | clarify the 'developed by' line |
commit | commitdiff | tree | snapshot |
2007-02-19 |
Reid Spencer | For PR1207: |
commit | commitdiff | tree | snapshot |
2007-02-19 |
Reid Spencer | Add some new constants. |
commit | commitdiff | tree | snapshot |
2007-02-18 |
Reid Spencer | 1. Fix some indentation and variable names in the get... |
commit | commitdiff | tree | snapshot |
2007-02-18 |
Chris Lattner | fix comment |
commit | commitdiff | tree | snapshot |
2007-02-18 |
Chris Lattner | simplify pass, delete dead gvar protos as well. |
commit | commitdiff | tree | snapshot |
2007-02-18 |
Reid Spencer | Remove broken links to gccas and gccld. |
commit | commitdiff | tree | snapshot |
2007-02-18 |
Reid Spencer | 1. Use APINT_WORD_SIZE instead of sizeof(uint64_t) |
commit | commitdiff | tree | snapshot |
2007-02-18 |
Reid Spencer | 1. "unsigned" -> "uint32_t" to gaurantee its bit width... |
commit | commitdiff | tree | snapshot |
2007-02-18 |
Reid Spencer | 1. Remove dead code (lshift function). |
commit | commitdiff | tree | snapshot |
2007-02-18 |
Reid Spencer | Make add_1 exit early if carry is 0. |
commit | commitdiff | tree | snapshot |
2007-02-18 |
Chris Lattner | avoid collision with /usr/bin/sample if this ever gets... |
commit | commitdiff | tree | snapshot |
2007-02-18 |
Reid Spencer | Implement signed output for toString. |
commit | commitdiff | tree | snapshot |
2007-02-17 |
Chris Lattner | temporarily revert Devang's most recent patch, which... |
commit | commitdiff | tree | snapshot |
2007-02-17 |
Reid Spencer | Fix some bugs in division logic. |
commit | commitdiff | tree | snapshot |
2007-02-17 |
Evan Cheng | - Changes how function livein's are handled, they now... |
commit | commitdiff | tree | snapshot |
2007-02-17 |
Evan Cheng | Do not add livein's to entry MBB twice. |
commit | commitdiff | tree | snapshot |
2007-02-17 |
Evan Cheng | Added removeLiveIn. |
commit | commitdiff | tree | snapshot |
2007-02-17 |
Evan Cheng | Added findRegisterDefOperand(). |
commit | commitdiff | tree | snapshot |
2007-02-17 |
Evan Cheng | - Use MRegister::regsOverlap(). |
commit | commitdiff | tree | snapshot |
2007-02-17 |
Evan Cheng | Added removeLiveIn and more livein iterators. |
commit | commitdiff | tree | snapshot |
2007-02-17 |
Evan Cheng | Allow LiveVariables to track liveness of more registers. |
commit | commitdiff | tree | snapshot |
2007-02-17 |
Evan Cheng | Added getReservedRegs(). |
commit | commitdiff | tree | snapshot |
2007-02-17 |
Evan Cheng | - Added regsOverlap() to test if two registers overlap... |
commit | commitdiff | tree | snapshot |
2007-02-17 |
Chris Lattner | Fix ixaddrs as well, allowing ppc64 to compile to: |
commit | commitdiff | tree | snapshot |
2007-02-17 |
Chris Lattner | new test |
commit | commitdiff | tree | snapshot |
2007-02-17 |
Chris Lattner | Compile test/CodeGen/PowerPC/LargeAbsoluteAddr.ll to: |
commit | commitdiff | tree | snapshot |
2007-02-17 |
Chris Lattner | Test that large absolute addresses are properly folded... |
commit | commitdiff | tree | snapshot |
2007-02-17 |
Chris Lattner | print target nodes nicely |
commit | commitdiff | tree | snapshot |
2007-02-17 |
Chris Lattner | Implement i/n/s constraints correctly. This fixes |
commit | commitdiff | tree | snapshot |
2007-02-17 |
Chris Lattner | new testcase that crashes llc |
commit | commitdiff | tree | snapshot |
2007-02-17 |
Chris Lattner | testcase for PR1170 |
commit | commitdiff | tree | snapshot |
2007-02-17 |
Chris Lattner | new testcase for -fwritable-strings |
commit | commitdiff | tree | snapshot |
2007-02-17 |
Devang Patel | Use inverted map to speedup collectLastUses(). |
commit | commitdiff | tree | snapshot |
next |