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-01-21
Actually check memcpy lengths, instead of just commenting about
Dan Gohman
2011-01-21
Sparc backend:
Venkatraman Govindaraju
2011-01-21
Just because we have determined that an (fcmp | fcmp) is true for A < B,
Owen Anderson
2011-01-21
Last round of fixes for movw + movt global address codegen.
Evan Cheng
2011-01-21
Clang was not parsing target triples involving EABI and was generating wrong ...
Renato Golin
2011-01-21
Handles libffi on the CMake build.
Oscar Fuentes
2011-01-21
Fix the encoding of QADD/SUB, QDADD/SUB. While qadd16, qadd8 use "rd, rn, rm",
Bruno Cardoso Lopes
2011-01-21
Implement support for byval arguments in Sparc backend.
Venkatraman Govindaraju
2011-01-21
SCCP doesn't actually preserve the CFG. It will delete and insert terminator
Nick Lewycky
2011-01-21
Revert "Object: Renable the tests now that none of the build bots complain ab...
Michael J. Spencer
2011-01-21
Enable support for precise scheduling of the instruction selection
Andrew Trick
2011-01-21
Convert -enable-sched-cycles and -enable-sched-hazard to -disable
Andrew Trick
2011-01-21
fix PR9013, an infinite loop in instcombine.
Chris Lattner
2011-01-21
update obsolete comment.
Chris Lattner
2011-01-21
Object: Renable the tests now that none of the build bots complain about alia...
Michael J. Spencer
2011-01-21
Don't try to pull vector bitcasts that change the number of elements through
Nick Lewycky
2011-01-21
Object: Fix type punned pointer issues by making DataRefImpl a union and usin...
Michael J. Spencer
2011-01-21
tblgen: Add support for non-inheritable attributes
Peter Collingbourne
2011-01-21
Add a constant folding of casts from zero to zero. Fixes PR9011!
Nick Lewycky
2011-01-20
Don't be overly aggressive with CSE of "ldr constantpool". If it's a pc-relative
Evan Cheng
2011-01-20
Implement requiredTransitive
Tobias Grosser
2011-01-20
RegionPassPrinter should contain the name of the pass printed
Tobias Grosser
2011-01-20
Add testcases for clz encoding
Bruno Cardoso Lopes
2011-01-20
Fix the encoding and parsing of clrex instruction
Bruno Cardoso Lopes
2011-01-20
Move InstAlias check of argument types to a separate loop.
Bob Wilson
2011-01-20
Tidy comment.
Bob Wilson
2011-01-20
Fix broken check for InstAlias argument used with different types.
Bob Wilson
2011-01-20
Precompute InstAlias operand mapping to result instruction operand indices.
Bob Wilson
2011-01-20
Change instruction names for consistency
Bruno Cardoso Lopes
2011-01-20
Add cdp/cdp2 instructions for thumb/thumb2
Bruno Cardoso Lopes
2011-01-20
Disable objdump-trivial-object.test. It is broken on powerpc-darwin9.
Devang Patel
2011-01-20
- Use a more appropriate name for Owen's ARM Parser isMCR hack since the same...
Bruno Cardoso Lopes
2011-01-20
SplitKit requires that all defs are in place before calling useIntv().
Jakob Stoklund Olesen
2011-01-20
Add LiveIntervalMap::dumpCache() to print out the cache used by the ssa updat...
Jakob Stoklund Olesen
2011-01-20
Add mcr*2 and mr*c2 support to thumb2 targets
Bruno Cardoso Lopes
2011-01-20
Add mcr* and mr*c support to thumb targets
Bruno Cardoso Lopes
2011-01-20
Disable this test until I can figure out why it's broken. Not xfailed because it
Michael J. Spencer
2011-01-20
Allow sign-extending of i8 and i16 to i128 on SPU.
Kalle Raiskila
2011-01-20
At -O123 the early-cse pass is run before instcombine has run. According to my
Duncan Sands
2011-01-20
Refactor mcr* and mr*c instructions into classes with the same encoding. No f...
Bruno Cardoso Lopes
2011-01-20
My editor's indent went crazy. Fix.
Eric Christopher
2011-01-20
Expand invalid return values for umulo and smulo. Handle these similarly
Eric Christopher
2011-01-20
Correct itinerary entry for t2MOV_pic_ga_add_pc.
Evan Cheng
2011-01-20
Add test.
Evan Cheng
2011-01-20
Sorry, several patches in one.
Evan Cheng
2011-01-20
llvm-objdump: Remove redundant includes.
Michael J. Spencer
2011-01-20
llvm-nm: Fix warning.
Michael J. Spencer
2011-01-20
Object: Add some tests!
Michael J. Spencer
2011-01-20
Add llvm-objdump
Michael J. Spencer
2011-01-20
llvm-nm: Update to use the new LLVMObject library.
Michael J. Spencer
[next]