aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* RTABI chapter 4.3.4 specifies __eabi_mem* calls. Specifically, __eabi_memset ...Renato Golin2011-05-224-4/+99
* Add methods to parse the SEH directives to the COFFAsmParser. Implement someCharles Davis2011-05-224-4/+161
* add a note.Chris Lattner2011-05-221-0/+10
* add some random notes.Chris Lattner2011-05-221-0/+5
* Teach ValueTracking about x86 crc32 intrinsics.Evan Cheng2011-05-221-0/+4
* Carve out a place in instcombine to put transformations which work knowing th...Chris Lattner2011-05-222-0/+51
* Fix Bug 9386 - ARM disassembler failed to disassemble conditional bxJohnny Chen2011-05-223-3/+16
* Fix PR9815: I was trying to get out of "generating code and thenChris Lattner2011-05-222-44/+103
* Add a parameter to ConstantFoldTerminator() that callers can use to ask it to...Frits van Bommel2011-05-227-12/+78
* another typoChris Lattner2011-05-221-1/+1
* fix comment typoChris Lattner2011-05-221-1/+1
* I missed a checking with my GVN change. Chris Lattner2011-05-221-2/+2
* insertvalue takes a variable number of arguments, document this, fixing PR9935.Chris Lattner2011-05-221-3/+4
* fix PR9856, an incorrectly conservative assertion: a global can beChris Lattner2011-05-222-3/+17
* fix PR9841 by having GVN not process dead loads. This wasChris Lattner2011-05-222-0/+17
* remove a trivial test, make some other tests less trivial.Chris Lattner2011-05-224-14/+11
* make this test less trivial.Chris Lattner2011-05-221-4/+6
* initialize and finalize function passes, pointed out by Cameron.Chris Lattner2011-05-221-1/+4
* fix a bug for hosts without round, PR8893.Chris Lattner2011-05-221-1/+1
* move PR9408 here.Chris Lattner2011-05-221-0/+40
* Commit test change, forgotten as part of r131838.Nick Lewycky2011-05-221-1/+1
* Teach the inliner to emit llvm.lifetime.start/end, to scope the local variablesNick Lewycky2011-05-222-0/+148
* switch to using a smallvector to avoid allocations for most normal size instr...Chris Lattner2011-05-221-2/+2
* tidy some things up.Chris Lattner2011-05-221-16/+6
* Fix some minor typos and grammar.Chris Lattner2011-05-221-40/+31
* Implement emission of all Win64 exception tables. Make the COFF streamer emitCharles Davis2011-05-224-1/+33
* Make the COFF streamer emit unwind info when processing a .seh_handlerdataCharles Davis2011-05-225-4/+208
* Fix grammar in test.Nick Lewycky2011-05-221-1/+1
* Don't allow unaligned offsets and sizes in the Win64 EH directives.Charles Davis2011-05-221-2/+10
* random comment cleanups.Chris Lattner2011-05-222-5/+5
* fix a file system case sensitivity issue.Chris Lattner2011-05-221-1/+1
* remove StandardPasses, it has been replaced with PassManagerBuilderChris Lattner2011-05-223-651/+0
* switch opt to using PassManagerBuilder.hChris Lattner2011-05-221-34/+31
* switch llvm-ld. It has a terrible mechanism that people can add extraChris Lattner2011-05-221-6/+4
* switch bugpoint and liblto to PassManagerBuilder.Chris Lattner2011-05-222-20/+16
* add support for LTO passes.Chris Lattner2011-05-221-0/+75
* eliminate dependence on StandardPasses.h. The code generator's pass pipelineChris Lattner2011-05-221-2/+6
* Include DataTypes.h from this header to get the uint*_t types.Charles Davis2011-05-221-0/+2
* Allow access to the .pdata and .xdata sections through the TargetAsmInfoCharles Davis2011-05-221-0/+8
* add an extension point mechanism that allow plugins to add stuff to Chris Lattner2011-05-211-40/+83
* Add CreateLifetimeStart and CreateLifetimeEnd to the IRBuilder, with plans toNick Lewycky2011-05-213-5/+118
* Revert commit 131781, to see if it fixes the x86-64 dragonegg buildbot.Duncan Sands2011-05-213-143/+2
* add a new PassManagerBuilder class to replace StandardPasses.hChris Lattner2011-05-211-0/+204
* add a copy ctor to TargetLibraryInfo.Chris Lattner2011-05-212-0/+7
* PR7952: Make isa<> use the same logic as cast<>, so that they both workEli Friedman2011-05-212-49/+41
* X86: smulo -> add is now done target-independently in DAGCombiner, remove the...Benjamin Kramer2011-05-211-6/+0
* Implement mulo x, 2 -> addo x, x in DAGCombiner.Benjamin Kramer2011-05-212-0/+48
* Merge and FileCheckize test cases.Benjamin Kramer2011-05-213-45/+48
* Revert "InstCombine: Turn mul.with.overflow(X, 2) into the cheaper add.with.o...Benjamin Kramer2011-05-212-35/+0
* Don't allow .seh_handler and .seh_handlerdata directives inside chainedCharles Davis2011-05-211-0/+5