summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Enable first-class aggregates support.Dan Gohman2008-07-23
* Fix PR2485: do all 4-element SSE shuffles in max. of 2 shuffle instructions.Evan Cheng2008-07-23
* LegalizeTypes support for VSETCC. Fixes PR2575.Duncan Sands2008-07-22
* Change the heuristics used in the coalescer, register allocator, and withinOwen Anderson2008-07-22
* Factor out SSE 4 wide shuffle lowering code into its own function. No functio...Evan Cheng2008-07-22
* Fix pr2566: incorrect assumption about bit_convert. It doesn't not have to ou...Evan Cheng2008-07-22
* While creating temp. file on disk, if the current filename points to a existi...Devang Patel2008-07-22
* Fix PR2574: implement v2f32 scalar_to_vector.Evan Cheng2008-07-22
* Handle bitcode wrappers.Devang Patel2008-07-22
* Make the GraphRoot edge look like a chain edge, which is more accurate,Dan Gohman2008-07-22
* Provide default implementation of different small-sections related stuffAnton Korobeynikov2008-07-22
* Tie small stuff to non-small by default on ELF platformsAnton Korobeynikov2008-07-22
* simplified small section logic Bruno Cardoso Lopes2008-07-22
* Fix encoding of atomic compare and swap for i64Anton Korobeynikov2008-07-22
* Added small section asm emition logic for mips.Bruno Cardoso Lopes2008-07-22
* Basic support for small sectionsBruno Cardoso Lopes2008-07-22
* Remove another tab.Bill Wendling2008-07-22
* More tab removals.Bill Wendling2008-07-22
* Another buildbot test commit.Bill Wendling2008-07-22
* Fix a typo in a comment.Dan Gohman2008-07-22
* Fix multiple-return-value-to-first-class-aggregates autoupgrade toDan Gohman2008-07-22
* Trivial check-in to test buildbot. No functionality change.Bill Wendling2008-07-22
* InsertValue and ExtractValue constant expressions are alwaysDan Gohman2008-07-21
* Fix grammaros in comments.Dan Gohman2008-07-21
* Fix a bug in LSR's dead-PHI cleanup. If a PHI has a def-use chain thatDan Gohman2008-07-21
* Enhance the GraphWriter support for edge destinations, and teach theDan Gohman2008-07-21
* After early-lowering the FORMAL_ARGUMENTS node, delete it.Dan Gohman2008-07-21
* Eliminate a compilation warning.Evan Cheng2008-07-21
* Add titles to the various SelectionDAG viewGraph callsDan Gohman2008-07-21
* Fix uses of underscore-capital names.Dan Gohman2008-07-21
* Added initial support for small sections on Mips.Bruno Cardoso Lopes2008-07-21
* Now that the MachineInstr leaks are fixed, enable leak checkingDan Gohman2008-07-21
* Use better variable namesAnton Korobeynikov2008-07-21
* Don't use larger alignment.Anton Korobeynikov2008-07-21
* Add VerifyNode, a place to put sanity checks onDuncan Sands2008-07-21
* Use movaps instead of movups to spill 16-byte vector values when default alig...Evan Cheng2008-07-21
* Revert r53812 -- premature. LegalizeTypes isn't actually on yet!Nick Lewycky2008-07-21
* Switch on the use of arbitrary precision integers in scalar evolution. This willNick Lewycky2008-07-21
* This header isn't necessary now.Wojciech Matyjewicz2008-07-20
* Fix PR2088. Use modulo linear equation solver to compute loop iterationWojciech Matyjewicz2008-07-20
* Fix for first part of PR2562. Generate the "pinsrw" instruction for insertsBill Wendling2008-07-20
* Pull r53795 from Gaz into mainline:Bill Wendling2008-07-20
* Unbreak build: 'DarwinTargetAsmInfo' was already taken as PPC TAI flavour.Anton Korobeynikov2008-07-19
* Make sure custom lowering for LegalizeTypesDuncan Sands2008-07-19
* Use chars, where possibleAnton Korobeynikov2008-07-19
* Switch MIPS to new ELFTargetAsmInfo. Add few FIXMEs.Anton Korobeynikov2008-07-19
* Fix a FIXME :)Anton Korobeynikov2008-07-19
* Use generic ELFTargetAsmInfo and DarwinTargetAsmInfo for X86 codeAnton Korobeynikov2008-07-19
* Add TargetAsmInfo stuff for all darwin-based targetsAnton Korobeynikov2008-07-19
* Add TargetAsmInfo for all ELF-based targetsAnton Korobeynikov2008-07-19