2008-07-30 |
Bruno Cardoso... | Fixed bug in global address lowering for functions... |
commit | commitdiff | tree | snapshot |
2008-07-30 |
Bruno Cardoso... | Removed small section flag for mips, the assembler... |
commit | commitdiff | tree | snapshot |
2008-07-30 |
Bruno Cardoso... | Added new features to represent specific instructions... |
commit | commitdiff | tree | snapshot |
2008-07-30 |
Bruno Cardoso... | Instruction definition cleanup |
commit | commitdiff | tree | snapshot |
2008-07-30 |
Matthijs Kooijman | Document BasicBlock::Create. |
commit | commitdiff | tree | snapshot |
2008-07-30 |
Matthijs Kooijman | Not that using stream headers other than iostream is... |
commit | commitdiff | tree | snapshot |
2008-07-30 |
Mon P Wang | Added support for overloading intrinsics (atomics)... |
commit | commitdiff | tree | snapshot |
2008-07-30 |
Eli Friedman | Another SCEV issue from PR2607; essentially the same... |
commit | commitdiff | tree | snapshot |
2008-07-30 |
Owen Anderson | More fixes for corner cases when remapping live range... |
commit | commitdiff | tree | snapshot |
2008-07-30 |
Owen Anderson | When merging live intervals, we also need to merge... |
commit | commitdiff | tree | snapshot |
2008-07-30 |
Eli Friedman | Fix for PR2607: SCEV miscomputing the loop count for... |
commit | commitdiff | tree | snapshot |
2008-07-29 |
Owen Anderson | When merging a PHI operand's live interval into the... |
commit | commitdiff | tree | snapshot |
2008-07-29 |
Owen Anderson | Don't decrement the BB remap when we don't need to. |
commit | commitdiff | tree | snapshot |
2008-07-29 |
Duncan Sands | Fix PR2609. If a label is deleted, then it needs |
commit | commitdiff | tree | snapshot |
2008-07-29 |
Bruno Cardoso... | Changed some methods order. |
commit | commitdiff | tree | snapshot |
2008-07-29 |
Nate Begeman | Fix broken CellSPU lowering, re-instate braces in Legalize |
commit | commitdiff | tree | snapshot |
2008-07-29 |
Bruno Cardoso... | Added floating point lowering for select. |
commit | commitdiff | tree | snapshot |
2008-07-29 |
Duncan Sands | Set the executable bit - means it can actually |
commit | commitdiff | tree | snapshot |
2008-07-29 |
Nate Begeman | Disable a fix in the previous patch, since it breaks... |
commit | commitdiff | tree | snapshot |
2008-07-29 |
Nate Begeman | Add vector shifts to the IR, patch by Eli Friedman. |
commit | commitdiff | tree | snapshot |
2008-07-29 |
Matthijs Kooijman | Add -unroll-allow-partial command line option that... |
commit | commitdiff | tree | snapshot |
2008-07-29 |
Matthijs Kooijman | Restructure ArgumentPromotion a bit. Instead of just... |
commit | commitdiff | tree | snapshot |
2008-07-29 |
Matthijs Kooijman | Improve bugpoint output a bit by outputting the actual... |
commit | commitdiff | tree | snapshot |
2008-07-29 |
Matthijs Kooijman | Add a GetElementPtrInst::getIndexedType that accepts... |
commit | commitdiff | tree | snapshot |
2008-07-29 |
Evan Cheng | Fix for PR2578. Do not split off a block whose size... |
commit | commitdiff | tree | snapshot |
2008-07-29 |
Dan Gohman | Revert 54147. |
commit | commitdiff | tree | snapshot |
2008-07-28 |
Dan Gohman | Add x86 isel patterns to match what would be a ZERO_EXT... |
commit | commitdiff | tree | snapshot |
2008-07-28 |
Dan Gohman | Fold the useful features of alist and alist_node into... |
commit | commitdiff | tree | snapshot |
2008-07-28 |
Owen Anderson | Don't remove volatile loads. Thanks to Duncan for... |
commit | commitdiff | tree | snapshot |
2008-07-28 |
Bill Wendling | Remove extra lines |
commit | commitdiff | tree | snapshot |
2008-07-28 |
Bruno Cardoso... | Disable gp_rel relocation for constant pools access... |
commit | commitdiff | tree | snapshot |
2008-07-28 |
Duncan Sands | Since build_vector is a variadic node, the number |
commit | commitdiff | tree | snapshot |
2008-07-28 |
Duncan Sands | This is not a binary file. |
commit | commitdiff | tree | snapshot |
2008-07-28 |
Bruno Cardoso... | Added floating point lowering for setcc and brcond. |
commit | commitdiff | tree | snapshot |
2008-07-28 |
Duncan Sands | Test this differently: I saw this test fail |
commit | commitdiff | tree | snapshot |
2008-07-28 |
Bill Wendling | Don't build with 4.0. |
commit | commitdiff | tree | snapshot |
2008-07-28 |
Dan Gohman | Fix a typo in a comment. |
commit | commitdiff | tree | snapshot |
2008-07-28 |
Dan Gohman | Reword a comment to be less ambiguous. |
commit | commitdiff | tree | snapshot |
2008-07-28 |
Dan Gohman | Fix a bashism in TestRunner.sh. |
commit | commitdiff | tree | snapshot |
2008-07-28 |
Owen Anderson | Add support for eliminating stores that store the same... |
commit | commitdiff | tree | snapshot |
2008-07-28 |
Owen Anderson | Fix a subtle bug when removing instructions from memdep... |
commit | commitdiff | tree | snapshot |
2008-07-27 |
Bill Wendling | Remove <iostream> include. |
commit | commitdiff | tree | snapshot |
2008-07-27 |
Dan Gohman | Don't use reinterpret_cast when it isn't needed. |
commit | commitdiff | tree | snapshot |
2008-07-27 |
Dan Gohman | Make the ScheduleDAG's GraphRoot edge be blue and dashe... |
commit | commitdiff | tree | snapshot |
2008-07-27 |
Dan Gohman | Rename SDOperand to SDValue. |
commit | commitdiff | tree | snapshot |
2008-07-27 |
Dan Gohman | Tidy SDNode::use_iterator, and complete the transition... |
commit | commitdiff | tree | snapshot |
2008-07-27 |
Dan Gohman | Fix embedded CRLF characters. |
commit | commitdiff | tree | snapshot |
2008-07-27 |
Dan Gohman | Rename isOnlyUseOf to isOnlyUserOf. |
commit | commitdiff | tree | snapshot |
2008-07-27 |
Dan Gohman | Improve comments for SDNode use-count methods. No funct... |
commit | commitdiff | tree | snapshot |
2008-07-27 |
Duncan Sands | Some binary operations were being treated as |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Owen Anderson | Fix the issues originally addressed in r54070. After... |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Owen Anderson | Revert my previous patch. In retrospect, this is compl... |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Owen Anderson | Special cases are needed in renumbering when dealing... |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Owen Anderson | In order to avoid reprocessing a register more than... |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Owen Anderson | Remove live interval entries for an interval if we... |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Owen Anderson | Properly remap live ranges whose end indices are the... |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Dan Gohman | Rename the version of CreateRet that's a convenience... |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Owen Anderson | Make the remapping of interval indices (particularly... |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Duncan Sands | Fix error: ‘std::ostream’ has not been declared |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Nate Begeman | Fix test RUN line |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Nate Begeman | Disable mov{L, LP, HP, HLP, *DUP} shuffles for mmx |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Nate Begeman | Remove unnecessary implicit argument |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Nate Begeman | Fix minor issues with VICmp/VFCmp constant expressions |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Nate Begeman | Fit in 80 cols |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Nate Begeman | Allow verifier to be run on partially materialized... |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Nate Begeman | Add predicate for GhostLinkage, used by the JIT |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Nate Begeman | Remove dead PatLeaf; there are a number of issues aroun... |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Nate Begeman | Tab removal |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Dan Gohman | Add a #include for the uses of uint64_t. |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Dan Gohman | This test needs -aggressive-remat enabled. |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Dan Gohman | Disable the new aggressive remat logic introduced in... |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Mon P Wang | When splitting a vector shuffle, fixed which type we... |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Evan Cheng | Teach ARM isLegalAddressingMode to handle unknown type... |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Dan Gohman | Add a #include <cassert>, since this file use assert. |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Dan Gohman | Apply a patch from Mahadevan R, with minor formatting... |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Dan Gohman | Use AliasAnalysis::pointsToConstantMemory in SDISel... |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Dan Gohman | Enable rematerialization of constants using AliasAnalys... |
commit | commitdiff | tree | snapshot |
2008-07-24 |
Dan Gohman | Put the LICM of constant GlobalVariables, introduced... |
commit | commitdiff | tree | snapshot |
2008-07-24 |
Dan Gohman | Add target triples so these tests behave as expected... |
commit | commitdiff | tree | snapshot |
2008-07-24 |
Dan Gohman | Avoid emitting casts in static initializer contexts... |
commit | commitdiff | tree | snapshot |
2008-07-24 |
Owen Anderson | Store the predecessor MBB in the PHIUnion, rather than... |
commit | commitdiff | tree | snapshot |
2008-07-24 |
Evan Cheng | Fix a catastrophic PPC64 ABI bug: i32 operands which... |
commit | commitdiff | tree | snapshot |
2008-07-24 |
Devang Patel | Create temp. file in current path. |
commit | commitdiff | tree | snapshot |
2008-07-24 |
Devang Patel | Identify llvm bit-code file that is causing linking... |
commit | commitdiff | tree | snapshot |
2008-07-24 |
Evan Cheng | New test case. |
commit | commitdiff | tree | snapshot |
2008-07-24 |
Evan Cheng | Rename instance variables, parameter argument names... |
commit | commitdiff | tree | snapshot |
2008-07-23 |
Owen Anderson | Enable the insertion of empty indices into LiveInterals... |
commit | commitdiff | tree | snapshot |
2008-07-23 |
Owen Anderson | Fix a compile-time regression introduced by my heuristi... |
commit | commitdiff | tree | snapshot |
2008-07-23 |
Dan Gohman | Use C99 aggregate literal syntax for first-class struct... |
commit | commitdiff | tree | snapshot |
2008-07-23 |
Bruno Cardoso... | Minor fixes. |
commit | commitdiff | tree | snapshot |
2008-07-23 |
Chris Lattner | Make CreateBinOp/CreateNeg/CreateNot do constant folding. |
commit | commitdiff | tree | snapshot |
2008-07-23 |
Chris Lattner | "Allow LICM to sink or lift loads from constant memory... |
commit | commitdiff | tree | snapshot |
2008-07-23 |
Chris Lattner | 'Previously, the emacs tablegen mode would highlight... |
commit | commitdiff | tree | snapshot |
2008-07-23 |
Dan Gohman | Update the generated .cvs files. |
commit | commitdiff | tree | snapshot |
2008-07-23 |
Dan Gohman | Enable first-class aggregates support. |
commit | commitdiff | tree | snapshot |
2008-07-23 |
Evan Cheng | Fix PR2485: do all 4-element SSE shuffles in max. of... |
commit | commitdiff | tree | snapshot |
2008-07-22 |
Duncan Sands | LegalizeTypes support for VSETCC. Fixes PR2575. |
commit | commitdiff | tree | snapshot |
2008-07-22 |
Owen Anderson | Change the heuristics used in the coalescer, register... |
commit | commitdiff | tree | snapshot |
2008-07-22 |
Devang Patel | Quit early, if unable to reproduce error using original... |
commit | commitdiff | tree | snapshot |
2008-07-22 |
Evan Cheng | Factor out SSE 4 wide shuffle lowering code into its... |
commit | commitdiff | tree | snapshot |
next |