oota-llvm.git
2009-05-14 Mike StumpAdd dumping support for DW_AT_APPLE_isa and DW_AT_APPLE...
2009-05-13 Bill WendlingThere's yet more ugliness (surprise!) in DebugInfo...
2009-05-13 Bob WilsonThe IfConverter::MergeBlocks method appears to be used...
2009-05-13 Jim GrosbachRemoving the HasBuiltinSetjmp flag and associated bits...
2009-05-13 Bob WilsonRevert a portion of Dan's change r71018 that I'm convin...
2009-05-13 Bob WilsonMerge adjacent conditional.
2009-05-13 Bob WilsonRemove an unused variable.
2009-05-13 Bob WilsonFix some typos and spelling and grammar, mostly in...
2009-05-13 Mike StumpFix whitespacing (space after switch).
2009-05-13 Jim GrosbachSpelling correction s/builting/builtin/ and remove...
2009-05-13 Dan GohmanAdd nounwind to this test.
2009-05-13 Bill WendlingRemove too large testcase.
2009-05-13 Evan ChengRun code placement optimization for targets that want...
2009-05-13 Evan ChengIndentation.
2009-05-13 Bill WendlingChange MachineInstrBuilder::addReg() to take a flag...
2009-05-13 Dale JohannesenHandle some additonal cases of external weak globals.
2009-05-13 Bill WendlingMove the bookkeeping of the debug scopes back to the...
2009-05-13 Dale JohannesenTestcase for 71688.
2009-05-13 Dale JohannesenDon't generate a select whose operand is load of a...
2009-05-13 Chris Lattnergarbage allocation is not a good idea :)
2009-05-13 John MosbyPEI: rename PEI.h to PrologEpilogInserter.h to adhere...
2009-05-13 Chris Lattnercalls in nothrow functions can be marked nothrow even...
2009-05-13 Sanjiv GuptaRun through the list of globals once and sectionize...
2009-05-13 Duncan SandsFix typo.
2009-05-13 Duncan SandsAvoid getting a compiler warning
2009-05-13 Chris Lattneradd IVUsers.cpp
2009-05-13 Chris Lattneradd ShrinkWrapping.cpp
2009-05-13 Chris LattnerFix PR4206 - crash in simplify lib calls
2009-05-13 Lang HamesFix for PR4121. If TwoAddressInstructionPass removes...
2009-05-13 Dan GohmanAdd three new helper routines, getNoopOrZeroExtend,
2009-05-13 Dale JohannesenAdd an int64_t variant of abs, for host environments
2009-05-12 Jim GrosbachAdd support for GCC compatible builtin setjmp and longj...
2009-05-12 Evan ChengIf header of inner loop is aligned, do not align the...
2009-05-12 Evan ChengTeach TransferDeadness to delete truly dead instruction...
2009-05-12 Dale JohannesenSlightly improve generated code in a degenerate case.
2009-05-12 Jim Grosbachcorrect register class for tADDspi to GPR since the...
2009-05-12 Bill WendlingMore MSVC fixes -- class/struct conflicts.
2009-05-12 Bill WendlingUse struct instead of class to make MCVS compile.
2009-05-12 John MosbyRestructure PEI code:
2009-05-12 Jay FoadSwitch to using IRBuilder throughout.
2009-05-12 Evan Cheng80 col violations.
2009-05-12 Evan ChengAdd nounwind.
2009-05-12 Evan ChengFixed a stack slot coloring with reg bug: do not update...
2009-05-12 Bill WendlingUse llvm::raw_stream instead of llvm::Streams.
2009-05-12 Bob WilsonFix up a few minor typos in comments.
2009-05-12 Bob WilsonFix 80-col violations and remove trailing whitespace...
2009-05-12 Dan GohmanClarify a comment.
2009-05-12 Sanjiv GuptaIterate over globals once and sectionize them into...
2009-05-12 Daniel DunbarAllow client Makefiles control over whether they want...
2009-05-12 Sanjiv GuptaWe do not need to create a label for external defs...
2009-05-12 Daniel DunbarSet svn:ignore on a slew of +Coverage directories
2009-05-12 Daniel DunbarRefactor dependency generation for .ll files.
2009-05-12 Daniel DunbarRemove obsolete Makefile magic for calling llvm-upgrade
2009-05-12 Daniel DunbarInstall bytecode libraries with a .bca suffix, otherwis...
2009-05-12 Sanjiv GuptaMark mayLoad, mayStore for insns correctly and use...
2009-05-12 Bob WilsonFix pr4195: When iterating through predecessor blocks...
2009-05-12 Dan GohmanFactor the code for collecting IV users out of LSR...
2009-05-12 Dan GohmanWhen forgetting SCEVs for loop PHIs, don't forget SCEVU...
2009-05-12 Dan GohmanFix GetMinTrailingZeros for SCEVSignExtend and SCEVZero...
2009-05-12 Evan ChengAvoid unneeded SIB byte encoding. Patch by Zoltan Varga.
2009-05-12 Bill Wendling- Record that the debug info is actually used so that...
2009-05-11 Lang HamesFixed PR4090.
2009-05-11 Evan ChengTeach LSR to optimize more loop exit compares, i.e...
2009-05-11 Mike StumpAdd DW_AT_APPLE_isa and DW_AT_APPLE_block. Radar 6867696
2009-05-11 Dale JohannesenFix PR4188. TailMerging can't tolerate inexact
2009-05-11 Evan ChengApply patch review feedback.
2009-05-11 Jay FoadDon't #include DerivedTypes.h from TargetData.h.
2009-05-11 Dan GohmanAdd a comment about the special meaning of VoidTy in...
2009-05-11 Dan GohmanFix two wording errors that Duncan spotted.
2009-05-11 Dan GohmanMake this grep line a little more specific so that...
2009-05-11 Evan ChengUnbreak non-debug build.
2009-05-11 Evan ChengEliminate a compiler warning.
2009-05-11 Dan GohmanWhen scalarizing a vector BITCAST, check whether the...
2009-05-11 Dan GohmanLLVM has unaligned loads and stores now.
2009-05-11 Douglas GregorAdd terminal width detection to llvm::sys::Process...
2009-05-11 Dan GohmanUpgrade this example to new-style syntax.
2009-05-11 Dan GohmanConvert a subtract into a negate and an add when it...
2009-05-11 Dan GohmanAdd an svn:ignore.
2009-05-11 Chris Lattnerremove some done things: we have nocapture and SROA...
2009-05-11 Chris Lattneradd a note
2009-05-11 Dale JohannesenReverse a loop that is counting up to a maximum to
2009-05-11 John MosbyShrink wrapping in PEI:
2009-05-11 Jay FoadDon't generate redundant casts of constant values when...
2009-05-11 Jay FoadChange TargetData::getIntPtrType() to return an Integer...
2009-05-11 Sanjiv GuptaFix more naming issues.
2009-05-11 Sanjiv GuptaDetect calls to compiler intrinsics and emit an extern...
2009-05-10 Bill WendlingNeeded #includes. Thanks Fritz van Bommel!
2009-05-10 Bill WendlingThis is a large rewrite of how Dwarf info for inlined...
2009-05-10 Nick LewyckyMake MDNode use CallbackVH. Also change MDNode to store...
2009-05-10 Sanjiv GuptaModule iterator contains list of filescope functions...
2009-05-10 Anton KorobeynikovAdd imm-reg and imm-mem patters for cmp on msp430
2009-05-10 Anton KorobeynikovAdd MSP430 test for PR4136
2009-05-10 Sanjiv GuptaChanged lowering and asmprinter to use ABI Names class...
2009-05-10 Bill Wendling--- Reverse-merging r71370 into '.':
2009-05-09 Bill WendlingA debug function start was not being recorded when...
2009-05-09 Evan ChengOops. Don't forget to align single bb loops.
2009-05-09 Chris Lattnerfix typo
2009-05-09 Eli FriedmanAllow scalar evolution to compute iteration counts...
2009-05-09 Eli FriedmanRemove a completed optimization. Add a potential optim...
2009-05-09 Duncan SandsRename PaddedSize to AllocSize, in the hope that this
next