summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* test/Transforms/ConstProp/logicaltest.ll: FileCheck-ize.NAKAMURA Takumi2010-12-29
* test/CodeGen/X86/negative-sin.ll: FileCheck-ize.NAKAMURA Takumi2010-12-29
* test/CodeGen/X86/fp-in-intregs.ll: FileCheck-ize.NAKAMURA Takumi2010-12-29
* Fix bug when trying to output uint16_t or uint32_t.Rafael Espindola2010-12-29
* Implement cfi_def_cfa. Also don't convert to dwarf reg numbers twice. LooksRafael Espindola2010-12-29
* Implement cfi_def_cfa_register.Rafael Espindola2010-12-29
* Initial .cfi_offset implementation.Rafael Espindola2010-12-29
* Don't produce a "DW_CFA_advance_loc 0".Rafael Espindola2010-12-28
* Implement .cfi_remember_state and .cfi_restore_state.Rafael Espindola2010-12-28
* Relax address updates in the eh_frame section.Rafael Espindola2010-12-28
* Start adding basic support for emitting the call frame instructions.Rafael Espindola2010-12-28
* Add support for .cfi_lsda.Rafael Espindola2010-12-27
* MC/Mach-O/Thumb: Select appropriate relocation types for Thumb.Daniel Dunbar2010-12-27
* Handle reloc_riprel_4byte_movq_load. Should make the bots happy.Rafael Espindola2010-12-27
* Add support for the same encodings of the personality function that gnu asRafael Espindola2010-12-27
* implement enough of the memset inference algorithm to recognize and insert Chris Lattner2010-12-26
* start using irbuilder to make mem intrinsics in a few passes.Chris Lattner2010-12-26
* Add support for @note. Patch by Jörg Sonnenberger.Rafael Espindola2010-12-26
* Add basic support for .cfi_personality.Rafael Espindola2010-12-26
* Generalize a previous change, fixing PR8855 - an valid large immediateChris Lattner2010-12-25
* MemCpyOpt: Turn memcpys from a constant into a memset if possible.Benjamin Kramer2010-12-24
* MC/Mach-O/ARM: Start handling some Thumb branches.Daniel Dunbar2010-12-24
* In llvm-mc parse a Hash token as a full line comment. Allows handling ofKevin Enderby2010-12-24
* When determining if we can fold (x >> C1) << C2, the bits that we need to ver...Owen Anderson2010-12-23
* Radar 8803471: Fix expansion of ARM BCCi64 pseudo instructions.Bob Wilson2010-12-23
* XFAIL vg_leak the new test as the rest.Torok Edwin2010-12-23
* Fix OCaml bindings crash, PR8847.Torok Edwin2010-12-23
* Fixes PR8823: add-with-overflow-128.llAndrew Trick2010-12-23
* 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
* MC/Mach-O/ARM: Don't try to use scattered relocs for BR24 fixups.Daniel Dunbar2010-12-22
* Add reduced test from 8845.Rafael Espindola2010-12-22
* When determining whether the new instruction was already present inDuncan Sands2010-12-22
* Make this test not depend on how the variable is named.Duncan 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: Add enough relocation logic to get BR24 relocations.Daniel Dunbar2010-12-22
* Simplify the handling of .size expressions.Rafael Espindola2010-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
* Fix a bug in ReduceLoadWidth that wasn't handling extendingChris Lattner2010-12-22
* Give GVN back the ability to perform simple conditional propagation on condit...Owen Anderson2010-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
* Revert 122353-122355 for the moment, they broke stuff.Dale Johannesen2010-12-21
* Add a new transform to DAGCombiner.Dale Johannesen2010-12-21
* Get the type of a shift from the shift, not from its shiftDale Johannesen2010-12-21
* Revert 122341. It breaks some darwin tests.David Greene2010-12-21
* Fix PR 8199. This patch prepends the build tool dir to LLVM programsDavid Greene2010-12-21
* Add an additional InstructionSimplify factorization test.Duncan Sands2010-12-21