oota-llvm.git
2008-04-20 Chris Lattnerrearrange some code, simplify handling of shifts.
2008-04-20 Dale JohannesenCheck we aren't trying to convert PPC long double.
2008-04-20 Nicolas GeoffrayCosmetic changes, as suggested by Evan. No functionalit...
2008-04-20 Dale Johannesen(re)fix handling of UGT. Pointed out by Nick Lewycky.
2008-04-20 Torok Edwing++-4.3 build-fix: CHAR_BIT requires <climits>.
2008-04-20 Nicolas GeoffrayDo not hold the JIT lock when materializing a function...
2008-04-20 Chris LattnerA better fix for my previous patch, MOVZQI2PQIrr just...
2008-04-20 Chris LattnerNot all x86-64 machines have sse3 apparently.
2008-04-20 Dale JohannesenCheck that APFloat::convert is not trying to target
2008-04-20 Chris Lattnerregenerate
2008-04-20 Chris LattnerSwitch to using Simplified ConstantFP::get API.
2008-04-20 Chris LattnerUse simplified ConstantFP::get method, fix a bug handli...
2008-04-19 Chris Lattnerfree(null) -> noop
2008-04-19 Chris Lattnerrename *.llx -> *.ll, last batch.
2008-04-19 Chris Lattnerrename *.llx -> *.ll
2008-04-19 Chris Lattnerrename *.llx -> *.ll
2008-04-19 Gabor GreifMerge ... 49966 from branches/ggreif/use-diet to trunk...
2008-04-19 Chris LattnerImplement PR2206.
2008-04-19 Chris Lattnerrefactor handling of symbolic constant folding, picking up
2008-04-19 Chris Lattnerindentation fix.
2008-04-19 Chris LattnerSome clarifications suggested by Jon Sargeant
2008-04-19 Chris LattnerAllow argpromote to promote struct arguments with a...
2008-04-19 Evan Cheng64-bit atomic operations.
2008-04-19 Evan ChengAlso LXCHG64 -> XCHG64rm.
2008-04-19 Evan ChengPPC32 atomic operations.
2008-04-19 Evan Chengxchg which references a memory operand does not need...
2008-04-19 Dan GohmanTeach llvm-as to accept function types with multiple...
2008-04-18 Dale JohannesenFix a scalar evolution bug. Reversing everything
2008-04-18 Nicolas GeoffrayEnable jitting with a known memory size.
2008-04-18 Duncan SandsImplement a bit more softfloat support in
2008-04-18 Dan GohmanFix the handling of va_copy on x86-64. As of llvm-gcc...
2008-04-18 Evan Cheng- Fix atomic operation JIT encoding.
2008-04-18 Duncan SandsAdd some more FIXME's for indexed loads and stores.
2008-04-18 Duncan SandsProvide an explicit list of operands to MakeLibcall,
2008-04-18 Evan ChengCorrect comment.
2008-04-18 Evan ChengNot safe to "kill" a register if its live range extends...
2008-04-17 Evan ChengAlso support Intel asm syntax.
2008-04-17 Dan GohmanRemove the implicit conversion from SDOperandPtr to...
2008-04-17 Evan ChengFix assembly code for atomic operations.
2008-04-17 Argyrios KyrtzidisBring in uint32_t, uint64_t, and int64_t types for...
2008-04-17 Duncan SandsRun SimplifyLibCalls near the beginning, not at
2008-04-17 Roman LevensteinMinor clean-up based on Dan's comments.
2008-04-17 Evan ChengBe more careful with insert_subreg and extract_subreg...
2008-04-17 Owen AndersonMake GVN able to remove unnecessary calls to read-only...
2008-04-17 Bill WendlingUse correct name for method in comment.
2008-04-17 Dan GohmanCorrect the SrcValue information in the Expand code...
2008-04-17 Scott MichelRemove unused variable
2008-04-17 Evan ChengFix a sub-register indice propagation bug.
2008-04-16 Scott MichelWorkaround for PR2207, in which pred_iterator assert...
2008-04-16 Evan ChengDon't forget about sub-register indices when rematting...
2008-04-16 Dale JohannesenUnbreak build on x86-64.
2008-04-16 Dan GohmanFix a copy+paste error in a comment.
2008-04-16 Nicolas GeoffrayCorrelate stubs with functions in JIT: when emitting...
2008-04-16 Eric ChristopherFix comment.
2008-04-16 Evan ChengAfter reading memory that's already freed.
2008-04-16 Nicolas GeoffrayInfrastructure for getting the machine code size of...
2008-04-16 Evan ChengInitialize X863DNowLevel.
2008-04-16 Evan ChengFix PR2226. Avoid using uninitialized variables.
2008-04-16 Bill WendlingAdd "empty()" method to sys::Path and remove unnecessar...
2008-04-16 Evan ChengReally test what's intended.
2008-04-16 Evan ChengEmpty basic block should have an empty range.
2008-04-16 Dale JohannesenDon't read off end of the input array.
2008-04-16 Roman LevensteinOngoing work on improving the instruction selection...
2008-04-16 Dan GohmanFix a memory leak in llc.
2008-04-16 Gabor GreifMerge ... r49785 (from branches/ggreif/use-diet): pass...
2008-04-16 Evan ChengRewrite LiveVariable liveness computation. The new...
2008-04-16 Evan ChengCode clean up.
2008-04-16 Owen AndersonXFAIL this test for the moment. The real solution...
2008-04-16 Owen AndersonMajor repairs to the post-dominators implementation...
2008-04-16 Chris Lattnerfix off by one error.
2008-04-16 Chris Lattnergive smallstring some methods to do 'itoa'.
2008-04-16 Dan GohmanAdd support for the form of the SSE41 extractps instruc...
2008-04-16 Dan GohmanRecreate the size SDNode instead of reusing the old...
2008-04-16 Evan ChengAvoid read after free.
2008-04-16 Dan GohmanRemove X86_64SRet; it isn't used anymore.
2008-04-15 Dan GohmanAdd movd instructions to move from MMX registers
2008-04-15 Dan GohmanAdd an svn:ignore for the test Output directory.
2008-04-15 Dan GohmanFix the new scheduler assertion checks to work when
2008-04-15 Bill WendlingApple GCC 4.2 builds things differently. It no longer...
2008-04-15 Chuck Rose IIIVisualStudio project files updated. #include <algorith...
2008-04-15 Dale JohannesenMake 64-to-32 bit truncations explicit (prevent warnings).
2008-04-15 Dale JohannesenDon't assume a tail call can't reference a byval
2008-04-15 Dan GohmanUse gv's --spartan option, which trades away an extra...
2008-04-15 Chris LattnerA couple minor fixes suggested by Matthijs Kooijman
2008-04-15 Nicolas GeoffrayChange Divided flag to Split, as suggested by Evan
2008-04-15 Evan ChengSort sub-registers and super-registers lists according...
2008-04-15 Bill WendlingInstall into the directory
2008-04-15 Dan GohmanTreat EntryToken nodes as "passive" so that they aren...
2008-04-14 Dan GohmanIn -view-sunit-dags, display "special" chain dependenci...
2008-04-14 Dan GohmanRemove unnecessary <sstream> includes.
2008-04-14 Dan GohmanAvoid creating MERGE_VALUES nodes for single values.
2008-04-14 Dan GohmanTeach AliasSetTracker about VAArgInst.
2008-04-14 Dan GohmanMinor whitespace and comment cleanups.
2008-04-14 Dan GohmanIn the special case, call the comparison function inste...
2008-04-14 Dan GohmanUpgrade these tests for the current intrinsic prototypes.
2008-04-14 Dale JohannesenRemove -unwind-tables-optional everywhere, since
2008-04-14 Dan GohmanFix const-correctness issues with the SrcValue handling...
2008-04-14 Dale JohannesenReverse sense of unwind-tables option. This means
2008-04-14 Dan GohmanClean up some comments.
2008-04-14 Owen AndersonRevert r49614. As Dan pointed out, some of these aren...
next