2009-07-13 |
Dan Gohman | Move the memoization check for SCEVSignExtendExpr and |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Eli Friedman | Don't bother to call commonIntCastTransforms for bitcas... |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Dan Gohman | Convert SCEV from FoldingSetNode to FastFoldingSetNode... |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Dan Gohman | Delete a spurious const. |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Bill Wendling | Reverted r75484. It was causing a failure with Apple... |
commit | commitdiff | tree | snapshot |
2009-07-13 |
David Greene | Add infrastructure to allow post instruction printing... |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Chris Lattner | Add NetBSD to the Triple class, patch by Krister Walfri... |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Bill Wendling | More standard way of specifying greater than Leopard. |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Bill Wendling | On greater than Leopard systems, place exception tables... |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Daniel Dunbar | Makefile rules for generating assembly matcher. |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Dan Gohman | Change printInstruction to not print a trailing newline... |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Dan Gohman | Add an optional optimization to FoldingSet to allow... |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Bob Wilson | Fix comment typos. |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Chris Lattner | factor the 'optimized sort' code out into a static... |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Chris Lattner | Move the re-sort of invalidated NonLocalPointerDeps... |
commit | commitdiff | tree | snapshot |
2009-07-13 |
David Greene | Make some more changes suggested by Chris. Manipulator... |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Sanjiv Gupta | Added a fixme for platform specific GetDirSeparator(). |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Sanjiv Gupta | allow mcc16 users to specify --save-temps even though... |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Daniel Dunbar | Match declaration to definition (missed a few). |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Daniel Dunbar | Tweak svn:ignore |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Daniel Dunbar | Match declaration to definition. |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Nick Lewycky | Fix build on Linux. |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Daniel Dunbar | Fix some non-sensical code. |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Daniel Dunbar | Switch to raw_ostream. |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Lang Hames | Removed some junk code that snuck in to an earlier... |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Nick Lewycky | Fix an error in ConstantRange::getSignedMax on wrapped... |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Nick Lewycky | 'i8 full-range' sign extended to i16 should equal ... |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Owen Anderson | Begin the painful process of tearing apart the rat... |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Nick Lewycky | Multiply was very wrong for wrapped ranges. This suppli... |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Nick Lewycky | Fix a bug summing two full sets. The overflow checking... |
commit | commitdiff | tree | snapshot |
2009-07-12 |
Daniel Dunbar | Match declaration to definition. |
commit | commitdiff | tree | snapshot |
2009-07-12 |
Daniel Dunbar | Match declaration to definition. |
commit | commitdiff | tree | snapshot |
2009-07-12 |
Chris Lattner | remove tests for removed intrinsics. |
commit | commitdiff | tree | snapshot |
2009-07-12 |
Chris Lattner | remove llvm.part.set.* and llvm.part.select.*. They... |
commit | commitdiff | tree | snapshot |
2009-07-12 |
Daniel Dunbar | Use llvm_report_error, not llvm_unreachable. |
commit | commitdiff | tree | snapshot |
2009-07-12 |
Torok Edwin | Mention that llvm_report_error() does not return. |
commit | commitdiff | tree | snapshot |
2009-07-12 |
Daniel Dunbar | Add an LLVM API change. |
commit | commitdiff | tree | snapshot |
2009-07-12 |
Daniel Dunbar | Improve sys::Path::makeAbsolute on Win32. |
commit | commitdiff | tree | snapshot |
2009-07-12 |
Torok Edwin | Fix assert(0) conversion, as suggested by Chris. |
commit | commitdiff | tree | snapshot |
2009-07-12 |
Daniel Dunbar | Clarify a FIXME. |
commit | commitdiff | tree | snapshot |
2009-07-12 |
Chris Lattner | "UNIX paths can contain non-ASCII characters, so Path... |
commit | commitdiff | tree | snapshot |
2009-07-12 |
Jakob Stoklund... | Implement support for promotion of AND/OR/XOR on intege... |
commit | commitdiff | tree | snapshot |
2009-07-12 |
Jakob Stoklund... | Fix types in PromoteNode handling of CTPOP and friends. |
commit | commitdiff | tree | snapshot |
2009-07-12 |
Jakob Stoklund... | Add CCIfSRet calling convention predicate. |
commit | commitdiff | tree | snapshot |
2009-07-12 |
Torok Edwin | Remove extra \n from LLVM_UNREACHABLE calls. |
commit | commitdiff | tree | snapshot |
2009-07-12 |
Nick Lewycky | Make this clearer for the mathematically inclined.... |
commit | commitdiff | tree | snapshot |
2009-07-12 |
Nick Lewycky | Implement udiv for ConstantRanges. |
commit | commitdiff | tree | snapshot |
2009-07-12 |
Bill Wendling | Temporarily revert r75408. It appears to break the... |
commit | commitdiff | tree | snapshot |
2009-07-12 |
Nick Lewycky | This is not overly conservative. |
commit | commitdiff | tree | snapshot |
2009-07-12 |
Nick Lewycky | Implement ConstantRange::multiply based on the code... |
commit | commitdiff | tree | snapshot |
2009-07-12 |
Eli Friedman | Remove check which is duplicated in |
commit | commitdiff | tree | snapshot |
2009-07-12 |
Chris Lattner | eliminate MOV64r0 in favor of a Pat<> pattern. This... |
commit | commitdiff | tree | snapshot |
2009-07-12 |
Chris Lattner | add nounwind |
commit | commitdiff | tree | snapshot |
2009-07-12 |
Chris Lattner | be explicit about making comments real sentences. |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Nick Lewycky | Darwin prepends an _ to internal globals, Linux doesn't. |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Chris Lattner | fix x86-64 static codegen to materialize the address... |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Chris Lattner | fix a bug in my cleanup patch |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Chris Lattner | comment cleanup, reduce nesting. |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Chris Lattner | remove some dead patterns, WrapperRIP doesn't exist... |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Chris Lattner | silence vc++ warning. |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Chris Lattner | silence a vc++ warning. |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Chris Lattner | this test was incorrect for x86-64 static. It passed... |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Daniel Dunbar | Tweak comment. |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Daniel Dunbar | Update CMakeLists.txt |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Daniel Dunbar | Tweak svn:ignore |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Daniel Dunbar | Fix unused function warning. |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Nick Lewycky | Revert r75252 which was causing some crashes at compile... |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Chris Lattner | Fix PR4533, which is about buggy codegen in x86-64... |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Torok Edwin | Fix comment. |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Torok Edwin | assert(0) -> LLVM_UNREACHABLE. |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Daniel Dunbar | Stub out assembly matcher (.s -> MCInst) tblgen backend. |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Mikhail Glushenkov | Regenerate. |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Mikhail Glushenkov | Update documentation. |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Mikhail Glushenkov | Delete the temp dir even when '--temp-dir' is specified. |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Nick Lewycky | Fix handling of max and full set. |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Chris Lattner | improve filecheck's "scanning from here" caret position. |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Chris Lattner | make filecheck default to canonicalizing horizontal... |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Nick Lewycky | Break the world's largest unit test down a few logical... |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Sanjiv Gupta | Erase the temp dir before starting. |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Nick Lewycky | Clarify and simplify. |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Dan Gohman | Don't use a void return type with a function that retur... |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Torok Edwin | Convert more assert(0)+abort() -> LLVM_UNREACHABLE, |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Chris Lattner | We get the P modifier wrong in a lot of cases, just... |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Evan Cheng | Don't put IT instruction before conditional branches. |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Evan Cheng | Smarter isel of ldrsb / ldrsh. Only make use of these... |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Evan Cheng | Major changes to Thumb (not Thumb2). Many 16-bit instru... |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Evan Cheng | 80 col violation. |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Nick Lewycky | Move a method that creates constant ranges relative... |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Evan Cheng | Fix up support for OptionalDefOperand when it defaults... |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Eli Friedman | Use CreateStackStoreLoad helper in more places. |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Evan Cheng | Two-address pass should use findCommutedOpIndices to... |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Evan Cheng | Use findCommutedOpIndices to find the operands to commute. |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Bob Wilson | Add superclasses of ARM Neon quad registers. The Q2PR... |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Bob Wilson | Add new vector types for 192-bit, 348-bit and 512-bit... |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Chris Lattner | remove the "debug" modifier, it is only used by one... |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Bob Wilson | Refactor TableGen's llvm::getName to share code with... |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Chris Lattner | add support for .zerofill, patch by Kevin Enderby! |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Jeffrey Yasskin | Oops. s/#if defined(USE_OPROFILE)/#if USE_OPROFILE... |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Chris Lattner | make pcrel and non-pcrel global printing more similar. |
commit | commitdiff | tree | snapshot |
2009-07-10 |
David Goodwin | Support remote execute for ARM. |
commit | commitdiff | tree | snapshot |
next |