2008-02-14 |
Evan Cheng | Fix test. |
commit | commitdiff | tree | snapshot |
2008-02-13 |
Dan Gohman | Allow the APInt form of ComputeMaskedBits to operate... |
commit | commitdiff | tree | snapshot |
2008-02-13 |
Dan Gohman | Assigning an APInt to 0 with plain assignment gives... |
commit | commitdiff | tree | snapshot |
2008-02-13 |
Dan Gohman | Avoid setting bits that aren't demanded. |
commit | commitdiff | tree | snapshot |
2008-02-13 |
Dan Gohman | Fix a typo in a comment. |
commit | commitdiff | tree | snapshot |
2008-02-13 |
Dan Gohman | Simplify some logic in ComputeMaskedBits. And change... |
commit | commitdiff | tree | snapshot |
2008-02-13 |
Devang Patel | A loop latch phi node may have uses inside loop, not... |
commit | commitdiff | tree | snapshot |
2008-02-13 |
Dan Gohman | Rename APInt's isPositive to isNonNegative, to reflect... |
commit | commitdiff | tree | snapshot |
2008-02-13 |
Devang Patel | While moving exit condition, do not drop loop latch... |
commit | commitdiff | tree | snapshot |
2008-02-13 |
Dan Gohman | Add countTrailingOnes member functions to APInt. |
commit | commitdiff | tree | snapshot |
2008-02-13 |
Dan Gohman | Fix a typo in a comment. |
commit | commitdiff | tree | snapshot |
2008-02-13 |
Dan Gohman | Add count{Leading,Trailing}Ones_{32,64} functions with... |
commit | commitdiff | tree | snapshot |
2008-02-13 |
Devang Patel | Keep track of exit value operand number when operands... |
commit | commitdiff | tree | snapshot |
2008-02-13 |
Nicolas Geoffray | Enable exception handling int JIT |
commit | commitdiff | tree | snapshot |
2008-02-13 |
Dale Johannesen | New test, see comments. |
commit | commitdiff | tree | snapshot |
2008-02-13 |
Duncan Sands | Teach LegalizeTypes how to expand and promote CTLZ, |
commit | commitdiff | tree | snapshot |
2008-02-13 |
Chris Lattner | gcc 3.2.3 is also bad. |
commit | commitdiff | tree | snapshot |
2008-02-13 |
Chris Lattner | Fix the PPC JIT regressions by encoding zeroreg as... |
commit | commitdiff | tree | snapshot |
2008-02-13 |
Chris Lattner | remove some dead code. |
commit | commitdiff | tree | snapshot |
2008-02-13 |
Devang Patel | Remove use of ltdl |
commit | commitdiff | tree | snapshot |
2008-02-13 |
Duncan Sands | Add notes on Ada compilers that can be used for |
commit | commitdiff | tree | snapshot |
2008-02-13 |
Wojciech Matyjewicz | Fix typo. Thanks to Duncan for noticing. |
commit | commitdiff | tree | snapshot |
2008-02-13 |
Wojciech Matyjewicz | Add comments as per review feedback. |
commit | commitdiff | tree | snapshot |
2008-02-13 |
Evan Cheng | Some code clean up. |
commit | commitdiff | tree | snapshot |
2008-02-13 |
Evan Cheng | Simplify. |
commit | commitdiff | tree | snapshot |
2008-02-13 |
Evan Cheng | Simplify. |
commit | commitdiff | tree | snapshot |
2008-02-13 |
Evan Cheng | Fix a potential serious problem where kills belonging... |
commit | commitdiff | tree | snapshot |
2008-02-13 |
Evan Cheng | * Cannot safely commute an instruction there are other... |
commit | commitdiff | tree | snapshot |
2008-02-13 |
Eli Friedman | Add a note pointing to PR1996. |
commit | commitdiff | tree | snapshot |
2008-02-13 |
Chris Lattner | In SDISel, for targets that support FORMAL_ARGUMENTS... |
commit | commitdiff | tree | snapshot |
2008-02-13 |
Chris Lattner | don't try to avoid inserting loads when lowering FORMAL... |
commit | commitdiff | tree | snapshot |
2008-02-13 |
Chris Lattner | teach dag combiner how to eliminate MERGE_VALUES nodes. |
commit | commitdiff | tree | snapshot |
2008-02-13 |
Nate Begeman | readme updates |
commit | commitdiff | tree | snapshot |
2008-02-13 |
Eli Friedman | Add test for PR1996. (This is my first time adding... |
commit | commitdiff | tree | snapshot |
2008-02-13 |
Nate Begeman | Add testcase for recent legalizer change |
commit | commitdiff | tree | snapshot |
2008-02-13 |
Nate Begeman | Support legalizing insert_vector_elt on targets where... |
commit | commitdiff | tree | snapshot |
2008-02-13 |
Evan Cheng | New tests. |
commit | commitdiff | tree | snapshot |
2008-02-13 |
Evan Cheng | Initial support for copy elimination by commuting its... |
commit | commitdiff | tree | snapshot |
2008-02-13 |
Nate Begeman | Make register scavenging happy by not using a reg ... |
commit | commitdiff | tree | snapshot |
2008-02-13 |
Evan Cheng | - Added removeValNo() to remove all live ranges of... |
commit | commitdiff | tree | snapshot |
2008-02-13 |
Evan Cheng | commuteInstr() can now commute non-ssa machine instrs. |
commit | commitdiff | tree | snapshot |
2008-02-13 |
Evan Cheng | Added debugging routine dumpUses. |
commit | commitdiff | tree | snapshot |
2008-02-13 |
Dan Gohman | Convert SelectionDAG::ComputeMaskedBits to use APInt... |
commit | commitdiff | tree | snapshot |
2008-02-12 |
Dale Johannesen | __DATA not __DATA__ is the right segment name on darwin. |
commit | commitdiff | tree | snapshot |
2008-02-12 |
Nate Begeman | Remove some dead code |
commit | commitdiff | tree | snapshot |
2008-02-12 |
Nate Begeman | SSE4.1 64b integer insert/extract pattern support |
commit | commitdiff | tree | snapshot |
2008-02-12 |
Dan Gohman | Change APInt::getBitsSet to accept a "half-open" range... |
commit | commitdiff | tree | snapshot |
2008-02-12 |
Duncan Sands | Note that these instructions are for x86-32 linux |
commit | commitdiff | tree | snapshot |
2008-02-12 |
Duncan Sands | Add more spacing. |
commit | commitdiff | tree | snapshot |
2008-02-12 |
Duncan Sands | Add instructions for building Ada and Fortran. |
commit | commitdiff | tree | snapshot |
2008-02-12 |
Owen Anderson | Re-apply the patch to improve the optimizations of... |
commit | commitdiff | tree | snapshot |
2008-02-12 |
Duncan Sands | Generalize getCopyFromParts and getCopyToParts to |
commit | commitdiff | tree | snapshot |
2008-02-12 |
Evan Cheng | Revert r46916 PPCTargetAsmInfo.cpp. |
commit | commitdiff | tree | snapshot |
2008-02-12 |
Evan Cheng | Only using x86-64 rip relative addressing in non-staic... |
commit | commitdiff | tree | snapshot |
2008-02-12 |
Evan Cheng | Don't mask the isel bug. |
commit | commitdiff | tree | snapshot |
2008-02-12 |
Evan Cheng | This test assumes no SSE4.1. |
commit | commitdiff | tree | snapshot |
2008-02-12 |
Dan Gohman | Add a doxygen comment for SrcValueSDNode, to make its... |
commit | commitdiff | tree | snapshot |
2008-02-12 |
Devang Patel | Remove dead code. |
commit | commitdiff | tree | snapshot |
2008-02-12 |
Wojciech Matyjewicz | Now that ScalarEvolution::print writes to the correct... |
commit | commitdiff | tree | snapshot |
2008-02-12 |
Wojciech Matyjewicz | Change negative grep into positive one in my yesterday... |
commit | commitdiff | tree | snapshot |
2008-02-12 |
Wojciech Matyjewicz | Fix PR2002. Suppose n is the initial value for the... |
commit | commitdiff | tree | snapshot |
2008-02-12 |
Eli Friedman | Fix for bug 1996: optimize out loads of undef. This... |
commit | commitdiff | tree | snapshot |
2008-02-12 |
Evan Cheng | Update comment. |
commit | commitdiff | tree | snapshot |
2008-02-12 |
Evan Cheng | Unbreak various insert_vector_elt and extract_vector_el... |
commit | commitdiff | tree | snapshot |
2008-02-12 |
Tanya Lattner | Test case for annotate builtin. |
commit | commitdiff | tree | snapshot |
2008-02-12 |
Evan Cheng | Fix some test cases. |
commit | commitdiff | tree | snapshot |
2008-02-12 |
Bill Wendling | More violation fixes. |
commit | commitdiff | tree | snapshot |
2008-02-12 |
Bill Wendling | Fix validation errors: di -> dt. |
commit | commitdiff | tree | snapshot |
2008-02-12 |
Bill Wendling | Reformatting. Adding "doc_code" divisions for code... |
commit | commitdiff | tree | snapshot |
2008-02-12 |
Chris Lattner | rip out llvm 2.2 stuff in preparation for llvm 2.3 |
commit | commitdiff | tree | snapshot |
2008-02-12 |
Chris Lattner | heavily refactor this to have less duplication between... |
commit | commitdiff | tree | snapshot |
2008-02-12 |
Chris Lattner | remove unknown details |
commit | commitdiff | tree | snapshot |
2008-02-12 |
Tanya Lattner | Add 2.2 release tag. |
commit | commitdiff | tree | snapshot |
2008-02-11 |
Nate Begeman | Stuff noticed while grepping code |
commit | commitdiff | tree | snapshot |
2008-02-11 |
Dan Gohman | Correct the order of the arguments in the examples... |
commit | commitdiff | tree | snapshot |
2008-02-11 |
Ted Kremenek | The factories for ImutAVLTree/ImmutableSet/ImmutableMap... |
commit | commitdiff | tree | snapshot |
2008-02-11 |
Scott Michel | Added blurb for CellSPU progress |
commit | commitdiff | tree | snapshot |
2008-02-11 |
Duncan Sands | Generalize the handling of call and return arguments, |
commit | commitdiff | tree | snapshot |
2008-02-11 |
Dan Gohman | From Chris' review: use isa instead of explicitly using... |
commit | commitdiff | tree | snapshot |
2008-02-11 |
Dan Gohman | From Chris' review: minor corrections in comments. |
commit | commitdiff | tree | snapshot |
2008-02-11 |
Dan Gohman | From Chris' review: use cast instead of dyn_cast with... |
commit | commitdiff | tree | snapshot |
2008-02-11 |
Dan Gohman | From Chris' review: fix 80 column violations |
commit | commitdiff | tree | snapshot |
2008-02-11 |
Dan Gohman | From Chris' review: change MemOperandSDNode's construct... |
commit | commitdiff | tree | snapshot |
2008-02-11 |
Wojciech Matyjewicz | If the LHS of the comparison is a loop-invariant we... |
commit | commitdiff | tree | snapshot |
2008-02-11 |
Ted Kremenek | Added "Profile" method to APFloat for use with FoldingSet. |
commit | commitdiff | tree | snapshot |
2008-02-11 |
Duncan Sands | Add arbitrary integer support to getRegisterType and |
commit | commitdiff | tree | snapshot |
2008-02-11 |
Wojciech Matyjewicz | Fix PR1798 - an error in the evaluation of SCEVAddRecEx... |
commit | commitdiff | tree | snapshot |
2008-02-11 |
Duncan Sands | Add a isBigEndian method to complement isLittleEndian. |
commit | commitdiff | tree | snapshot |
2008-02-11 |
Evan Cheng | Determine whether a spill kills the register it's spill... |
commit | commitdiff | tree | snapshot |
2008-02-11 |
Chris Lattner | tweaks from dale. |
commit | commitdiff | tree | snapshot |
2008-02-11 |
Chris Lattner | updates from Evan |
commit | commitdiff | tree | snapshot |
2008-02-11 |
Nate Begeman | Enable SSE4 codegen and pattern matching. |
commit | commitdiff | tree | snapshot |
2008-02-11 |
Nate Begeman | additional missing feature |
commit | commitdiff | tree | snapshot |
2008-02-10 |
Gabor Greif | corrected some spellings |
commit | commitdiff | tree | snapshot |
2008-02-10 |
Chris Lattner | Various updates from Sam Bishop: |
commit | commitdiff | tree | snapshot |
2008-02-10 |
Chris Lattner | Fix scalarrepl to not 'miscompile' undefined code,... |
commit | commitdiff | tree | snapshot |
2008-02-10 |
Nate Begeman | xmm0 variable blends |
commit | commitdiff | tree | snapshot |
2008-02-10 |
Dan Gohman | Rename MRegisterInfo to TargetRegisterInfo. |
commit | commitdiff | tree | snapshot |
2008-02-10 |
Chris Lattner | close an li tag |
commit | commitdiff | tree | snapshot |
2008-02-10 |
Duncan Sands | Add some Ada info and correct a few buglets. |
commit | commitdiff | tree | snapshot |
next |