TableGen: record anonymous instantiations of classes.
[oota-llvm.git] / lib /
2013-01-10 Jordan RoseTableGen: record anonymous instantiations of classes.
2013-01-10 Jakob Stoklund OlesenAllow hasProperty() to be called on bundle-internal...
2013-01-10 Nadav RotemLoopVectorizer: Fix a bug in the vectorization of Binar...
2013-01-10 Joey GoulyFix a copy/paste error in the IR Linker, casting an...
2013-01-10 Joey GoulyFix TryToShrinkGlobalToBoolean in GlobalOpt, so that...
2013-01-10 Michael Gottesman[ObjCARC Debug Message] Added debug message when we...
2013-01-10 Douglas GregorFix a race condition in the lock-file manager: once...
2013-01-10 Douglas GregorFix a race condition in llvm::sys::path::unique_file...
2013-01-10 Jakob Stoklund OlesenSupport headerless bundles in MachineInstr::hasProperty().
2013-01-10 Manman RenStack Alignment: throw error if we can't satisfy the...
2013-01-10 Michael J. Spencer[Object][Archive] Fix name handling with bsd style...
2013-01-10 Michael J. Spencer[Object][Archive] Apparently StringRef::getAsInteger...
2013-01-09 Bill WendlingRevert s/Raw/getBitMask/g name change. This is possibly...
2013-01-09 Michael J. Spencer[Object][Archive] Use uint64_t instead of APInt. It...
2013-01-09 Joel JonesFix description of ARMOperand
2013-01-09 Nadav RotemARM Cost model: Use the size of vector registers and...
2013-01-09 Evan ChengFix a DAG combine bug visitBRCOND() is transforming...
2013-01-09 Argyrios KyrtzidisMove the internal PrintStackTrace function that is...
2013-01-09 Michael Gottesman[ObjCARC Debug Messages] This is a squashed commit...
2013-01-09 Jakob Stoklund OlesenDon't print bundle flags.
2013-01-09 Jakob Stoklund OlesenDon't require BUNDLE headers in MachineInstr::getBundle...
2013-01-09 Benjamin KramerLICM: Hoist insertvalue/extractvalue out of loops.
2013-01-09 Sergei LarinFix a typo in MachineInstr::unbundleFromSucc() method.
2013-01-09 Adhemerval ZanellaPowerPC: EH adjustments
2013-01-09 Tim NorthoverRefactor to expose RTLIB calls to targets.
2013-01-09 Bill WendlingAlter the hasing computation when inserting into the...
2013-01-09 Sean Silvatblgen: use an early return to reduce indentation.
2013-01-09 Nadav RotemEfficient lowering of vector sdiv when the divisor...
2013-01-09 Sean Silvatblgen: Factor out common code.
2013-01-09 Eric ChristopherLast in the series of removing unnecessary '0' argument...
2013-01-09 Andrew TrickMIsched: add an ILP window property to machine model.
2013-01-09 NAKAMURA Takumi[Object, DebugInfo] Make DWARFContext BE-aware.
2013-01-09 Sean SilvaInline this into its only caller.
2013-01-09 Sean Silvatblgen: Reuse function that is 2 lines above.
2013-01-09 Sean Silvafix copy-paste-o
2013-01-09 Sean Silvadocs: Bring TableGen syntax a bit closer to reality.
2013-01-09 Eric ChristopherThese functions have default arguments of 0 for the...
2013-01-09 Eric ChristopherThese functions have default arguments of 0 for the...
2013-01-09 Nadav RotemCost Model: Move the 'max unroll factor' variable to...
2013-01-09 Shuxin YangAdd comment to the definition of Constant::isZeroValue().
2013-01-09 Bill WendlingForgot the namespace identifier.
2013-01-09 Bill WendlingAdd the integer value of the ConstantInt instead of...
2013-01-09 Shuxin YangConsider expression "0.0 - X" as the negation of X if
2013-01-08 Eric ChristopherMove the string pools down into the units. No functiona...
2013-01-08 Eli BenderskySimplify the code a bit: MCRelaxableFragment doesn...
2013-01-08 Nick KledzikFix memory leak in YAML I/O.
2013-01-08 Jack CarterThis patch produces the correct addend value for
2013-01-08 Jack CarterThis patch produces the correct pointer size
2013-01-08 Preston GurdPad Short Functions for Intel Atom
2013-01-08 Eli BenderskyRename statistic for instruction fragments -> relaxable
2013-01-08 Nadav RotemCode cleanup: refactor the switch statements in the...
2013-01-08 Nadav RotemRename the enum members to match the LLVM coding style.
2013-01-08 Tim NorthoverAdd fp128 rtlib function names to LLVM
2013-01-08 Tim NorthoverAllow the asm printer to print fp128 values properly.
2013-01-08 Bill WendlingMake sure we don't emit instructions before a landingpa...
2013-01-08 Chandler CarruthSink a function that refers to the SelectionDAG into...
2013-01-08 Eric ChristopherRemove the llvm-local DW_TAG_vector_type tag and add...
2013-01-08 Eric ChristopherFix comment.
2013-01-08 Lenny MaioraniSplit changeset_ty using iterators instead of loops.
2013-01-08 David BlaikieMark artificial types as such in the annotated debug...
2013-01-08 Eli BenderskyRenamed MCInstFragment to MCRelaxableFragment and added...
2013-01-08 Eric ChristopherRemove what appears to be a dead llvm-specific debug...
2013-01-07 Jakob Stoklund OlesenPack MachineOperand bitfields better.
2013-01-07 Jakob Stoklund OlesenPack MachineInstr fields better.
2013-01-07 Nadav RotemLoopVectorizer: Add support for floating point reductions
2013-01-07 Shuxin YangCosmetical changne in order to conform to coding std.
2013-01-07 Eric ChristopherWhitespace and 80-col.
2013-01-07 Eric ChristopherWhitespace and 80-col.
2013-01-07 Nadav RotemLoopVectorizer: When we vectorizer and widen loops...
2013-01-07 Eli BenderskyAdd the align_to_end option to .bundle_lock in the...
2013-01-07 Shuxin YangThis change is to implement following rules:
2013-01-07 Michael GottesmanFixed EOL whitespace.
2013-01-07 Jim GrosbachARM: Copy-paste error.
2013-01-07 Jim GrosbachARM: Fix a few copy-paste errors.
2013-01-07 Chad Rosier[ms-inline asm] Make sure the NullStreamParser doesn...
2013-01-07 Eric ChristopherAdd more comments to what's going on here.
2013-01-07 Eric ChristopherAdd support for separating strings for the split debug...
2013-01-07 Bill SchmidtThis patch addresses bug 14678 by fixing two problems...
2013-01-07 Jordan RoseChange SMRange to be half-open (exclusive end) instead...
2013-01-07 Shuxin YangImplement APFloat::isDenormal()
2013-01-07 Quentin ColombetWhen code size is the priority (Oz, MinSize attribute...
2013-01-07 Chandler CarruthMove TypeFinder.h into the IR tree, it clearly belongs...
2013-01-07 Chandler CarruthMove CallGraphSCCPass.h into the Analysis tree; that...
2013-01-07 Chandler CarruthRemove the long defunct 'DefaultPasses' header. We...
2013-01-07 Chandler CarruthSink AddrMode back into TargetLowering, removing one...
2013-01-07 Chandler CarruthRemove LSR's use of the random AddrMode struct. These...
2013-01-07 Chandler CarruthSwitch the SCEV expander and LoopStrengthReduce to use
2013-01-07 David TweedThere was a switch fall-through in the parser for textu...
2013-01-07 Silviu BarangaMake the MergeGlobals pass correctly handle the address...
2013-01-07 NAKAMURA TakumiR600/SIISelLowering.cpp: Suppress a warning. [-Wunused...
2013-01-07 Chandler CarruthSimplify LoopVectorize to require target transform...
2013-01-07 Chandler CarruthMerge the unused header file for LoopVectorizer into...
2013-01-07 Chandler CarruthSwitch BBVectorize to directly depend on having a TTI...
2013-01-07 Tim NorthoverAdd LICENSE.TXT covering contributions made by ARM.
2013-01-07 Chandler CarruthFix a slew of indentation and parameter naming style...
2013-01-07 Chandler CarruthSwitch LoopIdiom pass to directly require target transf...
2013-01-07 Bill WendlingRough out a new c'tor for the AttrBuilder class.
2013-01-07 Craig TopperRemove more unnecessary # operators with nothing to...
2013-01-07 David BlaikiePR14759: Debug info support for C++ member pointers.
2013-01-07 Craig TopperRemove # from the beginning and end of def names. The...
next