oota-llvm.git
2011-03-05 Chris Lattnerremove jeff's name (by his request)
2011-03-05 Andrew Trickwhitespace
2011-03-05 Nick LewyckyThread comparisons over udiv/sdiv/ashr/lshr exact and...
2011-03-05 Nick LewyckyTry once again to optimize "icmp (srem X, Y), Y" by...
2011-03-05 Jakob Stoklund... Rework the global split cost calculation.
2011-03-05 NAKAMURA Takumitest/CodeGen/X86/vec_cast.ll: [PR8311] Add explicit...
2011-03-05 Jin-Gu Kangtest commit
2011-03-05 Jakob Stoklund... Compute the constraints for global live range splitting...
2011-03-05 Jim GrosbachTeach the register scavenger to take subregs into accou...
2011-03-04 Eric ChristopherSupport unregistering exception frames of functions...
2011-03-04 David GreeneFix the case where the number of jobs is less than the
2011-03-04 Eric ChristopherImprove readability with some whitespace!
2011-03-04 Jakob Stoklund... Extract a method. No functional change.
2011-03-04 Bill WendlingInitialize variable.
2011-03-04 Jakob Stoklund... Go back to comparing spill weights when deciding if...
2011-03-04 Bruno Cardoso... Improve div/rem node handling on mips. Patch by Akira...
2011-03-04 Bruno Cardoso... Add testcase for r127032
2011-03-04 Bruno Cardoso... Expands register/immediate pairs when the immediate...
2011-03-04 Dan GohmanWhen decling to reuse existing expressions that involve...
2011-03-04 Bruno Cardoso... Rewrite and simplify o32 vaarg passing, no functional...
2011-03-04 Joerg SonnenbergerBe nice to Xcore and the XMOS assembler and avoid quoti...
2011-03-04 Bruno Cardoso... Lowers block address. Currently asserts when relocation...
2011-03-04 Benjamin Kramerraw_ostream: while it is generally desirable to do...
2011-03-04 Jakob Stoklund... Renumber slot indexes locally when possible.
2011-03-04 Devang PatelXFAIL for all. These tests are darwin specific anyway.
2011-03-04 Nick LewyckyRevert broken srem logic from r126991.
2011-03-04 Bruno Cardoso... Fix an old copy-n-paste
2011-03-04 Devang PatelDisable ARMGlobalMerge on darwin. The debugger is not...
2011-03-04 Bruno Cardoso... Expands FCOS and FSIN nodes when type is f64.
2011-03-04 Jakob Stoklund... Number SlotIndexes uniformly without looking at the...
2011-03-04 Jakob Stoklund... Symbolize the default instruction distance.
2011-03-04 Benjamin Kramerraw_ostream: If writing a string that is larger than...
2011-03-04 Jakob Stoklund... Deferred SlotIndex renumbering was a good idea but...
2011-03-04 Jakob Stoklund... Add SlotIndex statistics.
2011-03-04 Jakob Stoklund... Tweak debug output. No functional changes.
2011-03-04 Bruno Cardoso... Fixes addc pattern when immediate cannot be represented...
2011-03-04 Bruno Cardoso... Remove (hopefully) all trailing whitespaces from the...
2011-03-04 Duncan SandsRevert commit 126684 "Use the correct shift amount...
2011-03-04 Kalle RaiskilaAllow vector shifts (shl,lshr,ashr) on SPU.
2011-03-04 Kalle RaiskilaAllow load from constant on SPU.
2011-03-04 Nick LewyckyFold "icmp pred (srem X, Y), Y" like we do for urem...
2011-03-04 Nick LewyckyTeach instruction simplify to use constant ranges to...
2011-03-04 Eli FriedmanFollowup to r126970: add 64-bit encoding tests for...
2011-03-04 Jakob Stoklund... DenseMap<uintptr_t,...> doesn't allow all values as...
2011-03-04 Andrew TrickMinor pre-RA-sched fixes and cleanup.
2011-03-04 Devang PatelAdd ArrayRef variant.
2011-03-04 Jakob Stoklund... Precompute block frequencies, pow() isn't free.
2011-03-04 Jakob Stoklund... Use an IndexedMap instead of a DenseMap for the live...
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 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.
next