2007-09-25 |
Dale Johannesen | Some tests for APFloat conversions. |
commit | commitdiff | tree | snapshot |
2007-09-25 |
Evan Cheng | Forgot to check in the changes. Fix test case so it... |
commit | commitdiff | tree | snapshot |
2007-09-25 |
Devang Patel | doh.. |
commit | commitdiff | tree | snapshot |
2007-09-25 |
Devang Patel | Add transformation to update loop interation space... |
commit | commitdiff | tree | snapshot |
2007-09-25 |
Dale Johannesen | Fix long double<->shorter FP type conversions |
commit | commitdiff | tree | snapshot |
2007-09-25 |
Dan Gohman | Move the setOperationAction(ISD::DEBUG_LOC, MVT::Other... |
commit | commitdiff | tree | snapshot |
2007-09-25 |
Duncan Sands | Fix spelling. |
commit | commitdiff | tree | snapshot |
2007-09-25 |
Duncan Sands | Add missing end-of-file newlines. |
commit | commitdiff | tree | snapshot |
2007-09-25 |
Owen Anderson | Fill in the sections about my contributions. |
commit | commitdiff | tree | snapshot |
2007-09-25 |
Evan Cheng | Added support for new condition code modeling scheme... |
commit | commitdiff | tree | snapshot |
2007-09-25 |
Evan Cheng | Added major new capabilities to scheduler (only BURR... |
commit | commitdiff | tree | snapshot |
2007-09-25 |
Evan Cheng | New temporary option -new-cc-modeling-scheme to test... |
commit | commitdiff | tree | snapshot |
2007-09-25 |
Evan Cheng | Rename keyword "modify" -> "implicit". |
commit | commitdiff | tree | snapshot |
2007-09-24 |
Dale Johannesen | When mixing SSE and x87 codegen, it's possible to |
commit | commitdiff | tree | snapshot |
2007-09-24 |
Bill Wendling | Don't execute dump unless NDEBUG isn't defined. |
commit | commitdiff | tree | snapshot |
2007-09-24 |
Daniel Berlin | Comment fixups |
commit | commitdiff | tree | snapshot |
2007-09-24 |
Dan Gohman | Add support on x86 for having Legalize lower ISD::LOCAT... |
commit | commitdiff | tree | snapshot |
2007-09-24 |
Dan Gohman | Don't emit .debug_line header data if there aren't... |
commit | commitdiff | tree | snapshot |
2007-09-24 |
Dan Gohman | Move the Asm->EOL() call for EmitDebugARanges outside... |
commit | commitdiff | tree | snapshot |
2007-09-24 |
Dan Gohman | Add support for emitting .file directives to set up... |
commit | commitdiff | tree | snapshot |
2007-09-24 |
Dan Gohman | Merge hasDotLoc and hasDotFile into hasDotLocAndDotFile... |
commit | commitdiff | tree | snapshot |
2007-09-24 |
Dale Johannesen | float->int conversion rounds toward 0. Duh. |
commit | commitdiff | tree | snapshot |
2007-09-24 |
Dan Gohman | Add a routine for emitting .file directives, for setting up |
commit | commitdiff | tree | snapshot |
2007-09-24 |
Bruno Cardoso... | Added "LoadEffective" pattern to handle stack locations. |
commit | commitdiff | tree | snapshot |
2007-09-24 |
Devang Patel | Do not promote null values because it may be unsafe... |
commit | commitdiff | tree | snapshot |
2007-09-24 |
Daniel Berlin | Implement offline variable substitution in order to... |
commit | commitdiff | tree | snapshot |
2007-09-24 |
Dan Gohman | Fix the syntax for the .loc directive in preparation... |
commit | commitdiff | tree | snapshot |
2007-09-24 |
Daniel Berlin | Add section on bit containers. |
commit | commitdiff | tree | snapshot |
2007-09-24 |
Tanya Lattner | XFAIL for llvm-gcc4.0 |
commit | commitdiff | tree | snapshot |
2007-09-24 |
Dan Gohman | The code that used the StartLabelId label was removed... |
commit | commitdiff | tree | snapshot |
2007-09-24 |
Dan Gohman | Use the correct result value type instead of using... |
commit | commitdiff | tree | snapshot |
2007-09-24 |
Dan Gohman | Fix a typo in a comment. |
commit | commitdiff | tree | snapshot |
2007-09-24 |
Dan Gohman | explicit keywords. |
commit | commitdiff | tree | snapshot |
2007-09-24 |
Dan Gohman | Remove an unnecessary static_cast. |
commit | commitdiff | tree | snapshot |
2007-09-24 |
Chris Lattner | claim that "st" is from the 80-bit register file. ... |
commit | commitdiff | tree | snapshot |
2007-09-24 |
Chris Lattner | When emitting .set directives, make sure the EH and... |
commit | commitdiff | tree | snapshot |
2007-09-24 |
Owen Anderson | Fix typo. |
commit | commitdiff | tree | snapshot |
2007-09-24 |
Owen Anderson | Merge significant portions of the DomTree and PostDomTr... |
commit | commitdiff | tree | snapshot |
2007-09-24 |
Dale Johannesen | Just use APFloat for const / const. Fixes |
commit | commitdiff | tree | snapshot |
2007-09-23 |
Owen Anderson | Factor the calculation details for PostDomTree out... |
commit | commitdiff | tree | snapshot |
2007-09-23 |
Owen Anderson | Move DFSPass back down into DominatorTree. I need... |
commit | commitdiff | tree | snapshot |
2007-09-23 |
Owen Anderson | Fix header. |
commit | commitdiff | tree | snapshot |
2007-09-23 |
Owen Anderson | Factor the dominator tree calculation details out into... |
commit | commitdiff | tree | snapshot |
2007-09-23 |
Dale Johannesen | Implementation of +sse -sse2 has changed; add |
commit | commitdiff | tree | snapshot |
2007-09-23 |
Dale Johannesen | Fix PR 1681. When X86 target uses +sse -sse2, |
commit | commitdiff | tree | snapshot |
2007-09-23 |
Gordon Henriksen | Fix srcdir <> objdir builds with ocaml 2.10. Downrev... |
commit | commitdiff | tree | snapshot |
2007-09-22 |
Chris Lattner | fix syntax |
commit | commitdiff | tree | snapshot |
2007-09-22 |
Gordon Henriksen | Regenerate. |
commit | commitdiff | tree | snapshot |
2007-09-22 |
Gordon Henriksen | Fix for srcdir <> objdir builds. |
commit | commitdiff | tree | snapshot |
2007-09-22 |
Chris Lattner | Fix PR1679, by printing GEP indices as signed values... |
commit | commitdiff | tree | snapshot |
2007-09-22 |
Bill Wendling | Validation fixes |
commit | commitdiff | tree | snapshot |
2007-09-22 |
Bill Wendling | Validation fixes |
commit | commitdiff | tree | snapshot |
2007-09-22 |
Bill Wendling | Validation fixes |
commit | commitdiff | tree | snapshot |
2007-09-22 |
Bill Wendling | Validation fixes |
commit | commitdiff | tree | snapshot |
2007-09-22 |
Bill Wendling | Validation fixes |
commit | commitdiff | tree | snapshot |
2007-09-22 |
Bill Wendling | Validation fixes |
commit | commitdiff | tree | snapshot |
2007-09-22 |
Bill Wendling | Validation fixes |
commit | commitdiff | tree | snapshot |
2007-09-22 |
Bill Wendling | Validation fixes |
commit | commitdiff | tree | snapshot |
2007-09-22 |
Bill Wendling | Validation fixes |
commit | commitdiff | tree | snapshot |
2007-09-22 |
Bill Wendling | Formatting changes. |
commit | commitdiff | tree | snapshot |
2007-09-22 |
Chris Lattner | initialize isstore/isload fields in ctor, fixing PR1695 |
commit | commitdiff | tree | snapshot |
2007-09-22 |
Chris Lattner | fix bugs in the manual |
commit | commitdiff | tree | snapshot |
2007-09-22 |
Neil Booth | Handle storage complications of float->float conversions. |
commit | commitdiff | tree | snapshot |
2007-09-22 |
Tanya Lattner | Correct names. |
commit | commitdiff | tree | snapshot |
2007-09-22 |
Tanya Lattner | Fix typo. |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Tanya Lattner | One last fix to get name correct. |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Tanya Lattner | Fix silly typo. |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Tanya Lattner | Update annotation intrinsic with more details. |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Tanya Lattner | Adding support for __builtin_annotation with an intrins... |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Dale Johannesen | Change APFloat::convertFromInteger to take the incoming |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Devang Patel | Fix PR1692 |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Owen Anderson | Fix CopyFrom for non-POD data types. |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Chris Lattner | #ifdef out unsafe tracing code, which fixes PR1689 |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Chris Lattner | don't read Block after it is freed. This fixes PR1684 |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Devang Patel | Add missing entry. |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Chris Lattner | gcroot testcase, patch by Eric Christopher. |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Chris Lattner | I cannot spell coalesce :) |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Chris Lattner | gcroot must take concrete types, not arbitrary types. |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Chris Lattner | initialize SetCCResultContents, fixing PR1693 |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Rafael Espindola | Don't add a default STACK_ALIGN (use the generic ABI... |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Dan Gohman | There is no {rsqrt,rcp}{p,s}d. |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Rafael Espindola | small cleanup: use LowerMemArgument in LowerFastCCArgum... |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Chris Lattner | Initial hack at 2.1 release notes. |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Owen Anderson | Add partial caching of non-local memory dependence... |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Evan Cheng | Honor user-defined section specification of a global... |
commit | commitdiff | tree | snapshot |
2007-09-20 |
Dale Johannesen | Fix PR 1688. See comments there. |
commit | commitdiff | tree | snapshot |
2007-09-20 |
Devang Patel | Update aux. info associated with an instruction before... |
commit | commitdiff | tree | snapshot |
2007-09-20 |
Devang Patel | Do not override user specified section. |
commit | commitdiff | tree | snapshot |
2007-09-20 |
Devang Patel | Don't increment invalid iterator. |
commit | commitdiff | tree | snapshot |
2007-09-20 |
Duncan Sands | Testcase for PR1678. |
commit | commitdiff | tree | snapshot |
2007-09-20 |
Evan Cheng | Disable if-conversion for this test. |
commit | commitdiff | tree | snapshot |
2007-09-20 |
Evan Cheng | -enable-arm-if-conversion is gone. |
commit | commitdiff | tree | snapshot |
2007-09-20 |
Dale Johannesen | Fix dumb regression in constant folding (Regression... |
commit | commitdiff | tree | snapshot |
2007-09-20 |
Gordon Henriksen | Regenerate. |
commit | commitdiff | tree | snapshot |
2007-09-20 |
Gordon Henriksen | Incorporating review feedback for GC verifier patch. |
commit | commitdiff | tree | snapshot |
2007-09-20 |
Dan Gohman | Fix several more entries in the x86 reload/remat foldin... |
commit | commitdiff | tree | snapshot |
2007-09-20 |
Gabor Greif | use typenames equivalent to |
commit | commitdiff | tree | snapshot |
2007-09-20 |
Dale Johannesen | another long double buglet |
commit | commitdiff | tree | snapshot |
2007-09-20 |
Nick Lewycky | Excuse me. |
commit | commitdiff | tree | snapshot |
2007-09-20 |
Nick Lewycky | Fix optimization. %x = sub %x, %y does not imply that... |
commit | commitdiff | tree | snapshot |
next |