2008-12-23 |
Anton Korobeynikov | Sometimes APInt syntax is really ugly... :( |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Anton Korobeynikov | Indent stuff properly |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Anton Korobeynikov | Initial checkin of APInt'ififcation of switch lowering |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Devang Patel | Silence unused variable warnings. |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Devang Patel | Fix typo. |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Devang Patel | Silience unused warnings. |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Dan Gohman | Clean up the atomic opcodes in SelectionDAG. |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Chris Lattner | add some notes for simplifylibcalls optimizations |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Chris Lattner | Testcase to show we can tie together integers and point... |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Steve Naroff | Tweak --version to include the date and time. |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Dan Gohman | Rename BuildSchedUnits to BuildSchedGraph, and refactor the |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Dan Gohman | Comment MO_FPImmediate and doxygenate surrounding comments. |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Dan Gohman | Use isTerminator() instead of isBranch()||isReturn... |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Dan Gohman | Avoid an unnecessary call to allnodes_size(), which... |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Dan Gohman | Minor code simplifications. |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Zhongxing Xu | revert r61368. |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Zhongxing Xu | Remove dead code. |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Mon P Wang | Added shuffle and splat test cases for r61365. |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Mon P Wang | Fixed code generation for v8i16 and v16i8 splats on... |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Dale Johannesen | Fix the time regression I introduced in 464.h264ref... |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Dale Johannesen | One more permutation of subtracting off a base value. |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Owen Anderson | Don't forget to remove phi nodes from the value numberi... |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Dan Gohman | Make the fuse-failed debug output human-readable. |
commit | commitdiff | tree | snapshot |
2008-12-22 |
Bill Wendling | Comment clean-ups. No functionality change. |
commit | commitdiff | tree | snapshot |
2008-12-22 |
Bill Wendling | Check that the instruction isn't in the value numbering... |
commit | commitdiff | tree | snapshot |
2008-12-22 |
Bill Wendling | Simplification: Negate the operator== method instead... |
commit | commitdiff | tree | snapshot |
2008-12-22 |
Bill Wendling | Add verification that deleted instruction isn't hiding... |
commit | commitdiff | tree | snapshot |
2008-12-22 |
Bill Wendling | Verify removed in a few more places. |
commit | commitdiff | tree | snapshot |
2008-12-22 |
Bill Wendling | Add verification functions to GVN which check to see... |
commit | commitdiff | tree | snapshot |
2008-12-22 |
Dan Gohman | Refactor a bunch of code out of AsmPrinter::EmitGlobalC... |
commit | commitdiff | tree | snapshot |
2008-12-22 |
Dan Gohman | Optimize setDepthDirty and setHeightDirty a little... |
commit | commitdiff | tree | snapshot |
2008-12-22 |
Dan Gohman | Add an assertion to the ScheduleDAGInstrs class to... |
commit | commitdiff | tree | snapshot |
2008-12-22 |
Dan Gohman | Add an accesor for the isNormalMemory field in the... |
commit | commitdiff | tree | snapshot |
2008-12-22 |
Dan Gohman | Add an assertion to catch SUnits reallocations. And... |
commit | commitdiff | tree | snapshot |
2008-12-22 |
Dan Gohman | Clarify a comment. |
commit | commitdiff | tree | snapshot |
2008-12-21 |
Mikhail Glushenkov | Use ignore & grep instead of XFAIL. |
commit | commitdiff | tree | snapshot |
2008-12-21 |
Nick Lewycky | Turn strcmp into memcmp, such as strcmp(P, "x") --... |
commit | commitdiff | tree | snapshot |
2008-12-20 |
Dan Gohman | Fix fast-isel to not emit invalid assembly when present... |
commit | commitdiff | tree | snapshot |
2008-12-20 |
Dan Gohman | Reword the comment for ConstantInt's getLimitedValue. |
commit | commitdiff | tree | snapshot |
2008-12-20 |
Nick Lewycky | Remove redundant test for vector-nature. Scan the vecto... |
commit | commitdiff | tree | snapshot |
2008-12-20 |
Dan Gohman | LiveInterval::removeKills and isKill don't need 'this... |
commit | commitdiff | tree | snapshot |
2008-12-20 |
Dan Gohman | Use SmallVector's pop_back_val. |
commit | commitdiff | tree | snapshot |
2008-12-20 |
Dan Gohman | Use the correct Preds and Succs lists in setHeightDirty() |
commit | commitdiff | tree | snapshot |
2008-12-19 |
Bill Wendling | More precise XFAIL. |
commit | commitdiff | tree | snapshot |
2008-12-19 |
Bill Wendling | Un-XFAIL this test because it's passing and John doesn... |
commit | commitdiff | tree | snapshot |
2008-12-19 |
Dan Gohman | Use ~0u instead of -1u as the special value, to hopeful... |
commit | commitdiff | tree | snapshot |
2008-12-19 |
Evan Cheng | Fix PR3149. If an early clobber def is a physical regis... |
commit | commitdiff | tree | snapshot |
2008-12-19 |
John Criswell | The fields for the stoppoint debug intrinsic have not... |
commit | commitdiff | tree | snapshot |
2008-12-19 |
Bill Wendling | This test works again for Darwin because a patch was... |
commit | commitdiff | tree | snapshot |
2008-12-19 |
Gordon Henriksen | Add dyn_cast_or_null bindings for some additional class... |
commit | commitdiff | tree | snapshot |
2008-12-19 |
Gordon Henriksen | C bindings for dyn_cast_or_null. |
commit | commitdiff | tree | snapshot |
2008-12-19 |
Chris Lattner | Add support for writing LLVM IR to a specified Bitstrea... |
commit | commitdiff | tree | snapshot |
2008-12-19 |
Dan Gohman | Move the patterns which have i8 immediates before the... |
commit | commitdiff | tree | snapshot |
2008-12-19 |
Dan Gohman | Use dyn_cast intead of isa + cast in the generated... |
commit | commitdiff | tree | snapshot |
2008-12-19 |
Evan Cheng | - CodeGenPrepare does not split loop back edges but... |
commit | commitdiff | tree | snapshot |
2008-12-19 |
Chris Lattner | Fix some release-assert warnings |
commit | commitdiff | tree | snapshot |
2008-12-19 |
Rafael Espindola | Fix bug 3202. |
commit | commitdiff | tree | snapshot |
2008-12-19 |
Nick Lewycky | Update the .cvs files for nocapture. |
commit | commitdiff | tree | snapshot |
2008-12-19 |
Nick Lewycky | Commit missed files from nocapture change. |
commit | commitdiff | tree | snapshot |
2008-12-19 |
Nick Lewycky | Resubmit support for the 'nocapture' attribute. |
commit | commitdiff | tree | snapshot |
2008-12-19 |
Bill Wendling | Perform this loop only when the -debug flag is specified. |
commit | commitdiff | tree | snapshot |
2008-12-19 |
Dan Gohman | Initialize the ImplicitDefed member, to avoid getting... |
commit | commitdiff | tree | snapshot |
2008-12-19 |
Dan Gohman | Fix RegScavenger::forward() to work on basic blocks... |
commit | commitdiff | tree | snapshot |
2008-12-19 |
Dan Gohman | Delete the RegScavenging constructor that takes a Machi... |
commit | commitdiff | tree | snapshot |
2008-12-18 |
Mon P Wang | Fix test to account for generating some vector code... |
commit | commitdiff | tree | snapshot |
2008-12-18 |
Bill Wendling | Didn't mean to commit this. |
commit | commitdiff | tree | snapshot |
2008-12-18 |
Dan Gohman | Teach LowerSubregs to preserve kill/dead information... |
commit | commitdiff | tree | snapshot |
2008-12-18 |
Bill Wendling | Re-XFAIL this test until debug stuff settles down. |
commit | commitdiff | tree | snapshot |
2008-12-18 |
Dan Gohman | Make LowerSubregs' debug output for EXTRACT_SUBREG... |
commit | commitdiff | tree | snapshot |
2008-12-18 |
Dan Gohman | Fix a copy+pasto in an assertion message. |
commit | commitdiff | tree | snapshot |
2008-12-18 |
Dan Gohman | Fix indentation level. |
commit | commitdiff | tree | snapshot |
2008-12-18 |
Dan Gohman | When emitting instructions that define EFLAGS and the... |
commit | commitdiff | tree | snapshot |
2008-12-18 |
Dan Gohman | When setting up the frame pointer, add it as a live... |
commit | commitdiff | tree | snapshot |
2008-12-18 |
Dan Gohman | Print subreg information in MachineInstr::dump. |
commit | commitdiff | tree | snapshot |
2008-12-18 |
Mon P Wang | Fixed x86 code generation of multiple for v2i64. It... |
commit | commitdiff | tree | snapshot |
2008-12-18 |
Mon P Wang | Added some basic test cases for r61209 |
commit | commitdiff | tree | snapshot |
2008-12-18 |
Mon P Wang | Added support for vector widening. |
commit | commitdiff | tree | snapshot |
2008-12-18 |
Evan Cheng | Remove dead comments. |
commit | commitdiff | tree | snapshot |
2008-12-18 |
Nick Lewycky | Oops! Left out a line. |
commit | commitdiff | tree | snapshot |
2008-12-18 |
Nick Lewycky | Make all the vector elements positive in an srem of... |
commit | commitdiff | tree | snapshot |
2008-12-18 |
Chris Lattner | Fix PR2929 by making bugpoint/code extract propagate... |
commit | commitdiff | tree | snapshot |
2008-12-18 |
Mikhail Glushenkov | Fix typo in error message. |
commit | commitdiff | tree | snapshot |
2008-12-18 |
Nick Lewycky | Recommit this grammar fix that was backed out along... |
commit | commitdiff | tree | snapshot |
2008-12-18 |
Dan Gohman | Give MachineLICM a name, for -time-passes etc. |
commit | commitdiff | tree | snapshot |
2008-12-18 |
Dan Gohman | Move post-RA scheduling before branch folding for now... |
commit | commitdiff | tree | snapshot |
2008-12-18 |
Owen Anderson | Re-apply r61158 in a form that no longer breaks tests. |
commit | commitdiff | tree | snapshot |
2008-12-18 |
Dale Johannesen | Revert previous patch, appears to break bootstrap. |
commit | commitdiff | tree | snapshot |
2008-12-18 |
Dan Gohman | Mark the x86 fp stack registers as "reserved". This... |
commit | commitdiff | tree | snapshot |
2008-12-18 |
Dale Johannesen | Fix the time regression I introduced in 464.h264ref... |
commit | commitdiff | tree | snapshot |
2008-12-18 |
Chris Lattner | reapply this hunk from Bill's reversion in r61169,... |
commit | commitdiff | tree | snapshot |
2008-12-18 |
Bill Wendling | XFAIL on Linux. |
commit | commitdiff | tree | snapshot |
2008-12-18 |
Chris Lattner | make instnamer name unnamed blocks as well as instructi... |
commit | commitdiff | tree | snapshot |
2008-12-18 |
Bill Wendling | Do not XFAIL. |
commit | commitdiff | tree | snapshot |
2008-12-17 |
Bill Wendling | Temporarily revert r61027. It was causing a bootstrap... |
commit | commitdiff | tree | snapshot |
2008-12-17 |
Devang Patel | XFAIL for now. |
commit | commitdiff | tree | snapshot |
2008-12-17 |
Devang Patel | Xfail these tests for now. |
commit | commitdiff | tree | snapshot |
2008-12-17 |
Devang Patel | Today the front-ends (llvm-gcc and clang) generate... |
commit | commitdiff | tree | snapshot |
2008-12-17 |
Owen Anderson | Revert r61158 for now, as it caused some test failures. |
commit | commitdiff | tree | snapshot |
2008-12-17 |
Owen Anderson | Fix miscompilations caused by renumbering, and enable... |
commit | commitdiff | tree | snapshot |
2008-12-17 |
Chris Lattner | This adds some missing functions to the C binding: |
commit | commitdiff | tree | snapshot |
next |