aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2013-01-09docs: Bring TableGen syntax a bit closer to reality.Sean Silva
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-09Cost Model: Move the 'max unroll factor' variable to the TTI and add initial ...Nadav Rotem
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-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-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-08Make sure we don't emit instructions before a landingpad instruction.Bill Wendling
2013-01-08Sink a function that refers to the SelectionDAG into that library in theChandler Carruth
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-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
2013-01-07Add more comments to what's going on here.Eric Christopher
2013-01-07Add support for separating strings for the split debug info DWARF5Eric Christopher
2013-01-07This patch addresses bug 14678 by fixing two problems in medium code modelBill Schmidt
2013-01-07Change SMRange to be half-open (exclusive end) instead of closed (inclusive)Jordan Rose
2013-01-07Implement APFloat::isDenormal()Shuxin Yang
2013-01-07When code size is the priority (Oz, MinSize attribute), help llvmQuentin Colombet
2013-01-07Move TypeFinder.h into the IR tree, it clearly belongs with the IR library.Chandler Carruth
2013-01-07Move CallGraphSCCPass.h into the Analysis tree; that's where theChandler Carruth
2013-01-07Remove the long defunct 'DefaultPasses' header. We have a pass managerChandler Carruth
2013-01-07Sink AddrMode back into TargetLowering, removing one of the mostChandler Carruth