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