oota-llvm.git
2010-11-23 Duncan SandsExpand a little on the description of what InstructionS...
2010-11-23 Duncan SandsClarify that constant folding of instructions applies...
2010-11-23 Rafael EspindolaInvalidate the layout on any relaxation, not just Instr...
2010-11-23 Rafael EspindolaProduce a relocation for pcrel absolute values. Based...
2010-11-23 Cameron ZwarichOptimize a common case in the Lengauer-Tarjan dominator...
2010-11-23 Chris LattnerRevert functionality doug added in r98575 that was...
2010-11-23 Rafael EspindolaReuse data fragments while lowering. Patch by David...
2010-11-23 Zhanyong WanFix formatting nits in the coding standards. Reviewed...
2010-11-23 Chris Lattnerfix this harder.
2010-11-23 Chris Lattnerfix a bug I introduced on the other side of the #ifdef
2010-11-23 Chris Lattnerreimplement SwapByteOrder.h in terms of overloading...
2010-11-23 Wesley PeckRenaming ISD::BIT_CONVERT to ISD::BITCAST to better...
2010-11-23 Chris Lattneradd a 'LLVMConstIntOfArbitraryPrecision' api to the...
2010-11-23 Chris Lattnerduncan's spider sense was right, I completely reversed...
2010-11-23 Chris Lattnerfilecheckize
2010-11-22 Jason W KimFixed some style issues (no _, no spc after !)
2010-11-22 Rafael EspindolaRemove duplicated constants. Thanks to Jason for notici...
2010-11-22 Benjamin KramerInstCombine: Implement X - A*-B -> X + A*B.
2010-11-22 Jason W KimMake the <ARCH>ELFObjectWriter statics private
2010-11-22 Jason W KimFix misplaced statics.
2010-11-22 Jason W KimKill trailing whitespace
2010-11-22 Jason W KimRefactor the ELFRelocationEntry (pull up) and move...
2010-11-22 Evan ChengFix epilogue codegen to avoid leaving the stack pointer...
2010-11-22 Mikhail GlushenkovAdd a newline.
2010-11-22 Mikhail Glushenkovllvmc: Make -march/-mcpu/-mtune behaviour more consiste...
2010-11-22 Duncan SandsIf a GEP index simply advances by multiples of a type...
2010-11-22 Kalle RaiskilaFix a bug with extractelement on SPU.
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.
next