oota-llvm.git
2009-08-25 Owen AndersonPull out this predicate loop into a helper function.
2009-08-25 David GoodwinFixup register kills after scheduling.
2009-08-25 Anton KorobeynikovProvide dynamic_stackalloc lowering for MSP430.
2009-08-25 Torok EdwinRemove target triple from this test, it fails on x86...
2009-08-25 Dan GohmanAllocate the basic types inside the LLVMContextImpl...
2009-08-25 Dan GohmanUpdate documentation for the -f change.
2009-08-25 Dan GohmanFix a few typos from the removal of -f.
2009-08-25 Dan GohmanRemove obsolete -f flags.
2009-08-25 Dan GohmanMake LLVM command-line tools overwrite their output...
2009-08-25 Andreas NeustifterRead profile files as binary as proposed in
2009-08-25 Xerxes RanbyFix PR4772 ARM JIT.GlobalInFuction unittest by explicit...
2009-08-25 Bill Wendling- Rename EmitCommonInformationEntry to EmitCIE.
2009-08-25 Devang PatelUpdate DebugInfo interface to use metadata, instead...
2009-08-25 Bill Wendling- Emit new line after each FDE.
2009-08-25 Bill WendlingRename functions to something more descriptive. At...
2009-08-25 Dale JohannesenAllow multiple occurrences of -inline-threshold on
2009-08-25 Owen AndersonHandle a corner case when extracing code regions where...
2009-08-25 Dale JohannesenFix PR 4751, another difficulty with %a modifier on...
2009-08-25 Bill Wendling--- Reverse-merging r79938 into '.':
2009-08-25 Oscar FuentesCMake: updated list of source files.
2009-08-24 Scott Michel- Remove SelectSEXTi128 from SPUISelDAGToDAG.cpp, evide...
2009-08-24 Owen AndersonWhen extracting SEME regions of code, the extractor...
2009-08-24 Scott MichelPrefer 'FileCheck' over 'grep'.
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 Andreas NeustifterAdd llvm_start_edge_profiling to exported symbols for...
2009-08-24 Andreas NeustifterThis patch cleans up the ProfileInfo by
2009-08-24 Gabor GreifResubmit an earlier patch of mine:
2009-08-24 Bob WilsonFix a typo. Somehow I thought this had passed before...
2009-08-24 Gabor Greifprune ignores: AutoGenerated.inc is no more
2009-08-24 Bob WilsonConvert slow test to use FileCheck.
2009-08-24 Daniel DunbarConvert two gratuitous abuses of poor helpless CPU...
2009-08-24 Dale JohannesenSplit test into 3.
2009-08-24 Daniel Dunbarllvm-mc/Mach-O: Preliminary support for indirect symbols.
2009-08-24 Duncan SandsFix the build when using gcc-4.4 on linux. Header...
2009-08-24 Duncan SandsFix the build with gcc-4.4 on linux: header needed
2009-08-24 Daniel DunbarAdd llvm::Triple::getArchTypePrefix for getting the...
2009-08-24 Daniel DunbarAdd StringRef based APIs to BitstreamWriter.
2009-08-24 Daniel DunbarAdd MemoryBuffer::getBuffer() -> StringRef.
2009-08-24 Daniel Dunbarllvm-mc/Mach-O: Support symbol attributes.
2009-08-24 Daniel Dunbarllvm-mc: Tweak undefined symbol handling.
2009-08-24 Daniel DunbarAdd missing include (for MSVC).
2009-08-24 Reid KlecknerFixed double free in Kaleidoscope. Fixes PR4762.
2009-08-24 Dan GohmanCorrectly account for the Spaces array nul terminator...
2009-08-24 Chris Lattnerimprove documentation for linker_private linkage.
2009-08-24 Chris Lattnerremove the last *stream> #include from a public header.
2009-08-24 Dan GohmanThese flushes were only needed when the code was transi...
2009-08-24 Dan Gohmanraw_ostream::indent is used for PadToColumn which often...
2009-08-24 Chris Lattnereliminate a #include.
2009-08-24 Chris Lattnersplit raw_os_ostream out to its own header and implemen...
2009-08-24 Chris Lattnerprune the #includes in raw_ostream.h by moving a
2009-08-24 Chris Lattnersearch unittests.
2009-08-24 Dan GohmanUnbreak the build for HAVE_GV platforms.
2009-08-24 Chris Lattnerremove a few dead insertion methods.
2009-08-24 Daniel DunbarRemove alloca config.h support.
2009-08-24 Chris LattnerRemove this test now that the interpreter doesn't support
2009-08-24 Daniel DunbarUnbreak unit tests.
2009-08-24 Daniel DunbarRemove include/llvm/Config/alloca.h, it is dead.
2009-08-24 Dale JohannesenMake linkerprivate work for ARM and PPC. Testcase...
2009-08-23 Oscar FuentesCMake: Updated library dependencies and list of source...
2009-08-23 Chris Lattnerremove the dead std::ostream APInt inserter
2009-08-23 Chris Lattnerremove this test: it is testing for a "feature" I just...
2009-08-23 Chris Lattnerremove the last uses of Config/alloca.h
2009-08-23 Chris Lattnerfix some problems with my last patch which happen when...
2009-08-23 Chris Lattnerjust remove interpreter support for endianness mismatch...
2009-08-23 Chris Lattnerremove use of alloca.h
2009-08-23 Chris LattnerPrune #includes from llvm/Linker.h and llvm/System...
2009-08-23 Chris Lattnerdisuade people from using ostream.
2009-08-23 Chris Lattnerllvm/Support/Streams.h is now dead, zap it.
2009-08-23 Chris LattnerSwitch SubtargetFeature off of ostreams
2009-08-23 Chris Lattnereliminate the ostream version of CheckBitcodeOutputToCo...
2009-08-23 Daniel DunbarFix off-by-one in llvm::Format::print.
2009-08-23 Jim GrosbachSJLJ pass needs to punt if there's no personality funct...
2009-08-23 Chris Lattnerclean up #includes.
2009-08-23 Daniel DunbarRerevert (r75663 and r76805), seems there is more non...
2009-08-23 Jakob Stoklund... Fix PR4753.
2009-08-23 Benjamin KramerRemove Streams.h from the targets.
2009-08-23 Benjamin KramerKill off more cerr/cout uses and prune includes a bit.
2009-08-23 Daniel DunbarSpeculatively revert r76823 (i.e., reapply r75663 and...
2009-08-23 Benjamin KramerTry to fix MSVC build after r79846.
2009-08-23 Daniel DunbarFix -Asserts warnings.
2009-08-23 Benjamin KramerRemove uses of Streams.h from CommandLine.cpp, fix...
2009-08-23 Daniel DunbarFix non-determinism in DAGISel emitter.
2009-08-23 Benjamin KramerFix windows build.
2009-08-23 Daniel DunbarFix some refactos for iostream changes (in -Asserts...
2009-08-23 Chris Lattnerremove some uses of llvm/Support/Streams.h
2009-08-23 Chris Lattnereliminate the std::ostream forms of the bitcode writing...
2009-08-23 Chris Lattnerremove uses of llvm/Support/Streams.h.
2009-08-23 Chris Lattneruse raw_fd_ostream instead of fstream with graphwriter,
2009-08-23 Chris Lattnerconvert LoopInfo.h and GraphWriter.h to use raw_ostream
2009-08-23 Chris Lattnereliminate DOUT and make Debug.h not include Streams...
2009-08-23 Chris Lattnereliminate uses of cerr()
2009-08-23 Chris Lattnereliminate the last DOUTs from the targets.
2009-08-23 Chris Lattnerremove a few DOUTs here and there.
2009-08-23 Chris Lattnerconvert all the constant range EXPECT_EQ tests to use...
2009-08-23 Chris LattnerChange Pass::print to take a raw ostream instead of...
2009-08-23 Douglas GregorDon't install the man page for FileCheck
2009-08-23 Chris Lattnereliminate the std::ostream form of WriteAsOperand and...
2009-08-23 Chris Lattnerremove the std::ostream version of module and type...
2009-08-23 Chris Lattnerupgrade for removed functions.
next