upgrade to use new intrinsics, patch by Dan Hipschman!
[oota-llvm.git] / include /
2010-08-10 Devang PatelAdd missing argument. CreateCompositeTypeEx() users...
2010-08-10 Rafael EspindolaMake it possible to set the flags passed to the assembler.
2010-08-10 Jakob Stoklund OlesenImplement register class inflation.
2010-08-10 Jakob Stoklund OlesenRecalculate the spill weight and allocation hint for...
2010-08-10 Mikhail GlushenkovTrailing whitespace.
2010-08-10 Bruno Cardoso LopesRemove replicate intrinsics, clang will generate shuffl...
2010-08-10 Bruno Cardoso LopesUse i32 instead of i8 for dot product intrinsic
2010-08-10 Jakob Stoklund OlesenTranspose the calculation of spill weights such that...
2010-08-10 Bruno Cardoso LopesFix the last argument type of AVX vblend intrinsics
2010-08-09 Bill WendlingMerge the OptimizeExts and OptimizeCmps passes into...
2010-08-09 Kevin EnderbyNext bit of support for the dwarf .file directive....
2010-08-09 Devang PatelRefactor.
2010-08-09 Rafael EspindolaMake it possible to set the target triple and expose...
2010-08-09 Duncan SandsRemove the ValueMap operator=, which was wrong (it...
2010-08-09 Zhongxing XuChange the Interval type to signed in ImmutableInterval...
2010-08-08 Benjamin KramerRemove unused variable.
2010-08-08 Duncan SandsRemove the ValueMap copy constructor. It's not used...
2010-08-08 Eric ChristopherAdd a bit of a hack to avoid multiple defines of variab...
2010-08-08 Bill WendlingUse the "isCompare" machine instruction attribute inste...
2010-08-08 Oscar FuentesCMake: set configure macro LLVM_PREFIX
2010-08-08 Oscar FuentesCMake: configure header llvm-config.h
2010-08-08 Eric ChristopherFix PR7809 by creating a header for just llvm variables...
2010-08-08 Bill WendlingAdd back in r109901, which adds a Compare flag to the...
2010-08-07 Benjamin KramerRoll back my last two commits, valgrind complains.
2010-08-07 Benjamin KramerA reference to the Timer's name is safe, it outlives...
2010-08-07 Benjamin KramerShrink PassNameParser's binary size with array_pod_sort.
2010-08-07 Owen AndersonRemove layering violation.
2010-08-07 Owen AndersonAdd an inverse() method to ConstantRange.
2010-08-07 Nick LewyckyFix typo.
2010-08-07 Dan GohmanRemove assignPassManager's default arguments. It's...
2010-08-07 Dan GohmanMore #include cleanups.
2010-08-07 Dan GohmanDelete this explicit assignment operator; it's equivale...
2010-08-07 Dan GohmanTidy up PMStack. Add a bunch of consts, use std::vector...
2010-08-07 Dan GohmanTidy some #includes and forward-declarations, and move...
2010-08-07 Owen AndersonAdd a convenience constructor.
2010-08-07 Dan GohmanMake AnalysisImpls private.
2010-08-07 Owen AndersonAdd a predicate to determine if a call is an inline...
2010-08-06 Rafael EspindolaSome cleanup. Use a class (OptionInfo) instead of a...
2010-08-06 Bruno Cardoso LopesPatterns to match AVX 256-bit vzero intrinsics
2010-08-06 Dan GohmanEliminate PromoteMemoryToRegisterID; just use addPreser...
2010-08-06 Jim Grosbachtidy up
2010-08-06 Daniel DunbarMC: Add default value for AddrSpace argument to EmitValue.
2010-08-06 Jakob Stoklund OlesenAdd LiveInterval::RenumberValues - Garbage collection...
2010-08-06 Owen AndersonReapply r110396, with fixes to appease the Linux buildb...
2010-08-06 Dan GohmanImplement a proper getModRefInfo for va_arg.
2010-08-06 Jim Grosbachspelling
2010-08-06 Rafael EspindolaFix eabi calling convention when a 64 bit value shadows r3.
2010-08-06 Dan GohmanAdd a comment.
2010-08-06 Bill WendlingRevert r109901. The implementation of <rdar://problem...
2010-08-06 Bill WendlingAdd the Optimize Compares pass (disabled by default).
2010-08-06 Owen AndersonRevert r110396 to fix buildbots.
2010-08-06 Bruno Cardoso LopesRemove unused AVX intrinsics
2010-08-05 Dan GohmanMake AA private, since subclasses shouldn't (aren't...
2010-08-05 Owen AndersonDon't use PassInfo* as a type identifier for passes...
2010-08-05 Dan GohmanRemove IntrWriteMem, as it's the default. Rename IntrWr...
2010-08-05 Eric ChristopherRevert my last commit, apparently it's a runtime issue.
2010-08-05 Eric ChristopherRemove unnecessary include.
2010-08-05 Gabor Greifremove the private hack from CallInst, it was not suppo...
2010-08-05 Owen AndersonGive ConstantRange an operator=
2010-08-05 Jakob Stoklund OlesenRemove double-def checking from MachineVerifier, so...
2010-08-04 Dan GohmanDelete obsolete comments.
2010-08-04 Torok EdwinAdd a missing function.
2010-08-04 Torok EdwinFix build of DataFlow.h
2010-08-04 Dan GohmanDon't construct a std::string with a literal "".
2010-08-04 Dan GohmanDon't print the filename twice in file-not-found errors.
2010-08-04 Bruno Cardoso LopesFix a comment typo and add more 256-bit intrinsics
2010-08-03 Dan GohmanRemove PointerAccessInfo, which nothing was using.
2010-08-03 Dan GohmanThread const correctness through a bunch of AliasAnalys...
2010-08-03 Nate BegemanAdd support for getting & setting the FPSCR application...
2010-08-03 Peter CollingbourneAdd an atomic lowering pass
2010-08-03 Daniel Dunbarbuild: Add LLVM_NATIVE_ARCHNAME, which has the sensible...
2010-08-03 Bruno Cardoso LopesSupport x86 AVX 256-bit instruction intrinsics. Right...
2010-08-03 Dan GohmanUpdate some comments.
2010-08-03 Dan GohmanIntroduce a symbolic constant for ~0u for use with...
2010-08-03 Dan GohmanAdd a convenient form of AliasAnalysis::alias for the...
2010-08-02 Dan GohmanMake SCEVUnknown a CallbackVH, so that it can be notifi...
2010-08-02 Dan GohmanSketch up a preliminary Type-Based Alias Analysis imple...
2010-08-02 Devang PatelAdd explicit constructors. Patch by Renato Golin.
2010-08-01 Daniel DunbarTargets: Add InitializeNativeTargetAsmPrinter(), patch...
2010-07-31 Gabor Greifdoxygenize argument accessors
2010-07-31 Michael J. SpencerAdd relax all support to the COFF object streamer.
2010-07-31 Rafael EspindolaThe BlockExtractorPass() constructor was not reading...
2010-07-30 Bill WendlingAdd a "Compare" flag to the target instruction descript...
2010-07-30 Dan GohmanMove MaximumAlignment to be a member of the Value class.
2010-07-30 Nick LewyckyLibCallAliasAnalysis uses multiple inheritance, so...
2010-07-30 Duncan SandsFix the ValueMap copy constructor. The issue is that...
2010-07-29 Gabor Greifremove a layer of cruft
2010-07-29 Nate BegemanAdd builtins for ssat/usat, similar to RealView's __ssa...
2010-07-29 Eric ChristopherGrammar.
2010-07-29 Nate BegemanAdd intrinsics __builtin_arm_qadd & __builtin_arm_qsub...
2010-07-29 Benjamin KramerPlug the remaining MC leaks by giving MCObjectStreamer...
2010-07-29 Benjamin KramerStop leaking std::strings in GetDwarfFile.
2010-07-29 Eric ChristopherSpeculatively revert r109705 since it seems to be causi...
2010-07-29 Dan GohmanFactor out some of the code for updating old SCEVUnknow...
2010-07-28 Owen AndersonAdd an erase() method to llvm::ThreadLocal.
2010-07-28 Owen AndersonAdd more doxygen comments for llvm::ThreadLocal.
2010-07-28 Dan GohmanMove MaximumAlignment to Value.h, now that GlobalValue...
2010-07-28 Dan GohmanMake GlobalValue alignment consistent with load, store...
2010-07-28 Kevin EnderbyAdded first bit of support for the dwarf .file directiv...
2010-07-28 Daniel DunbarMC: Put back the MCFragment vtable, so subclasses are...
next