oota-llvm.git
2010-11-22 Rafael EspindolaAdd basic CFI methods to the streamer interface.
2010-11-22 Duncan SandsMove the "gep undef" -> "undef" transform from instcomb...
2010-11-22 Rafael EspindolaRemove some #includes.
2010-11-22 Benjamin KramerImplement the "if (X == 6 || X == 4)" -> "if ((X|2...
2010-11-22 Duncan SandsDon't keep track of inserted phis in PromoteMemoryToReg...
2010-11-22 Duncan SandsFix a compiler warning about Kind being used uninitialized
2010-11-21 Eric ChristopherPseudos default to 4byte size, let the instruction...
2010-11-21 Wesley PeckImplement ELF object file writing support for the MBlaz...
2010-11-21 Wesley PeckImplement branch analysis in the MBlaze backend.
2010-11-21 Wesley PeckMake it a little bit more explicit that the MBlaze...
2010-11-21 Wesley PeckFix an error in the MBlaze delay slot filler where...
2010-11-21 Chris Lattnerfix comment
2010-11-21 Chris Lattnerapparently tailcalls are better on darwin/x86-64 than...
2010-11-21 Benjamin KramerInitialize MemDep's TD member so buildbots don't trip...
2010-11-21 Duncan SandsAdd a rather pointless InstructionSimplify transform...
2010-11-21 Duncan SandsFix spelling.
2010-11-21 Bill WendlingMore Thumb encodings.
2010-11-21 Bill WendlingAdd encoding for ARM "trap" instruction.
2010-11-21 Bill WendlingThe "trap" instruction is one of this which doesn't...
2010-11-21 Bill Wendling- Give "trap" the correct encoding, at least according...
2010-11-21 Chris Lattnerapply Dan's fix for PR8268 which allows constant foldin...
2010-11-21 Chris Lattneradd some helper methods for asmprinter flags, from...
2010-11-21 Chris Lattnerimplement PR8524, apparently mainline gas accepts movq...
2010-11-21 Chris Lattnerrework some DSE paths to use the newly-public "getPoint...
2010-11-21 Chris Lattnerthe getLocationForSource/Dest methods can be static.
2010-11-21 Chris Lattneradd "getLocation" method to AliasAnalysis for getting...
2010-11-21 Chris Lattnerimplement PR8576, deleting dead stores with intervening...
2010-11-21 Chris Lattnerfile checkize
2010-11-21 Chris Lattneradd some random notes.
2010-11-21 Owen AndersonUse by-name rather than by-order operand matching for...
2010-11-21 Chris Lattneroptimize:
2010-11-21 Chris Lattnertail calls on x86 are implemented.
2010-11-21 Jim GrosbachBR_JTadd is ARM-only, so use the proper pseudo class...
2010-11-21 Rafael EspindolaHandle PCRel relocations with absolute values. Fixes...
2010-11-21 Chris LattnerImplement PR8644: forwarding a memcpy value to a byval,
2010-11-20 Chris Lattnera byval argument without an align can have an arbitrary...
2010-11-20 Bill WendlingA few more thumb instruction MC encodings.
2010-11-20 Eric ChristopherRewrite address handling to use a structure with all...
2010-11-20 Eric ChristopherSTRH only needs the additional operand, not t2STRH...
2010-11-20 Benjamin KramerSimplify code. No change in functionality.
2010-11-20 Frits van BommelTest commit: Fix two -Asserts mode warnings in StringMap.h.
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.
next