2007-10-13 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2007-10-13 |
Chris Lattner | Add a simple optimization to simplify the input to |
commit | commitdiff | tree | snapshot |
2007-10-13 |
Neil Booth | If the power of 5 is exact, and the reciprocal exact... |
commit | commitdiff | tree | snapshot |
2007-10-13 |
Evan Cheng | Fix test case. |
commit | commitdiff | tree | snapshot |
2007-10-13 |
Evan Cheng | New tests. |
commit | commitdiff | tree | snapshot |
2007-10-13 |
Evan Cheng | Local spiller optimization: |
commit | commitdiff | tree | snapshot |
2007-10-13 |
Evan Cheng | Change unfoldMemoryOperand(). User is now responsible... |
commit | commitdiff | tree | snapshot |
2007-10-13 |
Evan Cheng | Optionally create a MachineInstr without default implic... |
commit | commitdiff | tree | snapshot |
2007-10-12 |
Arnold Schwaighofer | Correcting the corrections. Bad bad baaad emacs! |
commit | commitdiff | tree | snapshot |
2007-10-12 |
Arnold Schwaighofer | Corrected many typing errors. And removed 'nest' parame... |
commit | commitdiff | tree | snapshot |
2007-10-12 |
Dan Gohman | Fix this test to not depend on the assembly output... |
commit | commitdiff | tree | snapshot |
2007-10-12 |
Devang Patel | Dest type is always i8 *. This allows some simplification. |
commit | commitdiff | tree | snapshot |
2007-10-12 |
Devang Patel | t |
commit | commitdiff | tree | snapshot |
2007-10-12 |
Gordon Henriksen | Fix ocaml bindings for picky linkers. :) |
commit | commitdiff | tree | snapshot |
2007-10-12 |
Duncan Sands | Due to the new tail call optimization, trampolines... |
commit | commitdiff | tree | snapshot |
2007-10-12 |
Dale Johannesen | ppc long double. Implement fabs and fneg. |
commit | commitdiff | tree | snapshot |
2007-10-12 |
Evan Cheng | Update. |
commit | commitdiff | tree | snapshot |
2007-10-12 |
Chris Lattner | don't use intptr_t without including it. |
commit | commitdiff | tree | snapshot |
2007-10-12 |
Chris Lattner | Fix a bug in my patch last night that broke InstCombine... |
commit | commitdiff | tree | snapshot |
2007-10-12 |
Dale Johannesen | Implement i64->ppcf128 conversions. |
commit | commitdiff | tree | snapshot |
2007-10-12 |
Chris Lattner | Make this compute the correct offset, handling alignmen... |
commit | commitdiff | tree | snapshot |
2007-10-12 |
Evan Cheng | Did mean to leave this in. INSERT_SUBREG isn't being... |
commit | commitdiff | tree | snapshot |
2007-10-12 |
Neil Booth | Remove duplicate comment. |
commit | commitdiff | tree | snapshot |
2007-10-12 |
Neil Booth | Implement correctly-rounded decimal->binary conversion... |
commit | commitdiff | tree | snapshot |
2007-10-12 |
Neil Booth | Remove a field that was never used. |
commit | commitdiff | tree | snapshot |
2007-10-12 |
Neil Booth | If we're trying to be arbitrary precision, unsigned... |
commit | commitdiff | tree | snapshot |
2007-10-12 |
Neil Booth | Don't attempt to mask no bits |
commit | commitdiff | tree | snapshot |
2007-10-12 |
Dan Gohman | Change the names used for internal labels to use the... |
commit | commitdiff | tree | snapshot |
2007-10-12 |
Dan Gohman | Fix some corner cases with vectors in copyToRegs and... |
commit | commitdiff | tree | snapshot |
2007-10-12 |
Dan Gohman | Add support to SplitVectorOp for powi, where the second... |
commit | commitdiff | tree | snapshot |
2007-10-12 |
Dan Gohman | Mark vector ctpop, cttz, and ctlz as Expand on x86. |
commit | commitdiff | tree | snapshot |
2007-10-12 |
Dan Gohman | Mark vector pow, ctpop, cttz, and ctlz as Expand on... |
commit | commitdiff | tree | snapshot |
2007-10-12 |
Evan Cheng | Restrict EXTRACT_SUBREG coalescing to avoid negative... |
commit | commitdiff | tree | snapshot |
2007-10-12 |
Evan Cheng | Doh. |
commit | commitdiff | tree | snapshot |
2007-10-12 |
Evan Cheng | EXTRACT_SUBREG test case. |
commit | commitdiff | tree | snapshot |
2007-10-12 |
Evan Cheng | EXTRACT_SUBREG coalescing support. The coalescer now... |
commit | commitdiff | tree | snapshot |
2007-10-12 |
Evan Cheng | Some clean up. |
commit | commitdiff | tree | snapshot |
2007-10-12 |
Evan Cheng | Cosmetic. |
commit | commitdiff | tree | snapshot |
2007-10-12 |
Evan Cheng | Fix typos. |
commit | commitdiff | tree | snapshot |
2007-10-12 |
Evan Cheng | Fold load / store into MOV32to32_ and MOV16to16_. |
commit | commitdiff | tree | snapshot |
2007-10-12 |
Evan Cheng | Flag MOV32to32_ with EXTRACT_SUBREG. They should not... |
commit | commitdiff | tree | snapshot |
2007-10-12 |
Arnold Schwaighofer | Added missing -march=x86 flag. |
commit | commitdiff | tree | snapshot |
2007-10-12 |
Gabor Greif | eliminate warning |
commit | commitdiff | tree | snapshot |
2007-10-12 |
Chris Lattner | Fix some 80 column violations. |
commit | commitdiff | tree | snapshot |
2007-10-12 |
Chris Lattner | testcase for PR1728 |
commit | commitdiff | tree | snapshot |
2007-10-12 |
Chris Lattner | make operator== work with non-equal sized bitvectors... |
commit | commitdiff | tree | snapshot |
2007-10-12 |
Dale Johannesen | PPC long double. Implement a couple more conversions. |
commit | commitdiff | tree | snapshot |
2007-10-12 |
Dan Gohman | Add intrinsics for sin, cos, and pow. These use llvm_an... |
commit | commitdiff | tree | snapshot |
2007-10-11 |
Dan Gohman | Codegen support for vector intrinsics. |
commit | commitdiff | tree | snapshot |
2007-10-11 |
Dale Johannesen | Implement ppc long double->uint conversion. |
commit | commitdiff | tree | snapshot |
2007-10-11 |
Dan Gohman | Set ISD::FPOW to Expand. |
commit | commitdiff | tree | snapshot |
2007-10-11 |
Dan Gohman | Add runtime library names for pow. |
commit | commitdiff | tree | snapshot |
2007-10-11 |
Dan Gohman | Add an ISD::FPOW node type. |
commit | commitdiff | tree | snapshot |
2007-10-11 |
Dan Gohman | Add an explicit target triple to make this test behave... |
commit | commitdiff | tree | snapshot |
2007-10-11 |
Ted Kremenek | Provided accessors to internal allocator for ImutAVLTre... |
commit | commitdiff | tree | snapshot |
2007-10-11 |
Dale Johannesen | Add missing argument to PALIGNR |
commit | commitdiff | tree | snapshot |
2007-10-11 |
Gabor Greif | Fix an assertion abort on sparc. malloc(0) is allowed to |
commit | commitdiff | tree | snapshot |
2007-10-11 |
Arnold Schwaighofer | Added tail call optimization to the x86 back end. It... |
commit | commitdiff | tree | snapshot |
2007-10-11 |
Arnold Schwaighofer | Adding myself |
commit | commitdiff | tree | snapshot |
2007-10-11 |
Dale Johannesen | Next PPC long double bits. First cut at constants. |
commit | commitdiff | tree | snapshot |
2007-10-11 |
Devang Patel | Lower memcpy if it makes sense. |
commit | commitdiff | tree | snapshot |
2007-10-11 |
Chris Lattner | make bitvector &= do the right thing if vectors have... |
commit | commitdiff | tree | snapshot |
2007-10-11 |
Chris Lattner | Add a new use_iterator::atEnd() method, which allows... |
commit | commitdiff | tree | snapshot |
2007-10-11 |
Ted Kremenek | Added iterators to ImmutableSet. |
commit | commitdiff | tree | snapshot |
2007-10-10 |
Ted Kremenek | Added some doxygen comments to ImmutableSet. |
commit | commitdiff | tree | snapshot |
2007-10-10 |
Ted Kremenek | Removed uninformative assertions that catch problems... |
commit | commitdiff | tree | snapshot |
2007-10-10 |
Ted Kremenek | Removed "height" of an AVL tree node from its Profile... |
commit | commitdiff | tree | snapshot |
2007-10-10 |
Ted Kremenek | Removed spurious forward declaration to a structure... |
commit | commitdiff | tree | snapshot |
2007-10-10 |
Ted Kremenek | Added some doxygen comments to a few methods of ImutAVL... |
commit | commitdiff | tree | snapshot |
2007-10-10 |
Hartmut Kaiser | Updated VC++ build system. |
commit | commitdiff | tree | snapshot |
2007-10-10 |
Ted Kremenek | Added preliminary support for iterators in ImutAVLTree. |
commit | commitdiff | tree | snapshot |
2007-10-10 |
Chris Lattner | Fix CodeGen/Generic/BasicInstrs.llx on sparc by marking... |
commit | commitdiff | tree | snapshot |
2007-10-10 |
Ted Kremenek | Renamed internal method "Create" of ImutAVLTree to... |
commit | commitdiff | tree | snapshot |
2007-10-10 |
Duncan Sands | Correct swapped arguments to getConstant. |
commit | commitdiff | tree | snapshot |
2007-10-10 |
Bill Wendling | Fix 80-column violations |
commit | commitdiff | tree | snapshot |
2007-10-10 |
Dale Johannesen | Next PPC long double bits: ppcf128->i32 conversion. |
commit | commitdiff | tree | snapshot |
2007-10-10 |
Evan Cheng | Bad choice of variable name. |
commit | commitdiff | tree | snapshot |
2007-10-09 |
Evan Cheng | Fix an extremely stupid bug that prevented first round... |
commit | commitdiff | tree | snapshot |
2007-10-09 |
Ted Kremenek | Modified XCode project to contain... |
commit | commitdiff | tree | snapshot |
2007-10-09 |
Chris Lattner | Add new MemoryBuffer::getMemBufferCopy method. |
commit | commitdiff | tree | snapshot |
2007-10-09 |
Devang Patel | Fix indentation. |
commit | commitdiff | tree | snapshot |
2007-10-09 |
Ted Kremenek | Added implementation of immutable (functional) maps... |
commit | commitdiff | tree | snapshot |
2007-10-09 |
Devang Patel | Do not walk invalid iterator. |
commit | commitdiff | tree | snapshot |
2007-10-09 |
Devang Patel | Add LLVMFoldingBuilder |
commit | commitdiff | tree | snapshot |
2007-10-09 |
Dan Gohman | Remove an unnecessary friend declaration. |
commit | commitdiff | tree | snapshot |
2007-10-09 |
Chris Lattner | update prototype, fixing build error |
commit | commitdiff | tree | snapshot |
2007-10-09 |
Dan Gohman | Pass argc by value, not by reference, since it isn... |
commit | commitdiff | tree | snapshot |
2007-10-09 |
Dan Gohman | LowerIntegerDivOrRem no longer exists. |
commit | commitdiff | tree | snapshot |
2007-10-09 |
Dan Gohman | Fix grammar in a comment. |
commit | commitdiff | tree | snapshot |
2007-10-09 |
Dan Gohman | This is done. |
commit | commitdiff | tree | snapshot |
2007-10-09 |
Dan Gohman | These two tests now require only two multiply instructions, |
commit | commitdiff | tree | snapshot |
2007-10-09 |
Evan Cheng | Under 64-bit mode use LEA64_32r instead of LEA64r to... |
commit | commitdiff | tree | snapshot |
2007-10-09 |
Chris Lattner | Fix problems where DenseMap used operator!= instead... |
commit | commitdiff | tree | snapshot |
2007-10-09 |
Chris Lattner | Change a #include into a forward declaration |
commit | commitdiff | tree | snapshot |
2007-10-09 |
Bruno Cardoso... | Position Independent Code (PIC) support [3] |
commit | commitdiff | tree | snapshot |
2007-10-09 |
Bruno Cardoso... | Position Independent Code (PIC) support [2] |
commit | commitdiff | tree | snapshot |
2007-10-09 |
Bruno Cardoso... | Position Independent Code (PIC) support [1] |
commit | commitdiff | tree | snapshot |
2007-10-08 |
Evan Cheng | Update test. |
commit | commitdiff | tree | snapshot |
2007-10-08 |
Evan Cheng | Bug fix. X86 was emitting redundant setcc and test... |
commit | commitdiff | tree | snapshot |
2007-10-08 |
Dan Gohman | Call getFunctionNumber() instead of referencing Functio... |
commit | commitdiff | tree | snapshot |
next |