summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Remove/fix invalid README entries. The well thought out strcpy function doesn...Benjamin Kramer2010-12-23
* Remove some obsolete README items, add a new one off the top of my head.Benjamin Kramer2010-12-23
* Reorganize ListScheduleBottomUp in preparation for modeling machine cycles an...Andrew Trick2010-12-23
* Converted LiveRegCycles to LiveRegGens. It's easier to work with and allows m...Andrew Trick2010-12-23
* In CheckForLiveRegDef use TRI->getOverlaps.Andrew Trick2010-12-23
* Fixes PR8823: add-with-overflow-128.llAndrew Trick2010-12-23
* Preserve the address space when generating bitcasts for MemTransferInst in Co...Mon P Wang2010-12-23
* Change all self assignments X=X to (void)X, so that we can turn on aJeffrey Yasskin2010-12-23
* Trailing whitespace.Jim Grosbach2010-12-22
* DAGCombine add (sext i1), X into sub X, (zext i1) if sext from i1 is illegal....Benjamin Kramer2010-12-22
* InstCombine: creating selects from -1 and 0 is fine, they combine into a sext...Benjamin Kramer2010-12-22
* X86: Lower a select directly to a setcc_carry if possible.Benjamin Kramer2010-12-22
* Add r122359 back now that the bug in MCDwarfLineAddrFragment fragment has beenRafael Espindola2010-12-22
* Assert that the AddrDelta expression is really constant and wrap it in a setRafael Espindola2010-12-22
* When RegAllocGreedy decides to spill the interferences of the current register,Jakob Stoklund Olesen2010-12-22
* Include a shadow of the original CFG edges in the edge bundle graph.Jakob Stoklund Olesen2010-12-22
* Rename NeedsSetToChangeDiffSize to HasAggressiveSymbolFolding which is a muchRafael Espindola2010-12-22
* MC/Mach-O/ARM: Don't try to use scattered relocs for BR24 fixups.Daniel Dunbar2010-12-22
* Revert r122359 while I debug PR8845.Rafael Espindola2010-12-22
* Fix another conditional expression mismatched enum type warning.Matt Beaumont-Gay2010-12-22
* When determining whether the new instruction was already present inDuncan Sands2010-12-22
* MC/Mach-O/ARM: We always use the SECTDIFF reloc type on ARM, which isDaniel Dunbar2010-12-22
* MC/Mach-O/ARM: Clone off an ARM version of RecordScatteredRelocation until I ...Daniel Dunbar2010-12-22
* MC/Mach-O: Return to reporting errors if we see unexpected fixup kinds.Daniel Dunbar2010-12-22
* MC/Mach-O/ARM: Recognize generic _Data_N fixup kinds.Daniel Dunbar2010-12-22
* MC/Mach-O/ARM: Add enough relocation logic to get BR24 relocations.Daniel Dunbar2010-12-22
* MC/Mach-O/ARM: Fix thinko.Daniel Dunbar2010-12-22
* Use references and simplify.Rafael Espindola2010-12-22
* Simplify the handling of .size expressions.Rafael Espindola2010-12-22
* MC/Mach-O/ARM: Stub out RecordARMRelocation, which is mostly a copy ofDaniel Dunbar2010-12-22
* Simplify.Daniel Dunbar2010-12-22
* MC/Mach-O: Split out RecordARMRelocation for now, it is weird enough it isn'tDaniel Dunbar2010-12-22
* Add a generic expansion transform: A op (B op' C) -> (A op B) op' (A op C)Duncan Sands2010-12-22
* ptx: add ld instruction and testChe-Liang Chiou2010-12-22
* Add some statistics, good for understanding how much more powerfulDuncan Sands2010-12-22
* Fix a bug in ReduceLoadWidth that wasn't handling extendingChris Lattner2010-12-22
* more cleanups, move a check for "roundedness" earlier to rejectChris Lattner2010-12-22
* reduce indentation and improve comments, no functionality change.Chris Lattner2010-12-22
* Don't generate carry bit when loading immediate values on the Microblaze.Wesley Peck2010-12-22
* Add support for some of the LLVM atomic operations to the MBlaze backend.Wesley Peck2010-12-22
* Modeling the carry bit in the MSR register of the MicroBlaze.Wesley Peck2010-12-22
* Fix a regression introduced into the MBlaze delay slot filler.Wesley Peck2010-12-22
* Give GVN back the ability to perform simple conditional propagation on condit...Owen Anderson2010-12-21
* GCC objects to the two sides of a conditional expression having different enumMatt Beaumont-Gay2010-12-21
* Remove dead code.Owen Anderson2010-12-21
* In DelayForLiveRegsBottomUp, handle instructions that read and writeAndrew Trick2010-12-21
* whitespaceAndrew Trick2010-12-21
* Reapply 122353-122355 with fixes. 122354 was wrong;Dale Johannesen2010-12-21
* Add some x86 specific dagcombines for conditional increments.Benjamin Kramer2010-12-21
* GVN's Expression is not POD-like (it contains a SmallVector). Simplify code w...Benjamin Kramer2010-12-21