oota-llvm.git
2010-11-20 Anton KorobeynikovMake this compile on case-sensitive file systemsw
2010-11-20 Anton KorobeynikovMove some more hooks to TargetFrameInfo
2010-11-20 Benjamin KramerSilence Release build warnings about unused functions.
2010-11-20 Francois PichetDisable warning C4291 on MSVC. Caused because class...
2010-11-20 Duncan SandsOn X86, MEMBARRIER, MFENCE, SFENCE, LFENCE are not...
2010-11-20 Andrew TrickRemoving the useless test that I added recently. It...
2010-11-20 Andrew TrickRABasic fix. Regalloc is responsible for updating block...
2010-11-20 Andrew TrickWhitespace.
2010-11-20 Jakob Stoklund... Fix old GCC build error.
2010-11-20 Bill WendlingAdd more Thumb add instruction encodings.
2010-11-20 Bill WendlingAdd Thumb encodings for some add instructions.
2010-11-20 Bill WendlingAdd more encodings for Thumb instructions.
2010-11-20 Jakob Stoklund... Detemplatize NodeRef.
2010-11-20 Jakob Stoklund... Rename NodeBase::{key,val} as {first,second} and swap...
2010-11-20 Bill WendlingHave the getAddrMode3OpValue() function in ARMCodeEmitt...
2010-11-20 Bill WendlingCheck for _setjmp too, because it's also used.
2010-11-19 Jakob Stoklund... Implement IntervalMap destructor.
2010-11-19 Jakob Stoklund... Implement IntervalMap::clear().
2010-11-19 Jakob Stoklund... Support backwards iteration starting from end().
2010-11-19 Dale JohannesenAdd test for PR 8111. By Frits van Bommel.
2010-11-19 Jim GrosbachFix ARM LDR* post-indexed operand encoding.
2010-11-19 Bill WendlingEncodings for the compare instructions.
2010-11-19 Owen AndersonThe Vm and Vn register fields must be the same for...
2010-11-19 Evan ChengFix a cut-n-paste-error.
2010-11-19 Owen AndersonDocument the new GVN number table structure.
2010-11-19 Jim GrosbachOperand names
2010-11-19 Jim Grosbachtrailing whitespace
2010-11-19 Eric ChristopherDon't need to save piecemeal now.
2010-11-19 Eric ChristopherUpdate comment.
2010-11-19 Bill WendlingAdd encodings for some of the thumb ADD instructions...
2010-11-19 Eric ChristopherUpdate comment.
2010-11-19 Jim GrosbachClarify operand names.
2010-11-19 Owen AndersonAdd a test for CodeGenPrepare's ability to look through...
2010-11-19 Eric ChristopherRefactor address mode handling into a single struct...
2010-11-19 Jim GrosbachFix encoding for ARM MLS instruction.
2010-11-19 Owen AndersonWhen folding addressing modes in CodeGenPrepare, attemp...
2010-11-19 Jim GrosbachAdd ARM encoding information for STRD.
2010-11-19 Jim GrosbachShuffle things around a bit to keep like things togethe...
2010-11-19 Bill WendlingRevert accidental commit.
2010-11-19 Bill WendlingChange long binary encodings to use hex instead. It...
2010-11-19 Dale JohannesenPrefetch has a MemOperand now. FileCheckize a test.
2010-11-19 Jim GrosbachFactor out operand encoding bits for ARM addressing...
2010-11-19 Jim GrosbachDelete another dead class.
2010-11-19 Jim Grosbachwhitespace tweak.
2010-11-19 Rafael EspindolaFix a use after free. Patch by Frits van Bommel.
2010-11-19 Jim GrosbachRefactor PICSTR* instructions to really be pseudos...
2010-11-19 Jim GrosbachRename ARM .td class AIldst1 to AI2ldst for consistency...
2010-11-19 Jim GrosbachAdd ARM binary encoding information for the rest of...
2010-11-19 Jakob Stoklund... Rename methods for clarity instead of brevity. No funct...
2010-11-19 Mon P WangMake isScalarToVector to return false if the node is...
2010-11-19 Jakob Stoklund... Include raw_ostream.h unconditionally even if it is...
2010-11-19 Kevin EnderbyAdded support for the Mach-O .symbol_resolver directive...
2010-11-19 Jim GrosbachRemove dead code.
2010-11-19 Jim GrosbachARM LDRD binary encoding.
2010-11-19 Jim GrosbachRemove hard tabs.
2010-11-19 Jim GrosbachRemove trailing whitespace.
2010-11-19 Benjamin KramerAvoid release build warnings.
2010-11-19 Owen AndersonFix decoding ambiguities of stdrex and ldrex.
2010-11-19 Benjamin KramerSilence warning about an uninitialized variable.
2010-11-19 Duncan SandsRemove threading of Xor over selects and phis, with...
2010-11-19 Duncan SandsSimplify, no functionality change.
2010-11-19 Rafael EspindolaAdd a MCLineSectionOrder vector so that we produce...
2010-11-19 Evan ChengThese instructions are thumb2 only.
2010-11-19 Evan ChengFix an obvious oversight.
2010-11-19 Jakob Stoklund... Don't attempt trivial coalescing for sub-register copies.
2010-11-19 Jakob Stoklund... Work around GCC 4.0 build error:
2010-11-19 Rafael EspindolaAdd an assert.
2010-11-19 Jakob Stoklund... Add ADT/IntervalMap.
2010-11-19 Rafael EspindolaFix llvm-gcc boostrap on OS X by avoiding printing...
2010-11-19 NAKAMURA Takumiunittests/CMakeLists.txt: [PR8225] Tweak linking JITTes...
2010-11-19 NAKAMURA Takumiunittests/CMakeLists.txt: Suppress building ValueMapTes...
2010-11-19 NAKAMURA Takumilit.GoogleTest: On case-insensitive filesystem, matchin...
2010-11-19 NAKAMURA TakumiCMakeLists.txt: On MSVS10, touch LLVM.sln as workaround...
2010-11-19 Rafael EspindolaChange some methods in MCDwarf.cpp to be able to handle...
2010-11-19 Bill WendlingAdd MC encodings for some Thumb instructions. Test...
2010-11-19 Jakob Stoklund... Revert "Add ADT/IntervalMap.", GCC doesn't like it.
2010-11-19 Jakob Stoklund... Add ADT/IntervalMap.
2010-11-19 Dale JohannesenAligned and unaligned copies of the same string
2010-11-19 Bill WendlingUse array_pod_sort because the list is contiguous.
2010-11-19 Owen AndersonProvide Thumb2 encodings for strex and ldrex.
2010-11-19 Jim GrosbachMinor cleanups to a few llvm_unreachable() calls.
2010-11-19 Bill WendlingAn 'unreachable' shouldn't have a '0 &&' prefix.
2010-11-18 Bill WendlingAdd support for parsing the writeback ("!") token.
2010-11-18 Jason W KimFix .o emission of ARM movt/movw. MCSymbolRefExpr:...
2010-11-18 Bill WendlingGive the exclamation point a name instead of a number.
2010-11-18 Owen AndersonMore tests.
2010-11-18 Owen AndersonFix encodings for pkhbt, and fix some tests where I...
2010-11-18 Anton KorobeynikovMove getInitialFrameState() to TargetFrameInfo
2010-11-18 Jim GrosbachARM Encoding information for UXTAH and friends.
2010-11-18 Tanya LattnerFix bug in DAGCombiner for ARM that was trying to do...
2010-11-18 Bill WendlingDon't allocate the SmallVector of Registers. It gets...
2010-11-18 Owen AndersonProvide Thumb2 encodings for mov's that come from MOVCC...
2010-11-18 Jim GrosbachAdd ARM encoding information for LDRH post-increment.
2010-11-18 Bob WilsonChange the 'x' type modifier for Neon intrinsics to...
2010-11-18 Anton KorobeynikovMove hasFP() and few related hooks to TargetFrameInfo.
2010-11-18 Duncan SandsFix thinko: we must turn select(anyext, sext) into...
2010-11-18 Bob WilsonSplit up ARM LowerShift function.
2010-11-18 Owen AndersonMore Thumb2 encodings.
2010-11-18 Owen AndersonFill out the set of Thumb2 multiplication operator...
2010-11-18 Duncan SandsThe DAGCombiner was threading select over pairs of...
next