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 |
2008-07-22 |
Evan Cheng | Fix pr2566: incorrect assumption about bit_convert... |
commit | commitdiff | tree | snapshot |
2008-07-22 |
Dan Gohman | Add insertvalue and extractvalue folding support in... |
commit | commitdiff | tree | snapshot |
2008-07-22 |
Devang Patel | Remove temp. files in the end. |
commit | commitdiff | tree | snapshot |
2008-07-22 |
Devang Patel | While creating temp. file on disk, if the current filen... |
commit | commitdiff | tree | snapshot |
2008-07-22 |
Evan Cheng | Fix PR2574: implement v2f32 scalar_to_vector. |
commit | commitdiff | tree | snapshot |
2008-07-22 |
Dan Gohman | IRBuilder support for insertvalue and extractvalue. |
commit | commitdiff | tree | snapshot |
2008-07-22 |
Dan Gohman | Assert that the DAG root value is a chain value. |
commit | commitdiff | tree | snapshot |
2008-07-22 |
Devang Patel | Handle bitcode wrappers. |
commit | commitdiff | tree | snapshot |
2008-07-22 |
Dan Gohman | Make the GraphRoot edge look like a chain edge, which... |
commit | commitdiff | tree | snapshot |
2008-07-22 |
Anton Korobeynikov | Provide default implementation of different small-secti... |
commit | commitdiff | tree | snapshot |
2008-07-22 |
Anton Korobeynikov | Tie small stuff to non-small by default on ELF platforms |
commit | commitdiff | tree | snapshot |
2008-07-22 |
Bruno Cardoso... | simplified small section logic |
commit | commitdiff | tree | snapshot |
2008-07-22 |
Anton Korobeynikov | Fix encoding of atomic compare and swap for i64 |
commit | commitdiff | tree | snapshot |
2008-07-22 |
Bruno Cardoso... | Added small section asm emition logic for mips. |
commit | commitdiff | tree | snapshot |
2008-07-22 |
Bruno Cardoso... | Basic support for small sections |
commit | commitdiff | tree | snapshot |
2008-07-22 |
Bill Wendling | Remove more tabs. |
commit | commitdiff | tree | snapshot |
2008-07-22 |
Bill Wendling | Remove another tab. |
commit | commitdiff | tree | snapshot |
2008-07-22 |
Bill Wendling | More tab removals. |
commit | commitdiff | tree | snapshot |
2008-07-22 |
Bill Wendling | Removing tabs. |
commit | commitdiff | tree | snapshot |
2008-07-22 |
Bill Wendling | Use — because. |
commit | commitdiff | tree | snapshot |
2008-07-22 |
Bill Wendling | Remove references to llvm-gcc-4.0 |
commit | commitdiff | tree | snapshot |
2008-07-22 |
Bill Wendling | Fix grammar. |
commit | commitdiff | tree | snapshot |
2008-07-22 |
Bill Wendling | Another buildbot test commit. |
commit | commitdiff | tree | snapshot |
2008-07-22 |
Dan Gohman | Correct the name of MachineMemOperand's include guard. |
commit | commitdiff | tree | snapshot |
2008-07-22 |
Dan Gohman | Fix a typo in a comment. |
commit | commitdiff | tree | snapshot |
2008-07-22 |
Dan Gohman | Fix multiple-return-value-to-first-class-aggregates... |
commit | commitdiff | tree | snapshot |
2008-07-22 |
Bill Wendling | Trivial check-in to test buildbot. No functionality... |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Dan Gohman | InsertValue and ExtractValue constant expressions are... |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Devang Patel | Provide llvm bitcode file to native object file interface. |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Dan Gohman | Fix grammaros in comments. |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Dan Gohman | Add the PR number to the test. |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Dan Gohman | Fix a bug in LSR's dead-PHI cleanup. If a PHI has a... |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Dan Gohman | Enhance the GraphWriter support for edge destinations... |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Dan Gohman | After early-lowering the FORMAL_ARGUMENTS node, delete it. |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Evan Cheng | Eliminate a compilation warning. |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Dan Gohman | Add titles to the various SelectionDAG viewGraph calls |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Dan Gohman | Make the GraphWriter be more consistent about the string |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Dan Gohman | Fix uses of underscore-capital names. |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Bruno Cardoso... | Added initial support for small sections on Mips. |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Dan Gohman | Now that the MachineInstr leaks are fixed, enable leak... |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Bill Wendling | Temporary hack to build with GCC 4.0 instead of 4.2. |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Anton Korobeynikov | Use better variable names |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Anton Korobeynikov | Don't use larger alignment. |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Duncan Sands | Add VerifyNode, a place to put sanity checks on |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Evan Cheng | Use movaps instead of movups to spill 16-byte vector... |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Nick Lewycky | Revert r53812 -- premature. LegalizeTypes isn't actuall... |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Nick Lewycky | Switch on the use of arbitrary precision integers in... |
commit | commitdiff | tree | snapshot |
2008-07-20 |
Wojciech Matyjewicz | This header isn't necessary now. |
commit | commitdiff | tree | snapshot |
2008-07-20 |
Wojciech Matyjewicz | Fix PR2088. Use modulo linear equation solver to comput... |
commit | commitdiff | tree | snapshot |
next |