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 |
2007-10-08 |
Dan Gohman | Mark the prefetch intrinsic as IntrWriteArgMem, instead... |
commit | commitdiff | tree | snapshot |
2007-10-08 |
Dan Gohman | These two tests now require only three multiply instruc... |
commit | commitdiff | tree | snapshot |
2007-10-08 |
Chris Lattner | Various improvements to the documentation, contributed by |
commit | commitdiff | tree | snapshot |
2007-10-08 |
Dan Gohman | Migrate X86 and ARM from using X86ISD::{,I}DIV and... |
commit | commitdiff | tree | snapshot |
2007-10-08 |
Evan Cheng | Allow x86 compare to be commutable by default. |
commit | commitdiff | tree | snapshot |
2007-10-08 |
Gordon Henriksen | C and Objective Caml bindings for PHINode::addIncoming... |
commit | commitdiff | tree | snapshot |
2007-10-08 |
Dan Gohman | DAGCombiner support for UDIVREM/SDIVREM and UMUL_LOHI... |
commit | commitdiff | tree | snapshot |
2007-10-08 |
Evan Cheng | LLVM does not use the old style simple isel any more. |
commit | commitdiff | tree | snapshot |
2007-10-08 |
Evan Cheng | Remove debugging printf to get build going on x86-64. |
commit | commitdiff | tree | snapshot |
2007-10-08 |
Dan Gohman | When we start enabling SMUL_LOHI/UMUL_LOHI or SDIVREM... |
commit | commitdiff | tree | snapshot |
2007-10-08 |
Dan Gohman | Add convenience overloads of SelectionDAG::getNode... |
commit | commitdiff | tree | snapshot |
2007-10-08 |
Dan Gohman | Move the space in overview output for commands out... |
commit | commitdiff | tree | snapshot |
2007-10-08 |
Dan Gohman | Simplify getIntPtrType, allowing it to work for arbitra... |
commit | commitdiff | tree | snapshot |
2007-10-08 |
Dan Gohman | Use correct parentheses with the '&& "..."' idiom in... |
commit | commitdiff | tree | snapshot |
2007-10-08 |
Dan Gohman | In -debug mode, dump SelectionDAGs both before and... |
commit | commitdiff | tree | snapshot |
2007-10-08 |
Dan Gohman | Fix grammar in a comment. |
commit | commitdiff | tree | snapshot |
2007-10-08 |
Dan Gohman | Add explicit keywords. |
commit | commitdiff | tree | snapshot |
2007-10-08 |
Neil Booth | Use APInt::tcExtract. It's cleaner, and works :) |
commit | commitdiff | tree | snapshot |
2007-10-08 |
Neil Booth | Add a new function tcExtract for extracting a bignum... |
commit | commitdiff | tree | snapshot |
2007-10-08 |
Gordon Henriksen | Fixed downrev Ocaml compatibility. |
commit | commitdiff | tree | snapshot |
2007-10-08 |
Owen Anderson | Begin the process of allowing DomTree on MBB's. Step... |
commit | commitdiff | tree | snapshot |
2007-10-08 |
Evan Cheng | Kill cycle of an live range is always the last use... |
commit | commitdiff | tree | snapshot |
2007-10-08 |
Chris Lattner | Allow passes to just pass up "FunctionPass(&ID)" instea... |
commit | commitdiff | tree | snapshot |
2007-10-08 |
Gordon Henriksen | C and Objective Caml bindings for getFunction and getNa... |
commit | commitdiff | tree | snapshot |
2007-10-07 |
Chris Lattner | disable this entirely: it is causing use of invalidated... |
commit | commitdiff | tree | snapshot |
2007-10-07 |
Chris Lattner | Fix many regressions on x86 by avoiding dereferencing... |
commit | commitdiff | tree | snapshot |
2007-10-07 |
Chris Lattner | Finish off PR1723, by working around some strange compi... |
commit | commitdiff | tree | snapshot |
2007-10-07 |
Gordon Henriksen | C and Objective Caml bindings for GlobalVariable::isCon... |
commit | commitdiff | tree | snapshot |
2007-10-07 |
Neil Booth | Add back convertFromSignExtendedInteger. |
commit | commitdiff | tree | snapshot |
2007-10-07 |
Neil Booth | Now that convertFromUnsignedParts has a sane, constant... |
commit | commitdiff | tree | snapshot |
2007-10-07 |
Neil Booth | Reimplement convertFromUnsignedInteger so it is passed... |
commit | commitdiff | tree | snapshot |
2007-10-07 |
Neil Booth | convertFromInteger, as originally written, expected... |
commit | commitdiff | tree | snapshot |
2007-10-07 |
Neil Booth | combineLostFractions does not need to be a member function |
commit | commitdiff | tree | snapshot |
2007-10-07 |
Daniel Berlin | Some more problems noticed by Curtis |
commit | commitdiff | tree | snapshot |
2007-10-07 |
Gordon Henriksen | C and Objective Caml bindings for PATypeHolder. |
commit | commitdiff | tree | snapshot |
2007-10-06 |
Gordon Henriksen | Bindings for the verifier. |
commit | commitdiff | tree | snapshot |
2007-10-06 |
Gordon Henriksen | Deleting some unnecessary glue. |
commit | commitdiff | tree | snapshot |
2007-10-06 |
Gordon Henriksen | Adopting a uniform naming convention for type construct... |
commit | commitdiff | tree | snapshot |
2007-10-06 |
Anton Korobeynikov | Oops, I really wanted to commit this part also :) |
commit | commitdiff | tree | snapshot |
2007-10-06 |
Anton Korobeynikov | Move merge code into new helper function. |
commit | commitdiff | tree | snapshot |
2007-10-06 |
Gordon Henriksen | Adopting a uniform naming convention for type construct... |
commit | commitdiff | tree | snapshot |
next |