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