2007-10-16 |
Evan Cheng | Fix PR1734. |
commit | commitdiff | tree | snapshot |
2007-10-16 |
Dale Johannesen | New test for svn rev 43033, radar 5538745. |
commit | commitdiff | tree | snapshot |
2007-10-16 |
Dale Johannesen | Check for invalid cc's in f80 select. |
commit | commitdiff | tree | snapshot |
2007-10-16 |
Chris Lattner | Fix a bug handling frame references in ppc inline asm... |
commit | commitdiff | tree | snapshot |
2007-10-16 |
Duncan Sands | Document the fact that the verifier currently requires the |
commit | commitdiff | tree | snapshot |
2007-10-16 |
Duncan Sands | Initial infrastructure for arbitrary precision integer |
commit | commitdiff | tree | snapshot |
2007-10-16 |
Duncan Sands | Fixes due to lack of type-safety for ValueType: (1... |
commit | commitdiff | tree | snapshot |
2007-10-16 |
Arnold Schwaighofer | Correction to tail call optimization code. The new... |
commit | commitdiff | tree | snapshot |
2007-10-16 |
Evan Cheng | Code clean up. |
commit | commitdiff | tree | snapshot |
2007-10-16 |
Chris Lattner | implement promotion of select and select_cc, allowing... |
commit | commitdiff | tree | snapshot |
2007-10-15 |
Dan Gohman | Teach IntrinsicLowering.cpp about the sin, cos, and... |
commit | commitdiff | tree | snapshot |
2007-10-15 |
Evan Cheng | Make CalcLatency() non-recursive. |
commit | commitdiff | tree | snapshot |
2007-10-15 |
Dan Gohman | Fix a typo in a comment. |
commit | commitdiff | tree | snapshot |
2007-10-15 |
Dan Gohman | Document the -view-sunit-dags option. |
commit | commitdiff | tree | snapshot |
2007-10-15 |
Dan Gohman | Document the new llvm.sin, llvm.cos, and llvm.pow intri... |
commit | commitdiff | tree | snapshot |
2007-10-15 |
Chris Lattner | Change LowerFP_TO_SINT to create the specific code... |
commit | commitdiff | tree | snapshot |
2007-10-15 |
Evan Cheng | LowerFP_TO_SINT must not create a stack object if it... |
commit | commitdiff | tree | snapshot |
2007-10-15 |
Devang Patel | Add removeModuleProvider() |
commit | commitdiff | tree | snapshot |
2007-10-15 |
Dan Gohman | Reapply the fix in 42908 for this file. This changes... |
commit | commitdiff | tree | snapshot |
2007-10-15 |
Ted Kremenek | Fixed incorrect renaming of method name (forgot two... |
commit | commitdiff | tree | snapshot |
2007-10-15 |
Ted Kremenek | Added more doxygen comments. |
commit | commitdiff | tree | snapshot |
2007-10-15 |
Evan Cheng | Fix PR1729: watch out for val# with no def. |
commit | commitdiff | tree | snapshot |
2007-10-15 |
Chris Lattner | Move CreateStackTemporary out to SelectionDAG |
commit | commitdiff | tree | snapshot |
2007-10-15 |
Chris Lattner | add a new CreateStackTemporary helper method. |
commit | commitdiff | tree | snapshot |
2007-10-15 |
Chris Lattner | implement promotion of BR_CC operands, fixing bisort... |
commit | commitdiff | tree | snapshot |
2007-10-15 |
Chris Lattner | updates from duncan |
commit | commitdiff | tree | snapshot |
2007-10-15 |
Tanya Lattner | Fix run line. |
commit | commitdiff | tree | snapshot |
2007-10-15 |
Devang Patel | New test. |
commit | commitdiff | tree | snapshot |
2007-10-15 |
Devang Patel | Achieve same result but use fewer lines of code. |
commit | commitdiff | tree | snapshot |
2007-10-15 |
Neil Booth | Fast-track obviously over-large and over-small exponent... |
commit | commitdiff | tree | snapshot |
2007-10-15 |
Duncan Sands | Fix some typos. Call getTypeToTransformTo rather than |
commit | commitdiff | tree | snapshot |
2007-10-15 |
Chris Lattner | One mundane change: Change ReplaceAllUsesOfValueWith... |
commit | commitdiff | tree | snapshot |
2007-10-15 |
Chris Lattner | One xform performed by LegalizeDAG is transformation... |
commit | commitdiff | tree | snapshot |
2007-10-15 |
Chris Lattner | avoid an APFloat copy. |
commit | commitdiff | tree | snapshot |
2007-10-15 |
Chris Lattner | Add a (disabled by default) way to view the ID of a... |
commit | commitdiff | tree | snapshot |
2007-10-15 |
Chris Lattner | remove dead enum, make setNodeId public. |
commit | commitdiff | tree | snapshot |
2007-10-15 |
Chris Lattner | Fix 80 col violation |
commit | commitdiff | tree | snapshot |
2007-10-15 |
Dale Johannesen | Handle PPC long double in CBackend. |
commit | commitdiff | tree | snapshot |
2007-10-14 |
Chris Lattner | remove misleading comment. |
commit | commitdiff | tree | snapshot |
2007-10-14 |
Chris Lattner | If a target doesn't have HasMULHU or HasUMUL_LOHI,... |
commit | commitdiff | tree | snapshot |
2007-10-14 |
Neil Booth | Consolidate logic for creating NaNs. Silence compiler... |
commit | commitdiff | tree | snapshot |
2007-10-14 |
Neil Booth | Whether arithmetic is supported is a property of the... |
commit | commitdiff | tree | snapshot |
2007-10-14 |
Neil Booth | Separate out parsing of decimal number. Use this to... |
commit | commitdiff | tree | snapshot |
2007-10-14 |
Evan Cheng | New test case. |
commit | commitdiff | tree | snapshot |
2007-10-14 |
Evan Cheng | Unbreak x86-64. |
commit | commitdiff | tree | snapshot |
2007-10-14 |
Evan Cheng | When coalescing an EXTRACT_SUBREG and the dst register... |
commit | commitdiff | tree | snapshot |
2007-10-14 |
Evan Cheng | Revert 42908 for now. |
commit | commitdiff | tree | snapshot |
2007-10-14 |
Dale Johannesen | Fix type mismatch error in PPC Altivec (only causes |
commit | commitdiff | tree | snapshot |
2007-10-14 |
Dale Johannesen | Disable some compile-time optimizations on PPC |
commit | commitdiff | tree | snapshot |
2007-10-14 |
Gordon Henriksen | Fixing a typo. Found by Kevin André! |
commit | commitdiff | tree | snapshot |
2007-10-13 |
Duncan Sands | Clarify that fastcc has a problem with nested function |
commit | commitdiff | tree | snapshot |
2007-10-13 |
Chris Lattner | Enhance the truncstore optimization code to handle... |
commit | commitdiff | tree | snapshot |
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 |
next |