- 0a018d3 Regenerate. by Mikhail Glushenkov · 15 years ago
- 3e4102e Document OptionPreprocessor. by Mikhail Glushenkov · 15 years ago
- 14cb2a2 Add a test for OptionPreprocessor. by Mikhail Glushenkov · 15 years ago
- 6efba21 lit: Allow use of /dev/null in redirects on Windows (replace by a temporary by Daniel Dunbar · 15 years ago
- 07d4964 When the scavenger is looking for a good candidate location to restore from a by Jim Grosbach · 15 years ago
- 5639cb6 Update these tests to match what Loop::print now prints. by Dan Gohman · 15 years ago
- 5fa75b0 MapValue doesn't needs its LLVMContext argument. by Dan Gohman · 15 years ago
- 32663b7 Rename isLoopExit to isLoopExiting, for consistency with the wording by Dan Gohman · 15 years ago
- a7f1d72 Delete a spurious semicolon. by Dan Gohman · 15 years ago
- 2b110ca Make these tests more interesting by using by Dan Gohman · 15 years ago
- e6e37b9 Rewrite LoopRotation's SSA updating code using SSAUpdater. by Dan Gohman · 15 years ago
- a3f85d2 lit: Support '>>' redirections when executing scripts internally. by Daniel Dunbar · 15 years ago
- d147800 Update CMake dependencies. by Daniel Dunbar · 15 years ago
- 3bc1b19 Teach macho-dump to dump UUIDs. by Daniel Dunbar · 15 years ago
- dc4a745 Make DominanceFrontierBase::print's output prettier. by Dan Gohman · 15 years ago
- 70b2bee Make DominanceFrontier::addBasicBlock return the iterator for the newly by Dan Gohman · 15 years ago
- bfd5e3d Add an explicit keyword. by Dan Gohman · 15 years ago
- ecb28f2 Revert back 85006 for now as it breaks PIC16 tests. by Sanjiv Gupta · 15 years ago
- 209e6c6 Adding support for placing global objects in shared data memory. by Sanjiv Gupta · 15 years ago
- c7b1382 various cleanups suggested by Duncan by Chris Lattner · 15 years ago
- c5af649 fix PR5287, a serious regression from my previous patches. Thanks to by Chris Lattner · 15 years ago
- 66284e0 Auto-upgrade free instructions to calls to the builtin free function. by Victor Hernandez · 15 years ago
- 5a850be 80 col violation. by Evan Cheng · 15 years ago
- efcd89a Add some asserts to catch copyRegToReg() fails early by Anton Korobeynikov · 15 years ago
- 2f1abe2 Restrict Thumb1 register allocation to low registers, even for instructions that by Jim Grosbach · 15 years ago
- c9dfeb1 Identity copies should not contribute to spill weight. by Evan Cheng · 15 years ago
- 7388037 FIXME no longer applies. R12 and R3 are available for allocation by Jim Grosbach · 15 years ago
- 23e5fcf Fix http://llvm.org/PR4822: allow module deletion after a function has been by Jeffrey Yasskin · 15 years ago
- 7b929da Remove AllocationInst. Since MallocInst went away, AllocaInst is the only subclass of AllocationInst, so it no longer is necessary. by Victor Hernandez · 15 years ago
- 4ab74cd Fix stylistic and documentation problems in ValueMap found by Nick Lewycky and by Jeffrey Yasskin · 15 years ago
- 7abbd04 APInt-ify the gep scaling code, so that it correctly handles the case where by Dan Gohman · 15 years ago
- 934af9c Make LoopDeletion check the maximum backedge taken count, rather than the by Dan Gohman · 15 years ago
- 9ff9b34 some stuff is done, we still have constantexpr simplification to do. by Chris Lattner · 15 years ago
- 17f0cd3 teach libanalysis to simplify vector loads with bitcast sources. This by Chris Lattner · 15 years ago
- 739208a enhance FoldReinterpretLoadFromConstPtr to handle loads of up to 32 by Chris Lattner · 15 years ago
- fe8c7c8 teach libanalysis to fold int and fp loads from almost arbitrary by Chris Lattner · 15 years ago
- f08803b Add 2.6 release note. by Tanya Lattner · 15 years ago
- b6c215b Update tests for 84931. by Evan Cheng · 15 years ago
- c869d06 X86 needs critical path anti-dependency breaking. by Evan Cheng · 15 years ago
- a223aed Commit fixes for half precision I noted in review, so by Dale Johannesen · 15 years ago
- 81dc786 This is passing on Darwin PPC. by Bill Wendling · 15 years ago
- 336ea06 Minor code cleanup. by Victor Hernandez · 15 years ago
- dfd85c1 Neuter stack protectors by only checking character arrays. This is what GCC by Bill Wendling · 15 years ago
- 4c3715c Allow the target to select the level of anti-dependence breaking that should be performed by the post-RA scheduler. The default is none. by David Goodwin · 15 years ago
- 8201ebd Use 'waitpid' instead of 'wait'. Basing Program::Wait() on 'wait()' prevents it being correct within a multithreaded context. by Ted Kremenek · 15 years ago
- 71a5c22 Try r84890 again (adding ValueMap<>), now that I've tested the compile on by Jeffrey Yasskin · 15 years ago
- abc5ac7 size_t, not unsigned here to silence a warning. by Eric Christopher · 15 years ago
- a0b0562 Random include cleanup. by Benjamin Kramer · 15 years ago
- c367e0c Fix OProfileJITEventListener after r84054 renamed CompileUnit to Scope. by Jeffrey Yasskin · 15 years ago
- 48dc29e Tidying up some code and comments. No functionality change. by Bill Wendling · 15 years ago
- a84c9db Revert r84890, which broke the linux build. by Jeffrey Yasskin · 15 years ago
- e0a2340 Add a ValueMap<ValueOrSubclass*, T> type. ValueMap<Value*, T> is safe to use by Jeffrey Yasskin · 15 years ago
- 9d89df1 Hide MetadataContext implementation details. by Devang Patel · 15 years ago
- f61b237 Fix getMDs() interface such that it does not expose implementation details. by Devang Patel · 15 years ago
- b5681b2 Using TrackingVH instead of WeakVH or WeakMetadataVH. by Devang Patel · 15 years ago
- d41fc65 Sort handler names to ensure deterministic behavior. by Devang Patel · 15 years ago
- 4a53e1e Trying again to tweak the top-level Makefile to facilitate an Apple-style build. by Stuart Hastings · 15 years ago
- bac6ed4 Revert 84843. Evan, this was breaking some of the if-conversion tests. by Bob Wilson · 15 years ago
- 09b5d90 Include config.h in order to have HAVE_STDINT_H be defined. by Duncan Sands · 15 years ago
- 71e0b7c Verify that the function and exception table have been allocated by Nicolas Geoffray · 15 years ago
- 9772acd Check that accessing a struct field that occurs before the start by Duncan Sands · 15 years ago
- 65a168c Test handling of record fields with negative offsets. by Duncan Sands · 15 years ago
- 1395d1d Shift art to the right to keep GCC from complaining about multi-line comments. by Benjamin Kramer · 15 years ago
- 87689d3 Move if-conversion before post-regalloc scheduling so the predicated instruction get scheduled properly. by Evan Cheng · 15 years ago
- faf93aa Load / store multiple was missing opportunites when the load / store bundles are at the end of the bb. Test case is already in, the bug is exposed by subsequent commit. by Evan Cheng · 15 years ago
- e00c43f move another load optimization from instcombine -> libanalysis. by Chris Lattner · 15 years ago
- 62d327e move 'loading i32 from string' optimization from instcombine by Chris Lattner · 15 years ago
- 878e494 Move some constant folding logic for loads out of instcombine into by Chris Lattner · 15 years ago
- 62d1723 Trim more includes. by Evan Cheng · 15 years ago
- 268c793 Trim include. by Evan Cheng · 15 years ago
- 0841564 testcase for PR4678 & rdar://7309675 by Chris Lattner · 15 years ago
- 7813b5b Forgot a declaration. by Mikhail Glushenkov · 15 years ago
- b6c3483 Make 'unset_option' work on list options. by Mikhail Glushenkov · 15 years ago
- c5e5498 fix warning. by Chris Lattner · 15 years ago
- ce6a1c9 Fix getHandlerNames() interface. Now it populate clinet supplied small vector with handler names. by Devang Patel · 15 years ago
- 316e326 llvm-ld doesn't throw. by Chris Lattner · 15 years ago
- 42a8832 this doesn't use EH either. by Chris Lattner · 15 years ago
- 61db1a1 nothing opt uses can throw, remove the try block and -fexceptions when by Chris Lattner · 15 years ago
- d331cb3 Add some command line options for twiddling the default data layout by Chris Lattner · 15 years ago
- 8000c6c Don't generate sbfx / ubfx with negative lsb field. Patch by David Conrad. by Evan Cheng · 15 years ago
- 921bdaa Use StringRef to construct MDString. by Devang Patel · 15 years ago
- 7f23958 fix PR5262. by Chris Lattner · 15 years ago
- f32df4c Use special DAG-to-DAG preprocessing to allow mem-mem instructions to be selected. by Anton Korobeynikov · 15 years ago
- 443b215 Fix null pointer dereference. by Anton Korobeynikov · 15 years ago
- 49b63a1 Remove meaningless const. Pass StringRef by value. by Devang Patel · 15 years ago
- 6d31268 Revert the main portion of r31856. It was causing BranchFolding by Dan Gohman · 15 years ago
- 49708ad Derive metadata hierarchy from Value instead of User. by Devang Patel · 15 years ago
- 857eb57 revert r84754, it isn't the right approach. Edwin, please propose by Chris Lattner · 15 years ago
- 41fff8c Missing piece of the ARM frame index post-scavenging conditionalization by Jim Grosbach · 15 years ago
- ff233b8 Fix thinko noticed by Chris. by Benjamin Kramer · 15 years ago
- 7d977a3 Adjust testcases for msasm -> alignstack. by Dale Johannesen · 15 years ago
- 8ba2d5b Rename msasm to alignstack per review. by Dale Johannesen · 15 years ago
- e31cd34 Remove pointless return; at end of function. by Benjamin Kramer · 15 years ago
- 29bed1c The spill restore needs to be resolved to the SP/FP just like the spill by Jim Grosbach · 15 years ago
- 1d6827b Conditionalize ARM/T2 frame index post-scavenging while working out fixes by Jim Grosbach · 15 years ago
- f8ea2e2 Simplify code. No intended functionality change. by Benjamin Kramer · 15 years ago
- f7ce17e Use StringRef. by Devang Patel · 15 years ago
- 20d1081 Most of the NEON shuffle instructions do not support 64-bit element types. by Bob Wilson · 15 years ago
- 028fa77 Do not use SmallVector to store MDNode elements. by Devang Patel · 15 years ago
- a55d33d Revert r84764, it breaks mingw build by Anton Korobeynikov · 15 years ago