oota-llvm.git
2009-08-16 Erick TryzelaarExpose most of the Constant creation functions to ocaml.
2009-08-16 Erick TryzelaarExpose most of the IRBuilder functionality to ocaml.
2009-08-16 Erick TryzelaarExpose most of the Constant creation functions to llvm-c.
2009-08-16 Erick TryzelaarExpose most of the rest of IRBuilder's functions to...
2009-08-16 Erick TryzelaarAdd more casts to the IRBuilder.
2009-08-15 Evan ChengNeeds to check whether unaligned load / store of i64...
2009-08-15 Bill WendlingRemove <iostream>.
2009-08-15 Benjamin KramerRevert 78996. It was breaking MSVC builds.
2009-08-15 Dan GohmanMingw also doesn't have st_blksize.
2009-08-15 Eli FriedmanFix test on Linux.
2009-08-15 Bill WendlingAn overhaul of the exception handling code. This is...
2009-08-15 Eli FriedmanAdd svn:ignore to a couple of directories.
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 Benjamin KramerDon't try to get the context from an erased Instruction.
2009-08-15 Benjamin KramerUnbreak build. Evan, please make sure my changes are...
2009-08-15 Nick LewyckySSI construction should just go ahead and ignore instru...
2009-08-15 Bill WendlingFix validation errors.
2009-08-15 Bill WendlingFix validation errors.
2009-08-15 Evan ChengChange allowsUnalignedMemoryAccesses to take type argum...
2009-08-15 Chris Lattnerwrap to 80 cols
2009-08-15 Chris Lattnerimplement support for CHECK-NEXT: in filecheck.
2009-08-15 Jakob Stoklund... Refine EarlyClobber assert in register scavenger.
2009-08-15 Chris Lattnersimplify some code.
2009-08-15 Chris Lattnerrewrite FindStringInBuffer to use an explicit loop...
2009-08-15 Chris LattnerInstead of using an std::pair, use a custom struct.
2009-08-15 Chris Lattnerspecify a target triple so global variable manglings...
2009-08-15 Chris Lattnerconvert to filecheck.
2009-08-15 Chris Lattnerrename this test to sse2.ll
2009-08-15 Chris Lattnermerge a bunch more sse3 tests into sse3.ll
2009-08-15 Chris Lattnerconvert test to filecheck format.
2009-08-15 Chris Lattnerrename test
2009-08-15 Chris Lattnerthis is a test for sse3, simplify it.
2009-08-15 Chris Lattnerthe .eh_frame sections we generate need to be writable...
2009-08-15 Chris Lattnerdocument filecheck.
2009-08-15 Chris Lattnerfix pasto noticed by Jakub
2009-08-15 Nicolas GeoffrayUse the new API for creating an OpaqueType.
2009-08-15 Chris Lattneradd a stub for futher description of filecheck.
2009-08-15 Chris Lattneradd a simple FileCheck man page.
2009-08-15 Chris Lattnertidy up
2009-08-15 Nicolas GeoffrayUpdate cpp generation with new LLVM API for primitive...
2009-08-15 Sanjiv GuptaRevert a few changes that were done in 78603.
2009-08-15 Jakob Stoklund... Don't setCalleeSavedInfoValid() until spills are interted.
2009-08-15 Jakob Stoklund... Allow double defs in the machine code verifier after...
2009-08-15 Richard OsborneMove XCore AsmPrinter to XCore/AsmPrinter directory.
2009-08-15 Jakob Stoklund... Add XFAIL testcase for setcc undef.
2009-08-15 Jakob Stoklund... Add XFAIL test case for a scavenger assert.
2009-08-15 Tilmann SchellerAdd support for the PowerPC 64-bit SVR4 ABI.
2009-08-15 Jakob Stoklund... Update LocalRewriter::DistanceMap when inserting stack...
2009-08-15 Bill WendlingReformatting and some cleanup.
2009-08-15 Evan Cheng80 col violations.
2009-08-15 Evan ChengFix tests.
2009-08-15 Evan ChengTurn on if-conversion for thumb2.
2009-08-15 Chris Lattnerupdate for rename.
2009-08-15 Chris Lattnerrename PIC16Section.h -> MCSectionPIC16.h for consisten...
2009-08-15 Chris Lattnercmake likes its explicit list of files to build.
2009-08-15 Chris Lattneruse XCore-specific section with xcore specific cp/dp...
2009-08-15 Chris LattnerIf ELF subtargets don't want to support 4/8/16-byte...
2009-08-15 Chris Lattneradd support for target-specific ELF section flags,...
2009-08-15 Dan GohmanSimplify a few more things, eliminating a few more...
2009-08-15 Dan GohmanSimplify this code to not depend as much on CurMBB.
2009-08-15 Evan ChengDo not use frame register to reference fixed stack...
2009-08-15 Dan GohmanAlways check to see if raw_fd_ostream's file descriptor...
2009-08-15 Dan GohmanAdd support for column computation on unbuffered streams.
2009-08-15 Dan GohmanMove FormattedStream's write_impl out of line.
2009-08-15 Dan GohmanRemove an unnecessary #include.
2009-08-15 Chris Lattnerswitch DominanceFrontier::splitBlock to use a smallvect...
2009-08-15 Dan GohmanOn x86-64, for a varargs function, don't store the...
2009-08-14 Devang PatelDo not completely skip subrange info for a zero sized...
2009-08-14 Evan ChengLeaf functions which do not save CSRs can be frameless...
2009-08-14 Oscar FuentesCMake: Updated library dependence info.
2009-08-14 Eric ChristopherAdd sse4.2 string/text processing intrinsics. We'll...
2009-08-14 Eric ChristopherWhitespace cleanup.
2009-08-14 Anton KorobeynikovAllow targets to specify their choice of calling conven...
2009-08-14 Evan ChengAdd Thumb2 lsr hooks.
2009-08-14 Daniel Dunbarllvm-mc: Fix bugs where bytes were unintentionally...
2009-08-14 Oscar FuentesCMake: Corrected variable check.
2009-08-14 Bruno Cardoso... *try* to use a better name to describe how common symbo...
2009-08-14 Owen AndersonAdd doxygen comments.
2009-08-14 Evan Cheng80 col violation.
2009-08-14 Daniel Dunbarllvm-mc: When handling a .set, make sure to print subse...
2009-08-14 Anton KorobeynikovCleanup the mess in msp430 target registration and...
2009-08-14 Argyrios KyrtzidisRevert r78424.
2009-08-14 Evan ChengIndentation.
2009-08-14 Anton KorobeynikovForce reconfigure
2009-08-14 Daniel Dunbarllvm-mc: zerofill shouldn't print quotes around the...
2009-08-14 Chris Lattnerfix "pc" to be lower case in a target triple, patch...
2009-08-14 Anton KorobeynikovHopefully unbreak cmake builds
2009-08-14 Evan ChengAlso shrink immediate branches; also more assembler...
2009-08-14 Anton KorobeynikovGive MSP430 a separate asmprinter lib
2009-08-14 Daniel Dunbarllvm-mc: Support escaped characters in string literals...
2009-08-14 Anton KorobeynikovProperly handle indirect win64 args when they're passed...
2009-08-14 Owen AndersonGet the CPP backend into some semblance of working...
2009-08-14 Oscar FuentesCMake: Automatic regeneration of the library dependenci...
2009-08-14 Daniel DunbarTake another shot at disabling this when no ppc support...
2009-08-14 Erick TryzelaarA couple IRBuilder functions were still using getGlobal...
2009-08-14 Oscar FuentesCMake: Builds main LLVM Target library before its subli...
2009-08-14 Bob WilsonNow that all the legal Neon shuffles (or at least the...
2009-08-14 Bob WilsonCreate a new ARM-specific DAG node, VDUP, to represent...
2009-08-14 Bob WilsonDuring legalization, change Neon vdup_lane operations...
next