Fix header comment for bindings/ocaml/llvm/Makefile.
[oota-llvm.git] / lib / Target /
2009-08-30 Anton KorobeynikovAdd missed pattern
2009-08-30 Anton KorobeynikovEXTRACT_VECTOR_ELEMENT can have result type different...
2009-08-30 Daniel Dunbarllvm-mc/X86: Encode constant MCValue's correctly.
2009-08-29 Dan GohmanCMOV_GR8 clobbers EFLAGS when its expansion involves...
2009-08-29 Bill Wendling- Add target lowering methods to get the preferred...
2009-08-29 Anton KorobeynikovDo not assert on too wide splats we don't support.
2009-08-28 Anton KorobeynikovAdd missed extract_element pattern
2009-08-28 Devang PatelReapply 79977.
2009-08-28 Evan ChengLet Darwin linker auto-synthesize stubs and lazy-pointe...
2009-08-28 Anton KorobeynikovShort-term workaround for frame-related weirdness on...
2009-08-28 Daniel DunbarFix -Asserts warning, round two.
2009-08-28 Evan ChengPrint a nl before pic labels so they start at a new...
2009-08-28 Daniel DunbarFix -Asserts warning.
2009-08-28 Evan Chengv4, v5 does not support sxtb / sxth.
2009-08-27 Bruno Cardoso LopesRevert 80278 for now, it caused a lot of MIPS tests...
2009-08-27 Bruno Cardoso LopesRevamp our friend Mips :)
2009-08-27 Dan GohmanDon't mark CMOV_GR8 as two-address, or commutable,...
2009-08-27 Eric ChristopherAdd FIXME for when we support more specific XMM registers.
2009-08-27 Eric ChristopherNuke trailing whitespace.
2009-08-27 Anton KorobeynikovHopefully the final missing part :(
2009-08-27 Anton KorobeynikovForgot about actual change :)
2009-08-27 Anton KorobeynikovTransform float scalar_to_vector into subreg accesses.
2009-08-27 Misha BrukmanSTRD and LDRD require ARMv5TE, not just ARMv5T.
2009-08-27 Daniel Dunbarllvm-mc/X86: Implement single instruction encoding...
2009-08-27 Daniel DunbarX86: Mark EH_RETURN as code-gen-only.
2009-08-27 Evan ChengFix PR4789. Teach eliminateFrameIndex how to handle...
2009-08-27 Dan GohmanX86FastISel support for loading and storing values...
2009-08-27 Dan GohmanExpand i8 selects into control flow instead of 16-bit...
2009-08-26 Daniel DunbarSimplify.
2009-08-26 Oscar FuentesCMake: Removed outdated TODO.
2009-08-26 Venkatraman Govind... Generate section for bss and enable weak symbols
2009-08-26 Dale JohannesenAlter 79292 to produce output that actually assembles.
2009-08-26 Bob WilsonRemove unneeded ARM-specific DAG nodes for VLD* and...
2009-08-26 Anton KorobeynikovUnbreak FP128 stuff in cbe
2009-08-26 Anton KorobeynikovExpand scalar_to_vector - we don't have any isel logic...
2009-08-26 Dan GohmanAdd comments detailing a known bug, so that people...
2009-08-26 Dan GohmanDon't use INSERT_SUBREG to model anyext operations...
2009-08-26 Anton KorobeynikovAdd dummy inline asm handling for 'r' constraint. This...
2009-08-26 Devang PatelRevert 79977. It causes llvm-gcc bootstrap failures...
2009-08-26 Venkatraman Govind... test commit
2009-08-26 Dale JohannesenAdd an 'inline hint' attribute to represent source
2009-08-25 Scott MichelUpdated i128 sext support for CellSPU backend, contribu...
2009-08-25 Sanjiv GuptaStart refactoring PIC16 TargetObjectFile code. Eventual...
2009-08-25 Bob WilsonRemove some unused SDNode definitions.
2009-08-25 Dan GohmanUse X86II::MO_NO_FLAG.
2009-08-25 Bob WilsonExpose the instruction contraint string as an argument...
2009-08-25 Anton KorobeynikovProvide dynamic_stackalloc lowering for MSP430.
2009-08-25 Devang PatelUpdate DebugInfo interface to use metadata, instead...
2009-08-25 Dale JohannesenFix PR 4751, another difficulty with %a modifier on...
2009-08-24 Scott Michel- Remove SelectSEXTi128 from SPUISelDAGToDAG.cpp, evide...
2009-08-24 Scott Michel128-bit sign extension and vector shift cleanups, contr...
2009-08-24 Scott MichelInitialize ShufBytes, as gcc 4.4 can't detect that...
2009-08-24 Chris Lattnereliminate a #include.
2009-08-24 Chris Lattnerprune the #includes in raw_ostream.h by moving a
2009-08-24 Dale JohannesenMake linkerprivate work for ARM and PPC. Testcase...
2009-08-23 Chris Lattnerremove the last uses of Config/alloca.h
2009-08-23 Chris LattnerSwitch SubtargetFeature off of ostreams
2009-08-23 Benjamin KramerRemove Streams.h from the targets.
2009-08-23 Daniel DunbarFix some refactos for iostream changes (in -Asserts...
2009-08-23 Chris Lattnereliminate uses of cerr()
2009-08-23 Chris Lattnereliminate the last DOUTs from the targets.
2009-08-23 Chris LattnerChange Pass::print to take a raw ostream instead of...
2009-08-23 Chris Lattnereliminate the "Value" printing methods that print to...
2009-08-23 Chris Lattnerremove various std::ostream version of printing methods...
2009-08-22 Benjamin KramerForgot to update some CMakeLists.
2009-08-22 Benjamin KramerUpdate CMake build, unbreak linux build.
2009-08-22 Chris Lattnerrename TAI -> MAI, being careful not to make MAILJMP...
2009-08-22 Chris Lattnerrename COFFMCAsmInfo -> MCAsmInfoCOFF, likewise for...
2009-08-22 Chris Lattnermove the MCAsmInfo .cpp/.h files into the right
2009-08-22 Chris Lattnerrevert 79764, my dependencies failed me again.
2009-08-22 Chris Lattnerremove dead member.
2009-08-22 Chris LattnerRename TargetAsmInfo (and its subclasses) to MCAsmInfo.
2009-08-22 Devang PatelRecord variable debug info at ISel time directly.
2009-08-22 Anton KorobeynikovSome dummy cost model for s390x:
2009-08-22 Eli FriedmanMake x86 test actually test x86 code generation. Fix the
2009-08-21 Chris LattnerRevert r79563
2009-08-21 Chris Lattnerrevert r79562 + r79563
2009-08-21 Chris Lattnerrevert r79631
2009-08-21 Chris Lattnerrevert 79631
2009-08-21 Bob WilsonRename ARM "lane_cst" operands to "nohash_imm" since...
2009-08-21 Bob WilsonMatch VTRN, VZIP, and VUZP shuffles. Restore the tests...
2009-08-21 Anton KorobeynikovAdd fcopysign instructions
2009-08-21 Owen AndersonTry again at privatizing the layout info map, with...
2009-08-21 Anton KorobeynikovExpand few nodes until someone will be crazy enough...
2009-08-21 Anton KorobeynikovTypo :(
2009-08-21 Anton KorobeynikovCorrect instruction names for subtract-with-borrow
2009-08-21 Anton KorobeynikovHandle 'r' inline asm constraint
2009-08-21 Duncan SandsFix a problem noticed by gcc-4.4:
2009-08-21 Daniel DunbarFix -Asserts warning.
2009-08-21 Anton KorobeynikovFix a typo
2009-08-21 Sanjiv GuptaAdd a pass to do call graph analyis to overlay the...
2009-08-21 Anton KorobeynikovMore cpp backend fixes. Now for FP stuff.
2009-08-21 Anton KorobeynikovFix some typos and use type-based isel for VZIP/VUZP...
2009-08-21 Anton KorobeynikovAdd lowering of ARM 4-element shuffles to multiple...
2009-08-21 Anton KorobeynikovAdd nodes & dummy matchers for some v{zip,uzp,trn}...
2009-08-21 Anton KorobeynikovExpand EXTRACT_SUBVECTOR
2009-08-21 Anton KorobeynikovProvide vext.{16,32}
2009-08-21 Anton KorobeynikovUse masks not nodes for vector shuffle predicates....
2009-08-21 Bill WendlingRemove #include <iostream>.
2009-08-21 Bob WilsonRemove Neon intrinsics for VZIP, VUZP, and VTRN. We...
next