Age | Commit message (Expand) | Author |
2006-06-15 | Vector extract / insert index operand should have ptr type. | Evan Cheng |
2006-06-15 | Type of extract_element index operand should be iPTR. | Evan Cheng |
2006-06-15 | Type of vector extract / insert index operand should be iPTR. | Evan Cheng |
2006-06-15 | Consistency. EXTRACT_ELEMENT index operand should have ptr type. | Evan Cheng |
2006-06-15 | Assert. Rather than silently stop printing. | Evan Cheng |
2006-06-15 | Instructions with variable operands (variable_ops) can have a number required | Evan Cheng |
2006-06-14 | X86 call instructions can take variable number of operands. Parameters of | Evan Cheng |
2006-06-14 | add a note | Chris Lattner |
2006-06-14 | Add argument registers to the end of call operand list (partial fix). | Evan Cheng |
2006-06-14 | Change versioning to per debug info descriptor (merged with tag.) | Jim Laskey |
2006-06-14 | Place dwarf headers at earliest possible point. Well behaved when skipping | Jim Laskey |
2006-06-14 | Fix Transforms/LoopUnswitch/2006-06-13-SingleEntryPHI.ll, a loop unswitch | Chris Lattner |
2006-06-14 | When asked not to delete useless PHIs, really don't delete them, no matter how | Owen Anderson |
2006-06-14 | Use the PotDoms map to memoize 'dominating value' lookup. With this patch, | Chris Lattner |
2006-06-13 | Fix another instance where PHI nodes need special treatment. | Owen Anderson |
2006-06-13 | Update isLCSSAForm to handle PHI nodes specially for live-out detection. This | Owen Anderson |
2006-06-13 | I am sure I had commited this workaround before. Perhaps soon I should sort ... | Andrew Lenharth |
2006-06-13 | Fix a bug that was causing major slowdowns in povray. This was due to LCSSA | Owen Anderson |
2006-06-13 | It really helps to be returning to the correct place | Andrew Lenharth |
2006-06-13 | Port some bugfixes in shift handling from SimplifyDemandedBits over to | Chris Lattner |
2006-06-13 | TargetLowering::ComputeMaskedBits was not clearing reciprocal bits on shifts. | Jim Laskey |
2006-06-13 | Cygwin support: use _alloca to allocate stack if > 4k. Patch by Anton Korobey... | Evan Cheng |
2006-06-12 | Gaar! Don't use r11 for CR save/restore, use R0. R11 can be register | Chris Lattner |
2006-06-12 | Fix spilling and reloading of CR regs to reload the right values. This fixes | Chris Lattner |
2006-06-12 | Reapply my 6/9 changes. The bug Evan saw no longer occurs. | Owen Anderson |
2006-06-12 | Fix an infinite loop on Transforms/SimplifyCFG/2006-06-12-InfLoop.ll | Chris Lattner |
2006-06-12 | Make sure to update the CFG correctly if a switch only has a default dest. | Chris Lattner |
2006-06-12 | Let the alpha breakage begin. First Formals and RET. next Calls | Andrew Lenharth |
2006-06-12 | Start on my todo list | Andrew Lenharth |
2006-06-12 | lower more then 4 formal arguments. The offset is currently hard coded. | Rafael Espindola |
2006-06-12 | Fix for 2006-06-26-MultipleExitsSingleBlock. | Owen Anderson |
2006-06-11 | Re-commit the safe parts of my 6/9 patch. Still working on fixing the unsafe... | Owen Anderson |
2006-06-11 | Back out Owen's 6/9 changes. They broke MultiSource/Benchmarks/Prolangs-C/bis... | Evan Cheng |
2006-06-10 | Add a missing assertion that would have helped out Reid | Chris Lattner |
2006-06-10 | Work around a nasty tblgen bug where it doesn't add operands for varargs | Chris Lattner |
2006-06-10 | Fix a problem exposed by the local allocator. CALL instructions are not marked | Chris Lattner |
2006-06-09 | Don't pull in environ, not always safe. Global variables are bad anyway. | Evan Cheng |
2006-06-09 | Add LCSSA as a requirement for LoopUnswitch, and assert that LoopUnswitch pre... | Owen Anderson |
2006-06-09 | Make Loop able to verify that it is in LCSSA-form, and have the LCSSA pass as... | Owen Anderson |
2006-06-09 | Comments to appease sabre. | Evan Cheng |
2006-06-09 | Minor compilation speed improvement. | Evan Cheng |
2006-06-09 | RewriteExpr, either the new PHI node of induction variable or the | Evan Cheng |
2006-06-08 | Update some comments, and expose LCSSAID in preparation for having other passes | Owen Anderson |
2006-06-08 | Fix X86/inline-asm.ll:test2, a case where an input value was implicitly | Chris Lattner |
2006-06-08 | Fix Regression/CodeGen/X86/inline-asm.ll, a case where inline asm causes | Chris Lattner |
2006-06-08 | Squelch a warning about signed/unsigned. | Reid Spencer |
2006-06-08 | Add support for "m" inline asm constraints. | Chris Lattner |
2006-06-08 | Fix an assert-on-inline-inline-asm bug. | Chris Lattner |
2006-06-08 | For PR804: | Reid Spencer |
2006-06-08 | Remove dead code. | Vladimir Prus |