remove jeff's name (by his request)
[oota-llvm.git] / lib /
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 OlesenRework the global split cost calculation.
2011-03-05 Jakob Stoklund OlesenCompute 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 Eric ChristopherImprove readability with some whitespace!
2011-03-04 Jakob Stoklund OlesenExtract a method. No functional change.
2011-03-04 Bill WendlingInitialize variable.
2011-03-04 Jakob Stoklund OlesenGo back to comparing spill weights when deciding if...
2011-03-04 Bruno Cardoso LopesImprove div/rem node handling on mips. Patch by Akira...
2011-03-04 Bruno Cardoso LopesExpands register/immediate pairs when the immediate...
2011-03-04 Dan GohmanWhen decling to reuse existing expressions that involve...
2011-03-04 Bruno Cardoso LopesRewrite 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 LopesLowers block address. Currently asserts when relocation...
2011-03-04 Benjamin Kramerraw_ostream: while it is generally desirable to do...
2011-03-04 Jakob Stoklund OlesenRenumber slot indexes locally when possible.
2011-03-04 Nick LewyckyRevert broken srem logic from r126991.
2011-03-04 Bruno Cardoso LopesFix an old copy-n-paste
2011-03-04 Devang PatelDisable ARMGlobalMerge on darwin. The debugger is not...
2011-03-04 Bruno Cardoso LopesExpands FCOS and FSIN nodes when type is f64.
2011-03-04 Jakob Stoklund OlesenNumber SlotIndexes uniformly without looking at the...
2011-03-04 Benjamin Kramerraw_ostream: If writing a string that is larger than...
2011-03-04 Jakob Stoklund OlesenAdd SlotIndex statistics.
2011-03-04 Jakob Stoklund OlesenTweak debug output. No functional changes.
2011-03-04 Bruno Cardoso LopesFixes addc pattern when immediate cannot be represented...
2011-03-04 Bruno Cardoso LopesRemove (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 Jakob Stoklund OlesenDenseMap<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 OlesenPrecompute block frequencies, pow() isn't free.
2011-03-04 Jakob Stoklund OlesenUse 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 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...
next