summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge in 156319 156837 156838.release_31Bill Wendling2012-05-152-2/+2
* New Revision: 155749Bill Wendling2012-05-081-28/+58
* Merging r155984:Bill Wendling2012-05-021-2/+3
* Merging r155954:Bill Wendling2012-05-011-1/+1
* Merging r155902:Bill Wendling2012-05-0112-70/+68
* Rename to match coding conventions.Bill Wendling2012-04-301-3/+3
* Merging r155817:Bill Wendling2012-04-302-13/+28
* Merging r155813:Bill Wendling2012-04-301-11/+1
* Merging r155166:Bill Wendling2012-04-301-9/+9
* Merging r155809:Bill Wendling2012-04-301-1/+1
* Merging r155818:Bill Wendling2012-04-301-1/+1
* Merging r155668:Bill Wendling2012-04-261-3/+5
* Merging r155466:Bill Wendling2012-04-241-3/+11
* Merging r155287:Bill Wendling2012-04-232-0/+3
* Merging r155286:Bill Wendling2012-04-231-1/+2
* Merging r155307:Bill Wendling2012-04-222-4/+4
* Inline a variable that's used only in an assert.Bill Wendling2012-04-221-6/+3
* This reverts a long string of commits to the Hexagon backend. TheseChandler Carruth2012-04-1837-12093/+2017
* LiveIntervalUpdate validators weren't recorded after the calls to std::for_ea...Pete Cooper2012-04-181-6/+6
* SourceMgr: Colorize diagnostics.Benjamin Kramer2012-04-181-7/+41
* Mark instruction classes ArithLogicR, ArithLogicI and LoadUpper as isRemateri...Akira Hatanaka2012-04-181-1/+5
* Delete blank line.Akira Hatanaka2012-04-181-1/+0
* Fix copy/paste-o.Jim Grosbach2012-04-181-1/+1
* TableGen add warning diagnostic helper functions.Jim Grosbach2012-04-181-0/+16
* Added support for disassembling unpredictable swp/swpb ARM instructions.Silviu Baranga2012-04-183-2/+7
* Fix the bahavior of the disassembler when decoding unpredictable mrs instruct...Silviu Baranga2012-04-181-5/+15
* Added support for unpredictable mcrr/mcrr2/mrrc/mrrc2 ARM instruction in the ...Silviu Baranga2012-04-182-4/+36
* Fixed decoding for the ARM cdp2 instruction. The restriction on the coprocess...Silviu Baranga2012-04-181-1/+6
* Add suport for unpredicatble cases of the cmp, tst, teq and cmnz ARM instruct...Silviu Baranga2012-04-181-2/+10
* SmallPtrSet: Reuse DenseMapInfo's pointer hash function instead of inventing ...Benjamin Kramer2012-04-181-1/+2
* Use a heavy hammer to fix PR12573.Bill Wendling2012-04-181-0/+9
* Remove AVX vpermil intrinsics. I removed their uses from clang headers and bu...Craig Topper2012-04-182-11/+38
* loop-reduce: Add an early bailout to catch extremely large loops.Andrew Trick2012-04-181-0/+17
* fix error check in assertSeth Cantrell2012-04-181-1/+1
* C++ has newlines at the end of files (including include files).David Blaikie2012-04-171-1/+1
* fix pr12559: mark unavailable win32 math libcallsJoe Groff2012-04-172-16/+89
* Fixes a problem in instruction selection with testing whether or not the Joel Jones2012-04-171-2/+3
* Typo.Chad Rosier2012-04-171-1/+1
* Fix incorrect call of resolveRelocation() for ARM ELF stub relocations.Danil Malyshev2012-04-171-2/+2
* platform support for counting column widths and checking isprintSeth Cantrell2012-04-175-0/+104
* Delete latter half of CMakeLists.txt.Akira Hatanaka2012-04-171-15/+0
* Add disassembler to MIPS. Akira Hatanaka2012-04-1713-93/+872
* Goodbye, JSONParser...Manuel Klimek2012-04-172-303/+0
* Remove unused CCIfSubtarget.Jay Foad2012-04-174-16/+0
* Fix bad EXTRACT_SUBREG in instruction selection for extending-loads on NEON.James Molloy2012-04-171-8/+44
* Revert "SCEV: When expanding a GEP the final addition to the base pointer has...Benjamin Kramer2012-04-171-1/+1
* Don't decode vperm2i128 or vperm2f128 into a shuffle if bit 3 or 7 of the imm...Craig Topper2012-04-172-0/+4
* SlotIndexes used to store the index list in a crufty custom linked-list. I can'tLang Hames2012-04-171-27/+25
* Fix ARM disassembly of VLD2 (single 2-element structure to all lanes)Kevin Enderby2012-04-171-7/+1
* Typo.Eric Christopher2012-04-161-1/+1