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 |
2009-08-17 |
Devang Patel | Oops. find all llvm.dbg.global_variables. |
commit | commitdiff | tree | snapshot |
2009-08-17 |
Jim Grosbach | Remove a bit more cruft from the sjlj moving to a backe... |
commit | commitdiff | tree | snapshot |
2009-08-17 |
Benjamin Kramer | Update CMakeLists. |
commit | commitdiff | tree | snapshot |
2009-08-17 |
Dan Gohman | Update comments to new-style syntax. |
commit | commitdiff | tree | snapshot |
2009-08-17 |
Daniel Dunbar | Fix build warning. |
commit | commitdiff | tree | snapshot |
2009-08-17 |
Owen Anderson | Privatize the last bits of static type state. |
commit | commitdiff | tree | snapshot |
2009-08-17 |
Nick Lewycky | Test the pass the test is actually for, instead of... |
commit | commitdiff | tree | snapshot |
2009-08-17 |
Owen Anderson | Move the TypeMap lock to a member on LLVMContextImpl. |
commit | commitdiff | tree | snapshot |
2009-08-17 |
Owen Anderson | Add locking around the attributes list. |
commit | commitdiff | tree | snapshot |
2009-08-17 |
Owen Anderson | Add locking around signal handler registration. |
commit | commitdiff | tree | snapshot |
2009-08-17 |
Benjamin Kramer | Clear the uniquing table when initializing TLOF to... |
commit | commitdiff | tree | snapshot |
2009-08-17 |
Nick Lewycky | Don't crash on critical edge. Patch by Andre Tavares. |
commit | commitdiff | tree | snapshot |
2009-08-17 |
Jim Grosbach | Move the sjlj exception handling conversions to a back... |
commit | commitdiff | tree | snapshot |
2009-08-17 |
Richard Osborne | Update getSectionForConstant() to to allow mergable... |
commit | commitdiff | tree | snapshot |
2009-08-17 |
David Goodwin | Extend the instruction itinerary model to include the... |
commit | commitdiff | tree | snapshot |
2009-08-17 |
Chris Lattner | the MinPad argument to PadToColumn only really makes... |
commit | commitdiff | tree | snapshot |
2009-08-17 |
Misha Brukman | Fixed indentation and spelling. |
commit | commitdiff | tree | snapshot |
2009-08-17 |
Dan Gohman | Fix more missing newlines. |
commit | commitdiff | tree | snapshot |
2009-08-17 |
Dan Gohman | Fix printing of instructions with null operands. |
commit | commitdiff | tree | snapshot |
2009-08-17 |
Dan Gohman | Always print at least one space before adding a comment. |
commit | commitdiff | tree | snapshot |
2009-08-17 |
Dan Gohman | Fix debug output to include a newline after printing... |
commit | commitdiff | tree | snapshot |
2009-08-17 |
Duncan Sands | Don't access the first element of a potentially empty |
commit | commitdiff | tree | snapshot |
2009-08-17 |
Duncan Sands | XFAIL this test since the fix was reverted. |
commit | commitdiff | tree | snapshot |
2009-08-17 |
Nick Lewycky | Add a test that shows that SSI is working correctly. |
commit | commitdiff | tree | snapshot |
2009-08-17 |
Chris Lattner | change AsmPrinter to switch sections using AsmStreamer... |
commit | commitdiff | tree | snapshot |
2009-08-17 |
Nick Lewycky | Don't crash trying to promote VLAs. |
commit | commitdiff | tree | snapshot |
2009-08-17 |
Oscar Fuentes | CMake: Updated library dependencies. |
commit | commitdiff | tree | snapshot |
2009-08-17 |
Chris Lattner | give MCAsmStreamer a TargetAsmInfo. |
commit | commitdiff | tree | snapshot |
2009-08-17 |
Chris Lattner | formatting cleanups, no functionality change. |
commit | commitdiff | tree | snapshot |
2009-08-17 |
Oscar Fuentes | Make a declaration consistent with its definition. |
commit | commitdiff | tree | snapshot |
2009-08-17 |
Oscar Fuentes | CMake: LLVMConfig assigns LLVMX86 to the `native' component |
commit | commitdiff | tree | snapshot |
2009-08-17 |
Erick Tryzelaar | Wrap unit test death tests in GTEST_HAS_DEATH_TEST |
commit | commitdiff | tree | snapshot |
2009-08-17 |
Erick Tryzelaar | Change APFloatTest from using ASSERTs to EXPECTs |
commit | commitdiff | tree | snapshot |
2009-08-16 |
Erick Tryzelaar | Expose creating constant ints and floats from strings... |
commit | commitdiff | tree | snapshot |
2009-08-16 |
Erick Tryzelaar | Expose creating constant ints and floats from strings... |
commit | commitdiff | tree | snapshot |
2009-08-16 |
Erick Tryzelaar | Add helper functions to ConstantInt and ConstantFP... |
commit | commitdiff | tree | snapshot |
2009-08-16 |
Erick Tryzelaar | Modify APFloat to take a StringRef instead of a c string. |
commit | commitdiff | tree | snapshot |
2009-08-16 |
Erick Tryzelaar | Add failure tests to APInt unit test. |
commit | commitdiff | tree | snapshot |
2009-08-16 |
Dan Gohman | Add a getOffsetOf, for building a target-independent... |
commit | commitdiff | tree | snapshot |
2009-08-16 |
Dan Gohman | Avoid emitting XMM save code in soft-float or no-implic... |
commit | commitdiff | tree | snapshot |
2009-08-16 |
Dan Gohman | Delete an unused field. |
commit | commitdiff | tree | snapshot |
2009-08-16 |
Oscar Fuentes | CMake: Removed traces of obsolete variable LLVM_PLO_FLAGS. |
commit | commitdiff | tree | snapshot |
2009-08-16 |
Oscar Fuentes | CMake: New option LLVM_BUILD_TOOLS. Renamed LLVM_EXAMPL... |
commit | commitdiff | tree | snapshot |
2009-08-16 |
Oscar Fuentes | CMake: Discriminate MINGW, MSYS, CYGWIN: does not try... |
commit | commitdiff | tree | snapshot |
2009-08-16 |
Jakob Stoklund... | Replace RegScavenger::DistanceMap with a simpler local... |
commit | commitdiff | tree | snapshot |
2009-08-16 |
Jakob Stoklund... | Clean up the public interface of RegScavenger. |
commit | commitdiff | tree | snapshot |
2009-08-16 |
Jakob Stoklund... | Be more clever about regclasses in ScheduleDAGSDNodes... |
commit | commitdiff | tree | snapshot |
2009-08-16 |
Benjamin Kramer | Fix use after free in Thumb2SizeReduction (PR4707)... |
commit | commitdiff | tree | snapshot |
2009-08-16 |
Bill Wendling | Styalistic and format changes. No functionality change. |
commit | commitdiff | tree | snapshot |
2009-08-16 |
Benjamin Kramer | Fix the MSVC build again. |
commit | commitdiff | tree | snapshot |
2009-08-16 |
Oscar Fuentes | CMake: Hopefully this will fix the build on VS. I can... |
commit | commitdiff | tree | snapshot |
2009-08-16 |
Oscar Fuentes | CMake: Revert r79144. It reverted a change necessary... |
commit | commitdiff | tree | snapshot |
2009-08-16 |
Chris Lattner | add support for external symbols + X86::MOVPC32r. |
commit | commitdiff | tree | snapshot |
2009-08-16 |
Eli Friedman | Fix for PR3016: detect the tricky case, where there are |
commit | commitdiff | tree | snapshot |
2009-08-16 |
Chris Lattner | implement support for lowering references to global... |
commit | commitdiff | tree | snapshot |
2009-08-16 |
Chris Lattner | more formatting improvements, no functionality change. |
commit | commitdiff | tree | snapshot |
2009-08-16 |
Chris Lattner | code formatting improvements, no functionality change. |
commit | commitdiff | tree | snapshot |
2009-08-16 |
Chris Lattner | when emitting errors about CHECK-NEXT directives, show... |
commit | commitdiff | tree | snapshot |
2009-08-16 |
Erick Tryzelaar | Add an llvm-c function that lets you insert an instruct... |
commit | commitdiff | tree | snapshot |
2009-08-16 |
Erick Tryzelaar | Expose most of the Constant creation functions to ocaml. |
commit | commitdiff | tree | snapshot |
2009-08-16 |
Erick Tryzelaar | Expose most of the IRBuilder functionality to ocaml. |
commit | commitdiff | tree | snapshot |
2009-08-16 |
Erick Tryzelaar | Expose most of the Constant creation functions to llvm-c. |
commit | commitdiff | tree | snapshot |
2009-08-16 |
Erick Tryzelaar | Expose most of the rest of IRBuilder's functions to... |
commit | commitdiff | tree | snapshot |
2009-08-16 |
Erick Tryzelaar | Add more casts to the IRBuilder. |
commit | commitdiff | tree | snapshot |
next |