summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Fix 80 column violations.Richard Osborne2011-05-31
* Add XCore intrinsic for crc8.Richard Osborne2011-05-31
* Add XCore intrinsic for crc32.Richard Osborne2011-05-31
* Introduce PackedVector, useful for storing a vector of values using a specifi...Argyrios Kyrtzidis2011-05-31
* Use the dwarf->llvm mapping to print register names in the cfiRafael Espindola2011-05-30
* Introduce the DwarfRegAlias class for declaring that two registers have theRafael Espindola2011-05-30
* ...this is not a good commit day for me.John McCall2011-05-29
* On Darwin ARM, set the UNWIND_RESUME libcall to _Unwind_SjLj_Resume.John McCall2011-05-29
* Refactor the type legalizer. Switch TargetLowering to a new enum - LegalizeTy...Nadav Rotem2011-05-28
* Change how tblgen generates attributes for intrinsics to use a singleJohn McCall2011-05-28
* When generating code for Win64 EH, emit StartProc and EndProc directives.Charles Davis2011-05-28
* Add support for ARM ldrexd/strexd intrinsics. They both use i32 register pairsBruno Cardoso Lopes2011-05-28
* Stub out support for Win64-style exceptions. Note that this is merely usingCharles Davis2011-05-27
* Make size computation less brittle.Rafael Espindola2011-05-27
* Add the suffix to the Win64 EH data sections' names if given. Add a test forCharles Davis2011-05-27
* Refactor getActionType and getTypeToTransformTo ; place all of the 'decision'Nadav Rotem2011-05-27
* Add a parameter to the Win64 EH section getters to get a section with aCharles Davis2011-05-27
* Start keeping track of where the various unwind instructions are in the prolog.Charles Davis2011-05-27
* Renamed llvm.x86.sse42.crc32 intrinsics; crc64 doesn't exist. Chad Rosier2011-05-26
* Comment cleanup.Eric Christopher2011-05-26
* 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