2009-10-23 |
Bill Wendling | Neuter stack protectors by only checking character... |
commit | commitdiff | tree | snapshot |
2009-10-22 |
David Goodwin | Allow the target to select the level of anti-dependence... |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Ted Kremenek | Use 'waitpid' instead of 'wait'. Basing Program::Wait... |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Jeffrey Yasskin | Try r84890 again (adding ValueMap<>), now that I've... |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Eric Christopher | size_t, not unsigned here to silence a warning. |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Benjamin Kramer | Random include cleanup. |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Jeffrey Yasskin | Fix OProfileJITEventListener after r84054 renamed Compi... |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Bill Wendling | Tidying up some code and comments. No functionality... |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Jeffrey Yasskin | Revert r84890, which broke the linux build. |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Jeffrey Yasskin | Add a ValueMap<ValueOrSubclass*, T> type. ValueMap... |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Devang Patel | Hide MetadataContext implementation details. |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Devang Patel | Fix getMDs() interface such that it does not expose... |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Devang Patel | Using TrackingVH instead of WeakVH or WeakMetadataVH. |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Devang Patel | Sort handler names to ensure deterministic behavior. |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Stuart Hastings | Trying again to tweak the top-level Makefile to facilit... |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Bob Wilson | Revert 84843. Evan, this was breaking some of the... |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Duncan Sands | Include config.h in order to have HAVE_STDINT_H be... |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Nicolas Geoffray | Verify that the function and exception table have been... |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Duncan Sands | Check that accessing a struct field that occurs before... |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Duncan Sands | Test handling of record fields with negative offsets. |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Benjamin Kramer | Shift art to the right to keep GCC from complaining... |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Evan Cheng | Move if-conversion before post-regalloc scheduling... |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Evan Cheng | Load / store multiple was missing opportunites when... |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Chris Lattner | move another load optimization from instcombine ->... |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Chris Lattner | move 'loading i32 from string' optimization from instco... |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Chris Lattner | Move some constant folding logic for loads out of instc... |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Evan Cheng | Trim more includes. |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Evan Cheng | Trim include. |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Chris Lattner | testcase for PR4678 & rdar://7309675 |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Mikhail Glushenkov | Forgot a declaration. |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Mikhail Glushenkov | Make 'unset_option' work on list options. |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Chris Lattner | fix warning. |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Devang Patel | Fix getHandlerNames() interface. Now it populate clinet... |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Chris Lattner | llvm-ld doesn't throw. |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Chris Lattner | this doesn't use EH either. |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Chris Lattner | nothing opt uses can throw, remove the try block and... |
commit | commitdiff | tree | snapshot |
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 |
next |