summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* llvm-mc: Teach -as-lex to print more token kinds.Daniel Dunbar2010-09-16
* build: Add support for a TOOL_ORDER_FILE variable so commands can build with anDaniel Dunbar2010-09-16
* 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 test of an edge case value for the FP immediate (needs all digits ofJim 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
* trailing whitespace and 80 column cleanupJim Grosbach2010-09-15
* trailing whitespaceJim Grosbach2010-09-15
* llvmc: make -x work with unknown suffixes.Mikhail Glushenkov2010-09-15
* Removed TracingBrainF from examples Makefile.Garrison Venn2010-09-15
* If dbg.declare from non-entry block is using alloca from entry block then use...Devang Patel2010-09-15
* Release-Asserts no longer exists.Duncan Sands2010-09-15
* Remove the Ada bindings which are unmaintained and unused. The project whichDuncan Sands2010-09-15
* Remove LLVM_GLOBAL_VISIBILITY, which is unused, and was not working properly.Duncan Sands2010-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
* test: Fix coff-dump section array indicies to 1 based to match file format.Michael J. Spencer2010-09-15
* Tabs to spacesMichael J. Spencer2010-09-15
* Cleanup coff-dump.pyMichael J. Spencer2010-09-15
* lit: Expose FileBasedTest object and Test module via 'lit' object that getsDaniel Dunbar2010-09-15