oota-llvm.git
2011-02-11 Jim GrosbachMore whitespace cleanup...
2011-02-11 Jim GrosbachRemove trailing whitespace.
2011-02-11 Douglas GregorPoison the relational operators ==, !=, <, <=, >=,...
2011-02-11 Cameron ZwarichMake LoopUnswitch preserve ScalarEvolution by just...
2011-02-11 Cameron ZwarichLoopInstSimplify preserves ScalarEvolution.
2011-02-11 Chris Lattnerfix dumping of METADATA_ATTACHMENT2 names, patch by...
2011-02-11 Chris Lattnermake ConstantExpr::replaceUsesOfWithOnConstant preserve...
2011-02-11 Chris Lattnermake the constantexpr interfaces for inbounds GEPs...
2011-02-11 Rafael EspindolaRemove std::string version of getNameWithPrefix.
2011-02-11 Daniel DunbarDisable this test for now...
2011-02-11 Evan ChengFix buggy fcopysign lowering.
2011-02-11 Jim GrosbachRemove trailing whitespace.
2011-02-11 Cameron ZwarichAdd a test for the LSR issue exposed by r125254.
2011-02-10 Nick LewyckyTolerate degenerate phi nodes that can occur in the...
2011-02-10 Cameron ZwarichIf we can't avoid running loop-simplify twice for now...
2011-02-10 Cameron ZwarichRename 'loopsimplify' to 'loop-simplify'.
2011-02-10 Bruno Cardoso... Add mips o32 tests again with the hope that the buildbo...
2011-02-10 David Greene[AVX] Implement 256-bit vector lowering for SCALAR_TO_V...
2011-02-10 Bruno Cardoso... Remove the test to silence the buildbot, will check...
2011-02-10 Owen AndersonClean trailing whitespace.
2011-02-10 Bruno Cardoso... Fix a lot of o32 CC issues and add a bunch of tests...
2011-02-10 David Greene[AVX] Implement 256-bit vector lowering for EXTRACT_VEC...
2011-02-10 Che-Liang Chiouptx: add passing parameter to kernel functions
2011-02-10 NAKAMURA TakumiCMake: LLVM_LIT_TOOLS_DIR is needed only on Win32 hosts...
2011-02-10 NAKAMURA TakumiCMake: LLVM_NO_RTTI must be obsolete now!
2011-02-10 NAKAMURA Takumilit/TestFormats.py: Unittests may be found with suffix...
2011-02-10 NAKAMURA Takumilit/Util.py: On Cygwin, 'PATHEXT' may exist but it...
2011-02-10 Chris Lattnerimplement the first part of PR8882: when lowering an...
2011-02-10 Chris Lattnerswitch the constantexpr, target folder, and IRBuilder...
2011-02-10 Chris LattnerEnhance a bunch of transformations in instcombine to...
2011-02-10 Chris LattnerEnhance the "compare with shift" and "compare with...
2011-02-10 Chris Lattnermore cleanups, notably bitcast isn't used for "signed...
2011-02-10 Chris LattnerA bunch of cleanups and simplifications using the new...
2011-02-10 Chris Lattnerteach SimplifyDemandedBits that exact shifts demand...
2011-02-10 Evan ChengAfter 3-addressifying a two-address instruction, update...
2011-02-10 Eric ChristopherRevert this in an attempt to bring the builders back.
2011-02-10 Bill WendlingDon't return before calling the post-processing functio...
2011-02-10 Cameron ZwarichTurn this pass ordering:
2011-02-10 Jim GrosbachDo AsmMatcher operand classification per-opcode.
2011-02-09 Jakob Stoklund... Delete unused code for analyzing and splitting around...
2011-02-09 Douglas GregorRip out realpath() support. It's expensive, and often...
2011-02-09 Jakob Stoklund... Simplify using the new leaveIntvBefore()
2011-02-09 Jakob Stoklund... Use the LiveBLocks array for SplitEditor::splitSingleBl...
2011-02-09 Cameron ZwarichAttempt to fix the build after r125228.
2011-02-09 Mikhail GlushenkovTypo.
2011-02-09 Jakob Stoklund... Move calcLiveBlockInfo() and the BlockInfo struct into...
2011-02-09 Douglas GregorAdd llvm::sys::path::canonical(), which provides the...
2011-02-09 Jakob Stoklund... Ignore <undef> uses when analyzing and rewriting.
2011-02-09 Jakob Stoklund... Assert on bad jump tables.
2011-02-09 Jakob Stoklund... Add tags to live interval unions to avoid using stale...
2011-02-09 Shantonu SenFix comparator used for looking up previously instantia...
2011-02-09 Dan GohmanOptimize po_iterator: don't do redundant lookups.
2011-02-09 Erick TryzelaarDon't run ocamldoc if it's not installed
2011-02-09 Erick TryzelaarFix compiling the ocaml kaleidoscope tutorials
2011-02-09 Duncan SandsFormatting and comment tweaks.
2011-02-09 Chris LattnerTeach instsimplify some tricks about exact/nuw/nsw...
2011-02-09 Chris Lattnermerge two tests.
2011-02-09 Chris LattnerRework InstrTypes.h so to reduce the repetition around...
2011-02-09 Chris Lattneremit a specific error when the input file is empty...
2011-02-09 Chris Lattnerfix typo
2011-02-09 Chris Lattnerenrich folder interfaces around exactness.
2011-02-09 Chris Lattnerrefactor ConstantExpr interfaces a bit around "exactness".
2011-02-09 Chris Lattnerremove a small scattering of basically pointless tests...
2011-02-09 Chris Lattnerremove a broken test, this is matching nounwind on...
2011-02-09 David Greene[AVX] Implement 256-bit vector lowering for INSERT_VECT...
2011-02-09 Richard OsborneAdd intrinsic for setc instruction on the XCore.
2011-02-09 Nick LewyckyWhen removing a function from the function set and...
2011-02-09 NAKAMURA TakumiAdd testing stuff to CMake documents.
2011-02-09 NAKAMURA Takumitest/lit.cfg: Seek sane tools(and bash) in directories...
2011-02-09 NAKAMURA Takumilit/LitConfig.py: Add the new method getToolsPath(dir...
2011-02-09 NAKAMURA Takumilit/Util.py: Add two functions, checkToolsPath(dir...
2011-02-09 NAKAMURA TakumiCMake: Add the new option LLVM_LIT_TOOLS_DIR. It can...
2011-02-09 NAKAMURA Takumilib/Support/Errno.cpp: Check strerror_s() with HAVE_DEC...
2011-02-09 NAKAMURA TakumiWindows/Windows.h: Redefine _WIN32_WINNT here. mingw...
2011-02-09 NAKAMURA TakumiWindows/Program.inc: Eliminate the declaration of SetIn...
2011-02-09 NAKAMURA TakumiWindows/DynamicLibrary.inc: ELM_Callback fix for mingw...
2011-02-09 NAKAMURA Takumillvm-lit may be available with CMake.
2011-02-09 NAKAMURA Takumillvm-lit may be able to invoke clang tests.
2011-02-09 NAKAMURA Takumitools/llvm-ld/CMakeLists.txt: llvm-ld depends on llvm...
2011-02-09 NAKAMURA Takumitools/llvm-ld: Cygwin can handle #!shbang.
2011-02-09 Jakob Stoklund... Evict a lighter single interference before attempting...
2011-02-09 Jakob Stoklund... Set an allocation hint when rematting before a COPY.
2011-02-08 Jakob Stoklund... Fix one more case of splitting after the last split...
2011-02-08 Jakob Stoklund... Reorganize interference code to check LastSplitPoint...
2011-02-08 Rafael EspindolaDon't open the file again in the gold plugin. To be...
2011-02-08 Owen AndersonRevert both r121082 (which broke a bunch of constant...
2011-02-08 Benjamin KramerSupport for .ifdef / .ifndef in the assembler parser...
2011-02-08 Jakob Stoklund... Also handle the situation where an indirect branch...
2011-02-08 Jakob Stoklund... Add LiveIntervals::addKillFlags() to recompute kill...
2011-02-08 Jakob Stoklund... Trim debug spew
2011-02-08 Jakob Stoklund... Avoid folding a load instruction into an instruction...
2011-02-08 David Greene[AVX] Implement BUILD_VECTOR lowering for 256-bit vecto...
2011-02-08 Jakob Stoklund... Add SplitEditor::overlapIntv() to create small ranges...
2011-02-08 Jakob Stoklund... Add assertion.
2011-02-08 Andrew TrickAdded bugpoint options: -compile-custom and -compile...
2011-02-08 Andrew Trickwhitespace
2011-02-08 Andrew TrickPostRA antidependence breaker unit test for PR8986.
2011-02-08 Andrew TrickPostRA antidependence breaker unit test for rdar:/...
2011-02-08 Andrew TrickFix PostRA antidependence breaker.
2011-02-08 Evan ChengTemporary workaround for a bad bug introduced by r12108...
next