2009-04-30 |
Jay Foad | Move helper functions for optimizing division by consta... |
commit | commitdiff | tree | snapshot |
2009-04-30 |
Dan Gohman | Set mayLoad on MOVZX32_NOREXrm8 too. |
commit | commitdiff | tree | snapshot |
2009-04-30 |
Dan Gohman | Fix ScalarEvolution::print to print a value for any... |
commit | commitdiff | tree | snapshot |
2009-04-30 |
Evan Cheng | Mark MOV8mr_NOREX and MOV8rm_NOREX as mayStore / mayLoa... |
commit | commitdiff | tree | snapshot |
2009-04-30 |
Bill Wendling | Remove unused flags. |
commit | commitdiff | tree | snapshot |
2009-04-30 |
Chris Lattner | fix a regression handling indirect results: these need... |
commit | commitdiff | tree | snapshot |
2009-04-30 |
Bill Wendling | Fix the JIT bindings for ocaml. |
commit | commitdiff | tree | snapshot |
2009-04-30 |
Chris Lattner | remove progname which is never set. PR4085 |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Bill Wendling | Error out with bad optimization level specified. |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Bill Wendling | Remove LTO optimization level. |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Bill Wendling | Instead of passing in an unsigned value for the optimiz... |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Bill Wendling | Add support for a character after a command line option... |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Dale Johannesen | Print correct instruction in dump. |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Nate Begeman | Fix infinite recursion in the C++ code which handles... |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Dan Gohman | Implement getSCEVAtScope for SCEV cast expressions. |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Dan Gohman | Generalize the cast-of-addrec folding to handle folding... |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Dan Gohman | Reword and tidy up some comments. |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Bill Wendling | Don't use 'false' for 'fast isel' here. |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Dan Gohman | Fix this test to match the new output from scalar-evolu... |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Jakob Stoklund... | MachineInstr::isRegTiedTo{Use,Def}Operand can safely... |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Dan Gohman | Include the source type in SCEV cast expression debug... |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Nate Begeman | Update comment, replace theoretically impossible check... |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Dale Johannesen | Fix recent regression in gcc.dg/pr26719.c (6835035). |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Sanjiv Gupta | Add directive to declare external globals. |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Evan Cheng | spillPhysRegAroundRegDefsUses() may have invalidated... |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Chris Lattner | testcase for PR4082 |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Nate Begeman | Implement review feedback for vector shuffle work. |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Sanjiv Gupta | Add a public method called getAddressSpace() to the... |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Chris Lattner | Disable the load-shrinking optimization from looking at |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Dan Gohman | Update comments to reflect the current code. |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Dan Gohman | Add some more doxygen comments to SCEVAddRec. |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Evan Cheng | Determine allocation 'preference' with right register... |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Bill Wendling | The second part of the change from -fast to -O#. This... |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Bill Wendling | Second attempt: |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Bill Wendling | Correct comment. |
commit | commitdiff | tree | snapshot |
2009-04-28 |
Dan Gohman | As with r70333, give the primary induction variable... |
commit | commitdiff | tree | snapshot |
2009-04-28 |
Dan Gohman | Make this testcase slightly less trivial, so that it... |
commit | commitdiff | tree | snapshot |
2009-04-28 |
Dan Gohman | Fix a grammaro in a comment. |
commit | commitdiff | tree | snapshot |
2009-04-28 |
Anton Korobeynikov | Properly print 'P' modifier on inline asm memory operands. |
commit | commitdiff | tree | snapshot |
2009-04-28 |
Bob Wilson | Fix trailing whitespace and 80-col. violations in recen... |
commit | commitdiff | tree | snapshot |
2009-04-28 |
Evan Cheng | Move getMatchingSuperReg() out of coalescer and into... |
commit | commitdiff | tree | snapshot |
2009-04-28 |
Dale Johannesen | Test for llvm-gcc bug fixed by 70301. |
commit | commitdiff | tree | snapshot |
2009-04-28 |
Sanjiv Gupta | GlobalValue is always pointer type, so an assert isn... |
commit | commitdiff | tree | snapshot |
2009-04-28 |
Stefanus Du... | Fix choice of version of Windows callback to use to... |
commit | commitdiff | tree | snapshot |
2009-04-28 |
Jakob Stoklund... | Don't coalesce a physical register with an incompatible... |
commit | commitdiff | tree | snapshot |
2009-04-28 |
Sanjiv Gupta | Initialized arrays can be in any address space. |
commit | commitdiff | tree | snapshot |
2009-04-28 |
Jakob Stoklund... | Move getSubRegisterRegClass from ScheduleDagSDNodesEmit... |
commit | commitdiff | tree | snapshot |
2009-04-28 |
Evan Cheng | Fix PR4034. Bug in LiveInterval::join when it's compact... |
commit | commitdiff | tree | snapshot |
2009-04-28 |
Jakob Stoklund... | Initial test commit |
commit | commitdiff | tree | snapshot |
2009-04-28 |
Evan Cheng | Fix for PR4051. When 2address pass delete an instructio... |
commit | commitdiff | tree | snapshot |
2009-04-28 |
Bill Wendling | r70270 isn't ready yet. Back this out. Sorry for the... |
commit | commitdiff | tree | snapshot |
2009-04-28 |
Bill Wendling | Massive check in. This changes the "-fast" flag to... |
commit | commitdiff | tree | snapshot |
2009-04-27 |
Dan Gohman | Remove an obsolete comment. |
commit | commitdiff | tree | snapshot |
2009-04-27 |
Dale Johannesen | Fix PR 4086, a bug in FP IV elimination. |
commit | commitdiff | tree | snapshot |
2009-04-27 |
Evan Cheng | Fix PR4076. Correctly create live interval of physical... |
commit | commitdiff | tree | snapshot |
2009-04-27 |
Dan Gohman | Permit ChangeCompareStride to rewrite a comparison... |
commit | commitdiff | tree | snapshot |
2009-04-27 |
Jeffrey Yasskin | Add tests for WeakVH and AssertingVH. These pointed... |
commit | commitdiff | tree | snapshot |
2009-04-27 |
Dan Gohman | Teach getZeroExtendExpr and getSignExtendExpr to use... |
commit | commitdiff | tree | snapshot |
2009-04-27 |
Chris Lattner | give bitstreamreader an API to ignore names for blocks... |
commit | commitdiff | tree | snapshot |
2009-04-27 |
Owen Anderson | Don't skip the CopyMI when removing kill markers. |
commit | commitdiff | tree | snapshot |
2009-04-27 |
Duncan Sands | Now that PR2957 is resolved, remove a bunch of |
commit | commitdiff | tree | snapshot |
2009-04-27 |
Dale Johannesen | Test for (llvm-gcc) 70231. |
commit | commitdiff | tree | snapshot |
2009-04-27 |
Nate Begeman | Revert accidental testcase reduction |
commit | commitdiff | tree | snapshot |
2009-04-27 |
Nate Begeman | 2nd attempt, fixing SSE4.1 issues and implementing... |
commit | commitdiff | tree | snapshot |
2009-04-27 |
Chris Lattner | Print statistics for each record kind saying the number... |
commit | commitdiff | tree | snapshot |
2009-04-27 |
Chris Lattner | clean up the output of llvm-bcanalyzer by using printf |
commit | commitdiff | tree | snapshot |
2009-04-27 |
Evan Cheng | Fix PR4056. It's possible a physical register def is... |
commit | commitdiff | tree | snapshot |
2009-04-27 |
Evan Cheng | Also delete last unused val#. |
commit | commitdiff | tree | snapshot |
2009-04-27 |
Dan Gohman | Rename GR8_ABCD to GR8_ABCD_L and create GR8_ABCD_H... |
commit | commitdiff | tree | snapshot |
2009-04-27 |
Dan Gohman | Rename GR8_, GR16_, GR32_, and GR64_ to GR8_ABCD, GR16_... |
commit | commitdiff | tree | snapshot |
2009-04-27 |
Dan Gohman | Break up long multi-mnemonic strings into separate... |
commit | commitdiff | tree | snapshot |
2009-04-27 |
Dan Gohman | Fix the syntax for a PR number in a test. |
commit | commitdiff | tree | snapshot |
2009-04-27 |
Duncan Sands | Fix some confusion in the Ada f-e build instructions... |
commit | commitdiff | tree | snapshot |
2009-04-27 |
Mon P Wang | Revised 68749 to allow matching of load/stores for... |
commit | commitdiff | tree | snapshot |
2009-04-27 |
Nick Lewycky | Under unusual circumstances (jitting a function that... |
commit | commitdiff | tree | snapshot |
2009-04-27 |
Sanjiv Gupta | Now that any size of integer indices are allowed for... |
commit | commitdiff | tree | snapshot |
2009-04-27 |
Dan Gohman | Make this test slightly more strict. |
commit | commitdiff | tree | snapshot |
2009-04-27 |
Dan Gohman | When transforming sext(trunc(load(x))) into sext(smalle... |
commit | commitdiff | tree | snapshot |
2009-04-27 |
Dan Gohman | Handle ands with ~0 correctly too. This fixes PR4052. |
commit | commitdiff | tree | snapshot |
2009-04-27 |
Dan Gohman | Improve bugpoint's error messages when it runs out... |
commit | commitdiff | tree | snapshot |
2009-04-26 |
Chris Lattner | Add two new record types to the blockinfo block: |
commit | commitdiff | tree | snapshot |
2009-04-26 |
Chris Lattner | make BitstreamCursor's copyable and assignable. |
commit | commitdiff | tree | snapshot |
2009-04-26 |
Chris Lattner | Make a major API change to BitstreamReader: split all... |
commit | commitdiff | tree | snapshot |
2009-04-26 |
Bill Wendling | I cast, therefore I think I know what I'm doing. |
commit | commitdiff | tree | snapshot |
2009-04-26 |
Bill Wendling | Use uint64_t instead of unsigned. |
commit | commitdiff | tree | snapshot |
2009-04-26 |
Chris Lattner | revert an incorrect patch. This causes crashes all... |
commit | commitdiff | tree | snapshot |
2009-04-26 |
Bill Wendling | Suppress warnings about conversion shortening 64-bit... |
commit | commitdiff | tree | snapshot |
2009-04-26 |
Sanjiv Gupta | Any size of integral indices are allowed in gep for... |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Chris Lattner | improve documentation on build configurations, patch by |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Chris Lattner | add testcase for strange types of gep indices |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Chris Lattner | Add a new TypeBuilder helper class, which eases making... |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Chris Lattner | improve documentation around memory lifetimes, |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Chris Lattner | aDd support for building a subset of the llvm tools... |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Chris Lattner | testcase and asmparser fix for PR4066 |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Chris Lattner | Allow aliasee to be a GEP or bitcast instead of just... |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Chris Lattner | Update docs to not mention gcse/loadvn and mention... |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Bill Wendling | Use intptr_t. |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Mon P Wang | size() should return a size_t; avoids a warning for... |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Evan Cheng | Reuse unused val#'s to avoid running out of memory... |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Chris Lattner | DenseMap.h needs <new> because it explicitly calls... |
commit | commitdiff | tree | snapshot |
next |