oota-llvm.git
2009-08-17 Owen AndersonAdd locking around the attributes list.
2009-08-17 Owen AndersonAdd locking around signal handler registration.
2009-08-17 Benjamin KramerClear the uniquing table when initializing TLOF to...
2009-08-17 Nick LewyckyDon't crash on critical edge. Patch by Andre Tavares.
2009-08-17 Jim GrosbachMove the sjlj exception handling conversions to a back...
2009-08-17 Richard OsborneUpdate getSectionForConstant() to to allow mergable...
2009-08-17 David GoodwinExtend the instruction itinerary model to include the...
2009-08-17 Chris Lattnerthe MinPad argument to PadToColumn only really makes...
2009-08-17 Misha BrukmanFixed indentation and spelling.
2009-08-17 Dan GohmanFix more missing newlines.
2009-08-17 Dan GohmanFix printing of instructions with null operands.
2009-08-17 Dan GohmanAlways print at least one space before adding a comment.
2009-08-17 Dan GohmanFix debug output to include a newline after printing...
2009-08-17 Duncan SandsDon't access the first element of a potentially empty
2009-08-17 Duncan SandsXFAIL this test since the fix was reverted.
2009-08-17 Nick LewyckyAdd a test that shows that SSI is working correctly.
2009-08-17 Chris Lattnerchange AsmPrinter to switch sections using AsmStreamer...
2009-08-17 Nick LewyckyDon't crash trying to promote VLAs.
2009-08-17 Oscar FuentesCMake: Updated library dependencies.
2009-08-17 Chris Lattnergive MCAsmStreamer a TargetAsmInfo.
2009-08-17 Chris Lattnerformatting cleanups, no functionality change.
2009-08-17 Oscar FuentesMake a declaration consistent with its definition.
2009-08-17 Oscar FuentesCMake: LLVMConfig assigns LLVMX86 to the `native' component
2009-08-17 Erick TryzelaarWrap unit test death tests in GTEST_HAS_DEATH_TEST
2009-08-17 Erick TryzelaarChange APFloatTest from using ASSERTs to EXPECTs
2009-08-16 Erick TryzelaarExpose creating constant ints and floats from strings...
2009-08-16 Erick TryzelaarExpose creating constant ints and floats from strings...
2009-08-16 Erick TryzelaarAdd helper functions to ConstantInt and ConstantFP...
2009-08-16 Erick TryzelaarModify APFloat to take a StringRef instead of a c string.
2009-08-16 Erick TryzelaarAdd failure tests to APInt unit test.
2009-08-16 Dan GohmanAdd a getOffsetOf, for building a target-independent...
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 Oscar FuentesCMake: Removed traces of obsolete variable LLVM_PLO_FLAGS.
2009-08-16 Oscar FuentesCMake: New option LLVM_BUILD_TOOLS. Renamed LLVM_EXAMPL...
2009-08-16 Oscar FuentesCMake: Discriminate MINGW, MSYS, CYGWIN: does not try...
2009-08-16 Jakob Stoklund... Replace RegScavenger::DistanceMap with a simpler local...
2009-08-16 Jakob Stoklund... Clean up the public interface of RegScavenger.
2009-08-16 Jakob Stoklund... Be more clever about regclasses in ScheduleDAGSDNodes...
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 Benjamin KramerFix the MSVC build again.
2009-08-16 Oscar FuentesCMake: Hopefully this will fix the build on VS. I can...
2009-08-16 Oscar FuentesCMake: Revert r79144. It reverted a change necessary...
2009-08-16 Chris Lattneradd support for external symbols + X86::MOVPC32r.
2009-08-16 Eli FriedmanFix for PR3016: detect the tricky case, where there are
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-16 Chris Lattnerwhen emitting errors about CHECK-NEXT directives, show...
2009-08-16 Erick TryzelaarAdd an llvm-c function that lets you insert an instruct...
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...
next