summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Add missing break.Bob Wilson2010-09-16
* Change VLDMQ and VSTMQ to be pseudo instructions. They are expanded afterBob Wilson2010-09-16
* Fix a threaded LLVM bug due the need for operator= on reference counted AttrL...Owen Anderson2010-09-16
* Use the value mapping provided by LiveIntervalMap. This simplifies the code aJakob Stoklund Olesen2010-09-16
* System/Path: Add x86-64 COFF to IdentifyFileType.Michael J. Spencer2010-09-15
* Since PassRegistry is currently a shared global object, it needs locking. Wh...Owen Anderson2010-09-15
* System/Path: Add isObjectFile().Michael J. Spencer2010-09-15
* Add support for the 'lane' modifier on vdup operandsJim Grosbach2010-09-15
* Add a InitSections method to the streamer interface.Rafael Espindola2010-09-15
* Remember VLDMQ.Jakob Stoklund Olesen2010-09-15
* Add missing break.Jakob Stoklund Olesen2010-09-15
* Teach the MC disassembler to handle vmov.f32 and vmov.f64 immediate to registerJim Grosbach2010-09-15
* move getRegisterNumbering() to out of ARMBaseRegisterInfo into the helperJim Grosbach2010-09-15
* PR7959: Handle negative scales in GEPs correctly in BasicAA for non-64-bitEli Friedman2010-09-15
* simplify getRegisterNumbering(). Remove the unused isSPVFP argument andJim Grosbach2010-09-15
* Refactor uses of getRegisterNumbering() to not need the isSPVFP argument. CheckJim Grosbach2010-09-15
* Reduce dependencies in the ARM MC instruction printer.Jim Grosbach2010-09-15
* Fix spelling typo.Jim Grosbach2010-09-15
* Factor out basic enums and hleper functions from ARM.h for cleaner sharingJim Grosbach2010-09-15
* Add support for floating point immediates to MC instruction printing. ARMJim Grosbach2010-09-15
* Check bb to ensure that alloca is in separate basic block.Devang Patel2010-09-15
* Recognize VST1q64Pseudo and VSTMQ as stack slot stores.Jakob Stoklund Olesen2010-09-15
* Reapply Gabor's 113839, 113840, and 113876 with a fix for a problemBob Wilson2010-09-15
* the darwin9-powerpc buildbot keeps consistently crashing,Gabor Greif2010-09-15
* Move ARM is{LoadFrom,StoreTo}StackSlot closer to their siblings so they won't beJakob Stoklund Olesen2010-09-15
* Spelling fix.Bob Wilson2010-09-15
* llvmc: make -x work with unknown suffixes.Mikhail Glushenkov2010-09-15
* If dbg.declare from non-entry block is using alloca from entry block then use...Devang Patel2010-09-15
* lcall and ljmp always default to lcalll and ljmpl. This finallyChris Lattner2010-09-15
* apparently jmpl $1,$2 is an alias for ljmpl, similiarlyChris Lattner2010-09-15
* Disambiguate lcall/ljmp to the 32-bit version. This happensChris Lattner2010-09-15
* fix the encoding of sldt GR16 to have the 0x66 prefix, andChris Lattner2010-09-15
* implement aliases for shld/shrd, part of rdar://8418316Chris Lattner2010-09-15
* fix rdar://8431880 - rcl/rcr with no shift amount not recognizedChris Lattner2010-09-15
* add various broken forms of fnstsw. I didn't add the %raxChris Lattner2010-09-15
* add some aliases for f[u]comi, part of rdar://8431422Chris Lattner2010-09-15
* add a bunch of aliases for fp operations with no operand,Chris Lattner2010-09-15
* Diagnose invalid instructions like "incl" with "too few operands for instruct...Chris Lattner2010-09-15
* Use VLD1/VST1 pseudo instructions for loadRegFromStackSlot andBob Wilson2010-09-15
* trailing whitespaceJim Grosbach2010-09-15
* Add x86MMX a few more places.Dale Johannesen2010-09-15
* fix PR8144, a bug where constant merge would merge globals markedChris Lattner2010-09-15
* Reapply r113875 with additional cleanups.Jim Grosbach2010-09-14
* add a terrible hack to allow out with dx is parens, a gas bug.Chris Lattner2010-09-14
* Convert TBAA to use the new TBAATag field of AliasAnalysis::Location.Dan Gohman2010-09-14
* Emit libcalls for SDIV, this requires some call infrastructureEric Christopher2010-09-14
* revert 113875 momentarilly. Need to fix the MC disassembler to handle theJim Grosbach2010-09-14
* trailing whitespace cleanupJim Grosbach2010-09-14
* an attempt to salvage the darwin9-powerpc buildbot, which could be miscompili...Gabor Greif2010-09-14
* The register specified for a dregpair is the corresponding Q register, so toJim Grosbach2010-09-14