summaryrefslogtreecommitdiff
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
* Quit early, if unable to reproduce error using original input files.Devang Patel2008-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
* Add insertvalue and extractvalue folding support in IRBuilder.Dan Gohman2008-07-22
* Remove temp. files in the end.Devang Patel2008-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
* IRBuilder support for insertvalue and extractvalue.Dan Gohman2008-07-22
* Assert that the DAG root value is a chain value.Dan Gohman2008-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 more tabs.Bill Wendling2008-07-22
* Remove another tab.Bill Wendling2008-07-22
* More tab removals.Bill Wendling2008-07-22
* Removing tabs.Bill Wendling2008-07-22
* Use — because.Bill Wendling2008-07-22
* Remove references to llvm-gcc-4.0Bill Wendling2008-07-22
* Fix grammar.Bill Wendling2008-07-22
* Another buildbot test commit.Bill Wendling2008-07-22
* Correct the name of MachineMemOperand's include guard.Dan Gohman2008-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
* Provide llvm bitcode file to native object file interface.Devang Patel2008-07-21
* Fix grammaros in comments.Dan Gohman2008-07-21
* Add the PR number to the test.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
* Make the GraphWriter be more consistent about the stringDan 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
* Temporary hack to build with GCC 4.0 instead of 4.2.Bill Wendling2008-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