PR9377: Handle x86 str with register operand in a way consistent with gas.
[oota-llvm.git] / lib /
2011-03-04 Eli FriedmanPR9377: Handle x86 str with register operand in a way...
2011-03-03 Bill WendlingThere are times when the landing pad won't have a call...
2011-03-03 Bob WilsonPR8053: Fix encoding of S bit in some ARM instructions.
2011-03-03 Eli FriedmanRevert r123908; the code in question is completely...
2011-03-03 Joerg SonnenbergerBug#9033: For the ELF assembler output, always quote...
2011-03-03 Devang PatelFix typo.
2011-03-03 Devang PatelFix thinko in previous check-in.
2011-03-03 Devang Patelllvm::Function argument count is not a good indicator...
2011-03-03 Jim GrosbachAllow a target to choose whether to prefer the scavenge...
2011-03-03 Jan SjödinSplit MCEELFStreamer and ELFObjectWriter into .h and...
2011-03-03 Richard OsborneFix typo in comment.
2011-03-03 Richard OsborneOptimize fprintf -> iprintf if there are no floating...
2011-03-03 Justin HolewinskiPTX: Fix Emacs renaming a symbol
2011-03-03 Richard OsborneOptimize sprintf -> siprintf if there are no floating...
2011-03-03 Justin HolewinskiPTX: Fix a couple of lint violations
2011-03-03 Richard OsborneOptimize printf -> iprintf if there are no floating...
2011-03-03 Tilmann SchellerUse X86_thiscall calling convention for Win64 as well.
2011-03-03 Eli FriedmanPR9352: Always emit a relocation for weak symbols....
2011-03-03 Bob WilsonAdd a readme entry for the redundant movw issue for...
2011-03-03 Jakob Stoklund OlesenRenumber slot indexes uniformly instead of spacing...
2011-03-03 Jakob Stoklund OlesenRepresent sentinel slot indexes with a null pointer.
2011-03-03 Jakob Stoklund OlesenAvoid comparing invalid slot indexes, and assert that...
2011-03-03 Jakob Stoklund OlesenAvoid comparing invalid slot indexes.
2011-03-03 Jakob Stoklund OlesenCache basic block bounds instead of asking SlotIndexes...
2011-03-03 Bob Wilsonpr9367: Add missing predicated BLX instructions.
2011-03-03 Jakob Stoklund OlesenChange the SplitEditor interface to a single instance...
2011-03-03 Jakob Stoklund OlesenOnly run the updateSSA loop when we have actually seen...
2011-03-03 Jakob Stoklund OlesenFix PHI handling in LiveIntervals::shrinkToUses().
2011-03-02 Bob WilsonAvoid exponential blow-up when printing DAGs.
2011-03-02 Jakob Stoklund OlesenTurn the Edit member into a pointer so it can change...
2011-03-02 Kevin EnderbyFixes an assertion failure while disassembling ARM...
2011-03-02 Jakob Stoklund OlesenTransfer simply defined values directly without recompu...
2011-03-02 Jakob Stoklund OlesenExtract a method. No functional change.
2011-03-02 Renato GolinFixing a bug when printing fpu text to object file...
2011-03-02 Duncan SandsRemove DIFactory. Patch by Devang.
2011-03-02 Stuart HastingsCan't introduce floating-point immediate constants...
2011-03-02 Tilmann SchellerAdd Win64 thiscall calling convention.
2011-03-02 David Greene[AVX] Fix mask predicates for 256-bit UNPCKLPS/D and...
2011-03-02 Che-Liang Chiouptx: fix lint and compiler warnings
2011-03-02 Che-Liang ChiouAdd 64-bit addressing to PTX backend
2011-03-02 Rafael EspindolaAdd a special streamer to libLTO that just records...
2011-03-02 Cameron ZwarichFix some typos.
2011-03-02 Cameron ZwarichRemove some more unused code that I missed.
2011-03-02 Cameron ZwarichEliminate the unused CodeGenPrepare option to split...
2011-03-02 Che-Liang ChiouExtend initial support for primitive types in PTX backend
2011-03-02 Jakob Stoklund OlesenMove extendRange() into SplitEditor and delete the...
2011-03-02 Nick LewyckyQuiet a compiler warning about unused variable 'ExtVNI'.
2011-03-02 Dan GohmanDon't re-use existing addrec expansions if they contain...
2011-03-02 Evan ChengCatch more cases where 2-address pass should 3-addressi...
2011-03-02 Jakob Stoklund OlesenRename mapValue to extendRange because that is its...
2011-03-02 Jakob Stoklund OlesenSimplify LiveIntervals::shrinkToUses() a bit by using...
2011-03-02 Jakob Stoklund OlesenFix typo.
2011-03-02 Jakob Stoklund OlesenMove LiveIntervalMap::extendTo into LiveInterval itself.
2011-03-01 Jakob Stoklund OlesenDelete dead code.
2011-03-01 Jakob Stoklund OlesenMove the value map from LiveIntervalMap to SplitEditor.
2011-03-01 Jakob Stoklund OlesenDelete dead code.
2011-03-01 Jakob Stoklund OlesenDrop RAGreedy::trySpillInterferences().
2011-03-01 Oscar FuentesFixes warnings emitted by Visual Studio 2010 compiler.
2011-03-01 Devang PatelIf argument numbering is encoded in metadata then emit...
2011-03-01 Devang PatelToday, the language front ends produces llvm.dbg.*...
2011-03-01 Cameron ZwarichStop computing the number of uses twice per value in...
2011-03-01 Jakob Stoklund OlesenKeep track of which stage produced a live range, and...
2011-03-01 Duncan SandsAdd datalayout information for the IEEE quad precision...
2011-03-01 Dan GohmanRevert PathV2 changes, as sys::fs::unique_file is not...
2011-03-01 TalinAdded missing va_end().
2011-03-01 Duncan SandsAdd a few missed unary cases when legalizing vector...
2011-03-01 Anders CarlssonMake InstCombiner::FoldAndOfICmps create a ConstantRang...
2011-03-01 Nick LewyckyOptimize "icmp pred (urem X, Y), Y" --> true/false...
2011-03-01 Jim Grosbachtrailing whitespace.
2011-03-01 Jim GrosbachGeneralize the register matching code in DAGISel a...
2011-03-01 Bill WendlingNarrow right shifts need to encode their immediates...
2011-03-01 Eli FriedmanAdd an obvious missing safety check to DAE::RemoveDeadA...
2011-03-01 Chris Lattneradd a note
2011-03-01 Ted KremenekUnbreak CMake build.
2011-02-28 Ted KremenekUnbreak CMake build.
2011-02-28 TalinAdd an END_WITH_NULL accessor for ConstantStruct.
2011-02-28 Chris Lattnerupdate cmake
2011-02-28 Renato GolinFix .fpu printing in ARM assembly, regarding bug llvm...
2011-02-28 Kevin EnderbyAdd missing whitespace in the formatting.
2011-02-28 Jan SjödinMake all static functions become static class methods...
2011-02-28 Owen AndersonUse the correct shift amount type.
2011-02-28 Owen AndersonClean whitespace.
2011-02-28 Chris Lattnerfix a signed comparison warning.
2011-02-28 Dan GohmanDelete the GEPSplitter experiment.
2011-02-28 Dan GohmanDelete the SimplifyHalfPowrLibCalls pass, which was...
2011-02-28 Dan GohmanDelete the LiveValues pass. I won't get get back to...
2011-02-28 David Greene[AVX] Add decode support for VUNPCKLPS/D instructions...
2011-02-28 Kevin EnderbyFix the arm's disassembler for blx that was building...
2011-02-28 Evan ChengFix a typo which cause dag combine crash. rdar://9059537.
2011-02-28 Stuart HastingsSupport for byval parameters on ARM. Will be enabled...
2011-02-28 Kalle RaiskilaAdd branch hinting for SPU.
2011-02-28 Frits van BommelTeach SimplifyCFG that (switch (select cond, X, Y)...
2011-02-28 Nick LewyckyFix comment.
2011-02-28 Nick Lewyckysrem doesn't actually have the same resulting sign...
2011-02-28 Nick LewyckyTeach InstCombine to fold "(shr exact X, Y) == 0" ...
2011-02-28 Nick LewyckyTeach value tracking to make use of flags in more situa...
2011-02-28 Nick LewyckyTeach ValueTracking to look at the dividend when determ...
2011-02-28 Che-Liang ChiouAdd preliminary support for .f32 in the PTX backend.
2011-02-28 Nick LewyckyThe sign of an srem instruction is the sign of its...
2011-02-27 Benjamin KramerSilence enum conversion warnings.
next