oota-llvm.git
2008-04-27 Anton KorobeynikovHandle fp80 for win64
2008-04-27 Bill WendlingAdded support for:
2008-04-27 Chris Lattnertypo
2008-04-27 Chris LattnerImplement a signficant optimization for inline asm:
2008-04-27 Chris Lattnerisa+cast -> dyn_cast
2008-04-27 Chris LattnerMove a bunch of inline asm code out of line.
2008-04-26 Chris LattnerA few inline asm cleanups:
2008-04-26 Chris Lattnerno need to implement this method and just have it call
2008-04-26 Chris LattnerWhen SRoA'ing a global variable, make sure the new...
2008-04-25 Nate BegemanFeedback from chris
2008-04-25 Nate BegemanAdd a testcase for the recent "handle variable vector...
2008-04-25 Dale Johannesenchange comments per review
2008-04-25 Evan ChengUpdate tests.
2008-04-25 Evan ChengExtract the lower 64-bit if a MMX value is passed in...
2008-04-25 Evan ChengFix illegal MMX_MOVDQ2Qrr pattern. vector_extract resul...
2008-04-25 Evan ChengSpecial handling for MMX values being passed in either...
2008-04-25 Dan GohmanRemove the code from CodeGenPrepare that moved getresul...
2008-04-25 Evan ChengFix MMX_MOVQ2DQrr pattern. It's illegal to do a bitconv...
2008-04-25 Chris Lattnernew testcase
2008-04-25 Nate BegemanPull the code to perform an INSERT_VECTOR_ELT in memory...
2008-04-25 Anton KorobeynikovUpdate test
2008-04-25 Nate BegemanFeedback from chris
2008-04-25 Chris Lattneradd a note
2008-04-25 Evan Cheng80 col violation.
2008-04-25 Nick LewyckyRemove 'unwinds to' support from mainline. This patch...
2008-04-25 Evan ChengNot checking for intrinsics which do not have a chain...
2008-04-25 Evan Cheng- Switch from std::set to SmallPtrSet.
2008-04-25 Evan ChengMMX argument passing fixes:
2008-04-25 Nate BegemanTeach the PruningFunctionCloner how to look through...
2008-04-25 Chris LattnerLoosen up an assertion to allow intrinsics. I really...
2008-04-25 Chris LattnerDon't infininitely thread branches when a threaded...
2008-04-25 Gordon HenriksenPR2245: Misleading parameter name in llvm-c/Core.h...
2008-04-25 Gordon HenriksenPR2202: LLVMCreateInterpreter creates a JIT
2008-04-25 Evan ChengFix bug in x86 memcpy / memset lowering. If there are...
2008-04-24 Ted KremenekImplement != for DenseSet iterators.
2008-04-24 Ted KremenekAdded iterator support for DenseSet.
2008-04-24 Evan ChengNew test.
2008-04-24 Evan ChengAdjust inline cost computation to be less aggressive.
2008-04-24 Devang PatelAdd EXTRA_OPTIONS on the llvmgxx command line.
2008-04-24 Devang PatelAdd EXTRA_OPTIONS on the llvmgcc command line.
2008-04-24 Gabor Greifoverlook Output directory
2008-04-24 Evan Cheng- Check if a register is livein before removing it...
2008-04-24 Chris Lattner% -> @
2008-04-24 Chris LattnerDoc updates/edits, contributed by Terence Parr!
2008-04-24 Chris Lattnercode restructuring, not functionality change.
2008-04-24 Chris LattnerDon't replace multiple result of calls with undef,
2008-04-24 Chris Lattnercode cleanup, no functionality change.
2008-04-24 Chris LattnerSplit some code out of the main SimplifyCFG loop into...
2008-04-23 Dan GohmanMake these variables static.
2008-04-23 Anton KorobeynikovDisable building of llvm2cpp. The directory will be...
2008-04-23 Anton KorobeynikovDrop dead includes
2008-04-23 Anton KorobeynikovFix tests due to llvm2cpp move to llc target
2008-04-23 Anton KorobeynikovAdjust option names for C++ backend
2008-04-23 Anton KorobeynikovFirst step of implementing PR1538: move llvm2cpp logic...
2008-04-23 Dan GohmanInitial CBE support for multiple return values.
2008-04-23 Chris Lattnertighten up verifier checks which missed cases where
2008-04-23 Dan GohmanUse isa instead of dyn_cast.
2008-04-23 Dan GohmanAdd support to codegen for getresult instructions with...
2008-04-23 Devang PatelCheck type instead of no. of operands.
2008-04-23 Dan GohmanAllow llvm-as to parse a getresult with an undef operand.
2008-04-23 Dale JohannesenRewrite previous patch to suit Chris's preference.
2008-04-23 Anton KorobeynikovUnbreak JIT
2008-04-23 Anton KorobeynikovDisable stack realignment for these tests
2008-04-23 Anton KorobeynikovFix test becase ABI stack alignment dropped to 'normal...
2008-04-23 Anton KorobeynikovFix test, instruction count is valid only if stack...
2008-04-23 Anton KorobeynikovFix typo
2008-04-23 Anton KorobeynikovOnly allow increase of max alignment value
2008-04-23 Anton KorobeynikovBe over-conservative: scan for all used virtual registe...
2008-04-23 Anton KorobeynikovAdd X86 Maximal Stack Alignment Calculator Pass before RA
2008-04-23 Anton KorobeynikovAdd facility for pre-RA passes
2008-04-23 Anton KorobeynikovUse precomputed value, if any
2008-04-23 Anton KorobeynikovDo proper book-keeping of offsets and prologue/epilogue...
2008-04-23 Anton KorobeynikovIf stack realignment is used - incoming args will use...
2008-04-23 Anton KorobeynikovEastimate required stack alignment early, so we can...
2008-04-23 Anton KorobeynikovCleanup
2008-04-23 Anton KorobeynikovCleanup
2008-04-23 Anton KorobeynikovSimplify
2008-04-23 Anton KorobeynikovMake stack alignment options global for all targets
2008-04-23 Anton KorobeynikovProvide option for enabling-disabling stack realignment
2008-04-23 Anton KorobeynikovDisable stack realignment for functions with dynamic...
2008-04-23 Anton KorobeynikovProvide ABI-correct stack alignment
2008-04-23 Anton KorobeynikovProvide convenient helpers for some operations
2008-04-23 Anton KorobeynikovWhitespace cleanup
2008-04-23 Dan GohmanFix some whitespace.
2008-04-23 Bill WendlingUse the Create static method for some of these objects...
2008-04-23 Chris Lattnersimplify code for propagation of constant arguments...
2008-04-23 Chris LattnerFix a number of bugs in ipconstantprop, simplify the...
2008-04-23 Chris LattnerRewrite multiple return value handling in SCCP. Before...
2008-04-23 Chris Lattnerregenerate
2008-04-23 Chris LattnerValidate that the result of a function type is valid...
2008-04-23 Chris LattnerEnforce that multiple return values have to have at...
2008-04-23 Chris Lattnerremove this testcase. It isn't testing loop rotate...
2008-04-23 Chris Lattnerreturning an empty multiple return list is not valid.
2008-04-23 Chris Lattnerfix description of 'ret' to be more correct with multip...
2008-04-23 Chris LattnerAllow undef as an operand to getresult.
2008-04-23 Chris LattnerVerify that the operand of a getresult instruction...
2008-04-23 Chris Lattnermake this test more interesting.
2008-04-23 Chris Lattnerdistill down the essense of this test.
2008-04-23 Dale Johannesennew test
2008-04-23 Dale JohannesenDo not change the type of a ByVal argument to a
next