oota-llvm.git
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 WilsonTableGen should not ignore BX instructions for the...
2011-03-03 Bob WilsonAdd a readme entry for the redundant movw issue for...
2011-03-03 Jakob Stoklund... Renumber slot indexes uniformly instead of spacing...
2011-03-03 Jakob Stoklund... Represent sentinel slot indexes with a null pointer.
2011-03-03 Jakob Stoklund... Avoid comparing invalid slot indexes, and assert that...
2011-03-03 Jakob Stoklund... Optimize SlotIndex equality tests.
2011-03-03 Jakob Stoklund... Avoid comparing invalid slot indexes.
2011-03-03 Jakob Stoklund... Cache basic block bounds instead of asking SlotIndexes...
2011-03-03 Bill WendlingCheck the ASM, not LLVM IR.
2011-03-03 Bob Wilsonpr9367: Add missing predicated BLX instructions.
2011-03-03 Bill WendlingTestcase for r126913.
2011-03-03 Jakob Stoklund... Change the SplitEditor interface to a single instance...
2011-03-03 Jakob Stoklund... Only run the updateSSA loop when we have actually seen...
2011-03-03 Jakob Stoklund... Fix PHI handling in LiveIntervals::shrinkToUses().
2011-03-02 Stuart HastingsTest case for r126864. Radar 9056407.
2011-03-02 Bob WilsonAvoid exponential blow-up when printing DAGs.
2011-03-02 Jakob Stoklund... Turn the Edit member into a pointer so it can change...
2011-03-02 Stuart HastingsTest case for r126672. Radar 9055247.
2011-03-02 Kevin EnderbyFixes an assertion failure while disassembling ARM...
2011-03-02 Jakob Stoklund... Transfer simply defined values directly without recompu...
2011-03-02 Jakob Stoklund... Extract a method. No functional change.
2011-03-02 Renato GolinFixing a bug when printing fpu text to object file...
2011-03-02 Chris Lattneradd some slice helper methods.
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 Oscar FuentesSupport for parallel compilation (/MP) when using the...
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 John McCallTeach the clang attribute emitter about InheritablePara...
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 Bill WendlingSmall cleanup.
2011-03-02 Jakob Stoklund... Move 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... Rename mapValue to extendRange because that is its...
2011-03-02 Jakob Stoklund... Simplify LiveIntervals::shrinkToUses() a bit by using...
2011-03-02 Jakob Stoklund... Fix typo.
2011-03-02 Dan GohmanMake pred_iterator DefaultConstructible, and add an...
2011-03-02 Jakob Stoklund... Move LiveIntervalMap::extendTo into LiveInterval itself.
2011-03-01 Jakob Stoklund... Delete dead code.
2011-03-01 Jakob Stoklund... Move the value map from LiveIntervalMap to SplitEditor.
2011-03-01 Jakob Stoklund... Delete dead code.
2011-03-01 Jakob Stoklund... Drop 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 Oscar FuentesCmake fix for option defaults not being set correctly...
2011-03-01 Dan GohmanEscape graph edge labels.
2011-03-01 Dan GohmanRemove the showline argument from the SMDiagnostic...
2011-03-01 Dan GohmanCode simplification.
2011-03-01 Dan GohmanSimplify this code.
2011-03-01 Dan GohmanChange directory_entry::path() to return a const std...
2011-03-01 Cameron ZwarichStop computing the number of uses twice per value in...
2011-03-01 Jakob Stoklund... Keep 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 Chris Lattneradd a missing const qualifier for consistency.
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 obsolete test.
2011-02-28 Owen AndersonFix warning when building with clang++.
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 Jakob Stoklund... Fix typo introduced by r126661: "Fix a typo which ..."
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 Duncan SandsWindows codegen also dies on this, so restrict to the...
2011-02-28 Kalle RaiskilaAdd branch hinting for SPU.
next