oota-llvm.git
2008-09-09 Duncan SandsOptimization suggested by Matthijs Kooijman.
2008-09-09 Duncan SandsCorrect callgraph construction. It has two problems:
2008-09-09 Argyrios KyrtzidisUpdate VC++ project files.
2008-09-09 Owen AndersonCheck for type legality before materializing integer...
2008-09-09 Evan ChengAllow use of ssh to perform remote execution.
2008-09-09 Dan GohmanRemove the code that protected FastISel from aborting in
2008-09-09 Dan GohmanTemporarily disable vector select in the bitcode reader...
2008-09-09 Evan ChengFix a constant lowering bug. Now we can do load and...
2008-09-09 Dale JohannesenFix logic for not emitting no-dead-strip for some
2008-09-09 Dan GohmanUpdate generated files.
2008-09-09 Devang PatelFix simplifycfg crash in handing block merge.
2008-09-09 Dan GohmanExtend the vcmp/fcmp LLVM IR instructions to take vecto...
2008-09-09 Bill WendlingAdd support for floating-point calculations of log2...
2008-09-08 Devang Patels/RemoveUnreachableBlocks/RemoveUnreachableBlocksFromFn/g
2008-09-08 Dale JohannesenDon't suppress no-dead-strip for used static functions.
2008-09-08 Anton KorobeynikovReapply 55902: Add test for checking proper lowering...
2008-09-08 Anton KorobeynikovReapply 55903: Testcase for 64-bit lowering of eh_retur...
2008-09-08 Anton KorobeynikovReapply 55904: Unbreak and fix indentation
2008-09-08 Anton KorobeynikovReapply 55901: Drop unused variable
2008-09-08 Anton KorobeynikovReapply 55900: We do support EH on x86-64!
2008-09-08 Anton KorobeynikovReapply 55899: First draft of EH support on x86/64...
2008-09-08 Anton KorobeynikovReapply blindly reverted 55898: Implement FRAME_TO_ARGS...
2008-09-08 Dan GohmanFix a few I's that were meant to be renamed to BI's.
2008-09-08 Dan GohmanAdd a target triple; apparently LLVM doesn't use 64-bit
2008-09-08 Bill WendlingReverting r55898 as well. This wasn't reverted in the...
2008-09-08 Bill WendlingAccidental commit of partial 'stack canaries' code
2008-09-08 Bill WendlingRemove these testcases associated with changes between...
2008-09-08 Dale JohannesenRedo the 3 existing low-precision expansions to
2008-09-08 Bill WendlingReverting r55898 to r55909. One of these patches was...
2008-09-08 Evan ChengHandle calls which produce i1 results: promote to i8...
2008-09-08 Devang PatelRemove unused counter.
2008-09-08 Dan GohmanIn visitUREM, arrange for the temporary UDIV node to be
2008-09-08 Daniel DunbarAdd VISIBILITY_HIDDEN on SDISelAsmOperandInfo
2008-09-08 Dan GohmanBitcasting two or from aggregate types is not permitted...
2008-09-08 Dan Gohmani128 and f80 are implemented for x86-64 now.
2008-09-08 Dan GohmanAdd AsmPrinter support for i128 and larger static initi...
2008-09-08 Dan GohmanFix copy+pastos in comments.
2008-09-08 Dan GohmanFix the string for ISD::UDIVREM.
2008-09-08 Dan GohmanFix typos in (generated) comments.
2008-09-08 Dan GohmanDelete an unused variable.
2008-09-08 Devang Patelxfail
2008-09-08 Devang PatelRemove OptimizeIVType()
2008-09-08 Duncan SandsDidn't mean to commit this change to how the
2008-09-08 Evan ChengAvoid redefinition and nnbreak windows build.
2008-09-08 Anton KorobeynikovUnbreak and fix indentation
2008-09-08 Anton KorobeynikovTestcase for 64-bit lowering of eh_return & unwind_init
2008-09-08 Anton KorobeynikovAdd test for checking proper lowering of eh_return...
2008-09-08 Anton KorobeynikovDrop unused variable
2008-09-08 Anton KorobeynikovWe do support EH on x86-64!
2008-09-08 Anton KorobeynikovFirst draft of EH support on x86/64-linux
2008-09-08 Anton KorobeynikovImplement FRAME_TO_ARGS_OFFSET for x86-64
2008-09-08 Rafael EspindolaAdd testcase from bug 2770.
2008-09-08 Duncan SandsUpdate the callgraph correctly.
2008-09-08 Duncan SandsUpdate the callgraph correctly in ArgumentPromotion.
2008-09-08 Duncan SandsReapply 55859. This doesn't change anything as
2008-09-08 Evan ChengCorrectly handle physical register inputs. They are...
2008-09-08 Evan ChengAdd fast isel physical register definition support.
2008-09-08 Evan ChengAdd support to extend call operands when needed. Enable...
2008-09-08 Bill WendlingRevert my previous change -- the subtraction of two...
2008-09-07 Bill WendlingConvert
2008-09-07 Bill WendlingClean up CSS validator errors: 'Property align doesn...
2008-09-07 Bill WendlingFormatting changes. to make the information cleaner.
2008-09-07 Duncan SandsCorrect a comment and strip trailing whitespace.
2008-09-07 Evan ChengInitial fastisel call support for C, Fast, and X86_Fast...
2008-09-07 Evan ChengSome code clean up.
2008-09-07 Evan ChengIndentation.
2008-09-07 Evan Cheng- Doh. Pass vector by value is bad.
2008-09-07 Evan ChengEliminate a compile time warning.
2008-09-07 Evan ChengHandle x86 truncate to i8 with target hook for now.
2008-09-07 Evan ChengFix indentation of generated code.
2008-09-07 Evan ChengIgnore multi-instruction patterns. e.g.
2008-09-06 Nuno Lopesfix crash when the malloc/free function is defined...
2008-09-06 Duncan SandsWhen PruneEH turned an invoke into an ordinary
2008-09-06 Owen AndersonFix constant pool loads, and remove broken versions...
2008-09-06 Owen AndersonFix the X86 addConstantPoolReference, which had the...
2008-09-05 Dale JohannesenNext limited float precision expansion (log2 12 bits)
2008-09-05 Owen AndersonRevert r55859. This is breaking the build in the absce...
2008-09-05 Eli FriedmanFix for PR2687: Add patterns to match sint_to_fp and...
2008-09-05 Dan GohmanMove the code that inserts copies for function livein...
2008-09-05 Devang PatelRemove unused map.
2008-09-05 Dale JohannesenMark math lib intrinsics readonly, on the grounds
2008-09-05 Duncan SandsDelete the removeCallEdgeTo callgraph method,
2008-09-05 Duncan SandsPrevent our own passes from promoting this to
2008-09-05 Dan GohmanFix X86FastISel's shift and select code to reject illeg...
2008-09-05 Dale JohannesenAdd the next limited-precision expansion.
2008-09-05 Dan GohmanFix the opcodes used by X86FastISel for shifts and...
2008-09-05 Evan ChengFactor out code that emits load and store instructions.
2008-09-05 Owen AndersonRename method.
2008-09-05 Evan ChengFix test.
2008-09-05 Dan GohmanFastISel support for AND and OR with type i1.
2008-09-05 Dale JohannesenAdd hooks for other intrinsics to get low-precision...
2008-09-05 Dan GohmanX86FastISel support for shifts and conditional moves.
2008-09-05 Dan GohmanFastISel support for ConstantExprs.
2008-09-05 Dan GohmanRevert r55817. It broke PIC. FastISel will need to...
2008-09-05 Evan ChengIf SSE2 is available, x86 should pass first 3 f32/f64...
2008-09-05 Evan ChengAdd a variant of AnalyzeCallOperands that can be used...
2008-09-05 Duncan SandsUse removeAllCalledFunctions rather than removing
2008-09-05 Duncan SandsRemove trailing whitespace.
2008-09-05 Duncan SandsStrip trailing whitespace.
2008-09-05 Duncan SandsMake this pass return that it made a change if
next