oota-llvm.git
2012-04-20 Craig TopperConvert some uses of XXXRegisterClass to &XXXRegClass...
2012-04-20 Jakob Stoklund... Revert r155136 "Defer some shl transforms to DAGCombine."
2012-04-20 Jim GrosbachARM some VFP tblgen'erated two-operand aliases.
2012-04-20 Jim GrosbachTidy up. Formatting.
2012-04-19 Jim GrosbachARM let TableGen handle a few two-operand aliases.
2012-04-19 Jim GrosbachTableGen support for auto-generating assembly two-opera...
2012-04-19 Bill WendlingPut this expensive check below the less expensive ones.
2012-04-19 Bob WilsonWhen cross compiling, install a host version of llvm...
2012-04-19 Dan GohmanAvoid a bug in the path count computation, preventing...
2012-04-19 Joel JonesTest for the the problem with xors being changed into...
2012-04-19 Daniel Dunbar[docs] Update HTML pages to refer to CSS in a way that...
2012-04-19 Daniel Dunbar[docs] Remove index.html, I am flipping the switch...
2012-04-19 Michael J.... Remove llvm-ld and llvm-stub (which is only used by...
2012-04-19 Jim GrosbachUse a SmallVector instead of std::vector for ResOperands.
2012-04-19 Jim GrosbachUpdate some internal naming conventions to modern style.
2012-04-19 Jakob Stoklund... Defer some shl transforms to DAGCombine.
2012-04-19 Daniel Dunbar[docs] Add back old index.html until I get llvm.org...
2012-04-19 Daniel Dunbar[docs] Convert docs index page into Sphinx.
2012-04-19 Daniel Dunbar[docs] Stub out structure for Sphinx-based docs.
2012-04-19 Daniel Dunbarllvm-lit: Inject the lit module path at the beginning...
2012-04-19 Gabor Greifzap tabs
2012-04-19 Craig TopperMake fast isel use &XXXRegClass instead of XXXRegisterC...
2012-04-19 Andrew TrickAllow targets to select the default scheduler by name.
2012-04-19 Andrew Trickwhitespace
2012-04-19 Jakob Stoklund... Extract the broken part of XFAILed test into its own...
2012-04-18 Jim GrosbachFix typo.
2012-04-18 Kevin EnderbyFixed the llvm-mv X86 disassembler so the 'C' API gets...
2012-04-18 Dan GohmanDon't crash on code where the user put __attribute__...
2012-04-18 Bill WendlingAdd a flag to rebranch if we need to.
2012-04-18 Chandler CarruthThis reverts a long string of commits to the Hexagon...
2012-04-18 Pete CooperLiveIntervalUpdate validators weren't recorded after...
2012-04-18 Jim GrosbachDocument that StringMap iteration order is non-determin...
2012-04-18 Jim GrosbachRevert "Replace some uses of std:map<std::string,....
2012-04-18 Benjamin Kramertblgen: remove duplicated newlines.
2012-04-18 Jim GrosbachReplace some uses of std:map<std::string,...> with...
2012-04-18 Benjamin KramerSourceMgr: Colorize diagnostics.
2012-04-18 Jim GrosbachUse SmallVector for the requirements on an InstAlias.
2012-04-18 Jim GrosbachTidy up. Formatting.
2012-04-18 Akira HatanakaMark instruction classes ArithLogicR, ArithLogicI and...
2012-04-18 Akira HatanakaDelete blank line.
2012-04-18 Jim GrosbachMove a few more warnings to use PrintWarning().
2012-04-18 Jim GrosbachTidy up. No need for a Twine here, as it's just constants.
2012-04-18 Jim GrosbachFormatting.
2012-04-18 Jim GrosbachTidy up. Add a '.' at the end of the sentence.
2012-04-18 Jim GrosbachFix copy/paste-o.
2012-04-18 Jim GrosbachClean up warning text. Remove extraneous prefix.
2012-04-18 Jim GrosbachTableGen use PrintWarning rather than fprintf(stderr...
2012-04-18 Jim GrosbachTidy up. Trailing whitespace.
2012-04-18 Jim GrosbachTableGen add warning diagnostic helper functions.
2012-04-18 Jakob Stoklund... FileCheckize
2012-04-18 Jakob Stoklund... Nobody likes shifty instructions, but that was a bit...
2012-04-18 Silviu BarangaAdded support for disassembling unpredictable swp/swpb...
2012-04-18 Silviu BarangaFix the bahavior of the disassembler when decoding...
2012-04-18 Silviu BarangaAdded support for unpredictable mcrr/mcrr2/mrrc/mrrc2...
2012-04-18 Silviu BarangaFixed decoding for the ARM cdp2 instruction. The restri...
2012-04-18 Silviu BarangaAdd suport for unpredicatble cases of the cmp, tst...
2012-04-18 Benjamin KramerSmallPtrSet: Reuse DenseMapInfo's pointer hash function...
2012-04-18 Nick LewyckyMove the JIT flags from llc to lli. These flags showed...
2012-04-18 Eli BenderskyA bit of cleanup in the TestingGuide doc - dg.exp files...
2012-04-18 Eli BenderskySome formatting and grammar fixes in the FileCheck...
2012-04-18 Bill WendlingUse a heavy hammer to fix PR12573.
2012-04-18 Craig TopperRemove AVX vpermil intrinsics. I removed their uses...
2012-04-18 Andrew Trickloop-reduce: Add an early bailout to catch extremely...
2012-04-18 Seth Cantrellfix error check in assert
2012-04-18 Joe GroffFileCheckify, un-XFAIL SimplifyLibCalls/floor test
2012-04-18 Joe GroffMove win32 SimplifyLibcall test under Transforms
2012-04-17 David BlaikieC++ has newlines at the end of files (including include...
2012-04-17 Joe Grofffix pr12559: mark unavailable win32 math libcalls
2012-04-17 Joe Groffallow opt to take a -mtriple option
2012-04-17 Joel JonesFixes a problem in instruction selection with testing...
2012-04-17 Chad RosierTypo.
2012-04-17 Jim GrosbachSanity check error handling for TokenAlias.
2012-04-17 Danil MalyshevFix incorrect call of resolveRelocation() for ARM ELF...
2012-04-17 Seth Cantrellplatform support for counting column widths and checkin...
2012-04-17 Akira HatanakaDelete latter half of CMakeLists.txt.
2012-04-17 Akira HatanakaAdd disassembler to MIPS.
2012-04-17 Manuel KlimekGoodbye, JSONParser...
2012-04-17 Manuel KlimekAdding operator== for document_iterator.
2012-04-17 Benjamin KramerForce cmov on test so block placement doesn't shuffle...
2012-04-17 Jay FoadRemove unused CCIfSubtarget.
2012-04-17 Francois PichetUnbreak the MSVC build, that next() thing again.
2012-04-17 James MolloyFix bad EXTRACT_SUBREG in instruction selection for...
2012-04-17 Benjamin KramerRevert "SCEV: When expanding a GEP the final addition...
2012-04-17 Andrew TrickTest cases that assume layout should use -disable-code...
2012-04-17 Craig TopperDon't decode vperm2i128 or vperm2f128 into a shuffle...
2012-04-17 Bill WendlingDownload and build the compiler-rt project.
2012-04-17 Lang HamesSlotIndexes used to store the index list in a crufty...
2012-04-17 Andrew TrickTypo in an unused field.
2012-04-17 Chandler CarruthUpdate woefully stale credits entry. Everything listed...
2012-04-17 Chandler CarruthAdd a stub about the inline cost rewrite.
2012-04-17 Chandler CarruthAdd a stub for block placement pass. This needs fleshin...
2012-04-17 Bill WendlingDon't tag libcxx and libcxxabi since we don't release...
2012-04-17 Kevin EnderbyFix ARM disassembly of VLD2 (single 2-element structure...
2012-04-17 Preston Gurdtemporarily XFAIL this test until post RA
2012-04-17 Jim GrosbachTidy up. 80 columns.
2012-04-16 Eric ChristopherTypo.
2012-04-16 Eric ChristopherMake comment here more clear.
2012-04-16 Chandler CarruthDisable the atom scheduling test after r154874 broke it.
2012-04-16 Jim GrosbachARM two-operand forms for vhadd and vhsub instructions.
2012-04-16 Preston GurdTemporarily turn off anti-dependency checking
next