oota-llvm.git
2010-11-25 Rafael EspindolaFactor some code to parseSectionFlags and fix the defau...
2010-11-25 Michael J.... system_error: Even more unsupported error numbers :(.
2010-11-24 Nick LewyckyTreat a call of function pointer like a load of the...
2010-11-24 Rafael EspindolaBehave a bit more like gnu as and use the symbol (inste...
2010-11-24 Michael J.... 80 col.
2010-11-24 Michael J.... google test depends on Support.
2010-11-24 Rafael EspindolaRelocate with the symbol if the relocation is of kind...
2010-11-24 Michael J.... unittests: Add initial Path-V2 test.
2010-11-24 Michael J.... Path Version 2.
2010-11-24 Michael J.... unittests: Add SystemTests.
2010-11-24 Rafael EspindolaFix and add tests for all cases in x86 and x86_64 where...
2010-11-24 Rafael EspindolaTestcase for r120017.
2010-11-24 Wesley PeckUpdating MBlaze .mask and .frame directives to match...
2010-11-24 Wesley Peck1. Fixing error where basic block labels were not being...
2010-11-24 Kalle RaiskilaUse i8 as SETCC result type for i1 in SPU.
2010-11-24 Kalle RaiskilaAllow for 'fcmp ogt' in SPU.
2010-11-24 Rafael EspindolaIf a symbol is used as tls, mark it as tls even if...
2010-11-24 NAKAMURA Takumiinclude/llvm/System/system_error.h: ECANCELED is undefi...
2010-11-24 Ted KremenekTweak ImmutableMap/ImmutableSet/ImmutableList APIs
2010-11-24 Jakob Stoklund... Generalize overflowLeaf to also handle overflows in...
2010-11-23 Chris Lattneradd a MemoryBuffer::getOpenFile method, which turns...
2010-11-23 Michael J.... system_error: Add fixme.
2010-11-23 Duncan SandsRename SimplifyDistributed to the more meaningfull...
2010-11-23 Benjamin KramerThe srem -> urem transform is not safe for any divisor...
2010-11-23 Duncan SandsReplace calls to ConstantFoldInstruction with calls...
2010-11-23 Duncan SandsConstant folding here is pointless, because Instruction...
2010-11-23 Jason W KimMove the ARM reloc constants to Support/ELF.h
2010-11-23 Bob WilsonRecognize sign/zero-extended constant BUILD_VECTORs...
2010-11-23 Bob WilsonFix copy-and-paste error in exception message.
2010-11-23 Benjamin KramerInstCombine: Reduce "X shift (A srem B)" to "X shift...
2010-11-23 Duncan SandsPropagate LeftDistributes and RightDistributes into...
2010-11-23 Duncan SandsFix typo pointed out by Frits van Bommel and Marius...
2010-11-23 Duncan SandsExploit distributive laws (eg: And distributes over...
2010-11-23 Kalle RaiskilaDivision by pow-of-2 is not cheap on SPU, do it with
2010-11-23 Rafael EspindolaImplement the rex64 prefix.
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...
next