2009-10-24 |
Dan Gohman | Rename isLoopExit to isLoopExiting, for consistency... |
commit | commitdiff | tree | snapshot |
2009-10-24 |
Dan Gohman | Delete a spurious semicolon. |
commit | commitdiff | tree | snapshot |
2009-10-24 |
Dan Gohman | Make these tests more interesting by using |
commit | commitdiff | tree | snapshot |
2009-10-24 |
Dan Gohman | Rewrite LoopRotation's SSA updating code using SSAUpdater. |
commit | commitdiff | tree | snapshot |
2009-10-24 |
Daniel Dunbar | lit: Support '>>' redirections when executing scripts... |
commit | commitdiff | tree | snapshot |
2009-10-24 |
Daniel Dunbar | Update CMake dependencies. |
commit | commitdiff | tree | snapshot |
2009-10-24 |
Daniel Dunbar | Teach macho-dump to dump UUIDs. |
commit | commitdiff | tree | snapshot |
2009-10-24 |
Dan Gohman | Make DominanceFrontierBase::print's output prettier. |
commit | commitdiff | tree | snapshot |
2009-10-24 |
Dan Gohman | Make DominanceFrontier::addBasicBlock return the iterat... |
commit | commitdiff | tree | snapshot |
2009-10-24 |
Dan Gohman | Add an explicit keyword. |
commit | commitdiff | tree | snapshot |
2009-10-24 |
Sanjiv Gupta | Revert back 85006 for now as it breaks PIC16 tests. |
commit | commitdiff | tree | snapshot |
2009-10-24 |
Sanjiv Gupta | Adding support for placing global objects in shared... |
commit | commitdiff | tree | snapshot |
2009-10-24 |
Chris Lattner | various cleanups suggested by Duncan |
commit | commitdiff | tree | snapshot |
2009-10-24 |
Chris Lattner | fix PR5287, a serious regression from my previous patch... |
commit | commitdiff | tree | snapshot |
2009-10-24 |
Victor Hernandez | Auto-upgrade free instructions to calls to the builtin... |
commit | commitdiff | tree | snapshot |
2009-10-24 |
Evan Cheng | 80 col violation. |
commit | commitdiff | tree | snapshot |
2009-10-24 |
Anton Korobeynikov | Add some asserts to catch copyRegToReg() fails early |
commit | commitdiff | tree | snapshot |
2009-10-24 |
Jim Grosbach | Restrict Thumb1 register allocation to low registers... |
commit | commitdiff | tree | snapshot |
2009-10-23 |
Evan Cheng | Identity copies should not contribute to spill weight. |
commit | commitdiff | tree | snapshot |
2009-10-23 |
Jim Grosbach | FIXME no longer applies. R12 and R3 are available for... |
commit | commitdiff | tree | snapshot |
2009-10-23 |
Jeffrey Yasskin | Fix llvm.org/PR4822: allow module deletion after a... |
commit | commitdiff | tree | snapshot |
2009-10-23 |
Victor Hernandez | Remove AllocationInst. Since MallocInst went away... |
commit | commitdiff | tree | snapshot |
2009-10-23 |
Jeffrey Yasskin | Fix stylistic and documentation problems in ValueMap... |
commit | commitdiff | tree | snapshot |
2009-10-23 |
Dan Gohman | APInt-ify the gep scaling code, so that it correctly... |
commit | commitdiff | tree | snapshot |
2009-10-23 |
Dan Gohman | Make LoopDeletion check the maximum backedge taken... |
commit | commitdiff | tree | snapshot |
2009-10-23 |
Chris Lattner | some stuff is done, we still have constantexpr simplifi... |
commit | commitdiff | tree | snapshot |
2009-10-23 |
Chris Lattner | teach libanalysis to simplify vector loads with bitcast... |
commit | commitdiff | tree | snapshot |
2009-10-23 |
Chris Lattner | enhance FoldReinterpretLoadFromConstPtr to handle loads... |
commit | commitdiff | tree | snapshot |
2009-10-23 |
Chris Lattner | teach libanalysis to fold int and fp loads from almost... |
commit | commitdiff | tree | snapshot |
2009-10-23 |
Tanya Lattner | Add 2.6 release note. |
commit | commitdiff | tree | snapshot |
2009-10-23 |
Evan Cheng | Update tests for 84931. |
commit | commitdiff | tree | snapshot |
2009-10-23 |
Evan Cheng | X86 needs critical path anti-dependency breaking. |
commit | commitdiff | tree | snapshot |
2009-10-23 |
Dale Johannesen | Commit fixes for half precision I noted in review, so |
commit | commitdiff | tree | snapshot |
2009-10-23 |
Bill Wendling | This is passing on Darwin PPC. |
commit | commitdiff | tree | snapshot |
2009-10-23 |
Victor Hernandez | Minor code cleanup. |
commit | commitdiff | tree | snapshot |
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 |
next |