aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-02-04Make Win32's header file name lower for cross build on case-sensitive filesys...NAKAMURA Takumi
2011-02-04LLVM_ON_WIN32 is not defined on config-ix.cmake. Use something else.Oscar Fuentes
2011-02-04Add the tablegenned files to the `clean' target.Oscar Fuentes
2011-02-04Introducing a new method of tracking register pressure. We can'tAndrew Trick
2011-02-04DebugLoc associated with a machine instruction is used to emit location entri...Devang Patel
2011-02-04Update comments.Evan Cheng
2011-02-04Skip unused values.Jakob Stoklund Olesen
2011-02-04Also compute interference intervals for blocks with no uses.Jakob Stoklund Olesen
2011-02-04Verify kill flags conservatively.Jakob Stoklund Olesen
2011-02-03Tidy up a bit.Jim Grosbach
2011-02-03Do not sign extend floating-point values in the asm parser.Bob Wilson
2011-02-03Remove trailing whitespaceBob Wilson
2011-02-03Edit a comment for consistency.Bob Wilson
2011-02-03whitespaceAndrew Trick
2011-02-03SimplifyCFG: Also transform switches that represent a range comparison but ar...Benjamin Kramer
2011-02-03Moved to Clang's source tree its configuration options and associatedOscar Fuentes
2011-02-03Factor the computation of the basename of libraries. This avoids renamingRafael Espindola
2011-02-03Fix 80-column violations and whitespace.Bob Wilson
2011-02-03Changes for building Clang and others using LLVM as an externalOscar Fuentes
2011-02-03Ensure that the computed interference intervals actually overlap their basic ...Jakob Stoklund Olesen
2011-02-03Tweak debug output from SlotIndexes.Jakob Stoklund Olesen
2011-02-03Add debug output and asserts to the phi-connecting code.Jakob Stoklund Olesen
2011-02-03Fix coloring bug when mapping values in the middle of a live-through block.Jakob Stoklund Olesen
2011-02-03Return live range end points from SplitEditor::enter*/leave*.Jakob Stoklund Olesen
2011-02-03Silence an MSVC warningJakob Stoklund Olesen
2011-02-03[AVX] VEXTRACTF128 support. This commit includes patterns forDavid Greene
2011-02-03Add XCore intrinsics for resource instructions.Richard Osborne
2011-02-03cmake/*: Add svn:eol-style=native and fix CRLF.NAKAMURA Takumi
2011-02-03Improve threading of comparisons over select instructions (spotted by myDuncan Sands
2011-02-03Part of this test is invariant inside the inner loop - move it outsideDuncan Sands
2011-02-03test/Makefile: "check-all" should update tools/clang/test/Unit/lit.site.cfg, ...NAKAMURA Takumi
2011-02-03Reapply this.Eric Christopher
2011-02-03Temporarily revert 124765 in an attempt to find the cycle breaking bootstrap.Eric Christopher
2011-02-03Platform tests for `sys/uio.h' header and `writev' function.Oscar Fuentes
2011-02-03Add -march to fix the bots.Rafael Espindola
2011-02-03Fix PR9127 by reversing the operands even if they have more then one use.Rafael Espindola
2011-02-03raw_fd_ostream: Add a SetUseAtomicWrites() method (uses writev).Daniel Dunbar
2011-02-03Regenerate configure.Daniel Dunbar
2011-02-03configure: Add checks for <sys/uio.h> and writev().Daniel Dunbar
2011-02-03Defer SplitKit value mapping until all defs are available.Jakob Stoklund Olesen
2011-02-03Update docs to match reality.Devang Patel
2011-02-03Fix typo in comment.Devang Patel
2011-02-02Add support to describe template value parameter in debug info.Devang Patel
2011-02-02Add support to describe template parameter type in debug info.Devang Patel
2011-02-02Reenable the transform "(X*Y)/Y->X" when the multiplication is known not toDuncan Sands
2011-02-02Changed the TableGen created MatchInstructionImpl() setting of ErrorInfo.Kevin Enderby
2011-02-02Update comment to match my recent change.Bob Wilson
2011-02-02SimplifyCFG: Turn switches into sub+icmp+branch if possible.Benjamin Kramer
2011-02-02Add support for trampolines on the XCore.Richard Osborne
2011-02-02Remove NoVendor and NoOS, added in commit 123990, from Triple. While itDuncan Sands