summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."Michael J. Spencer2010-09-13
* Convert some VTBL and VTBX instructions to use pseudo instructions prior toBob Wilson2010-09-13
* Mechanically replace LiveInterval* with LiveIntervalMap for intervals beingJakob Stoklund Olesen2010-09-13
* Allow LiveIntervalMap to be reused by resetting the current live interval.Jakob Stoklund Olesen2010-09-13
* Switch all the NEON vld-lane and vst-lane instructions over to the newBob Wilson2010-09-13
* Let's just declare that it is impossible to construct a std::pair from a nullJakob Stoklund Olesen2010-09-13
* Fix typo in temp. script file name.Devang Patel2010-09-13
* Fix typos. 128-bit PSHUFB takes 128-bit memory op.Dale Johannesen2010-09-13
* Basic smoke test for new x86mmx type.Dale Johannesen2010-09-13
* Add little test script to check debug info.Devang Patel2010-09-13
* Fix linux/msvc build, move include.Benjamin Kramer2010-09-13
* Attempt to fix the Linux build.Owen Anderson2010-09-13
* Minimize #includes in a top-level header.Owen Anderson2010-09-13
* Silence more warnings. Two more unused variables.Eric Christopher2010-09-13
* Add a reduced testcase for the infinite loop fixed in r113763.Owen Anderson2010-09-13
* Remove unused variable.Eric Christopher2010-09-13
* trailing whitespaceJim Grosbach2010-09-13
* Silence some constructor ordering warnings.Eric Christopher2010-09-13
* Added skeleton for inline asm multiple alternative constraint support.John Thompson2010-09-13
* Use ParseIRFile to auto-detect LLVM Assembly automatically.Dan Gohman2010-09-13
* Add full auto-upgrade support for LLVM 2.7 bitcode metadata.Dan Gohman2010-09-13
* Re-apply r113679, which was reverted in r113720, which added a paid of new in...Owen Anderson2010-09-13
* CMake: Add llvm-lit to CMake build.Michael J. Spencer2010-09-13
* Factoring and potential bug fix. The elf "flags" cannot be used as masks.Rafael Espindola2010-09-13
* Fix formatting tags.Bob Wilson2010-09-13
* Document NEON intrinsic changes for 2.8.Bob Wilson2010-09-13
* Nowadays a release build has assertions off.Duncan Sands2010-09-13
* Spelling fixes in comments.Duncan Sands2010-09-13
* Fix comment typo.Dale Johannesen2010-09-12
* CMake: Fix MSVS build. Although I don't know why this didn't break other buil...Michael J. Spencer2010-09-12
* Revert 113679, it was causing an infinite loop in a testcase that I've sentEric Christopher2010-09-12
* CMake: Fix mingw32 build.Michael J. Spencer2010-09-12
* add some documentation for the most important MC-level classes along withChris Lattner2010-09-11
* add a missed cmov alias, part of rdar://8416805Chris Lattner2010-09-11
* add support for all the setCC aliases. Part of rdar://8416805Chris Lattner2010-09-11
* Add support for leb128 of absolute expressions.Rafael Espindola2010-09-11
* add support for pushfd/popfd which are aliases for pushfl/popfl.Chris Lattner2010-09-11
* implement rdar://8407928 - support for in/out with a missing "a" register.Chris Lattner2010-09-11
* fix the asmparser so that the target is responsible for skipping toChris Lattner2010-09-11
* Add missing single quotes.Rafael Espindola2010-09-11
* Change section_data dumping to print hex numbers instead of usingRafael Espindola2010-09-11
* Invert and-of-or into or-of-and when doing so would allow us to clear bits of...Owen Anderson2010-09-11
* CMake: Fix mingw32 build.Michael J. Spencer2010-09-11
* Add x86mmx to TableGen.Dale Johannesen2010-09-11
* Rename ConvertToSetZeroFlag to something more general.Bill Wendling2010-09-11
* No need to recompute the SrcReg and CmpValue.Bill Wendling2010-09-10
* Move some of the decision logic for converting an instruction into one that setsBill Wendling2010-09-10
* Start sketching out ARM fast-isel calls.Eric Christopher2010-09-10
* For consistency.Eric Christopher2010-09-10
* Newline at end of file.Eric Christopher2010-09-10