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
2009-08-21
Expand few nodes until someone will be crazy enough to implement them nativel...
Anton Korobeynikov
2009-08-21
Typo :(
Anton Korobeynikov
2009-08-21
Correct instruction names for subtract-with-borrow
Anton Korobeynikov
2009-08-21
llvm-mc/Mach-O: Support byte and fill value emission.
Daniel Dunbar
2009-08-21
Don't assume that the operand of an inttoptr is an pointer-sized integer.
Dan Gohman
2009-08-21
Fix typo. Should check both values of RangeUse for 0. Patch by Marius Wachtler.
Bill Wendling
2009-08-21
Handle 'r' inline asm constraint
Anton Korobeynikov
2009-08-21
Fix a comment.
Bob Wilson
2009-08-21
Fix a problem noticed by gcc-4.4:
Duncan Sands
2009-08-21
Change getelementptr folding to use APInt instead of uint64_t for
Dan Gohman
2009-08-21
Add some tests for vext.16 and vext.32.
Bob Wilson
2009-08-21
Fix -Asserts warning.
Daniel Dunbar
2009-08-21
llvm-mc: Accept .fill size of 8.
Daniel Dunbar
2009-08-21
Fix a typo
Anton Korobeynikov
2009-08-21
Removed profiling test, lli not available on all platforms.
Andreas Neustifter
2009-08-21
Add a pass to do call graph analyis to overlay the autos and frame sections of
Sanjiv Gupta
2009-08-21
Fix build on platforms where stdint.h is not implicitly included in the stand...
Benjamin Kramer
2009-08-21
More cpp backend fixes. Now for FP stuff.
Anton Korobeynikov
2009-08-21
Fix some typos and use type-based isel for VZIP/VUZP/VTRN
Anton Korobeynikov
2009-08-21
Add lowering of ARM 4-element shuffles to multiple instructios via perfectshu...
Anton Korobeynikov
2009-08-21
Add simple cost model to perfect shuffle. Currently we're doing just greedy s...
Anton Korobeynikov
2009-08-21
Add nodes & dummy matchers for some v{zip,uzp,trn} instructions
Anton Korobeynikov
2009-08-21
Expand EXTRACT_SUBVECTOR
Anton Korobeynikov
2009-08-21
Provide vext.{16,32}
Anton Korobeynikov
2009-08-21
Use masks not nodes for vector shuffle predicates. Provide set of 'legal' mas...
Anton Korobeynikov
2009-08-21
Whitespace cleanup
Anton Korobeynikov
2009-08-21
Update CMakeLists.
Benjamin Kramer
2009-08-21
bug 4530: Make debug information static to it is preservered during bitcode l...
Richard Pennington
2009-08-21
Added tests for Profiling Infrastructure.
Andreas Neustifter
2009-08-21
Make for 32-bit only.
Bill Wendling
2009-08-21
Tweak svn:ignore
Daniel Dunbar
2009-08-21
llvm-mc: Start MCAssembler and MCMachOStreamer.
Daniel Dunbar
2009-08-21
llvm-mc: Various section parsing fixes.
Daniel Dunbar
2009-08-21
Probably should emit bitcode instead of text.
Bill Wendling
2009-08-21
Don't install llvm-mc by default.
Daniel Dunbar
2009-08-21
Remove #include <iostream>.
Bill Wendling
2009-08-21
Clean up the APInt function getDigit.
Erick Tryzelaar
2009-08-21
Correct for recent assert change.
Bill Wendling
2009-08-21
Testcase for r79597.
Bill Wendling
2009-08-21
Update error messages for '+'. Fix grammar and make the two
Eric Christopher
2009-08-21
Fix trailing whitespace and 80-col violation.
Eric Christopher
2009-08-21
Fix bug with APInt::getBitsNeeded with for base 10 numbers 0-9.
Erick Tryzelaar
2009-08-21
Allow '+' to appear in APInt strings, and add more unit tests.
Erick Tryzelaar
2009-08-21
Remove Neon intrinsics for VZIP, VUZP, and VTRN. We will represent these as
Bob Wilson
2009-08-20
Re-revert r79555. Apparently it's not just buildbot weirdness.
Owen Anderson
2009-08-20
Add support for including '+' in APFloat strings, more asserts,
Erick Tryzelaar
2009-08-20
Reapply r79555 for testing. Daniel's trying to work out some buildbot weirdn...
Owen Anderson
2009-08-20
Use FileCheck even though this means testing for something
Dale Johannesen
2009-08-20
--- Reverse-merging r79555 into '.':
Bill Wendling
2009-08-20
Attempt to comment this code more.
Bill Wendling
[prev]
[next]