aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make this test less sensitive to assembler differences.Dan Gohman2009-08-181-4/+4
* alphabeticalizeChris Lattner2009-08-181-4/+4
* fix COFF targets (mingw/cygwin) to provide ehframe and LSDA sectionsChris Lattner2009-08-182-8/+10
* force a triple so this passes on darwinChris Lattner2009-08-181-1/+1
* Generalize ScalarEvolution to be able to analyze GEPs whenDan Gohman2009-08-186-121/+565
* null streamer needs to maintain the current section as well.Chris Lattner2009-08-181-1/+3
* CMake: LLVM_ENABLE_PIC now defaults to ON, as in `configure'. This isOscar Fuentes2009-08-182-4/+4
* Make tail merging handle blocks with repeated predecessors correctly, andDan Gohman2009-08-184-28/+93
* Fix a bug that caused globalopt to miscompile tramp3d: don't missDan Gohman2009-08-182-3/+49
* Text sections should have 'exec' flag set. This seems to unbreak libstdc++ on...Anton Korobeynikov2009-08-181-0/+3
* Fixed spelling of MSP430.Misha Brukman2009-08-181-1/+1
* Fix Triple to recognize the 'bfin' arch.Daniel Dunbar2009-08-181-0/+2
* Make AsmStreamer maintain a notion of the current section, pushing it up from...Chris Lattner2009-08-185-25/+22
* add a horrible hack to the dwarf printer. It looks like mingw is not specifyingChris Lattner2009-08-181-3/+9
* Include valgrind in the steps to reproduce if valgrind was used to reproduceNick Lewycky2009-08-181-0/+1
* remove some pointless null switchtosections. The IntelAsmPrinter doesn't rea...Chris Lattner2009-08-181-4/+2
* Fix revsh pattern.Evan Cheng2009-08-183-2/+15
* add support for some targetflags on GV operands. This allows us toChris Lattner2009-08-181-2/+44
* Recognize xscale as an ARM arch.Daniel Dunbar2009-08-182-2/+3
* Add Triple matching for pic16 arch and solaris OS.Daniel Dunbar2009-08-182-2/+10
* fix another bozo bugChris Lattner2009-08-181-2/+2
* fix accidentally inverted conditional and add comment.Chris Lattner2009-08-181-1/+4
* turn this conditional into something humans might actuallyChris Lattner2009-08-181-8/+25
* "-" should write to stdout, not stderr.Chris Lattner2009-08-181-3/+3
* Change bugpoint to use Triple to make runtime decisions.Daniel Dunbar2009-08-185-36/+64
* Separate out Makefile defines so that we can keep the llvmEric Christopher2009-08-181-15/+15
* Add LLVMInitializeAllTargetInfos for C api, and updateDaniel Dunbar2009-08-181-1/+14
* Make TargetData optional in MemCpyOptimizer.Dan Gohman2009-08-181-10/+10
* Even more Apple style build horribleness.Evan Cheng2009-08-181-3/+12
* Make TargetData optional in SimplifyLibCalls.Dan Gohman2009-08-181-7/+45
* RegenerateAnton Korobeynikov2009-08-181-27/+88
* The attached patches attempt to fix cross builds. For example, if youAnton Korobeynikov2009-08-189-26/+82
* LLVM Ada language bindings. Credit to Rod Kay and the AuroraUX team.Edward O'Callaghan2009-08-1826-0/+17093
* Fix function alignment at -Os on x86 to be 1, not 2. getFunctionAlignmentDan Gohman2009-08-181-1/+1
* PowerPC inline asm was emitting two output operandsDale Johannesen2009-08-183-26/+34
* Add prefix only if it is needed.Devang Patel2009-08-172-2/+33
* cleanups per review. Mostly cosmetic, plus use SmallVector in place of std::v...Jim Grosbach2009-08-171-24/+16
* #include <cstdlib> in the code listing for strtod.John McCall2009-08-171-0/+1
* Oops. find all llvm.dbg.global_variables.Devang Patel2009-08-171-1/+1
* Remove a bit more cruft from the sjlj moving to a backend pass.Jim Grosbach2009-08-176-81/+0
* Update CMakeLists.Benjamin Kramer2009-08-171-0/+1
* Update comments to new-style syntax.Dan Gohman2009-08-171-2/+2
* Fix build warning.Daniel Dunbar2009-08-171-1/+1
* Privatize the last bits of static type state.Owen Anderson2009-08-172-23/+32
* Test the pass the test is actually for, instead of one that doesn't exist.Nick Lewycky2009-08-171-1/+1
* Move the TypeMap lock to a member on LLVMContextImpl.Owen Anderson2009-08-172-10/+11
* Add locking around the attributes list.Owen Anderson2009-08-171-0/+6
* Add locking around signal handler registration.Owen Anderson2009-08-171-0/+14
* Clear the uniquing table when initializing TLOF to avoid a crash when the TLO...Benjamin Kramer2009-08-171-0/+6
* Don't crash on critical edge. Patch by Andre Tavares.Nick Lewycky2009-08-172-1/+16