2009-10-21 |
Anton Korobeynikov | RMW preprocessing stuff was incorrect. Grab the stuff... |
commit | commitdiff | tree | snapshot |
2009-10-21 |
Anton Korobeynikov | Implement branch folding |
commit | commitdiff | tree | snapshot |
2009-10-21 |
Anton Korobeynikov | Cosmetic changes, no functionality changes |
commit | commitdiff | tree | snapshot |
2009-10-21 |
Victor Hernandez | Make changes to rev 84292 as requested by Chris Lattner. |
commit | commitdiff | tree | snapshot |
2009-10-21 |
Bob Wilson | Fix NEON VST2LN instruction encoding. |
commit | commitdiff | tree | snapshot |
2009-10-21 |
Bob Wilson | Revert 84732. It was the wrong fix. |
commit | commitdiff | tree | snapshot |
2009-10-21 |
Devang Patel | Incorporate various suggestions Chris gave during metad... |
commit | commitdiff | tree | snapshot |
2009-10-21 |
Sanjiv Gupta | Build shared lib instead of an archive. |
commit | commitdiff | tree | snapshot |
2009-10-21 |
Jim Grosbach | Cleanup of frame index scavenging. Better code flow... |
commit | commitdiff | tree | snapshot |
2009-10-21 |
Oscar Fuentes | Two corrections for docs/CMake.html. |
commit | commitdiff | tree | snapshot |
2009-10-21 |
Torok Edwin | Fix PR5262: when folding select into PHI, make sure... |
commit | commitdiff | tree | snapshot |
2009-10-21 |
Sanjiv Gupta | Add a pass to overlay pic16 data sections for function... |
commit | commitdiff | tree | snapshot |
2009-10-21 |
Sanjiv Gupta | Added more options to mcc16 driver. |
commit | commitdiff | tree | snapshot |
2009-10-21 |
Evan Cheng | Match more patterns to movt. |
commit | commitdiff | tree | snapshot |
2009-10-21 |
Evan Cheng | Need a comma after imp-use. |
commit | commitdiff | tree | snapshot |
2009-10-21 |
Douglas Gregor | De-bork CMake build |
commit | commitdiff | tree | snapshot |
2009-10-21 |
Chris Lattner | Set comment string, patch by Johnny Chen! |
commit | commitdiff | tree | snapshot |
2009-10-21 |
Chris Lattner | make GVN work better when TD is not around: |
commit | commitdiff | tree | snapshot |
2009-10-21 |
Chris Lattner | tidy |
commit | commitdiff | tree | snapshot |
2009-10-21 |
Bob Wilson | Fix some more NEON instruction encoding problems. |
commit | commitdiff | tree | snapshot |
2009-10-21 |
Devang Patel | Do not remove dead metadata for now. |
commit | commitdiff | tree | snapshot |
2009-10-21 |
Bob Wilson | Leave some NEON instruction encoding bits unspecified... |
commit | commitdiff | tree | snapshot |
2009-10-21 |
Mikhail Glushenkov | Clarify documentation on multi_val options. |
commit | commitdiff | tree | snapshot |
2009-10-21 |
Mikhail Glushenkov | Implement any_[not_]empty and list versions of switch_o... |
commit | commitdiff | tree | snapshot |
2009-10-21 |
Dan Gohman | Revert r84658 and r84691. They were causing llvm-gcc... |
commit | commitdiff | tree | snapshot |
2009-10-21 |
Chris Lattner | IPSCCP is missing stuff. |
commit | commitdiff | tree | snapshot |
2009-10-21 |
Bill Wendling | This is passing on Darwin PPC. |
commit | commitdiff | tree | snapshot |
2009-10-21 |
Jeffrey Yasskin | Delete the MacOSJITEventListener per echristo's request... |
commit | commitdiff | tree | snapshot |
2009-10-21 |
Anton Korobeynikov | Add note |
commit | commitdiff | tree | snapshot |
2009-10-21 |
Anton Korobeynikov | Be crazy and assert in case of unsupported modifier... |
commit | commitdiff | tree | snapshot |
2009-10-21 |
Anton Korobeynikov | Handle external symbols |
commit | commitdiff | tree | snapshot |
2009-10-21 |
Anton Korobeynikov | Distinguish between pcrel imm operands and 'normal... |
commit | commitdiff | tree | snapshot |
2009-10-21 |
Anton Korobeynikov | Add basic block operands & jump kinds |
commit | commitdiff | tree | snapshot |
2009-10-21 |
Anton Korobeynikov | Ignore all implicit reg operands |
commit | commitdiff | tree | snapshot |
2009-10-21 |
Anton Korobeynikov | Add a workaround for different memops prefixes |
commit | commitdiff | tree | snapshot |
2009-10-21 |
Anton Korobeynikov | Checkpoint MCInst printer. We (almostly) able to print... |
commit | commitdiff | tree | snapshot |
2009-10-21 |
Anton Korobeynikov | Add reg-imm tests |
commit | commitdiff | tree | snapshot |
2009-10-21 |
Anton Korobeynikov | Add simple operand printing stuff |
commit | commitdiff | tree | snapshot |
2009-10-21 |
Anton Korobeynikov | Add experimental MSP430 MCInstLowering stuff |
commit | commitdiff | tree | snapshot |
2009-10-21 |
Anton Korobeynikov | Wire up MSP430 printMCInst() method |
commit | commitdiff | tree | snapshot |
2009-10-21 |
Anton Korobeynikov | Add MSP430 InstPrinter stub |
commit | commitdiff | tree | snapshot |
2009-10-21 |
Anton Korobeynikov | Use proper target data |
commit | commitdiff | tree | snapshot |
2009-10-20 |
David Goodwin | Respect src register allocation requirements when break... |
commit | commitdiff | tree | snapshot |
2009-10-20 |
Devang Patel | Cosmetic changes. |
commit | commitdiff | tree | snapshot |
2009-10-20 |
Daniel Dunbar | Fix -Asserts warning. |
commit | commitdiff | tree | snapshot |
2009-10-20 |
Anton Korobeynikov | Fix invalid for vector types fneg(bitconvert(x)) =... |
commit | commitdiff | tree | snapshot |
2009-10-20 |
Lang Hames | Oops. Backing out 84681 - needs to wait for the indexin... |
commit | commitdiff | tree | snapshot |
2009-10-20 |
Lang Hames | Added some debugging output to pre-alloc splitting. |
commit | commitdiff | tree | snapshot |
2009-10-20 |
Chris Lattner | add a real testcase for PR4313 |
commit | commitdiff | tree | snapshot |
2009-10-20 |
Chris Lattner | add a test similar to that needed for PR4313, but that... |
commit | commitdiff | tree | snapshot |
2009-10-20 |
Chris Lattner | the date on this testcase is wrong, it is unreduced... |
commit | commitdiff | tree | snapshot |
2009-10-20 |
Dan Gohman | Fix another place that calls Loop::contains a lot to... |
commit | commitdiff | tree | snapshot |
2009-10-20 |
Chris Lattner | merge and filecheckize |
commit | commitdiff | tree | snapshot |
2009-10-20 |
Chris Lattner | merge two tests and convert to filecheck. |
commit | commitdiff | tree | snapshot |
2009-10-20 |
Jim Grosbach | Disable by default while debugging |
commit | commitdiff | tree | snapshot |
2009-10-20 |
Chris Lattner | alternate fix for PR5258 which avoids worklist problems... |
commit | commitdiff | tree | snapshot |
2009-10-20 |
Jim Grosbach | add cmd line opt to disable frame index reuse for ARM... |
commit | commitdiff | tree | snapshot |
2009-10-20 |
Dan Gohman | Restore LoopUnswitch's block-oriented threshold. LoopUn... |
commit | commitdiff | tree | snapshot |
2009-10-20 |
David Goodwin | Checkpoint more aggressive anti-dependency breaking... |
commit | commitdiff | tree | snapshot |
2009-10-20 |
Jim Grosbach | Better handle instructions that re-def a scratch register |
commit | commitdiff | tree | snapshot |
2009-10-20 |
Dan Gohman | Following r84485, add Defs = [EFLAGS] to the 32-bit... |
commit | commitdiff | tree | snapshot |
2009-10-20 |
Jeffrey Yasskin | Move the Function*->allocated blocks map from the JITMe... |
commit | commitdiff | tree | snapshot |
2009-10-20 |
Jim Grosbach | Register re-use for scavenged frame indices must check... |
commit | commitdiff | tree | snapshot |
2009-10-20 |
Dan Gohman | Make TranslateX86CC return COND_INVALID instead of... |
commit | commitdiff | tree | snapshot |
2009-10-20 |
Torok Edwin | Fix PR5258, jump-threading creating invalid PHIs. |
commit | commitdiff | tree | snapshot |
2009-10-20 |
Torok Edwin | Fix PR4313: IPSCCP was not setting the lattice value... |
commit | commitdiff | tree | snapshot |
2009-10-20 |
Benjamin Kramer | Random #include pruning. |
commit | commitdiff | tree | snapshot |
2009-10-20 |
Sanjiv Gupta | This file is replaeced by PIC16Section.h. |
commit | commitdiff | tree | snapshot |
2009-10-20 |
Daniel Dunbar | NNT: Implement "config mode", use -config path/to/llvm... |
commit | commitdiff | tree | snapshot |
2009-10-20 |
Daniel Dunbar | NNT: Remove unused BUILDTYPE argument. |
commit | commitdiff | tree | snapshot |
2009-10-20 |
Chris Lattner | implement some more easy hooks. |
commit | commitdiff | tree | snapshot |
2009-10-20 |
Chris Lattner | Implement some hooks, make printOperand abort if unknow... |
commit | commitdiff | tree | snapshot |
2009-10-20 |
Chris Lattner | t2MOVi32imm is currently always lowered by the Thumb2IT... |
commit | commitdiff | tree | snapshot |
2009-10-20 |
Daniel Dunbar | PowerPC ifdef'ing considered more complicated than... |
commit | commitdiff | tree | snapshot |
2009-10-20 |
Daniel Dunbar | Wire up the ARM MCInst printer, for llvm-mc. |
commit | commitdiff | tree | snapshot |
2009-10-20 |
Dan Gohman | Re-apply r84295, with fixes to how the loop "top" and... |
commit | commitdiff | tree | snapshot |
2009-10-20 |
Evan Cheng | Trim unnecessary includes. |
commit | commitdiff | tree | snapshot |
2009-10-20 |
Dan Gohman | Add getTopBlock and getBottomBlock member functions... |
commit | commitdiff | tree | snapshot |
2009-10-20 |
Nick Lewycky | Correct test for PowerPC. |
commit | commitdiff | tree | snapshot |
2009-10-20 |
Daniel Dunbar | Revert "Tweak top-level Makefile to facilitate Apple... |
commit | commitdiff | tree | snapshot |
2009-10-20 |
Daniel Dunbar | NNT: Remove duplicate verbose print. |
commit | commitdiff | tree | snapshot |
2009-10-20 |
Jim Grosbach | Now that all ARM subtargets use frame index scavenging... |
commit | commitdiff | tree | snapshot |
2009-10-20 |
Evan Cheng | If the physical register being spilled does not have... |
commit | commitdiff | tree | snapshot |
2009-10-20 |
Jim Grosbach | Enable post-pass frame index register scavenging for... |
commit | commitdiff | tree | snapshot |
2009-10-20 |
Chris Lattner | lower ARM::MOVi32imm properly. |
commit | commitdiff | tree | snapshot |
2009-10-20 |
Chris Lattner | add support for external symbols. The mc instprinter... |
commit | commitdiff | tree | snapshot |
2009-10-20 |
Chris Lattner | get fancy: support basic block operands. Yay for jumps. |
commit | commitdiff | tree | snapshot |
2009-10-20 |
Chris Lattner | add supprort for the 'sbit' operand, MOVi apparently... |
commit | commitdiff | tree | snapshot |
2009-10-20 |
Chris Lattner | add support for instruction predicates. |
commit | commitdiff | tree | snapshot |
2009-10-20 |
Chris Lattner | implement printSORegOperand, add lowering for the nasty... |
commit | commitdiff | tree | snapshot |
2009-10-20 |
Jim Grosbach | Refs: A8-598. |
commit | commitdiff | tree | snapshot |
2009-10-20 |
Jim Grosbach | Add missing encoding bits to NLdSt class of instructions. |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Chris Lattner | X86 should ignore implicit regs when lowering to MCInst... |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Chris Lattner | handle addmode4 modifiers, fix a fixme in printRegisterList |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Chris Lattner | simplify by using the twine form of GetOrCreateSymbol |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Oscar Fuentes | Updated cmake library dependencies. |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Jim Grosbach | Enable allocation of R3 in Thumb1 |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Chris Lattner | use EmitLabel instead of text emission |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Chris Lattner | add a twine version of MCContext::GetOrCreateSymbol. |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Chris Lattner | lower the ARM::CONSTPOOL_ENTRY pseudo op, giving us... |
commit | commitdiff | tree | snapshot |
next |