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
2013-01-09
These functions have default arguments of 0 for the last arg. Use
Eric Christopher
2013-01-09
These functions have default arguments of 0 for the last arg. Use
Eric Christopher
2013-01-09
ARM Cost Model: Add a basic vectorization unrolling test.
Nadav Rotem
2013-01-09
Remove the -licm pass from the loop vectorizer test because the loop vectoriz...
Nadav Rotem
2013-01-09
Cost Model: Move the 'max unroll factor' variable to the TTI and add initial ...
Nadav Rotem
2013-01-09
Add a getBundleEnd() function to go with the existing getBundleStart().
Jakob Stoklund Olesen
2013-01-09
Add comment to the definition of Constant::isZeroValue().
Shuxin Yang
2013-01-09
Forgot the namespace identifier.
Bill Wendling
2013-01-09
Add the integer value of the ConstantInt instead of the Constant* value.
Bill Wendling
2013-01-09
Consider expression "0.0 - X" as the negation of X if
Shuxin Yang
2013-01-08
Move the string pools down into the units. No functional change.
Eric Christopher
2013-01-08
Simplify the code a bit: MCRelaxableFragment doesn't need a separate getInstSize
Eli Bendersky
2013-01-08
Fix memory leak in YAML I/O.
Nick Kledzik
2013-01-08
Specify complete triple for fp128 tests.
Tim Northover
2013-01-08
This patch produces the correct addend value for
Jack Carter
2013-01-08
This patch produces the correct pointer size
Jack Carter
2013-01-08
Pad Short Functions for Intel Atom
Preston Gurd
2013-01-08
Docs: mention that we support float reductions when -ffast-math is used.
Nadav Rotem
2013-01-08
Rename statistic for instruction fragments -> relaxable
Eli Bendersky
2013-01-08
Code cleanup: refactor the switch statements in the generation of reduction v...
Nadav Rotem
2013-01-08
Rename the enum members to match the LLVM coding style.
Nadav Rotem
2013-01-08
Add fp128 rtlib function names to LLVM
Tim Northover
2013-01-08
Allow the asm printer to print fp128 values properly.
Tim Northover
2013-01-08
Add highlighting for "int" keyword
Joel Jones
2013-01-08
Make sure we don't emit instructions before a landingpad instruction.
Bill Wendling
2013-01-08
Allow ELF64 relocation type to be more than 8 bits.
Tim Northover
2013-01-08
Sink a function that refers to the SelectionDAG into that library in the
Chandler Carruth
2013-01-08
Add the C testcase to this file.
Eric Christopher
2013-01-08
Update README.txt to more accurately reflect reality.
Sean Silva
2013-01-08
Remove the llvm-local DW_TAG_vector_type tag and add a test to
Eric Christopher
2013-01-08
Fix comment.
Eric Christopher
2013-01-08
Split changeset_ty using iterators instead of loops.
Lenny Maiorani
2013-01-08
Mark artificial types as such in the annotated debug output.
David Blaikie
2013-01-08
Renamed MCInstFragment to MCRelaxableFragment and added some comments.
Eli Bendersky
2013-01-08
Remove what appears to be a dead llvm-specific debug tag.
Eric Christopher
2013-01-07
Pack MachineOperand bitfields better.
Jakob Stoklund Olesen
2013-01-07
Pack MachineInstr fields better.
Jakob Stoklund Olesen
2013-01-07
LoopVectorizer: Add support for floating point reductions
Nadav Rotem
2013-01-07
Add some additional tests for the .bundle_lock align_to_end feature that didn't
Eli Bendersky
2013-01-07
Remove dead directory.
Bill Wendling
2013-01-07
Cosmetical changne in order to conform to coding std.
Shuxin Yang
2013-01-07
Whitespace and 80-col.
Eric Christopher
2013-01-07
Whitespace and 80-col.
Eric Christopher
2013-01-07
LoopVectorizer: When we vectorizer and widen loops we process many elements a...
Nadav Rotem
2013-01-07
Add the align_to_end option to .bundle_lock in the MC implementation of aligned
Eli Bendersky
2013-01-07
This change is to implement following rules:
Shuxin Yang
2013-01-07
Fixed EOL whitespace.
Michael Gottesman
2013-01-07
ARM: Copy-paste error.
Jim Grosbach
2013-01-07
ARM: Fix a few copy-paste errors.
Jim Grosbach
2013-01-07
[ms-inline asm] Make sure the NullStreamParser doesn't try to emit labels when
Chad Rosier
[next]