oota-llvm.git
2008-09-04 Dan GohmanClean up uses of TargetLowering::getTargetMachine.
2008-09-04 Andrew Lenharthcleanup as per Duncan's review
2008-09-04 Owen AndersonAdd a first attempt at implementing stores for X86...
2008-09-04 Evan ChengLoad from GV stub should be locally CSE'd.
2008-09-04 Evan ChengFix an overly strict assertion. Source register of...
2008-09-04 Evan ChengRemove code that pad number of bytes to pop for X86_Fas...
2008-09-04 Dale JohannesenAdd intrinsics for log, log2, log10, exp, exp2.
2008-09-03 Dan GohmanDo trivial local CSE for constants and other non-Instru...
2008-09-03 Dan GohmanPut RegsForValue in the llvm namespace to avoid warning...
2008-09-03 Dan GohmanCreate HandlePHINodesInSuccessorBlocksFast, a version of
2008-09-03 Devang PatelUpdate inline threshold for current function if the...
2008-09-03 Owen AndersonFix a bug that prevented PRE from applying in some...
2008-09-03 Devang PatelAvoid extra comma.
2008-09-03 Devang PatelParse and print opt_size note.
2008-09-03 Andrew LenharthInitial version of a Partial Specialization IPO pass...
2008-09-03 Dale JohannesenDo not emit a UsedDirective for things in the llvm...
2008-09-03 Devang PatelFix typo in a comment.
2008-09-03 Devang PatelAdd missing decls.
2008-09-03 Devang PatelAdd parentheses to make code more readable.
2008-09-03 Devang PatelFix comments.
2008-09-03 Duncan SandsTestcase for commits 55700 and 55714.
2008-09-03 Duncan SandsIf a SCC has a node without a function, then the SCC
2008-09-03 Devang PatelAdd custom inliner that handles only functions that...
2008-09-03 Devang PatelHandle "always inline" note during inline cost analysis.
2008-09-03 Devang PatelCheck noinline note and ignore other notes.
2008-09-03 Devang PatelHandle "noinline" note inside the simple inliner.
2008-09-03 Owen AndersonOops, I accidentally broke the fallback case with my...
2008-09-03 Owen AndersonFix an issue where we were reusing materializations...
2008-09-03 Devang PatelUpdate test to check call instruction.
2008-09-03 Dan GohmanSplit the SelectionDAG-building code, including the...
2008-09-03 Duncan SandsFix maxo bado thinko.
2008-09-03 Dan GohmanSeparate MachineInstr-emitting routines from actual...
2008-09-03 Dan GohmanFix addRegisterDead and addRegisterKilled to be more...
2008-09-03 Duncan SandsSince onlyReadsMemory returns true if in fact
2008-09-03 Duncan SandsCleanup GlobalsModRef a bit. When analysing the
2008-09-03 Duncan SandsTestcase for PR1678.
2008-09-03 Nick LewyckyTry to fold each element of a vector. This is needed...
2008-09-03 Evan ChengAdd X86 target hook to implement load (even from Global...
2008-09-03 Evan ChengIf TargetSelectInstruction returns true, move to next...
2008-09-03 Evan ChengMake UpdateValueMap, createResultReg, etc. protected...
2008-09-03 Nick LewyckyDon't apply this transform to vectors. Fixes PR2756.
2008-09-03 Nick LewyckyDon't crash when trying to constant fold a vector with...
2008-09-03 Ted KremenekFix capitalization in #include of FastISel.h. This...
2008-09-03 Evan ChengUnbreak fast isel.
2008-09-03 Devang PatelAdd additional check to ensure that iv is canonicalized.
2008-09-03 Devang PatelCheck iteration count.
2008-09-03 Evan ChengLet tblgen only generate fastisel routines, not the...
2008-09-03 Devang PatelWhile removing PHI, use basicblock to identify incoming...
2008-09-02 Devang Patels/FP_AlwaysInline/FN_NOTE_AlwaysInline/g
2008-09-02 Devang PatelIf all IV uses are extending integer IV then change...
2008-09-02 Devang Patelrespect inline=never and inline=always notes.
2008-09-02 Evan Cheng80 col violations.
2008-09-02 Devang PatelRead and write function notes.
2008-09-02 Devang PatelUse bitwise AND.
2008-09-02 Dale JohannesenNew testcase for targets without 64-bit atomics;
2008-09-02 Devang PatelFunction notes tests.
2008-09-02 Devang PatelPrint function notes.
2008-09-02 Devang PatelParse function notes.
2008-09-02 Devang PatelInitialize function notes.
2008-09-02 Dale JohannesenFix some bugs in the code sequences for atomics.
2008-09-02 Dan GohmanEnsure that HandlePHINodesInSuccessorBlocks is run...
2008-09-02 Devang PatelGetter and setter for function notes.
2008-09-02 Daniel DunbarReapply majority of r55557 but with the changes to...
2008-09-02 Nuno Lopesplug memleak: destroy internal buffer
2008-09-02 Nuno Lopesplug a little memleak in verifyFunction()
2008-09-02 Matthijs KooijmanRevert r55557, it is causing linking failures on 32bit...
2008-09-02 Evan ChengMMI may be null.
2008-09-02 Evan ChengAdd Mac OS X compatible JIT callback routine.
2008-09-02 Evan ChengRevamp ARM JIT.
2008-09-02 Evan ChengChange getBinaryCodeForInstr prototype. First operand...
2008-09-01 Gabor GreifProvide two overloads of AnalyzeNewNode.
2008-09-01 Duncan SandsEven though no caller actually uses the new value
2008-09-01 Duncan SandsTurn this legalize types test on.
2008-09-01 Duncan SandsAdd a small pass that sets the readnone/readonly
2008-09-01 Evan ChengControl flow instruction encodings.
2008-09-01 Evan Chengldm / stm instruction encodings.
2008-09-01 Evan ChengAXI2 and AXI3 instruction encodings.
2008-09-01 Evan ChengReorganize instruction formats again; AXI1 encoding.
2008-09-01 Evan Chengaddrmode3 instruction encodings.
2008-09-01 Evan ChengReorganize some instruction format definitions. No...
2008-09-01 Evan ChengRest of addrmode2 instruction encodings.
2008-08-31 Evan ChengAddr2 word / byte load encodings.
2008-08-31 Evan ChengAddr1 instructions opcodes are encoded in bits 21-24...
2008-08-31 Gabor Greiffix a bunch of 80-col violations
2008-08-31 Bill WendlingRevert the "XFAIL" for the rotate_ops.ll testcase....
2008-08-31 Bill WendlingExpand for ROTR with MVT::i64.
2008-08-31 Bill WendlingCellSPU doesn't appear to support fully the "ISD::ROTR...
2008-08-31 Bill WendlingCosmetic changes to Machine LICM. No functionality...
2008-08-31 Bill WendlingAnother situation where ROTR is cheaper than ROTL.
2008-08-31 Bill WendlingFor this pattern, ROTR is the cheaper option.
2008-08-31 Bill Wendling- Fix comment so that it describes how the code really...
2008-08-30 Gabor Greiftypo
2008-08-30 Gabor Greiffix some 80-col violations
2008-08-30 Gordon HenriksenPR2731: C and Ocaml bindings for setTailCall and isTail...
2008-08-30 Gordon HenriksenFix ConstantExpr::getInsertElement.
2008-08-30 Gabor Greiffix some 80-col violations
2008-08-30 Evan ChengRe-apply 55467 with fix. If copy is being replaced...
2008-08-30 Evan ChengFold isRematerializable checks into isSafeToReMat.
2008-08-30 Evan ChengFor now, can't mark XOR64rr isAsCheapAsAMove. It's...
2008-08-30 Evan ChengTransform (x << (y&31)) -> (x << y). This takes advanta...
next