Make this test x86 specific because the ARM backend can't handle it.
[oota-llvm.git] / include /
2011-02-27 Chris Lattneradd the ability to walk the scope tree and insert at...
2011-02-27 Chris Lattneradd a data() method.
2011-02-27 Cameron ZwarichFix PR9324 / <rdar://problem/9052489> by handling the...
2011-02-27 Tobias Grossercmake: Add xdot.py support as it already exists in...
2011-02-27 Tobias GrosserPass the graph to the DOTGraphTraits.getEdgeAttributes().
2011-02-26 Daniel DunbarSupport: Add llvm::AreStatisticsEnabled().
2011-02-25 Owen AndersonAllow targets to specify a the type of the RHS of a...
2011-02-25 Cameron ZwarichRoll out r126425 and r126450 to see if it fixes the...
2011-02-25 Nick LewyckyUpdate the NoFolder to work with current IRBuilder.
2011-02-24 Joerg SonnenbergerRestore r125595 (reverted in r126336) with modifications:
2011-02-24 Devang PatelEnable DebugInfo support for COFF object files.
2011-02-24 Richard OsborneAdd XCore intrinsic for eeu instruction.
2011-02-24 Duncan SandsRewrite the vector part of getExtendedTypeAction to...
2011-02-24 Cameron ZwarichMerge information about the number of zero, one, and...
2011-02-24 Cameron ZwarichAdd a getNumSignBits() method to APInt.
2011-02-24 Cameron ZwarichAdd a mechanism for invalidating the LiveOutInfo of...
2011-02-24 Cameron ZwarichTrack blocks visited in reverse postorder.
2011-02-24 Cameron ZwarichRefactor the LiveOutInfo interface into a few methods...
2011-02-24 Michael J. SpencerDepricate PathV1::isAbsolute.
2011-02-23 Richard OsborneAdd XCore intrinsic for clre instruction.
2011-02-23 Richard OsborneAdd llvm.xcore.waitevent intrinsic. The effect of this...
2011-02-23 Richard OsborneAdd XCore intrinsic for the setv instruction.
2011-02-23 Richard OsborneAdd XCore intrinsic for settw instruction.
2011-02-23 Frits van BommelImplement TODO for implicit C-array-to-ArrayRef conversion.
2011-02-23 Stuart HastingsOmit private_extern declarations of extern symbols...
2011-02-22 Nick LewyckyFix C++0x incompatibility. The signature of std::make_p...
2011-02-22 Devang PatelFollow LLVM coding style.
2011-02-22 Cameron ZwarichMachineConstantPoolValues are not uniqued, so they...
2011-02-22 Cameron ZwarichRoll out r126169 and r126170 in an attempt to fix the...
2011-02-22 Cameron ZwarichMerge information about the number of zero, one, and...
2011-02-21 Devang PatelRevert r124611 - "Keep track of incoming argument's...
2011-02-21 Richard OsborneAdd XCore intrinsics for various instructions on ports.
2011-02-21 Duncan SandsIf the phi node was used by an unreachable instruction...
2011-02-21 Joerg SonnenbergerUse a vector of pairs to implement the section stack...
2011-02-20 Oscar FuentesPut targets on folders, if the IDE supports the feature.
2011-02-19 Argyrios KyrtzidisAllow getting the address of the value in a PointerUnio...
2011-02-19 Ted KremenekAdd ImmutableMap methods 'manualRetain()', 'manualRelea...
2011-02-18 Devang PatelProvide enums to build complex address calucation expre...
2011-02-18 Devang PatelRemove unused tag.
2011-02-18 Devang PatelProvide tag strings for llvm specific tags.
2011-02-18 Devang PatelDo not lose debug info of an inlined function argument...
2011-02-18 Chris LattnerNow that -loop-idiom uses TargetLibraryInfo properly...
2011-02-18 Chris Lattneradd a way to disable all builtins, wire it up to opt...
2011-02-18 Chris Lattneradd memset and memcpy, though they are always available...
2011-02-18 Chris Lattnerrearrange some comments, no functionality change.
2011-02-18 Owen AndersonAdd FixedLenDecoderEmitter, the skeleton of a new disas...
2011-02-18 Chris Lattnerintroduce a new TargetLibraryInfo pass, which transform...
2011-02-18 Rafael EspindolaExpose getTypeName to the C API. Patch by Patrick Walton.
2011-02-18 Benjamin KramerThe objectsize intrinsic doesn't access any memory.
2011-02-18 Cameron ZwarichRoll out r125794 to help diagnose the llvm-gcc-i386...
2011-02-18 Chris Lattnerhoist GlobalValue::removeDeadConstantUsers up to being...
2011-02-17 Devang PatelDo not lose debug info of an inlined function argument...
2011-02-17 Nadav RotemEnhance constant folding of bitcast operations on vecto...
2011-02-17 NAKAMURA TakumiTriple::MinGW64 is deprecated and removed. We can use...
2011-02-16 Stuart HastingsSwap VT and DebugLoc operands of getExtLoad() for consi...
2011-02-16 Rafael EspindolaGas is very inconsistent about when a relaxation/reloca...
2011-02-16 Rafael EspindolaAdd support for pushsection and popsection. Patch by...
2011-02-15 Nick LewyckyTeach PatternMatch that splat vectors could be floating...
2011-02-15 Devang PatelMove DbgInfoPrinter specific utlities inside DbgInfoPri...
2011-02-15 Duncan SandsSpelling fix: consequtive -> consecutive.
2011-02-15 Chris Lattnerfix comments
2011-02-15 Chris Lattnerconvert ConstantVector::get to use ArrayRef.
2011-02-15 Chris Lattnerfix some typos.
2011-02-14 Jakob Stoklund OlesenMove more fragments of spill weight calculation into...
2011-02-14 Chris Lattnerrevert my ConstantVector patch, it seems to have made...
2011-02-14 Rafael EspindolaMove broken HasCommonSymbols to ELFWriter.cpp.
2011-02-14 Chris LattnerSwitch ConstantVector::get to use ArrayRef instead...
2011-02-14 Chris Lattneradd a new ArrayRef class. This is intended to replace...
2011-02-14 Chris Lattnerfix two comment thinkos
2011-02-14 Nick LewyckyFix typo in comment.
2011-02-13 Chris Lattnermissed a header
2011-02-13 Chris Lattnerfix thinko :)
2011-02-13 Chris LattnerRevisit my fix for PR9028: the issue is that DAGCombine was
2011-02-13 Chris Lattneradd a helper method.
2011-02-11 Zhanyong WanAdds llvm::sys::path::is_separator() to test whether...
2011-02-11 Jim GrosbachRemove trailing whitespace.
2011-02-11 Douglas GregorPoison the relational operators ==, !=, <, <=, >=,...
2011-02-11 Chris Lattnermake the constantexpr interfaces for inbounds GEPs...
2011-02-11 Rafael EspindolaRemove std::string version of getNameWithPrefix.
2011-02-11 Jim GrosbachRemove trailing whitespace.
2011-02-10 Owen AndersonClean trailing whitespace.
2011-02-10 Chris Lattnerswitch the constantexpr, target folder, and IRBuilder...
2011-02-09 Douglas GregorRip out realpath() support. It's expensive, and often...
2011-02-09 Jakob Stoklund OlesenMove calcLiveBlockInfo() and the BlockInfo struct into...
2011-02-09 Douglas GregorAdd llvm::sys::path::canonical(), which provides the...
2011-02-09 Dan GohmanOptimize po_iterator: don't do redundant lookups.
2011-02-09 Chris LattnerTeach instsimplify some tricks about exact/nuw/nsw...
2011-02-09 Chris LattnerRework InstrTypes.h so to reduce the repetition around...
2011-02-09 Chris Lattnerenrich folder interfaces around exactness.
2011-02-09 Chris Lattnerrefactor ConstantExpr interfaces a bit around "exactness".
2011-02-09 Richard OsborneAdd intrinsic for setc instruction on the XCore.
2011-02-09 NAKAMURA Takumilib/Support/Errno.cpp: Check strerror_s() with HAVE_DEC...
2011-02-08 Rafael EspindolaDon't open the file again in the gold plugin. To be...
2011-02-08 Jakob Stoklund OlesenAdd LiveIntervals::addKillFlags() to recompute kill...
2011-02-08 Jakob Stoklund OlesenAdd LiveIntervals::shrinkToUses().
2011-02-07 Bruno Cardoso LopesImplement support for custom target specific asm parsin...
2011-02-07 Chris Lattnerimplement .ll and .bc support for nsw/nuw on shl and...
2011-02-07 Duncan SandsAdd an m_Div pattern for matching either a udiv or...
2011-02-07 Duncan SandsAdd IRBuilder methods for creating an exact udiv, like...
2011-02-06 Chris Lattnerenhance vmcore to know that udiv's can be exact, and...
next