index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix coloring bug when mapping values in the middle of a live-through block.
Jakob Stoklund Olesen
2011-02-03
1
-7
/
+7
*
Return live range end points from SplitEditor::enter*/leave*.
Jakob Stoklund Olesen
2011-02-03
3
-62
/
+48
*
Silence an MSVC warning
Jakob Stoklund Olesen
2011-02-03
1
-1
/
+1
*
[AVX] VEXTRACTF128 support. This commit includes patterns for
David Greene
2011-02-03
4
-0
/
+76
*
Add XCore intrinsics for resource instructions.
Richard Osborne
2011-02-03
3
-4
/
+168
*
cmake/*: Add svn:eol-style=native and fix CRLF.
NAKAMURA Takumi
2011-02-03
2
-40
/
+39
*
Improve threading of comparisons over select instructions (spotted by my
Duncan Sands
2011-02-03
2
-3
/
+60
*
Part of this test is invariant inside the inner loop - move it outside
Duncan Sands
2011-02-03
1
-14
/
+16
*
test/Makefile: "check-all" should update tools/clang/test/Unit/lit.site.cfg, ...
NAKAMURA Takumi
2011-02-03
1
-1
/
+1
*
Reapply this.
Eric Christopher
2011-02-03
5
-225
/
+182
*
Temporarily revert 124765 in an attempt to find the cycle breaking bootstrap.
Eric Christopher
2011-02-03
5
-182
/
+225
*
Platform tests for `sys/uio.h' header and `writev' function.
Oscar Fuentes
2011-02-03
2
-0
/
+10
*
Add -march to fix the bots.
Rafael Espindola
2011-02-03
1
-1
/
+1
*
Fix PR9127 by reversing the operands even if they have more then one use.
Rafael Espindola
2011-02-03
2
-2
/
+14
*
raw_fd_ostream: Add a SetUseAtomicWrites() method (uses writev).
Daniel Dunbar
2011-02-03
2
-3
/
+35
*
Regenerate configure.
Daniel Dunbar
2011-02-03
2
-2
/
+10
*
configure: Add checks for <sys/uio.h> and writev().
Daniel Dunbar
2011-02-03
1
-2
/
+2
*
Defer SplitKit value mapping until all defs are available.
Jakob Stoklund Olesen
2011-02-03
5
-225
/
+182
*
Update docs to match reality.
Devang Patel
2011-02-03
1
-10
/
+9
*
Fix typo in comment.
Devang Patel
2011-02-03
1
-1
/
+1
*
Add support to describe template value parameter in debug info.
Devang Patel
2011-02-02
6
-1
/
+89
*
Add support to describe template parameter type in debug info.
Devang Patel
2011-02-02
6
-3
/
+97
*
Reenable the transform "(X*Y)/Y->X" when the multiplication is known not to
Duncan Sands
2011-02-02
2
-5
/
+9
*
Changed the TableGen created MatchInstructionImpl() setting of ErrorInfo.
Kevin Enderby
2011-02-02
1
-3
/
+1
*
Update comment to match my recent change.
Bob Wilson
2011-02-02
1
-2
/
+2
*
SimplifyCFG: Turn switches into sub+icmp+branch if possible.
Benjamin Kramer
2011-02-02
4
-70
/
+39
*
Add support for trampolines on the XCore.
Richard Osborne
2011-02-02
5
-1
/
+109
*
Remove NoVendor and NoOS, added in commit 123990, from Triple. While it
Duncan Sands
2011-02-02
3
-74
/
+56
*
Remove wasteful caching. This isn't needed for correctness because any function
Nick Lewycky
2011-02-02
1
-23
/
+2
*
Conservatively, clear optional flags, such as nsw, when performing
Dan Gohman
2011-02-02
1
-0
/
+15
*
Fix reassociate to clear optional flags, such as nsw.
Dan Gohman
2011-02-02
3
-0
/
+44
*
Fixed a bug in the disassembler where the mandatory 0x66
Sean Callanan
2011-02-02
1
-0
/
+1
*
Given a pair of floating point load and store, if there are no other uses of
Evan Cheng
2011-02-02
5
-2
/
+109
*
Fix comment typo.
Bob Wilson
2011-02-02
1
-1
/
+1
*
PR9081: Split up LDM instruction with deprecated use of both LR and PC.
Bob Wilson
2011-02-01
1
-2
/
+3
*
Take Bill Wendling's suggestion for structuring a couple of asserts.
Matt Beaumont-Gay
2011-02-01
1
-6
/
+6
*
Update to match changes in lldb interface.
Devang Patel
2011-02-01
1
-1
/
+2
*
Fix imm printing for logical instructions.
Anton Korobeynikov
2011-02-01
3
-24
/
+45
*
Document the LLVM GIT mirror
Anton Korobeynikov
2011-02-01
1
-0
/
+20
*
[AVX] Implement EnforceSmallerThan for mixed int/fp type lists. This
David Greene
2011-02-01
1
-27
/
+130
*
Remove stale references of obsolete @llvm.dbg.variable.
Devang Patel
2011-02-01
1
-8
/
+3
*
Make SwitchInst::removeCase() more efficient.
Jay Foad
2011-02-01
2
-9
/
+6
*
Add a m_Undef pattern for convenience. This is so that code that uses
Duncan Sands
2011-02-01
2
-16
/
+26
*
Add a m_SignBit pattern for convenience.
Duncan Sands
2011-02-01
2
-3
/
+16
*
Have m_One also match constant vectors for which every element is 1.
Duncan Sands
2011-02-01
5
-11
/
+16
*
Test commit - fix a double 'should' in a comment.
Carl Norum
2011-02-01
1
-1
/
+1
*
Correctly merge available_externally and regular definitions when they have
Rafael Espindola
2011-02-01
3
-2
/
+13
*
Fix bogus assert condition noticed by Csaba Raduly.
Evan Cheng
2011-02-01
1
-2
/
+2
*
Reapply 124275 since the Dragonegg failure was unreproducible.
Eric Christopher
2011-02-01
2
-85
/
+88
*
Fix test for non-darwin targets.
Evan Cheng
2011-02-01
1
-2
/
+2
[next]