summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
...
* Rename the ParmContext enum values to make a bit more sense and add a smallCameron Zwarich2011-06-10
* Remove tabs.Cameron Zwarich2011-06-10
* Fix example code in comment.Richard Osborne2011-06-10
* Fix emission of PPC64 assembler on non-darwin platforms by splittingRoman Divacky2011-06-09
* Teach the CallGraph to ignore calls to intrinsics.John McCall2011-06-09
* Add a parameter to CCState so that it can access the MachineFunction.Eric Christopher2011-06-08
* Switched to DenseMap for allowed sets in PBQP. Reduces total LLC time by 15% ...Lang Hames2011-06-07
* Basic support for macros with explicit arguments.Rafael Espindola2011-06-05
* Cast unused parameter to void.Hans Wennborg2011-06-04
* New BranchProbabilityInfo analysis. Patch by Jakub Staszak!Andrew Trick2011-06-04
* Fix BasicAA's recursion detection so that it doesn't pessimizeDan Gohman2011-06-04
* A typedef's context is not the same as type's context. It is the context of t...Devang Patel2011-06-03
* Treat Win64 EH as a DWARF EH scheme. For GCC-style exceptions, the layout ofCharles Davis2011-06-03
* Have LowerOperandForConstraint handle multiple character constraints.Eric Christopher2011-06-02
* Make it possible to have unallocatable register classes.Jakob Stoklund Olesen2011-06-02
* Remove dead code.Devang Patel2011-06-02
* Don't hardcode the %reg format in the streamer.Rafael Espindola2011-06-02
* Typos.Chad Rosier2011-06-01
* Initialize IssueWidth to zero.Benjamin Kramer2011-06-01
* Fix PR10059 and future variations by handling all register subclasses.Jakob Stoklund Olesen2011-06-01
* Add new -d option to tblgen. It writes a make(1)-style dependency file.Joerg Sonnenberger2011-06-01
* This patch is another step in the direction of adding vector select. In thisNadav Rotem2011-06-01
* FGETSIGN support for x86, using movmskps/pd. Will be enabled with aStuart Hastings2011-06-01
* llvm.memcpy.* has two distinct associated address spaces; the source address ...Eli Friedman2011-05-31
* 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