2008-04-14 |
Chris Lattner | improve diagnostics in call parsing, patch suggested by |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Dan Gohman | VAArg may trap. |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Duncan Sands | Initial libcall support for LegalizeTypes. This is |
commit | commitdiff | tree | snapshot |
2008-04-13 |
Chris Lattner | add a new CallGraphNode::removeCallEdgeFor method,... |
commit | commitdiff | tree | snapshot |
2008-04-13 |
Chris Lattner | Add support for equality comparison of CallSite's. |
commit | commitdiff | tree | snapshot |
2008-04-13 |
Owen Anderson | Replace calls of the form V1->setName(V2->getName(... |
commit | commitdiff | tree | snapshot |
2008-04-13 |
Duncan Sands | LegalizeTypes can sometimes have deleted nodes |
commit | commitdiff | tree | snapshot |
2008-04-13 |
Nicolas Geoffray | Add a divided flag for the first piece of an argument... |
commit | commitdiff | tree | snapshot |
2008-04-13 |
Owen Anderson | The functionality being tested was removed because... |
commit | commitdiff | tree | snapshot |
2008-04-13 |
Chris Lattner | Fix some serious logic errors that broke the jit on... |
commit | commitdiff | tree | snapshot |
2008-04-13 |
Duncan Sands | Merge LLVMBuilder and FoldingBuilder, calling |
commit | commitdiff | tree | snapshot |
2008-04-13 |
Chris Lattner | Gabor points out that reserveOperandSpace takes # of... |
commit | commitdiff | tree | snapshot |
2008-04-12 |
Anton Korobeynikov | Provide option for stack alignment override |
commit | commitdiff | tree | snapshot |
2008-04-12 |
Arnold Schwaighofer | This patch corrects the handling of byval arguments... |
commit | commitdiff | tree | snapshot |
2008-04-12 |
Duncan Sands | Factor some libcall code. |
commit | commitdiff | tree | snapshot |
2008-04-12 |
Dan Gohman | Drop ISD::MEMSET, ISD::MEMMOVE, and ISD::MEMCPY, which... |
commit | commitdiff | tree | snapshot |
2008-04-12 |
Dan Gohman | Fix a bug that prevented x86-64 from using rep.movsq for |
commit | commitdiff | tree | snapshot |
2008-04-12 |
Nate Begeman | 80 col fix |
commit | commitdiff | tree | snapshot |
2008-04-12 |
Nate Begeman | Restore code to disable crash catcher on older OS X... |
commit | commitdiff | tree | snapshot |
2008-04-12 |
Evan Cheng | Add debugging code. |
commit | commitdiff | tree | snapshot |
2008-04-11 |
Chris Lattner | Reenable JIT symbol table. |
commit | commitdiff | tree | snapshot |
2008-04-11 |
Evan Cheng | Do not add empty live intervals to handled_. They shoul... |
commit | commitdiff | tree | snapshot |
2008-04-11 |
Evan Cheng | If a PHI node has a single implicit_def source, replace... |
commit | commitdiff | tree | snapshot |
2008-04-11 |
Evan Cheng | Use of implicit_def is not part of live interval. Creat... |
commit | commitdiff | tree | snapshot |
2008-04-11 |
Devang Patel | Change llvm tools install location. |
commit | commitdiff | tree | snapshot |
2008-04-11 |
Chris Lattner | improvements for IntrusiveRefCntPtr, patch by Mikhail... |
commit | commitdiff | tree | snapshot |
2008-04-11 |
Duncan Sands | The Ada front-end from the LLVM 2.2 release |
commit | commitdiff | tree | snapshot |
2008-04-11 |
Gabor Greif | detabify |
commit | commitdiff | tree | snapshot |
2008-04-11 |
Owen Anderson | Add testcase for PR2213. |
commit | commitdiff | tree | snapshot |
2008-04-11 |
Owen Anderson | Fix PR2213 by simultaneously making GVN more aggressive... |
commit | commitdiff | tree | snapshot |
2008-04-10 |
Evan Cheng | New test. |
commit | commitdiff | tree | snapshot |
2008-04-10 |
Evan Cheng | Remove implicit_def instructions that become dead as... |
commit | commitdiff | tree | snapshot |
2008-04-10 |
Evan Cheng | Allow registers defined by implicit_def to be clobbered. |
commit | commitdiff | tree | snapshot |
2008-04-10 |
Dan Gohman | Fix a typo in a comment. |
commit | commitdiff | tree | snapshot |
2008-04-10 |
Dan Gohman | Fix a typo in a comment. |
commit | commitdiff | tree | snapshot |
2008-04-10 |
Owen Anderson | Fix for PR2190. Memdep's non-local caching was checkin... |
commit | commitdiff | tree | snapshot |
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 |
next |