2009-10-22 |
Chris Lattner | Add some command line options for twiddling the default... |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Evan Cheng | Don't generate sbfx / ubfx with negative lsb field... |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Devang Patel | Use StringRef to construct MDString. |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Chris Lattner | fix PR5262. |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Anton Korobeynikov | Use special DAG-to-DAG preprocessing to allow mem-mem... |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Anton Korobeynikov | Fix null pointer dereference. |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Devang Patel | Remove meaningless const. |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Dan Gohman | Revert the main portion of r31856. It was causing Branc... |
commit | commitdiff | tree | snapshot |
2009-10-21 |
Devang Patel | Derive metadata hierarchy from Value instead of User. |
commit | commitdiff | tree | snapshot |
2009-10-21 |
Chris Lattner | revert r84754, it isn't the right approach. Edwin... |
commit | commitdiff | tree | snapshot |
2009-10-21 |
Jim Grosbach | Missing piece of the ARM frame index post-scavenging... |
commit | commitdiff | tree | snapshot |
2009-10-21 |
Benjamin Kramer | Fix thinko noticed by Chris. |
commit | commitdiff | tree | snapshot |
2009-10-21 |
Dale Johannesen | Adjust testcases for msasm -> alignstack. |
commit | commitdiff | tree | snapshot |
2009-10-21 |
Dale Johannesen | Rename msasm to alignstack per review. |
commit | commitdiff | tree | snapshot |
2009-10-21 |
Benjamin Kramer | Remove pointless return; at end of function. |
commit | commitdiff | tree | snapshot |
2009-10-21 |
Jim Grosbach | The spill restore needs to be resolved to the SP/FP... |
commit | commitdiff | tree | snapshot |
2009-10-21 |
Jim Grosbach | Conditionalize ARM/T2 frame index post-scavenging while... |
commit | commitdiff | tree | snapshot |
2009-10-21 |
Benjamin Kramer | Simplify code. No intended functionality change. |
commit | commitdiff | tree | snapshot |
2009-10-21 |
Devang Patel | Use StringRef. |
commit | commitdiff | tree | snapshot |
2009-10-21 |
Bob Wilson | Most of the NEON shuffle instructions do not support... |
commit | commitdiff | tree | snapshot |
2009-10-21 |
Devang Patel | Do not use SmallVector to store MDNode elements. |
commit | commitdiff | tree | snapshot |
2009-10-21 |
Anton Korobeynikov | Revert r84764, it breaks mingw build |
commit | commitdiff | tree | snapshot |
2009-10-21 |
Bill Wendling | XFAIL this test for PPC. |
commit | commitdiff | tree | snapshot |
2009-10-21 |
Jim Grosbach | Improve handling of immediates by splitting 32-bit... |
commit | commitdiff | tree | snapshot |
2009-10-21 |
Anton Korobeynikov | Add DAG printing for RMW stuff debugging |
commit | commitdiff | tree | snapshot |
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 |
next |