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
PowerPC: EH adjustments
Adhemerval Zanella
2013-01-09
add hexagon flags in ELF.h
Shankar Easwaran
2013-01-09
For some LLVM-as-library uses it is convenient to create a
David Tweed
2013-01-09
Configure: if we compile with clang, check that it is not broken
Dmitri Gribenko
2013-01-09
Check whether MCInst operand isImm before calling getImm.
Tim Northover
2013-01-09
Refactor to expose RTLIB calls to targets.
Tim Northover
2013-01-09
Incrase the number of parameters for AlignedCharArrayUnion.
Manuel Klimek
2013-01-09
Alter the hasing computation when inserting into the folding set.
Bill Wendling
2013-01-09
add -march to the test
Nadav Rotem
2013-01-09
tblgen: use an early return to reduce indentation.
Sean Silva
2013-01-09
Efficient lowering of vector sdiv when the divisor is a splatted power of two...
Nadav Rotem
2013-01-09
tblgen: Factor out common code.
Sean Silva
2013-01-09
Last in the series of removing unnecessary '0' arguments for
Eric Christopher
2013-01-09
MIsched: add an ILP window property to machine model.
Andrew Trick
2013-01-09
[Object, DebugInfo] Make DWARFContext BE-aware.
NAKAMURA Takumi
2013-01-09
TableGen/LangRef: link bang operators into the productionlist
Sean Silva
2013-01-09
TableGen/LangRef: discuss specific C-like escapes
Sean Silva
2013-01-09
docs: Fix mention of DefmID to MultiClassID.
Sean Silva
2013-01-09
Inline this into its only caller.
Sean Silva
2013-01-09
tblgen: Reuse function that is 2 lines above.
Sean Silva
2013-01-09
fix copy-paste-o
Sean Silva
2013-01-09
docs: Bring TableGen syntax a bit closer to reality.
Sean Silva
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
[next]