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
2012-04-01
Fix a pretty scary bug I introduced into the always inliner with
Chandler Carruth
2012-04-01
Replace four tiny tests with various uses of grep and not with a single
Chandler Carruth
2012-04-01
misched: Add finalizeScheduler to complete the target interface.
Andrew Trick
2012-04-01
Removing a file that's no longer being used after the recent refactorings
Eli Bendersky
2012-04-01
Split the LdStGeneral PPC itin. class into LdStLoad and LdStStore.
Hal Finkel
2012-03-31
Add a workaround for building with old versions of clang.
Rafael Espindola
2012-03-31
Add a triple to the test.
Rafael Espindola
2012-03-31
Teach CodeGen's version of computeMaskedBits to understand the range metadata.
Rafael Espindola
2012-03-31
Fix dynamic linking on PPC64.
Hal Finkel
2012-03-31
Fix a typo reported in IRC by someone reviewing this code.
Chandler Carruth
2012-03-31
Give the always-inliner its own custom filter. It shouldn't have to pay
Chandler Carruth
2012-03-31
Remove a bunch of empty, dead, and no-op methods from all of these
Chandler Carruth
2012-03-31
Initial commit for the rewrite of the inline cost analysis to operate
Chandler Carruth
2012-03-31
Add support to the InstVisitor for visiting a generic callsite. The
Chandler Carruth
2012-03-31
Move trivial functions into the class definition.
Bill Wendling
2012-03-31
Trim headers.
Bill Wendling
2012-03-31
Indent according to LLVM's style guide.
Bill Wendling
2012-03-31
Cleanup whitespace and trim some of the #includes.
Bill Wendling
2012-03-31
Internalize: Remove reference of @llvm.noinline, it was replaced with the noi...
Benjamin Kramer
2012-03-31
These strings aren't 'const char *' but 'char *'.
Bill Wendling
2012-03-31
Cleanup whitespace.
Bill Wendling
2012-03-31
Free the codegen options when deleting LTO code generator object.
Bill Wendling
2012-03-31
Cleanup whitespace and remove unneeded 'extern' keyword on function definitions.
Bill Wendling
2012-03-31
Clean up the naming in this test. Someone pointed this out in review at
Chandler Carruth
2012-03-31
FileCheck-ize this test, and generally tidy it up prior to changing
Chandler Carruth
2012-03-31
I noticed in passing that the Metadata getIfExists method was creating a new
Duncan Sands
2012-03-31
Correctly vectorize powi.
Hal Finkel
2012-03-31
comment typo
Andrew Trick
2012-03-31
Select static relocation model if it is jitting.
Akira Hatanaka
2012-03-31
Introduce Register Units: Give each leaf register a number.
Andrew Trick
2012-03-31
Add a 2 byte safety margin in offset computations.
Jakob Stoklund Olesen
2012-03-31
Add more debugging output to ARMConstantIslandPass.
Jakob Stoklund Olesen
2012-03-30
* Set the scope attributes for the ASM symbol we added to be the value passed
Bill Wendling
2012-03-30
Rip out emission of the regIsInRegClass function for the asm printer.
Benjamin Kramer
2012-03-30
ARM fix encoding fixup resolution for ldrd and friends.
Jim Grosbach
2012-03-30
Use SequenceToOffsetTable in emitRegisterNameString.
Jakob Stoklund Olesen
2012-03-30
Reapply 153764 and 153761 with a fix.
Jakob Stoklund Olesen
2012-03-30
Revert 153764 and 153761. They broke a --enable-optimized --enable-assertions
Rafael Espindola
2012-03-30
ARM assembler should prefer non-aliases encoding of cmp.
Jim Grosbach
2012-03-30
ARM encoding for VSWP got the second operand incorrect.
Jim Grosbach
2012-03-30
ARM can only use narrow encoding for low regs.
Jim Grosbach
2012-03-30
Compress SimpleValueType lists by sharing.
Jakob Stoklund Olesen
2012-03-30
Compress register lists by sharing suffixes.
Jakob Stoklund Olesen
2012-03-30
Add a SequenceToOffsetTable to TableGen.
Jakob Stoklund Olesen
2012-03-30
ARM integrated assembler should encoding choice for add/sub imm.
Jim Grosbach
2012-03-30
Handle unreachable code in the dominates functions. This changes users when
Rafael Espindola
2012-03-30
Re-factored RuntimeDyLd:
Danil Malyshev
2012-03-30
ARM assembly parsing needs to be paranoid about negative immediates.
Jim Grosbach
2012-03-30
Add computeMaskedBitsLoad back, as it was the change to instsimplify that
Rafael Espindola
2012-03-30
Add a note about a missed cmov -> sbb opportunity.
Benjamin Kramer
[next]