Remove target triple from this test, it fails on x86-64 with
[oota-llvm.git] / lib / Target /
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...
2009-08-20 Owen AndersonRe-revert r79555. Apparently it's not just buildbot...
2009-08-20 Owen AndersonReapply r79555 for testing. Daniel's trying to work...
2009-08-20 Bill Wendling--- Reverse-merging r79555 into '.':
2009-08-20 Sanjiv Guptapart of the previous commit for PIC16 ISR implementation.
2009-08-20 Sanjiv GuptaImplement support for ISRs.
2009-08-20 Owen AndersonMake the StructType->StructLayout table private to...
2009-08-20 Sean CallananFixed PCMPESTRM128 to have opcode 0x60 instead of 0x62...
2009-08-20 Dan GohmanFix an x86 code size regression: prefer RIP-relative...
2009-08-20 Evan ChengFix an obvious copy-n-paste bug.
2009-08-20 Dan GohmanUpdate and fix some comments.
2009-08-19 Dale JohannesenAdd an extra line to conform with preferred style.
2009-08-19 Reid KlecknerModify an assert to avoid what looks like a GCC 4.2...
2009-08-19 Dale JohannesenHandle 'a' modifier in X86 asms. PR 4742.
2009-08-19 Reid KlecknerFixed error in CPPBackend from a contextification API...
2009-08-19 Dan GohmanRemove temporary testing code.
2009-08-19 Dan GohmanAdd an x86 peep that narrows TEST instructions to forms...
2009-08-19 David GoodwinUpdate Cortex-A8 instruction itineraries for integer...
2009-08-19 Bob WilsonAdd support for Neon VEXT (vector extract) shuffles.
2009-08-19 Chris Lattnereliminate AsmPrinter::SwitchToSection and just have...
2009-08-18 Eric ChristopherImplement sse4.2 string/text processing instructions:
2009-08-18 Jakob Stoklund OlesenSimplify RegScavenger::FindUnusedReg.
2009-08-18 Richard OsborneAdd support for mergeable sections back into the XCore...
2009-08-18 Richard OsbornePut data with relocations in the same sections as data...
2009-08-18 Chris Lattnerfix COFF targets (mingw/cygwin) to provide ehframe...
2009-08-18 Anton KorobeynikovText sections should have 'exec' flag set. This seems...
2009-08-18 Chris Lattnerremove some pointless null switchtosections. The Intel...
2009-08-18 Evan ChengFix revsh pattern.
2009-08-18 Chris Lattneradd support for some targetflags on GV operands. This...
2009-08-18 Dan GohmanFix function alignment at -Os on x86 to be 1, not 2...
2009-08-18 Dale JohannesenPowerPC inline asm was emitting two output operands
2009-08-17 Benjamin KramerClear the uniquing table when initializing TLOF to...
2009-08-17 Richard OsborneUpdate getSectionForConstant() to to allow mergable...
2009-08-17 Chris Lattnerthe MinPad argument to PadToColumn only really makes...
2009-08-16 Dan GohmanAvoid emitting XMM save code in soft-float or no-implic...
2009-08-16 Dan GohmanDelete an unused field.
2009-08-16 Benjamin KramerFix use after free in Thumb2SizeReduction (PR4707)...
2009-08-16 Bill WendlingStyalistic and format changes. No functionality change.
2009-08-16 Chris Lattneradd support for external symbols + X86::MOVPC32r.
2009-08-16 Chris Lattnerimplement support for lowering references to global...
2009-08-16 Chris Lattnermore formatting improvements, no functionality change.
2009-08-16 Chris Lattnercode formatting improvements, no functionality change.
2009-08-15 Bill WendlingAn overhaul of the exception handling code. This is...
2009-08-15 Bill WendlingReapply r79127. It was fixed by d0k.
2009-08-15 Bill WendlingRevert r79127. It was causing compilation errors.
2009-08-15 Evan ChengChange allowsUnalignedMemoryAccesses to take type argum...
2009-08-15 Chris Lattnerthe .eh_frame sections we generate need to be writable...
2009-08-15 Nicolas GeoffrayUse the new API for creating an OpaqueType.
next