Allocate the module provider in the Kaleidoscope code on the heap, not the stack...
[oota-llvm.git] / lib /
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 KorobeynikovAdd extload expansion for f128
2009-08-26 Anton KorobeynikovUnbreak FP128 stuff in cbe
2009-08-26 Douglas GregorUnbreak CMake build
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 Gohman-fast is now -O0. -fast-isel is no longer experimental.
2009-08-26 Dan GohmanMove ProfileInfo::Edge's operator<< out of line. Among...
2009-08-26 Andreas NeustifterImplemented comments from Daniel Dunbar.
2009-08-26 Dan GohmanDon't use INSERT_SUBREG to model anyext operations...
2009-08-26 Dan GohmanCreate a ScalarEvolution-based AliasAnalysis implementa...
2009-08-26 Dan GohmanFix a missing newline, now that Value's operator<<...
2009-08-26 Dan GohmanUse SetVector instead of std::set so that alias relatio...
2009-08-26 Daniel Dunbarllvm-mc/Mach-O: Add support for relocations.
2009-08-26 Daniel Dunbarllvm-mc/Mach-O: Move symbol indices into the MCSymbolDa...
2009-08-26 Daniel Dunbarllvm-mc: Add symbol entries for undefined symbols used...
2009-08-26 Anton KorobeynikovAdd dummy inline asm handling for 'r' constraint. This...
2009-08-26 Andreas NeustifterMoved isDeclaration() check further down to allow for...
2009-08-26 Daniel Dunbarllvm-mc: Change MCContext value table to take const...
2009-08-26 Devang PatelRevert 79977. It causes llvm-gcc bootstrap failures...
2009-08-26 Venkatraman Govind... test commit
2009-08-26 Daniel Dunbarllvm-mc/Mach-O: Add section padding where needed (to...
2009-08-26 Daniel Dunbarllvm-mc/Mach-O: Set addresses for symbols.
2009-08-26 Dale JohannesenAdd an 'inline hint' attribute to represent source
2009-08-26 Devang PatelAdd isClosure() predicate. This is used to add DW_AT_AP...
2009-08-26 Daniel Dunbarllvm-mc: Improve indirect symbol support (add the indir...
2009-08-26 Dan GohmanRemove unused variables.
2009-08-25 Dan GohmanFix the InsertAtEnd form of ShuffleVectorInst construct...
2009-08-25 Dan GohmanEliminate the unused Context argument on one of the...
2009-08-25 Scott MichelUpdated i128 sext support for CellSPU backend, contribu...
2009-08-25 Dan GohmanUse covariant return types for Instruction::clone,...
2009-08-25 Owen AndersonGet rid of this horrible "benign race" by exploiting...
2009-08-25 Dan GohmanThis should use isIndenticalToWhenDefined.
2009-08-25 Dan GohmanRename Instruction::isIdenticalTo to Instruction::isIde...
2009-08-25 Bill WendlingRevert last patch. We need to put this into TargetLower...
2009-08-25 Daniel Dunbarllvm-mc: Add statistic for number of fragments emitted...
2009-08-25 Bill WendlingAdd the #include here.
2009-08-25 Bill WendlingAdd a target asm info hook to specify that particular...
2009-08-25 Sanjiv GuptaStart refactoring PIC16 TargetObjectFile code. Eventual...
2009-08-25 Dan GohmanDon't assume that two identical instructions that read...
2009-08-25 Bob WilsonRemove some unused SDNode definitions.
2009-08-25 Dan GohmanTeach ScalarEvolution about GlobalAliases.
2009-08-25 Dan GohmanUse X86II::MO_NO_FLAG.
2009-08-25 Bob WilsonExpose the instruction contraint string as an argument...
2009-08-25 Dan GohmanSpecial-case static allocas in IndVarSimplify's loop...
2009-08-25 Owen AndersonComment-ify.
2009-08-25 Owen AndersonSwitch to SmallVector.
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 Dan GohmanAllocate the basic types inside the LLVMContextImpl...
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 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 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 NeustifterThis patch cleans up the ProfileInfo by
2009-08-24 Daniel Dunbarllvm-mc/Mach-O: Preliminary support for indirect symbols.
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 Dunbarllvm-mc/Mach-O: Support symbol attributes.
2009-08-24 Daniel Dunbarllvm-mc: Tweak undefined symbol handling.
2009-08-24 Dan GohmanCorrectly account for the Spaces array nul terminator...
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 Dan GohmanUnbreak the build for HAVE_GV platforms.
2009-08-24 Chris Lattnerremove a few dead insertion methods.
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 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 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 Jakob Stoklund OlesenFix 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 DunbarFix -Asserts warnings.
next