2010-08-28 |
Benjamin Kramer | Update CMake build. Add newline at end of file. |
commit | commitdiff | tree | snapshot |
2010-08-27 |
Bob Wilson | When merging Thumb2 loads/stores, do not give up when... |
commit | commitdiff | tree | snapshot |
2010-08-27 |
Owen Anderson | Add a prototype of a new peephole optimizing pass that... |
commit | commitdiff | tree | snapshot |
2010-08-27 |
Owen Anderson | Improve the precision of getConstant(). |
commit | commitdiff | tree | snapshot |
2010-08-27 |
Bob Wilson | Change ARM VFP VLDM/VSTM instructions to use addressing... |
commit | commitdiff | tree | snapshot |
2010-08-27 |
Chris Lattner | tidy up test. |
commit | commitdiff | tree | snapshot |
2010-08-27 |
Chris Lattner | no really, fix the test. |
commit | commitdiff | tree | snapshot |
2010-08-27 |
Chris Lattner | fix this test. It's not clear what it's really testing. |
commit | commitdiff | tree | snapshot |
2010-08-27 |
Chris Lattner | Enhance the shift propagator to handle the case when... |
commit | commitdiff | tree | snapshot |
2010-08-27 |
Devang Patel | Simplify. |
commit | commitdiff | tree | snapshot |
2010-08-27 |
Chris Lattner | Implement a pretty general logical shift propagation |
commit | commitdiff | tree | snapshot |
2010-08-27 |
Bob Wilson | Fix a comment typo. |
commit | commitdiff | tree | snapshot |
2010-08-27 |
Bob Wilson | Unsigned value cannot be < 0. |
commit | commitdiff | tree | snapshot |
2010-08-27 |
Dan Gohman | When merging adjacent operands, scan ahead and merge... |
commit | commitdiff | tree | snapshot |
2010-08-27 |
Eric Christopher | Fix a couple of typos. |
commit | commitdiff | tree | snapshot |
2010-08-27 |
Chris Lattner | remove some special shift cases that have been subsumed... |
commit | commitdiff | tree | snapshot |
2010-08-27 |
Dan Gohman | Make the {A,+,B}<L> + {C,+,D}<L> --> Other + {A+C... |
commit | commitdiff | tree | snapshot |
2010-08-27 |
Chris Lattner | merge and filecheckize test |
commit | commitdiff | tree | snapshot |
2010-08-27 |
Chris Lattner | merge two tests |
commit | commitdiff | tree | snapshot |
2010-08-27 |
Bill Wendling | Remove now unneeded command line flag that enables... |
commit | commitdiff | tree | snapshot |
2010-08-27 |
Owen Anderson | Fix typos in comments. |
commit | commitdiff | tree | snapshot |
2010-08-27 |
Chris Lattner | teach the truncation optimization that an entire chain of |
commit | commitdiff | tree | snapshot |
2010-08-27 |
Dan Gohman | Switch ScalarEvolution's main Value*->SCEV* map from... |
commit | commitdiff | tree | snapshot |
2010-08-27 |
Chris Lattner | get this test passing on linux builders. |
commit | commitdiff | tree | snapshot |
2010-08-27 |
Chris Lattner | Add an instcombine to clean up a common pattern produced |
commit | commitdiff | tree | snapshot |
2010-08-27 |
Bob Wilson | Add alignment arguments to all the NEON load/store... |
commit | commitdiff | tree | snapshot |
2010-08-27 |
Owen Anderson | Use LVI to eliminate conditional branches where we... |
commit | commitdiff | tree | snapshot |
2010-08-27 |
Dan Gohman | Optimize SCEVComplexityCompare. Use a 3-way return... |
commit | commitdiff | tree | snapshot |
2010-08-27 |
Dan Gohman | Clarify a comment. |
commit | commitdiff | tree | snapshot |
2010-08-27 |
Dan Gohman | Parse " (Hidden)" and cope with it. |
commit | commitdiff | tree | snapshot |
2010-08-27 |
Dan Gohman | Default to looking for clang++ in the PATH, rather... |
commit | commitdiff | tree | snapshot |
2010-08-27 |
Anton Korobeynikov | Properly handle passing of FP stuff to varargs function... |
commit | commitdiff | tree | snapshot |
2010-08-27 |
Benjamin Kramer | MCELF: Port EmitInstruction changes from MachO streamer... |
commit | commitdiff | tree | snapshot |
2010-08-27 |
Benjamin Kramer | MCELF: Always overwrite FixedValue. |
commit | commitdiff | tree | snapshot |
2010-08-27 |
Michael J.... | Fix the msvs 2010 build. |
commit | commitdiff | tree | snapshot |
2010-08-27 |
Daniel Dunbar | X86: Fix an encoding issue with LOCK_ADD64mr, which... |
commit | commitdiff | tree | snapshot |
2010-08-26 |
Devang Patel | Revert r112213. It is not needed. |
commit | commitdiff | tree | snapshot |
2010-08-26 |
Jim Grosbach | Simplify eliminateFrameIndex() interface back down... |
commit | commitdiff | tree | snapshot |
2010-08-26 |
Devang Patel | If node is not available then use FuncInfo.ValueMap... |
commit | commitdiff | tree | snapshot |
2010-08-26 |
Jim Grosbach | Remove the now obsolete frame index virtual re-use... |
commit | commitdiff | tree | snapshot |
2010-08-26 |
Chris Lattner | filecheckize |
commit | commitdiff | tree | snapshot |
2010-08-26 |
Chris Lattner | rename test. |
commit | commitdiff | tree | snapshot |
2010-08-26 |
Chris Lattner | optimize "integer extraction out of the middle of a... |
commit | commitdiff | tree | snapshot |
2010-08-26 |
Jim Grosbach | tidy up a bit. no functional change. |
commit | commitdiff | tree | snapshot |
2010-08-26 |
Chris Lattner | optimize bitcast(trunc(bitcast(x))) where the result... |
commit | commitdiff | tree | snapshot |
2010-08-26 |
Chris Lattner | filecheckize |
commit | commitdiff | tree | snapshot |
2010-08-26 |
Chris Lattner | rename test |
commit | commitdiff | tree | snapshot |
2010-08-26 |
Chris Lattner | add m_BitCast for matching a bitcast. |
commit | commitdiff | tree | snapshot |
2010-08-26 |
Jim Grosbach | Turn off the scavenging based frame reg reuse briefly... |
commit | commitdiff | tree | snapshot |
2010-08-26 |
Bruno Cardoso... | zap the now unused MVT::getIntVectorWithNumElements |
commit | commitdiff | tree | snapshot |
2010-08-26 |
Devang Patel | Speculatively revert r112207. |
commit | commitdiff | tree | snapshot |
2010-08-26 |
Devang Patel | 80 col. |
commit | commitdiff | tree | snapshot |
2010-08-26 |
Devang Patel | Update DanglingDebugInfo so that it can be used to... |
commit | commitdiff | tree | snapshot |
2010-08-26 |
Bob Wilson | Use pseudo instructions for VST3. |
commit | commitdiff | tree | snapshot |
2010-08-26 |
Devang Patel | Donot forget to resolve dangling debug info in a case... |
commit | commitdiff | tree | snapshot |
2010-08-26 |
Bill Wendling | Reapply r112176 without removing the other CMN patterns... |
commit | commitdiff | tree | snapshot |
2010-08-26 |
Dan Gohman | Experimental clang-based code-completion support for... |
commit | commitdiff | tree | snapshot |
2010-08-26 |
Benjamin Kramer | MCELF: Fix a thinko of mine. |
commit | commitdiff | tree | snapshot |
2010-08-26 |
Bob Wilson | Fix comment typos. |
commit | commitdiff | tree | snapshot |
2010-08-26 |
Devang Patel | Fix prototypes. |
commit | commitdiff | tree | snapshot |
2010-08-26 |
Owen Anderson | Make JumpThreading smart enough to properly thread... |
commit | commitdiff | tree | snapshot |
2010-08-26 |
Benjamin Kramer | MCELF: Compensate for the addend on i386. Patch by... |
commit | commitdiff | tree | snapshot |
2010-08-26 |
Jim Grosbach | Restrict the register to tGPR to make sure the str... |
commit | commitdiff | tree | snapshot |
2010-08-26 |
Dan Gohman | Revert r112176; it broke test/CodeGen/Thumb2/thumb2... |
commit | commitdiff | tree | snapshot |
2010-08-26 |
Dan Gohman | Reapply r112091 and r111922, support for metadata linki... |
commit | commitdiff | tree | snapshot |
2010-08-26 |
Benjamin Kramer | StringRef::compare_numeric also differed from StringRef... |
commit | commitdiff | tree | snapshot |
2010-08-26 |
Benjamin Kramer | Do unsigned char comparisons in StringRef::compare_lowe... |
commit | commitdiff | tree | snapshot |
2010-08-26 |
Bill Wendling | There seems to be a (potential) hardware bug with the... |
commit | commitdiff | tree | snapshot |
2010-08-26 |
Chris Lattner | Add a hackaround for PR7993 which is causing failures... |
commit | commitdiff | tree | snapshot |
2010-08-26 |
Chris Lattner | I think enough general codegen bugs are fixed to allow... |
commit | commitdiff | tree | snapshot |
2010-08-26 |
Chris Lattner | implement SplitVecOp_CONCAT_VECTORS, fixing the include... |
commit | commitdiff | tree | snapshot |
2010-08-26 |
Bob Wilson | Use pseudo instructions for VST1d64Q. |
commit | commitdiff | tree | snapshot |
2010-08-26 |
Chris Lattner | Make sure this forces the x86 targets |
commit | commitdiff | tree | snapshot |
2010-08-26 |
Chris Lattner | fix sse1 only codegen in x86-64 mode, which is something we |
commit | commitdiff | tree | snapshot |
2010-08-26 |
Daniel Dunbar | Revert r111922, "MapValue support for MDNodes. This... |
commit | commitdiff | tree | snapshot |
2010-08-26 |
Daniel Dunbar | Revert r112091, "Remap metadata attached to instruction... |
commit | commitdiff | tree | snapshot |
2010-08-26 |
Chris Lattner | zap dead code. |
commit | commitdiff | tree | snapshot |
2010-08-26 |
Oscar Fuentes | Updated CMake library dependencies. Removed unnecessary... |
commit | commitdiff | tree | snapshot |
2010-08-26 |
John McCall | SmallVector's growth policies don't like starting from... |
commit | commitdiff | tree | snapshot |
2010-08-26 |
Chris Lattner | remove dead proto |
commit | commitdiff | tree | snapshot |
2010-08-26 |
Chris Lattner | zap dead code. |
commit | commitdiff | tree | snapshot |
2010-08-26 |
Bruno Cardoso... | Fix PR7748 without using microsoft extensions |
commit | commitdiff | tree | snapshot |
2010-08-26 |
Jim Grosbach | Enable pre-RA virtual frame base register allocation... |
commit | commitdiff | tree | snapshot |
2010-08-26 |
Dan Gohman | Rewrite ExtractGV, removing a bunch of stuff that didn... |
commit | commitdiff | tree | snapshot |
2010-08-26 |
Bob Wilson | Revert svn 107892 (with changes to work with trunk... |
commit | commitdiff | tree | snapshot |
2010-08-25 |
Chris Lattner | temporarily disable this, which started failing on... |
commit | commitdiff | tree | snapshot |
2010-08-25 |
Dan Gohman | Convert llvm-extract to use lazy loading. This makes... |
commit | commitdiff | tree | snapshot |
2010-08-25 |
Chris Lattner | we should pattern match the SSE complex arithmetic... |
commit | commitdiff | tree | snapshot |
2010-08-25 |
Bob Wilson | Start converting NEON load/stores to use pseudo instruc... |
commit | commitdiff | tree | snapshot |
2010-08-25 |
John McCall | Provide an explicit specialization of SmallVector at... |
commit | commitdiff | tree | snapshot |
2010-08-25 |
Chris Lattner | add a specialization for the MVT form of getTypeAction... |
commit | commitdiff | tree | snapshot |
2010-08-25 |
Chris Lattner | remove some llvmcontext arguments that are now dead... |
commit | commitdiff | tree | snapshot |
2010-08-25 |
Chris Lattner | Change handling of illegal vector types to widen when... |
commit | commitdiff | tree | snapshot |
2010-08-25 |
Chris Lattner | tidy up |
commit | commitdiff | tree | snapshot |
2010-08-25 |
Dan Gohman | Remap metadata attached to instructions when remapping... |
commit | commitdiff | tree | snapshot |
2010-08-25 |
Bruno Cardoso... | Revert this for now, PUNPCKLDQ dont operate on v4f32 |
commit | commitdiff | tree | snapshot |
2010-08-25 |
Daniel Dunbar | X86: Fix misencode of RI64mi8. This fixes OpenSSL ... |
commit | commitdiff | tree | snapshot |
2010-08-25 |
Devang Patel | Fix comment. |
commit | commitdiff | tree | snapshot |
2010-08-25 |
Devang Patel | Remove dead argument. |
commit | commitdiff | tree | snapshot |
2010-08-25 |
Jim Grosbach | Add some statistics for PEI register scavenging |
commit | commitdiff | tree | snapshot |
next |