2011-02-15 |
Devang Patel | Do not forget DebugLoc! |
commit | commitdiff | tree | snapshot |
2011-02-15 |
Chris Lattner | tidy up a bit. |
commit | commitdiff | tree | snapshot |
2011-02-15 |
Chris Lattner | Minor fixes to tutorial, patch by Benjamin Meyer! |
commit | commitdiff | tree | snapshot |
2011-02-15 |
Chris Lattner | fix comments |
commit | commitdiff | tree | snapshot |
2011-02-15 |
Chris Lattner | convert ConstantVector::get to use ArrayRef. |
commit | commitdiff | tree | snapshot |
2011-02-15 |
Chris Lattner | fix some typos. |
commit | commitdiff | tree | snapshot |
2011-02-14 |
Bob Wilson | Remove unused bitvectors that record ARM callee-saved... |
commit | commitdiff | tree | snapshot |
2011-02-14 |
Jakob Stoklund... | Move more fragments of spill weight calculation into... |
commit | commitdiff | tree | snapshot |
2011-02-14 |
Devang Patel | Do not hoist @llvm.dbg.value. Here, @llvm.dbg.value... |
commit | commitdiff | tree | snapshot |
2011-02-14 |
Rafael Espindola | Switch llvm to using comdats. For now always use groups... |
commit | commitdiff | tree | snapshot |
2011-02-14 |
Bob Wilson | PR9139: Specify ARM/Darwin triple for vector-DAGCombine... |
commit | commitdiff | tree | snapshot |
2011-02-14 |
Evan Cheng | Fix PR8854. Track inserted copies to avoid read before... |
commit | commitdiff | tree | snapshot |
2011-02-14 |
Bruno Cardoso... | A fail to match coprocessor number and register number... |
commit | commitdiff | tree | snapshot |
2011-02-14 |
Oscar Fuentes | Add current binary and source directories to the header... |
commit | commitdiff | tree | snapshot |
2011-02-14 |
Chris Lattner | revert my ConstantVector patch, it seems to have made... |
commit | commitdiff | tree | snapshot |
2011-02-14 |
Argyrios Kyrtzidis | Add the ClangSACheckersEmitter tablegen backend which... |
commit | commitdiff | tree | snapshot |
2011-02-14 |
Rafael Espindola | Move broken HasCommonSymbols to ELFWriter.cpp. |
commit | commitdiff | tree | snapshot |
2011-02-14 |
Bruno Cardoso... | Fix encoding and add parsing support for the arm/thumb... |
commit | commitdiff | tree | snapshot |
2011-02-14 |
Chris Lattner | Switch ConstantVector::get to use ArrayRef instead... |
commit | commitdiff | tree | snapshot |
2011-02-14 |
Chris Lattner | add a new ArrayRef class. This is intended to replace... |
commit | commitdiff | tree | snapshot |
2011-02-14 |
Chris Lattner | fix PR9210 by implementing some type legalization logic for |
commit | commitdiff | tree | snapshot |
2011-02-14 |
Chris Lattner | fix two comment thinkos |
commit | commitdiff | tree | snapshot |
2011-02-14 |
Nick Lewycky | Fix typo in comment. |
commit | commitdiff | tree | snapshot |
2011-02-14 |
Cameron Zwarich | Add some statistics to StrongPHIElimination. |
commit | commitdiff | tree | snapshot |
2011-02-14 |
Cameron Zwarich | Add a statistic to PHIElimination tracking the number... |
commit | commitdiff | tree | snapshot |
2011-02-13 |
Chris Lattner | missed a header |
commit | commitdiff | tree | snapshot |
2011-02-13 |
Chris Lattner | Enhance ComputeMaskedBits to know that aligned frameindexes |
commit | commitdiff | tree | snapshot |
2011-02-13 |
Tobias Grosser | Adapt docs to '-loopsimplify -> -loop-simplify' change |
commit | commitdiff | tree | snapshot |
2011-02-13 |
Chris Lattner | fix thinko :) |
commit | commitdiff | tree | snapshot |
2011-02-13 |
Chris Lattner | Revisit my fix for PR9028: the issue is that DAGCombine was |
commit | commitdiff | tree | snapshot |
2011-02-13 |
Chris Lattner | remove a now-unneccesary cast. |
commit | commitdiff | tree | snapshot |
2011-02-13 |
Duncan Sands | Remove pointless blank line. |
commit | commitdiff | tree | snapshot |
2011-02-13 |
Duncan Sands | Teach instsimplify that X+Y>=X+Z is the same as Y>... |
commit | commitdiff | tree | snapshot |
2011-02-13 |
Nadav Rotem | Fix test |
commit | commitdiff | tree | snapshot |
2011-02-13 |
Nadav Rotem | Fix a regression from r125393; |
commit | commitdiff | tree | snapshot |
2011-02-13 |
Chris Lattner | when legalizing extremely wide shifts, make sure that |
commit | commitdiff | tree | snapshot |
2011-02-13 |
Chris Lattner | fix visitShift to properly zero extend the shift amount... |
commit | commitdiff | tree | snapshot |
2011-02-13 |
Chris Lattner | improve solaris support, from PR9109, patch by Yuri! |
commit | commitdiff | tree | snapshot |
2011-02-13 |
Chris Lattner | add PR# |
commit | commitdiff | tree | snapshot |
2011-02-13 |
Chris Lattner | implement instcombine folding for things like (x >... |
commit | commitdiff | tree | snapshot |
2011-02-13 |
Chris Lattner | add a helper method. |
commit | commitdiff | tree | snapshot |
2011-02-13 |
Argyrios Kyrtzidis | Wrap the struct in an anonymous namespace. |
commit | commitdiff | tree | snapshot |
2011-02-13 |
Chris Lattner | refactor some code out into a helper method. |
commit | commitdiff | tree | snapshot |
2011-02-13 |
Chris Lattner | teach SCEV that the scale and addition of an inbounds... |
commit | commitdiff | tree | snapshot |
2011-02-12 |
Reid Kleckner | Add encodings and mnemonics for FXSAVE64 and FXRSTOR64. |
commit | commitdiff | tree | snapshot |
2011-02-12 |
Venkatraman... | Prevent IMPLICIT_DEF/KILL to become a delay filler... |
commit | commitdiff | tree | snapshot |
2011-02-12 |
Daniel Dunbar | SimplifyLibCalls: Add missing legalize check on various... |
commit | commitdiff | tree | snapshot |
2011-02-12 |
Daniel Dunbar | tests: FileCheckize |
commit | commitdiff | tree | snapshot |
2011-02-12 |
Rafael Espindola | Preserve aliases if needed. |
commit | commitdiff | tree | snapshot |
2011-02-12 |
Benjamin Kramer | Add a note about SSE4.1 roundss/roundsd. |
commit | commitdiff | tree | snapshot |
2011-02-12 |
Nadav Rotem | A fix for 9165. |
commit | commitdiff | tree | snapshot |
2011-02-12 |
Jim Grosbach | AsmMatcher custom operand parser failure enhancements. |
commit | commitdiff | tree | snapshot |
2011-02-12 |
Rafael Espindola | Fix a silly bug I introduced when dropping std::string. |
commit | commitdiff | tree | snapshot |
2011-02-11 |
Chris Lattner | attempt to capture recent discussion about overflow... |
commit | commitdiff | tree | snapshot |
2011-02-11 |
Benjamin Kramer | Also fold (A+B) == A -> B == 0 when the add is commuted. |
commit | commitdiff | tree | snapshot |
2011-02-11 |
Chris Lattner | Per discussion with Dan G, inbounds geps *certainly... |
commit | commitdiff | tree | snapshot |
2011-02-11 |
Chris Lattner | When lowering an inbounds gep, the intermediate adds... |
commit | commitdiff | tree | snapshot |
2011-02-11 |
Jim Grosbach | Tidy out asm matcher .inc output. |
commit | commitdiff | tree | snapshot |
2011-02-11 |
Zhanyong Wan | Adds llvm::sys::path::is_separator() to test whether... |
commit | commitdiff | tree | snapshot |
2011-02-11 |
Nate Begeman | Implement sdiv & udiv for <4 x i16> and <8 x i8> NEON... |
commit | commitdiff | tree | snapshot |
2011-02-11 |
Nadav Rotem | SimplifySelectOps can only handle selects with a scalar... |
commit | commitdiff | tree | snapshot |
2011-02-11 |
Nadav Rotem | Fix 9173. |
commit | commitdiff | tree | snapshot |
2011-02-11 |
Nadav Rotem | Fix #9190 |
commit | commitdiff | tree | snapshot |
2011-02-11 |
Nadav Rotem | Test commit. |
commit | commitdiff | tree | snapshot |
2011-02-11 |
Jim Grosbach | More whitespace cleanup... |
commit | commitdiff | tree | snapshot |
2011-02-11 |
Jim Grosbach | Remove trailing whitespace. |
commit | commitdiff | tree | snapshot |
2011-02-11 |
Douglas Gregor | Poison the relational operators ==, !=, <, <=, >=,... |
commit | commitdiff | tree | snapshot |
2011-02-11 |
Cameron Zwarich | Make LoopUnswitch preserve ScalarEvolution by just... |
commit | commitdiff | tree | snapshot |
2011-02-11 |
Cameron Zwarich | LoopInstSimplify preserves ScalarEvolution. |
commit | commitdiff | tree | snapshot |
2011-02-11 |
Chris Lattner | fix dumping of METADATA_ATTACHMENT2 names, patch by... |
commit | commitdiff | tree | snapshot |
2011-02-11 |
Chris Lattner | make ConstantExpr::replaceUsesOfWithOnConstant preserve... |
commit | commitdiff | tree | snapshot |
2011-02-11 |
Chris Lattner | make the constantexpr interfaces for inbounds GEPs... |
commit | commitdiff | tree | snapshot |
2011-02-11 |
Rafael Espindola | Remove std::string version of getNameWithPrefix. |
commit | commitdiff | tree | snapshot |
2011-02-11 |
Daniel Dunbar | Disable this test for now... |
commit | commitdiff | tree | snapshot |
2011-02-11 |
Evan Cheng | Fix buggy fcopysign lowering. |
commit | commitdiff | tree | snapshot |
2011-02-11 |
Jim Grosbach | Remove trailing whitespace. |
commit | commitdiff | tree | snapshot |
2011-02-11 |
Cameron Zwarich | Add a test for the LSR issue exposed by r125254. |
commit | commitdiff | tree | snapshot |
2011-02-10 |
Nick Lewycky | Tolerate degenerate phi nodes that can occur in the... |
commit | commitdiff | tree | snapshot |
2011-02-10 |
Cameron Zwarich | If we can't avoid running loop-simplify twice for now... |
commit | commitdiff | tree | snapshot |
2011-02-10 |
Cameron Zwarich | Rename 'loopsimplify' to 'loop-simplify'. |
commit | commitdiff | tree | snapshot |
2011-02-10 |
Bruno Cardoso... | Add mips o32 tests again with the hope that the buildbo... |
commit | commitdiff | tree | snapshot |
2011-02-10 |
David Greene | [AVX] Implement 256-bit vector lowering for SCALAR_TO_V... |
commit | commitdiff | tree | snapshot |
2011-02-10 |
Bruno Cardoso... | Remove the test to silence the buildbot, will check... |
commit | commitdiff | tree | snapshot |
2011-02-10 |
Owen Anderson | Clean trailing whitespace. |
commit | commitdiff | tree | snapshot |
2011-02-10 |
Bruno Cardoso... | Fix a lot of o32 CC issues and add a bunch of tests... |
commit | commitdiff | tree | snapshot |
2011-02-10 |
David Greene | [AVX] Implement 256-bit vector lowering for EXTRACT_VEC... |
commit | commitdiff | tree | snapshot |
2011-02-10 |
Che-Liang Chiou | ptx: add passing parameter to kernel functions |
commit | commitdiff | tree | snapshot |
2011-02-10 |
NAKAMURA Takumi | CMake: LLVM_LIT_TOOLS_DIR is needed only on Win32 hosts... |
commit | commitdiff | tree | snapshot |
2011-02-10 |
NAKAMURA Takumi | CMake: LLVM_NO_RTTI must be obsolete now! |
commit | commitdiff | tree | snapshot |
2011-02-10 |
NAKAMURA Takumi | lit/TestFormats.py: Unittests may be found with suffix... |
commit | commitdiff | tree | snapshot |
2011-02-10 |
NAKAMURA Takumi | lit/Util.py: On Cygwin, 'PATHEXT' may exist but it... |
commit | commitdiff | tree | snapshot |
2011-02-10 |
Chris Lattner | implement the first part of PR8882: when lowering an... |
commit | commitdiff | tree | snapshot |
2011-02-10 |
Chris Lattner | switch the constantexpr, target folder, and IRBuilder... |
commit | commitdiff | tree | snapshot |
2011-02-10 |
Chris Lattner | Enhance a bunch of transformations in instcombine to... |
commit | commitdiff | tree | snapshot |
2011-02-10 |
Chris Lattner | Enhance the "compare with shift" and "compare with... |
commit | commitdiff | tree | snapshot |
2011-02-10 |
Chris Lattner | more cleanups, notably bitcast isn't used for "signed... |
commit | commitdiff | tree | snapshot |
2011-02-10 |
Chris Lattner | A bunch of cleanups and simplifications using the new... |
commit | commitdiff | tree | snapshot |
2011-02-10 |
Chris Lattner | teach SimplifyDemandedBits that exact shifts demand... |
commit | commitdiff | tree | snapshot |
2011-02-10 |
Evan Cheng | After 3-addressifying a two-address instruction, update... |
commit | commitdiff | tree | snapshot |
2011-02-10 |
Eric Christopher | Revert this in an attempt to bring the builders back. |
commit | commitdiff | tree | snapshot |
next |