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 |
2011-02-10 |
Bill Wendling | Don't return before calling the post-processing functio... |
commit | commitdiff | tree | snapshot |
2011-02-10 |
Cameron Zwarich | Turn this pass ordering: |
commit | commitdiff | tree | snapshot |
2011-02-10 |
Jim Grosbach | Do AsmMatcher operand classification per-opcode. |
commit | commitdiff | tree | snapshot |
2011-02-09 |
Jakob Stoklund... | Delete unused code for analyzing and splitting around... |
commit | commitdiff | tree | snapshot |
2011-02-09 |
Douglas Gregor | Rip out realpath() support. It's expensive, and often... |
commit | commitdiff | tree | snapshot |
2011-02-09 |
Jakob Stoklund... | Simplify using the new leaveIntvBefore() |
commit | commitdiff | tree | snapshot |
2011-02-09 |
Jakob Stoklund... | Use the LiveBLocks array for SplitEditor::splitSingleBl... |
commit | commitdiff | tree | snapshot |
2011-02-09 |
Cameron Zwarich | Attempt to fix the build after r125228. |
commit | commitdiff | tree | snapshot |
2011-02-09 |
Mikhail Glushenkov | Typo. |
commit | commitdiff | tree | snapshot |
2011-02-09 |
Jakob Stoklund... | Move calcLiveBlockInfo() and the BlockInfo struct into... |
commit | commitdiff | tree | snapshot |
2011-02-09 |
Douglas Gregor | Add llvm::sys::path::canonical(), which provides the... |
commit | commitdiff | tree | snapshot |
2011-02-09 |
Jakob Stoklund... | Ignore <undef> uses when analyzing and rewriting. |
commit | commitdiff | tree | snapshot |
2011-02-09 |
Jakob Stoklund... | Assert on bad jump tables. |
commit | commitdiff | tree | snapshot |
2011-02-09 |
Jakob Stoklund... | Add tags to live interval unions to avoid using stale... |
commit | commitdiff | tree | snapshot |
2011-02-09 |
Shantonu Sen | Fix comparator used for looking up previously instantia... |
commit | commitdiff | tree | snapshot |
2011-02-09 |
Dan Gohman | Optimize po_iterator: don't do redundant lookups. |
commit | commitdiff | tree | snapshot |
2011-02-09 |
Erick Tryzelaar | Don't run ocamldoc if it's not installed |
commit | commitdiff | tree | snapshot |
2011-02-09 |
Erick Tryzelaar | Fix compiling the ocaml kaleidoscope tutorials |
commit | commitdiff | tree | snapshot |
2011-02-09 |
Duncan Sands | Formatting and comment tweaks. |
commit | commitdiff | tree | snapshot |
2011-02-09 |
Chris Lattner | Teach instsimplify some tricks about exact/nuw/nsw... |
commit | commitdiff | tree | snapshot |
2011-02-09 |
Chris Lattner | merge two tests. |
commit | commitdiff | tree | snapshot |
2011-02-09 |
Chris Lattner | Rework InstrTypes.h so to reduce the repetition around... |
commit | commitdiff | tree | snapshot |
2011-02-09 |
Chris Lattner | emit a specific error when the input file is empty... |
commit | commitdiff | tree | snapshot |
2011-02-09 |
Chris Lattner | fix typo |
commit | commitdiff | tree | snapshot |
2011-02-09 |
Chris Lattner | enrich folder interfaces around exactness. |
commit | commitdiff | tree | snapshot |
2011-02-09 |
Chris Lattner | refactor ConstantExpr interfaces a bit around "exactness". |
commit | commitdiff | tree | snapshot |
2011-02-09 |
Chris Lattner | remove a small scattering of basically pointless tests... |
commit | commitdiff | tree | snapshot |
2011-02-09 |
Chris Lattner | remove a broken test, this is matching nounwind on... |
commit | commitdiff | tree | snapshot |
2011-02-09 |
David Greene | [AVX] Implement 256-bit vector lowering for INSERT_VECT... |
commit | commitdiff | tree | snapshot |
2011-02-09 |
Richard Osborne | Add intrinsic for setc instruction on the XCore. |
commit | commitdiff | tree | snapshot |
2011-02-09 |
Nick Lewycky | When removing a function from the function set and... |
commit | commitdiff | tree | snapshot |
2011-02-09 |
NAKAMURA Takumi | Add testing stuff to CMake documents. |
commit | commitdiff | tree | snapshot |
2011-02-09 |
NAKAMURA Takumi | test/lit.cfg: Seek sane tools(and bash) in directories... |
commit | commitdiff | tree | snapshot |
2011-02-09 |
NAKAMURA Takumi | lit/LitConfig.py: Add the new method getToolsPath(dir... |
commit | commitdiff | tree | snapshot |
2011-02-09 |
NAKAMURA Takumi | lit/Util.py: Add two functions, checkToolsPath(dir... |
commit | commitdiff | tree | snapshot |
2011-02-09 |
NAKAMURA Takumi | CMake: Add the new option LLVM_LIT_TOOLS_DIR. It can... |
commit | commitdiff | tree | snapshot |
2011-02-09 |
NAKAMURA Takumi | lib/Support/Errno.cpp: Check strerror_s() with HAVE_DEC... |
commit | commitdiff | tree | snapshot |
2011-02-09 |
NAKAMURA Takumi | Windows/Windows.h: Redefine _WIN32_WINNT here. mingw... |
commit | commitdiff | tree | snapshot |
2011-02-09 |
NAKAMURA Takumi | Windows/Program.inc: Eliminate the declaration of SetIn... |
commit | commitdiff | tree | snapshot |
next |