2008-04-10 |
Dan Gohman | Make several symbols static. |
commit | commitdiff | tree | snapshot |
2008-04-10 |
Dan Gohman | Teach InstCombine's ComputeMaskedBits to handle pointer... |
commit | commitdiff | tree | snapshot |
2008-04-10 |
Evan Cheng | A copy instruction may use a register multiple times... |
commit | commitdiff | tree | snapshot |
2008-04-10 |
Evan Cheng | Add comment. |
commit | commitdiff | tree | snapshot |
2008-04-10 |
Chris Lattner | add a note, this is actually not too bad to implement. |
commit | commitdiff | tree | snapshot |
2008-04-10 |
Chris Lattner | move the x86-32 part of PR2108 here. |
commit | commitdiff | tree | snapshot |
2008-04-10 |
Chris Lattner | Fix the x86-64 side of PR2108 by adding a v2f64 version of |
commit | commitdiff | tree | snapshot |
2008-04-10 |
Chris Lattner | produce an error on invalid input instead of asserting: |
commit | commitdiff | tree | snapshot |
2008-04-10 |
Evan Cheng | Teach branch folding pass about implicit_def instructio... |
commit | commitdiff | tree | snapshot |
2008-04-10 |
Chris Lattner | Disable an xform we've had for a long time, pow(x,0... |
commit | commitdiff | tree | snapshot |
2008-04-10 |
Evan Cheng | Move memcpy / memset optimization pass after GVN. |
commit | commitdiff | tree | snapshot |
2008-04-09 |
Evan Cheng | - More aggressively coalescing away copies whose source... |
commit | commitdiff | tree | snapshot |
2008-04-09 |
Dan Gohman | Make isVectorClearMaskLegal's operand list const. |
commit | commitdiff | tree | snapshot |
2008-04-09 |
Dan Gohman | Fix some minor errors in comments. |
commit | commitdiff | tree | snapshot |
2008-04-09 |
Dan Gohman | Add const qualifiers. |
commit | commitdiff | tree | snapshot |
2008-04-09 |
Dan Gohman | Update comments to use 2.0 syntax type names. |
commit | commitdiff | tree | snapshot |
2008-04-09 |
Dan Gohman | Add XMM1 as a second return value register for f32... |
commit | commitdiff | tree | snapshot |
2008-04-09 |
Dan Gohman | Add DX as a second return value register for i16 on... |
commit | commitdiff | tree | snapshot |
2008-04-09 |
Chris Lattner | Generalize getUnaryFloatFunction to handle any FP unary... |
commit | commitdiff | tree | snapshot |
2008-04-09 |
Chris Lattner | remove capital letter from test name. |
commit | commitdiff | tree | snapshot |
2008-04-09 |
Chris Lattner | use the new ConstantFP::get method to make this work... |
commit | commitdiff | tree | snapshot |
2008-04-09 |
Chris Lattner | ConstantFP::get should be static. |
commit | commitdiff | tree | snapshot |
2008-04-09 |
Nate Begeman | Fix a bug where an incorrect bit mask would be generate... |
commit | commitdiff | tree | snapshot |
2008-04-09 |
Devang Patel | Be conservative if getresult operand is neither call... |
commit | commitdiff | tree | snapshot |
2008-04-09 |
Owen Anderson | Factor a bunch of functionality related to memcpy and... |
commit | commitdiff | tree | snapshot |
2008-04-09 |
Owen Anderson | Remove accidentally duplicated code. |
commit | commitdiff | tree | snapshot |
2008-04-09 |
Evan Cheng | Unbreak teh build. |
commit | commitdiff | tree | snapshot |
2008-04-09 |
Chris Lattner | add a simplified accessor for creating an fp constant... |
commit | commitdiff | tree | snapshot |
2008-04-09 |
Evan Cheng | Missed a hasInterval check. |
commit | commitdiff | tree | snapshot |
2008-04-09 |
Chris Lattner | add a version of ConstantFP::get that doesn't take... |
commit | commitdiff | tree | snapshot |
2008-04-09 |
Chris Lattner | many cleanups to the pow optimizer. Allow it to handle... |
commit | commitdiff | tree | snapshot |
2008-04-09 |
Chris Lattner | make ConstantFP::isExactlyValue work for long double... |
commit | commitdiff | tree | snapshot |
2008-04-08 |
Devang Patel | Add CreateGetResult() |
commit | commitdiff | tree | snapshot |
2008-04-08 |
Duncan Sands | Check that bodies and calls but not declarations |
commit | commitdiff | tree | snapshot |
2008-04-08 |
Dale Johannesen | Rename -disable-required-unwind-tables to -unwind-table... |
commit | commitdiff | tree | snapshot |
2008-04-08 |
Dale Johannesen | Rename -disable-required-unwind-tables to unwind-tables... |
commit | commitdiff | tree | snapshot |
2008-04-08 |
Gabor Greif | merge r48768 from branches/ggreif/parallelized-test |
commit | commitdiff | tree | snapshot |
2008-04-08 |
Devang Patel | Add multiple value return instruction constructor. |
commit | commitdiff | tree | snapshot |
2008-04-08 |
Duncan Sands | Convenience method for setting the nounwind |
commit | commitdiff | tree | snapshot |
2008-04-08 |
Chris Lattner | silence warning when assertions are disabled. |
commit | commitdiff | tree | snapshot |
2008-04-08 |
Devang Patel | Fix insert point handling for multiple return values. |
commit | commitdiff | tree | snapshot |
2008-04-08 |
Dale Johannesen | Handle the situation in 2008-01-25-EmptyFunction.ll |
commit | commitdiff | tree | snapshot |
2008-04-08 |
Dale Johannesen | Missed one. |
commit | commitdiff | tree | snapshot |
2008-04-08 |
Dale Johannesen | Add -disable-required-unwind-tables to tests |
commit | commitdiff | tree | snapshot |
2008-04-08 |
Dale Johannesen | Implement new llc flag -disable-required-unwind-tables. |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Ted Kremenek | Make getDirnameSep a static method (not part of Path... |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Ted Kremenek | Added method Path::getDirname(). |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Sam Bishop | Added support for Create() calls that take an argument... |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Dan Gohman | Rename MemOperand to MachineMemOperand. This was sugges... |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Tanya Lattner | Remove llvm-upgrade. |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Tanya Lattner | Added note to getting started guide to use llvm-gcc4.2. |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Owen Anderson | Add operator= implementations to SparseBitVector, allow... |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Duncan Sands | Testcase for pr2169. |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Evan Cheng | Fix test. |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Daniel Berlin | Fix PR 2169. |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Duncan Sands | Use Intrinsic::getDeclaration in more places. |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Duncan Sands | The "stacksave is not nounwind problem" no longer |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Duncan Sands | Use Intrinsic::getDeclaration to get hold of |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Duncan Sands | Make sure that intrinsics automagically get the |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Roman Levenstein | Re-commit of the r48822, where the infinite looping... |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Owen Anderson | Make GVN more memory efficient, particularly on code... |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Bill Wendling | Remove tabs. Patch by Mike Stump! |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Dale Johannesen | Mark calls to llvm.stacksave, llvm.stackrestore as |
commit | commitdiff | tree | snapshot |
2008-04-06 |
Gabor Greif | regenerate |
commit | commitdiff | tree | snapshot |
2008-04-06 |
Chris Lattner | fix warnings with assertions disabled. |
commit | commitdiff | tree | snapshot |
2008-04-06 |
Chris Lattner | Silence warning when no assertions. |
commit | commitdiff | tree | snapshot |
2008-04-06 |
Chris Lattner | silence a warning when assertions are disabled. |
commit | commitdiff | tree | snapshot |
2008-04-06 |
Gabor Greif | fix a warning |
commit | commitdiff | tree | snapshot |
2008-04-06 |
Chris Lattner | fix this testcase to pass and remove a duplicate instan... |
commit | commitdiff | tree | snapshot |
2008-04-06 |
Torok Edwin | Prefer to expand mask for xor to -1, so we have a chanc... |
commit | commitdiff | tree | snapshot |
2008-04-06 |
Gabor Greif | API changes for class Use size reduction, wave 1. |
commit | commitdiff | tree | snapshot |
2008-04-06 |
Chris Lattner | Fix generation of multi-stage instruction itineraries... |
commit | commitdiff | tree | snapshot |
2008-04-06 |
Torok Edwin | -fPIC is required on x86-64 when building shared objects. |
commit | commitdiff | tree | snapshot |
2008-04-05 |
Chris Lattner | disable this for now. |
commit | commitdiff | tree | snapshot |
2008-04-05 |
Evan Cheng | Forgot this. |
commit | commitdiff | tree | snapshot |
2008-04-05 |
Evan Cheng | 1. IMPLICIT_DEF can *re-define* any register. |
commit | commitdiff | tree | snapshot |
2008-04-05 |
Evan Cheng | Favors pshufd over shufps when shuffling elements from... |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Dale Johannesen | Make sure both PendingLoads and PendingExports are... |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Torok Edwin | strdup needs <cstring>. This fixes a build error with... |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Duncan Sands | If a value is cast to its own type, then the cast |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Chris Lattner | Provide an initial cut at exposing JIT compiled symbols... |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Chris Lattner | Make ExecutionEngine::updateGlobalMapping return the... |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Evan Cheng | Undo PHI elimination copy placement patch. This causes... |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Evan Cheng | This is done. |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Devang Patel | Reenable running StripSymbols when EH is on. |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Evan Cheng | New test case. |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Chuck Rose III | Removed a deleted file from the VStudio System project... |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Andrew Lenharth | if some functions don't have debug info, we were output... |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Ted Kremenek | Add member template version of SerializeTrait<T>::Creat... |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Evan Cheng | - Turn copies of implicit_def into implicit_def instruc... |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Evan Cheng | Special handling of zero-sized live intervals. |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Evan Cheng | - Treat a live range defined by an implicit_def as... |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Evan Cheng | - PHI elimination also eliminates implicit_def that... |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Evan Cheng | Start of a series of patches related to implicit_def. |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Ted Kremenek | Re-implemented Path::createDirectoryOnDisk (for Unix). |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Evan Cheng | Re-enable SSE4. |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Evan Cheng | Fix x86-64 encoding bug. REX prefix must always follow... |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Evan Cheng | Cosmetic |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Evan Cheng | Temporarily disabling SSE4 until we fix the encoding... |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Evan Cheng | Backing out 48222 temporarily. |
commit | commitdiff | tree | snapshot |
next |