summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* ocaml bindings: add getopcode for constant and instruction, and int64_of_const.Torok Edwin2011-10-14
* bindings: tab and indentation fixes of my previous commitsTorok Edwin2011-10-14
* A few 80-col violations.Evan Cheng2011-10-14
* Disable code/data region symbols on ELF targets, where different mapping symb...Owen Anderson2011-10-14
* Add an implementation of the CanLowerReturn function to the PPC backendHal Finkel2011-10-14
* Add f128 to datalayout string.Akira Hatanaka2011-10-14
* initial test commit (remove whitespace)Hal Finkel2011-10-14
* Update live-in lists when splitting critical edges.Jakob Stoklund Olesen2011-10-14
* Revert r141932, r141936 and r141937.Akira Hatanaka2011-10-14
* Fix typo. "__sync_fetch_and-xor_4" should be "__sync_fetch_and_xor_4".Jim Grosbach2011-10-14
* An instruction's operands aren't necessarily instructions or constants. TheyNick Lewycky2011-10-14
* Add X86 ANDN instruction. Including instruction selection.Craig Topper2011-10-14
* Add X86 TZCNT instruction and patterns to select it. Also added core-avx2 pro...Craig Topper2011-10-14
* Definition of function getMipsRegisterNumbering.Akira Hatanaka2011-10-14
* Add definition of class MipsELFWriterInfo. Akira Hatanaka2011-10-14
* Add missing relocation types.Akira Hatanaka2011-10-14
* Fixup enumerations.Akira Hatanaka2011-10-14
* Add more Mips relocation types.Akira Hatanaka2011-10-14
* Ban rematerializable instructions with side effects.Jakob Stoklund Olesen2011-10-14
* V_SET0 has no side effects.Jakob Stoklund Olesen2011-10-14
* Add value numbers when spilling dead defs.Jakob Stoklund Olesen2011-10-14
* Avoid undefined behavior in negation in LSR. Patch by Ahmed Charles.Eli Friedman2011-10-13
* Fix undefined shift. Patch by Ahmed Charles.Eli Friedman2011-10-13
* Simplify assertion, and avoid undefined shift. Based on patch by Ahmed Charles.Eli Friedman2011-10-13
* Support/Windows: Add support modifying memory permissions on Windows. Patch b...Michael J. Spencer2011-10-13
* Fix undefined shifts and abs in Alpha backend. Based on patch by Ahmed Charles.Eli Friedman2011-10-13
* Support/Windows: Add efficent RW mutex on Windows. Patch by Aaron Ballman!Michael J. Spencer2011-10-13
* Avoid undefined behavior in signed integer negation. Patch by Ahmed Charles.Eli Friedman2011-10-13
* Simplify and avoid undefined shift. Based on patch by Ahmed Charles.Eli Friedman2011-10-13
* ELF: Fix the section that relocations apply to. Add test to verify. Patch by ...Michael J. Spencer2011-10-13
* Enhance the memdep interface so that users can tell the difference between a ...Eli Friedman2011-10-13
* Reapply r141870, SCEV expansion of post-inc.Andrew Trick2011-10-13
* Don't forget to reconstruct D after changing the scope that we'reEric Christopher2011-10-13
* COFF: Implement sectionContainsSymbol for relocatable files only.Michael J. Spencer2011-10-13
* Fix memory corruption I introduced a few checkins ago.Andrew Trick2011-10-13
* SETEND is not allowed in an IT block.Owen Anderson2011-10-13
* Revert r141870. The test case crashes on linux with data corruption. A deeper...Andrew Trick2011-10-13
* LSR: Reuse the post-inc expansion of expressions.Andrew Trick2011-10-13
* SCEV: Rewrite TrandformForPostIncUse to handle expression DAGs, notAndrew Trick2011-10-13
* Slightly more useful tracing.Andrew Trick2011-10-13
* Mark 'branch indirect' instruction as an indirect branch.Kalle Raiskila2011-10-13
* More closely follow libgcc, which has code after the `ret' instruction toBill Wendling2011-10-13
* Revert r141854 because it was causing failures:Bill Wendling2011-10-13
* Should not add instructions to a BB after a return instruction. The machine i...Bill Wendling2011-10-13
* Use an existing method.Cameron Zwarich2011-10-13
* Add X86 TZCNT instruction and patterns to select it. Also added core-avx2 pro...Craig Topper2011-10-13
* Add 'implicit EFLAGS' to patterns for popcnt and lzcntCraig Topper2011-10-13
* Elf_Word is not POD! Stop using it in a DenseMap.Nick Lewycky2011-10-13
* If MI is deleted then remove it from the set. If a new MI is created, it couldNick Lewycky2011-10-13
* Tabs to spaces.Nick Lewycky2011-10-13