summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Fix definitions of UOP_SaveXMM128, UOP_SaveXMM128Big, and UOP_PushMachFrameCharles Davis2011-05-26
* Test .seh_startchained and .seh_endchained parsing.Charles Davis2011-05-26
* Add tests for .seh_setframe and .seh_handlerdata parsing. Fix issues withCharles Davis2011-05-25
* Fix some issues Duncan found in the previous commit.Rafael Espindola2011-05-25
* Fix warning in the CMake build about redefining LLVM_PATH_XDOT_PY by making s...Frits van Bommel2011-05-25
* Replace the -unwind-tables option with a per function flag. This is moreRafael Espindola2011-05-25
* Implement the rest of the SEH directive-parsing methods in the COFFAsmParser.Charles Davis2011-05-24
* Remove dead code.Devang Patel2011-05-24
* Add a method to TargetRegisterInfo to get the register number that the Win64 EHCharles Davis2011-05-24
* Clean up the lazy initialization of DIBuilder a bit.Cameron Zwarich2011-05-24
* Work around code generation bug in Visual Studio 2010.Jakob Stoklund Olesen2011-05-24
* Make LoadAndStorePromoter preserve debug info and create llvm.dbg.values whenCameron Zwarich2011-05-24
* add a helper method to get the byval alignment of an argument.Chris Lattner2011-05-22
* Add methods to parse the SEH directives to the COFFAsmParser. Implement someCharles Davis2011-05-22
* Add a parameter to ConstantFoldTerminator() that callers can use to ask it to...Frits van Bommel2011-05-22
* another typoChris Lattner2011-05-22
* fix comment typoChris Lattner2011-05-22
* Fix some minor typos and grammar.Chris Lattner2011-05-22
* Implement emission of all Win64 exception tables. Make the COFF streamer emitCharles Davis2011-05-22
* Make the COFF streamer emit unwind info when processing a .seh_handlerdataCharles Davis2011-05-22
* random comment cleanups.Chris Lattner2011-05-22
* remove StandardPasses, it has been replaced with PassManagerBuilderChris Lattner2011-05-22
* add support for LTO passes.Chris Lattner2011-05-22
* Include DataTypes.h from this header to get the uint*_t types.Charles Davis2011-05-22
* Allow access to the .pdata and .xdata sections through the TargetAsmInfoCharles Davis2011-05-22
* add an extension point mechanism that allow plugins to add stuff to Chris Lattner2011-05-21
* Add CreateLifetimeStart and CreateLifetimeEnd to the IRBuilder, with plans toNick Lewycky2011-05-21
* add a new PassManagerBuilder class to replace StandardPasses.hChris Lattner2011-05-21
* add a copy ctor to TargetLibraryInfo.Chris Lattner2011-05-21
* PR7952: Make isa<> use the same logic as cast<>, so that they both workEli Friedman2011-05-21
* A handler for a function in the Win64 EH scheme can be both an unwind handlerCharles Davis2011-05-21
* Have Program::Wait return -2 for crashed and timeouts instead of embeddingAndrew Trick2011-05-21
* Add .pdata and .xdata sections to the COFF TLOF implementation.Charles Davis2011-05-20
* Add asserts in StringRef to make sure we avoid undefined behavior:Argyrios Kyrtzidis2011-05-20
* indvars: Prototyping Sign/ZeroExtend elimination without canonical IVs.Andrew Trick2011-05-20
* Remove noisy semicolons.Benjamin Kramer2011-05-20
* Misc code refactorings:Rafael Espindola2011-05-19
* Implement the EndProlog Win64 EH method on the base MCStreamer.Charles Davis2011-05-19
* Implement the Win64 EH prolog instruction methods on the base MCStreamer.Charles Davis2011-05-19
* Fix up the new StandardPasses to run the same scalarrepl passes as the old one.Eli Friedman2011-05-19
* Reapply 131644 including the missing header changes:Joerg Sonnenberger2011-05-19
* Turns out GAS does have Win64 EH directives. (It also supports WinCE EH.) MakeCharles Davis2011-05-19
* Implement the StartChained and EndChained Win64 EH methods on MCStreamer.Charles Davis2011-05-19
* Fix the MSVC build.Francois Pichet2011-05-19
* Implement the StartProc and EndProc Win64 EH methods on the base MCStreamer.Charles Davis2011-05-19
* Fix build issues with headers, which I discovered by actually using them.Charles Davis2011-05-19
* Add a header patterned after MCDwarf.h for supporting Win64 exception handlingCharles Davis2011-05-18
* Some better type safety enforcement in the standard pass list, along with som...David Chisnall2011-05-18
* Third pass at allowing plugins to modify default passes. This time with a tw...Eli Friedman2011-05-18
* Set debug location while setting insertion point.Devang Patel2011-05-18