2009-08-25 |
Bob Wilson | Remove some unused SDNode definitions. |
commit | commitdiff | tree | snapshot |
2009-08-25 |
Dan Gohman | Teach ScalarEvolution about GlobalAliases. |
commit | commitdiff | tree | snapshot |
2009-08-25 |
Dan Gohman | Delete some unnecessary flushes. |
commit | commitdiff | tree | snapshot |
2009-08-25 |
Dan Gohman | Use X86II::MO_NO_FLAG. |
commit | commitdiff | tree | snapshot |
2009-08-25 |
Bob Wilson | Expose the instruction contraint string as an argument... |
commit | commitdiff | tree | snapshot |
2009-08-25 |
Dan Gohman | Special-case static allocas in IndVarSimplify's loop... |
commit | commitdiff | tree | snapshot |
2009-08-25 |
Owen Anderson | Comment-ify. |
commit | commitdiff | tree | snapshot |
2009-08-25 |
Owen Anderson | Switch to SmallVector. |
commit | commitdiff | tree | snapshot |
2009-08-25 |
Owen Anderson | Pull out this predicate loop into a helper function. |
commit | commitdiff | tree | snapshot |
2009-08-25 |
David Goodwin | Fixup register kills after scheduling. |
commit | commitdiff | tree | snapshot |
2009-08-25 |
Anton Korobeynikov | Provide dynamic_stackalloc lowering for MSP430. |
commit | commitdiff | tree | snapshot |
2009-08-25 |
Torok Edwin | Remove target triple from this test, it fails on x86... |
commit | commitdiff | tree | snapshot |
2009-08-25 |
Dan Gohman | Allocate the basic types inside the LLVMContextImpl... |
commit | commitdiff | tree | snapshot |
2009-08-25 |
Dan Gohman | Update documentation for the -f change. |
commit | commitdiff | tree | snapshot |
2009-08-25 |
Dan Gohman | Fix a few typos from the removal of -f. |
commit | commitdiff | tree | snapshot |
2009-08-25 |
Dan Gohman | Remove obsolete -f flags. |
commit | commitdiff | tree | snapshot |
2009-08-25 |
Dan Gohman | Make LLVM command-line tools overwrite their output... |
commit | commitdiff | tree | snapshot |
2009-08-25 |
Andreas Neustifter | Read profile files as binary as proposed in |
commit | commitdiff | tree | snapshot |
2009-08-25 |
Xerxes Ranby | Fix PR4772 ARM JIT.GlobalInFuction unittest by explicit... |
commit | commitdiff | tree | snapshot |
2009-08-25 |
Bill Wendling | - Rename EmitCommonInformationEntry to EmitCIE. |
commit | commitdiff | tree | snapshot |
2009-08-25 |
Devang Patel | Update DebugInfo interface to use metadata, instead... |
commit | commitdiff | tree | snapshot |
2009-08-25 |
Bill Wendling | - Emit new line after each FDE. |
commit | commitdiff | tree | snapshot |
2009-08-25 |
Bill Wendling | Rename functions to something more descriptive. At... |
commit | commitdiff | tree | snapshot |
2009-08-25 |
Dale Johannesen | Allow multiple occurrences of -inline-threshold on |
commit | commitdiff | tree | snapshot |
2009-08-25 |
Owen Anderson | Handle a corner case when extracing code regions where... |
commit | commitdiff | tree | snapshot |
2009-08-25 |
Dale Johannesen | Fix PR 4751, another difficulty with %a modifier on... |
commit | commitdiff | tree | snapshot |
2009-08-25 |
Bill Wendling | --- Reverse-merging r79938 into '.': |
commit | commitdiff | tree | snapshot |
2009-08-25 |
Oscar Fuentes | CMake: updated list of source files. |
commit | commitdiff | tree | snapshot |
2009-08-24 |
Scott Michel | - Remove SelectSEXTi128 from SPUISelDAGToDAG.cpp, evide... |
commit | commitdiff | tree | snapshot |
2009-08-24 |
Owen Anderson | When extracting SEME regions of code, the extractor... |
commit | commitdiff | tree | snapshot |
2009-08-24 |
Scott Michel | Prefer 'FileCheck' over 'grep'. |
commit | commitdiff | tree | snapshot |
2009-08-24 |
Scott Michel | 128-bit sign extension and vector shift cleanups, contr... |
commit | commitdiff | tree | snapshot |
2009-08-24 |
Scott Michel | Initialize ShufBytes, as gcc 4.4 can't detect that... |
commit | commitdiff | tree | snapshot |
2009-08-24 |
Andreas Neustifter | Add llvm_start_edge_profiling to exported symbols for... |
commit | commitdiff | tree | snapshot |
2009-08-24 |
Andreas Neustifter | This patch cleans up the ProfileInfo by |
commit | commitdiff | tree | snapshot |
2009-08-24 |
Gabor Greif | Resubmit an earlier patch of mine: |
commit | commitdiff | tree | snapshot |
2009-08-24 |
Bob Wilson | Fix a typo. Somehow I thought this had passed before... |
commit | commitdiff | tree | snapshot |
2009-08-24 |
Gabor Greif | prune ignores: AutoGenerated.inc is no more |
commit | commitdiff | tree | snapshot |
2009-08-24 |
Bob Wilson | Convert slow test to use FileCheck. |
commit | commitdiff | tree | snapshot |
2009-08-24 |
Daniel Dunbar | Convert two gratuitous abuses of poor helpless CPU... |
commit | commitdiff | tree | snapshot |
2009-08-24 |
Dale Johannesen | Split test into 3. |
commit | commitdiff | tree | snapshot |
2009-08-24 |
Daniel Dunbar | llvm-mc/Mach-O: Preliminary support for indirect symbols. |
commit | commitdiff | tree | snapshot |
2009-08-24 |
Duncan Sands | Fix the build when using gcc-4.4 on linux. Header... |
commit | commitdiff | tree | snapshot |
2009-08-24 |
Duncan Sands | Fix the build with gcc-4.4 on linux: header needed |
commit | commitdiff | tree | snapshot |
2009-08-24 |
Daniel Dunbar | Add llvm::Triple::getArchTypePrefix for getting the... |
commit | commitdiff | tree | snapshot |
2009-08-24 |
Daniel Dunbar | Add StringRef based APIs to BitstreamWriter. |
commit | commitdiff | tree | snapshot |
2009-08-24 |
Daniel Dunbar | Add MemoryBuffer::getBuffer() -> StringRef. |
commit | commitdiff | tree | snapshot |
2009-08-24 |
Daniel Dunbar | llvm-mc/Mach-O: Support symbol attributes. |
commit | commitdiff | tree | snapshot |
2009-08-24 |
Daniel Dunbar | llvm-mc: Tweak undefined symbol handling. |
commit | commitdiff | tree | snapshot |
2009-08-24 |
Daniel Dunbar | Add missing include (for MSVC). |
commit | commitdiff | tree | snapshot |
2009-08-24 |
Reid Kleckner | Fixed double free in Kaleidoscope. Fixes PR4762. |
commit | commitdiff | tree | snapshot |
2009-08-24 |
Dan Gohman | Correctly account for the Spaces array nul terminator... |
commit | commitdiff | tree | snapshot |
2009-08-24 |
Chris Lattner | improve documentation for linker_private linkage. |
commit | commitdiff | tree | snapshot |
2009-08-24 |
Chris Lattner | remove the last *stream> #include from a public header. |
commit | commitdiff | tree | snapshot |
2009-08-24 |
Dan Gohman | These flushes were only needed when the code was transi... |
commit | commitdiff | tree | snapshot |
2009-08-24 |
Dan Gohman | raw_ostream::indent is used for PadToColumn which often... |
commit | commitdiff | tree | snapshot |
2009-08-24 |
Chris Lattner | eliminate a #include. |
commit | commitdiff | tree | snapshot |
2009-08-24 |
Chris Lattner | split raw_os_ostream out to its own header and implemen... |
commit | commitdiff | tree | snapshot |
2009-08-24 |
Chris Lattner | prune the #includes in raw_ostream.h by moving a |
commit | commitdiff | tree | snapshot |
2009-08-24 |
Chris Lattner | search unittests. |
commit | commitdiff | tree | snapshot |
2009-08-24 |
Dan Gohman | Unbreak the build for HAVE_GV platforms. |
commit | commitdiff | tree | snapshot |
2009-08-24 |
Chris Lattner | remove a few dead insertion methods. |
commit | commitdiff | tree | snapshot |
2009-08-24 |
Daniel Dunbar | Remove alloca config.h support. |
commit | commitdiff | tree | snapshot |
2009-08-24 |
Chris Lattner | Remove this test now that the interpreter doesn't support |
commit | commitdiff | tree | snapshot |
2009-08-24 |
Daniel Dunbar | Unbreak unit tests. |
commit | commitdiff | tree | snapshot |
2009-08-24 |
Daniel Dunbar | Remove include/llvm/Config/alloca.h, it is dead. |
commit | commitdiff | tree | snapshot |
2009-08-24 |
Dale Johannesen | Make linkerprivate work for ARM and PPC. Testcase... |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Oscar Fuentes | CMake: Updated library dependencies and list of source... |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Chris Lattner | remove the dead std::ostream APInt inserter |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Chris Lattner | remove this test: it is testing for a "feature" I just... |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Chris Lattner | remove the last uses of Config/alloca.h |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Chris Lattner | fix some problems with my last patch which happen when... |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Chris Lattner | just remove interpreter support for endianness mismatch... |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Chris Lattner | remove use of alloca.h |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Chris Lattner | Prune #includes from llvm/Linker.h and llvm/System... |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Chris Lattner | disuade people from using ostream. |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Chris Lattner | llvm/Support/Streams.h is now dead, zap it. |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Chris Lattner | Switch SubtargetFeature off of ostreams |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Chris Lattner | eliminate the ostream version of CheckBitcodeOutputToCo... |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Daniel Dunbar | Fix off-by-one in llvm::Format::print. |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Jim Grosbach | SJLJ pass needs to punt if there's no personality funct... |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Chris Lattner | clean up #includes. |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Daniel Dunbar | Rerevert (r75663 and r76805), seems there is more non... |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Jakob Stoklund... | Fix PR4753. |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Benjamin Kramer | Remove Streams.h from the targets. |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Benjamin Kramer | Kill off more cerr/cout uses and prune includes a bit. |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Daniel Dunbar | Speculatively revert r76823 (i.e., reapply r75663 and... |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Benjamin Kramer | Try to fix MSVC build after r79846. |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Daniel Dunbar | Fix -Asserts warnings. |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Benjamin Kramer | Remove uses of Streams.h from CommandLine.cpp, fix... |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Daniel Dunbar | Fix non-determinism in DAGISel emitter. |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Benjamin Kramer | Fix windows build. |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Daniel Dunbar | Fix some refactos for iostream changes (in -Asserts... |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Chris Lattner | remove some uses of llvm/Support/Streams.h |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Chris Lattner | eliminate the std::ostream forms of the bitcode writing... |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Chris Lattner | remove uses of llvm/Support/Streams.h. |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Chris Lattner | use raw_fd_ostream instead of fstream with graphwriter, |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Chris Lattner | convert LoopInfo.h and GraphWriter.h to use raw_ostream |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Chris Lattner | eliminate DOUT and make Debug.h not include Streams... |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Chris Lattner | eliminate uses of cerr() |
commit | commitdiff | tree | snapshot |
next |