2009-08-19 |
Dan Gohman | Make SROA and PredicateSimplifier cope if TargetData... |
commit | commitdiff | tree | snapshot |
2009-08-19 |
Dan Gohman | Use hasDefinitiveInitializer() instead of testing the... |
commit | commitdiff | tree | snapshot |
2009-08-19 |
Dan Gohman | Canonicalize indices in a constantexpr GEP. If Indices... |
commit | commitdiff | tree | snapshot |
2009-08-19 |
Dan Gohman | Add an x86 peep that narrows TEST instructions to forms... |
commit | commitdiff | tree | snapshot |
2009-08-19 |
Daniel Dunbar | Switch Twine::str() to use toVector(), which is now... |
commit | commitdiff | tree | snapshot |
2009-08-19 |
David Goodwin | Update Cortex-A8 instruction itineraries for integer... |
commit | commitdiff | tree | snapshot |
2009-08-19 |
Owen Anderson | Add a first stab at describing LLVMContext. |
commit | commitdiff | tree | snapshot |
2009-08-19 |
Daniel Dunbar | Switch raw_svector_ostream to use the vector as the... |
commit | commitdiff | tree | snapshot |
2009-08-19 |
Daniel Dunbar | Add SmallVector::{capacity,set_size}. |
commit | commitdiff | tree | snapshot |
2009-08-19 |
Erick Tryzelaar | BasicBlock::getContext can no longer return a NULL... |
commit | commitdiff | tree | snapshot |
2009-08-19 |
Erick Tryzelaar | Update the ocaml docs to work with LLVMContext. |
commit | commitdiff | tree | snapshot |
2009-08-19 |
Erick Tryzelaar | Convert the rest of the ocaml types and functions to... |
commit | commitdiff | tree | snapshot |
2009-08-19 |
Owen Anderson | Reapply my less-lock-contention-in-leak-detector patch... |
commit | commitdiff | tree | snapshot |
2009-08-19 |
Bob Wilson | Add support for Neon VEXT (vector extract) shuffles. |
commit | commitdiff | tree | snapshot |
2009-08-19 |
Daniel Dunbar | Fix a commento. |
commit | commitdiff | tree | snapshot |
2009-08-19 |
Daniel Dunbar | Speculatively revert r79375, which may be breaking... |
commit | commitdiff | tree | snapshot |
2009-08-19 |
David Goodwin | Use the schedule itinerary operand use/def cycle inform... |
commit | commitdiff | tree | snapshot |
2009-08-19 |
Sandeep Patel | Test commit access with a first act of vanity. |
commit | commitdiff | tree | snapshot |
2009-08-19 |
Duncan Sands | Fix cmake build on non-x86 targets. Patch by |
commit | commitdiff | tree | snapshot |
2009-08-19 |
Benjamin Kramer | Proper MSVC build fix (and remove my hack again). Patch... |
commit | commitdiff | tree | snapshot |
2009-08-19 |
Benjamin Kramer | Add a hack to unbreak MSVC builds. str(n)casecmp are... |
commit | commitdiff | tree | snapshot |
2009-08-19 |
Eli Friedman | PR4737: Fix a nasty bug in load narrowing with non... |
commit | commitdiff | tree | snapshot |
2009-08-19 |
Erick Tryzelaar | Add the ocaml binding to LLVMBuildAggregateRet. |
commit | commitdiff | tree | snapshot |
2009-08-19 |
Erick Tryzelaar | Expose some extra functions to llvm-c |
commit | commitdiff | tree | snapshot |
2009-08-19 |
Nick Lewycky | Fix up PHI nodes correctly in the presence of unreachab... |
commit | commitdiff | tree | snapshot |
2009-08-19 |
Erick Tryzelaar | Allow passing around LLVMContext in ocaml. |
commit | commitdiff | tree | snapshot |
2009-08-19 |
Chris Lattner | ExuberantAsm is no more. |
commit | commitdiff | tree | snapshot |
2009-08-19 |
Chris Lattner | fix asmstreaming of 2/4 byte elements with pow-2 alignm... |
commit | commitdiff | tree | snapshot |
2009-08-19 |
Nick Lewycky | Be more careful when modifying PHI nodes. Patch by... |
commit | commitdiff | tree | snapshot |
2009-08-19 |
Chris Lattner | switch asmprinter to emit alignments through OutStreamer. |
commit | commitdiff | tree | snapshot |
2009-08-19 |
Chris Lattner | eliminate AsmPrinter::SwitchToSection and just have... |
commit | commitdiff | tree | snapshot |
2009-08-19 |
Andreas Neustifter | Broke line before break. |
commit | commitdiff | tree | snapshot |
2009-08-19 |
Daniel Dunbar | Make a SmallVector size more reasonable. |
commit | commitdiff | tree | snapshot |
2009-08-19 |
Erick Tryzelaar | Fix gcc-4.4/fedora 11 by adding a sentinel value to... |
commit | commitdiff | tree | snapshot |
2009-08-19 |
Lang Hames | Added an option to have the PBQP allocator attempt... |
commit | commitdiff | tree | snapshot |
2009-08-19 |
Owen Anderson | Revert my last patch temporarily. |
commit | commitdiff | tree | snapshot |
2009-08-19 |
Owen Anderson | Privatize part of the leak detector mechanism, which... |
commit | commitdiff | tree | snapshot |
2009-08-19 |
Daniel Dunbar | raw_ostream: Simplify write(unsigned char) to match... |
commit | commitdiff | tree | snapshot |
2009-08-19 |
Daniel Dunbar | raw_ostream: Remove pointless redefinitions of tell(). |
commit | commitdiff | tree | snapshot |
2009-08-19 |
Dan Gohman | Fix SimplifyLibcalls and ValueTracking to check mayBeOv... |
commit | commitdiff | tree | snapshot |
2009-08-18 |
Dan Gohman | Be tidy and use a break to exit from a switch block... |
commit | commitdiff | tree | snapshot |
2009-08-18 |
Daniel Dunbar | raw_ostream: Add the capability for subclasses to manua... |
commit | commitdiff | tree | snapshot |
2009-08-18 |
Dan Gohman | Legalize the shift amount operand of SRL_PARTS, SHL_PAR... |
commit | commitdiff | tree | snapshot |
2009-08-18 |
Daniel Dunbar | raw_ostream: Reduce FormattedStream's reliance on raw_o... |
commit | commitdiff | tree | snapshot |
2009-08-18 |
Lang Hames | Changes DOUT references in the PBQP allocator to use... |
commit | commitdiff | tree | snapshot |
2009-08-18 |
Eric Christopher | Implement sse4.2 string/text processing instructions: |
commit | commitdiff | tree | snapshot |
2009-08-18 |
Tanya Lattner | First steps to document new release plan. |
commit | commitdiff | tree | snapshot |
2009-08-18 |
Daniel Dunbar | Speed up raw_ostream::<<(unsigned long long) for 32... |
commit | commitdiff | tree | snapshot |
2009-08-18 |
Jakob Stoklund... | Simplify RegScavenger::FindUnusedReg. |
commit | commitdiff | tree | snapshot |
2009-08-18 |
Richard Osborne | Add support for mergeable sections back into the XCore... |
commit | commitdiff | tree | snapshot |
2009-08-18 |
Dan Gohman | Fix a bug in raw_ostream::write(char) introduced by... |
commit | commitdiff | tree | snapshot |
2009-08-18 |
Daniel Dunbar | Revert r78924, disabling buffering defeats all the... |
commit | commitdiff | tree | snapshot |
2009-08-18 |
Daniel Dunbar | Improve Triple to recognize the OS in i386-mingw32. |
commit | commitdiff | tree | snapshot |
2009-08-18 |
David Greene | Make various changes suggested by Chris. |
commit | commitdiff | tree | snapshot |
2009-08-18 |
Misha Brukman | Surrounded variable in <tt> tags for consistency. |
commit | commitdiff | tree | snapshot |
2009-08-18 |
Daniel Dunbar | Fix pasto in StringRef::count(char) |
commit | commitdiff | tree | snapshot |
2009-08-18 |
Owen Anderson | Privatize the ValueHandle global map. Because this... |
commit | commitdiff | tree | snapshot |
2009-08-18 |
Daniel Dunbar | Add StringRef::count({char,StringRef}) |
commit | commitdiff | tree | snapshot |
2009-08-18 |
Erick Tryzelaar | Fix an uninitialized value warning in APFloat. |
commit | commitdiff | tree | snapshot |
2009-08-18 |
Eric Christopher | Add CXXFLAGS to the Link lines as well in case someone... |
commit | commitdiff | tree | snapshot |
2009-08-18 |
Richard Osborne | Put data with relocations in the same sections as data... |
commit | commitdiff | tree | snapshot |
2009-08-18 |
Daniel Dunbar | Attempt to normalize test results. |
commit | commitdiff | tree | snapshot |
2009-08-18 |
Dan Gohman | Make this test less sensitive to assembler differences. |
commit | commitdiff | tree | snapshot |
2009-08-18 |
Chris Lattner | alphabeticalize |
commit | commitdiff | tree | snapshot |
2009-08-18 |
Chris Lattner | fix COFF targets (mingw/cygwin) to provide ehframe... |
commit | commitdiff | tree | snapshot |
2009-08-18 |
Chris Lattner | force a triple so this passes on darwin |
commit | commitdiff | tree | snapshot |
2009-08-18 |
Dan Gohman | Generalize ScalarEvolution to be able to analyze GEPs... |
commit | commitdiff | tree | snapshot |
2009-08-18 |
Chris Lattner | null streamer needs to maintain the current section... |
commit | commitdiff | tree | snapshot |
2009-08-18 |
Oscar Fuentes | CMake: LLVM_ENABLE_PIC now defaults to ON, as in `confi... |
commit | commitdiff | tree | snapshot |
2009-08-18 |
Dan Gohman | Make tail merging handle blocks with repeated predecess... |
commit | commitdiff | tree | snapshot |
2009-08-18 |
Dan Gohman | Fix a bug that caused globalopt to miscompile tramp3d... |
commit | commitdiff | tree | snapshot |
2009-08-18 |
Anton Korobeynikov | Text sections should have 'exec' flag set. This seems... |
commit | commitdiff | tree | snapshot |
2009-08-18 |
Misha Brukman | Fixed spelling of MSP430. |
commit | commitdiff | tree | snapshot |
2009-08-18 |
Daniel Dunbar | Fix Triple to recognize the 'bfin' arch. |
commit | commitdiff | tree | snapshot |
2009-08-18 |
Chris Lattner | Make AsmStreamer maintain a notion of the current secti... |
commit | commitdiff | tree | snapshot |
2009-08-18 |
Chris Lattner | add a horrible hack to the dwarf printer. It looks... |
commit | commitdiff | tree | snapshot |
2009-08-18 |
Nick Lewycky | Include valgrind in the steps to reproduce if valgrind... |
commit | commitdiff | tree | snapshot |
2009-08-18 |
Chris Lattner | remove some pointless null switchtosections. The Intel... |
commit | commitdiff | tree | snapshot |
2009-08-18 |
Evan Cheng | Fix revsh pattern. |
commit | commitdiff | tree | snapshot |
2009-08-18 |
Chris Lattner | add support for some targetflags on GV operands. This... |
commit | commitdiff | tree | snapshot |
2009-08-18 |
Daniel Dunbar | Recognize xscale as an ARM arch. |
commit | commitdiff | tree | snapshot |
2009-08-18 |
Daniel Dunbar | Add Triple matching for pic16 arch and solaris OS. |
commit | commitdiff | tree | snapshot |
2009-08-18 |
Chris Lattner | fix another bozo bug |
commit | commitdiff | tree | snapshot |
2009-08-18 |
Chris Lattner | fix accidentally inverted conditional and add comment. |
commit | commitdiff | tree | snapshot |
2009-08-18 |
Chris Lattner | turn this conditional into something humans might actually |
commit | commitdiff | tree | snapshot |
2009-08-18 |
Chris Lattner | "-" should write to stdout, not stderr. |
commit | commitdiff | tree | snapshot |
2009-08-18 |
Daniel Dunbar | Change bugpoint to use Triple to make runtime decisions. |
commit | commitdiff | tree | snapshot |
2009-08-18 |
Eric Christopher | Separate out Makefile defines so that we can keep the... |
commit | commitdiff | tree | snapshot |
2009-08-18 |
Daniel Dunbar | Add LLVMInitializeAllTargetInfos for C api, and update |
commit | commitdiff | tree | snapshot |
2009-08-18 |
Dan Gohman | Make TargetData optional in MemCpyOptimizer. |
commit | commitdiff | tree | snapshot |
2009-08-18 |
Evan Cheng | Even more Apple style build horribleness. |
commit | commitdiff | tree | snapshot |
2009-08-18 |
Dan Gohman | Make TargetData optional in SimplifyLibCalls. |
commit | commitdiff | tree | snapshot |
2009-08-18 |
Anton Korobeynikov | Regenerate |
commit | commitdiff | tree | snapshot |
2009-08-18 |
Anton Korobeynikov | The attached patches attempt to fix cross builds. For... |
commit | commitdiff | tree | snapshot |
2009-08-18 |
Edward O'Callaghan | LLVM Ada language bindings. Credit to Rod Kay and the... |
commit | commitdiff | tree | snapshot |
2009-08-18 |
Dan Gohman | Fix function alignment at -Os on x86 to be 1, not 2... |
commit | commitdiff | tree | snapshot |
2009-08-18 |
Dale Johannesen | PowerPC inline asm was emitting two output operands |
commit | commitdiff | tree | snapshot |
2009-08-17 |
Devang Patel | Add prefix only if it is needed. |
commit | commitdiff | tree | snapshot |
2009-08-17 |
Jim Grosbach | cleanups per review. Mostly cosmetic, plus use SmallVec... |
commit | commitdiff | tree | snapshot |
2009-08-17 |
John McCall | #include <cstdlib> in the code listing for strtod. |
commit | commitdiff | tree | snapshot |
next |