summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert BuildVectorSDNode related patches: 65426, 65427, and 65296.Evan Cheng2009-02-251-8/+11
* Fix big-endian codegen bug. We're splitting upDale Johannesen2009-02-251-1/+2
* Clean up dwarf writer, part 1. This eliminated the horrible recursive getGlob...Evan Cheng2009-02-251-13/+13
* Overhaul my earlier submission due to feedback. It's a large patch, but most ofBill Wendling2009-02-241-1/+0
* - Use the "Fast" flag instead of "OptimizeForSize" to determine whether to emitBill Wendling2009-02-241-5/+3
* Introduce the BuildVectorSDNode class that encapsulates the ISD::BUILD_VECTORScott Michel2009-02-221-11/+8
* Temporarily revert r65065. It was causing test failures.Bill Wendling2009-02-191-1/+3
* Check for -fast here too.Bill Wendling2009-02-191-3/+1
* Generate these labels when we're in "fast" mode, not simply when we're no inBill Wendling2009-02-191-8/+2
* Remove trailing whitespace to reduce later commit patch noise.Scott Michel2009-02-171-92/+92
* --- Merging (from foreign repository) r64714 into '.':Bill Wendling2009-02-171-16/+32
* Unbreak the build on win32.Cedric Venet2009-02-141-1/+2
* Revert this. It was breaking stuff.Bill Wendling2009-02-131-9/+27
* Turn off the old way of handling debug information in the code generator. UseBill Wendling2009-02-131-27/+9
* Simplify code.Evan Cheng2009-02-091-5/+6
* Make sure constant subscript is truncated to ptr size if it may not fit.Evan Cheng2009-02-091-1/+8
* Remove more non-DebugLoc getNode variants. UseDale Johannesen2009-02-061-16/+11
* Clear out the CurDebugLoc info when doing a 'clear' on the SDL object.Bill Wendling2009-02-061-0/+1
* Reapply 63765. Patches for clang and llvm-gcc to follow.Dale Johannesen2009-02-051-0/+9
* Remove non-DebugLoc versions of getMergeValues, ZeroExtendInReg.Dale Johannesen2009-02-051-3/+5
* Reverting 63765. This broke the build of both clangDale Johannesen2009-02-041-9/+0
* New feature: add support for target intrinsics being defined in theNate Begeman2009-02-041-0/+9
* Remove some more non-DebugLoc versions of constructionDale Johannesen2009-02-041-18/+22
* Remove a few non-DebugLoc versions of node creationDale Johannesen2009-02-041-5/+10
* DebugLoc propagation; adjustment to things omittedDale Johannesen2009-02-031-16/+19
* Pass in something sensible for the debug location information when creating theBill Wendling2009-02-031-4/+49
* Explicitly pass in the "unknown" debug location. This is probably notBill Wendling2009-02-031-1/+2
* Create DebugLoc information in FastISel. Several temporary methods wereBill Wendling2009-02-031-2/+4
* Fix PR3401: when using large integers, the typeDuncan Sands2009-01-311-16/+16
* Move CurDebugLoc into SelectionDAGLowering.Dale Johannesen2009-01-311-221/+224
* Make LowerCallTo and LowerArguments take a DebugLocDale Johannesen2009-01-301-9/+11
* Propagate debug info when building SelectionDAG.Dale Johannesen2009-01-301-399/+519
* Make isOperationLegal do what its name suggests, and introduce aDan Gohman2009-01-281-2/+2
* Formatting.Duncan Sands2009-01-281-8/+5
* Delete redundant return statements.Dan Gohman2009-01-271-7/+0
* During bittest switch lowering emit shift in the test block, which should (th...Anton Korobeynikov2009-01-261-11/+9
* Cleanup whitespace and comments, and tweak someDuncan Sands2009-01-211-5/+4
* Allow targets to legalize operations (with illegal operands) that produces mu...Sanjiv Gupta2009-01-211-0/+9
* Use "SINT_TO_FP" instead of "UINT_TO_FP" when getting the exponent. This wasBill Wendling2009-01-201-12/+13
* Shift types need to match.Bill Wendling2009-01-201-8/+9
* Verify debug info.Devang Patel2009-01-191-4/+4
* Registry.h should not depend on CommandLine.h.Mikhail Glushenkov2009-01-161-0/+1
* Delete trailing whitespace.Mikhail Glushenkov2009-01-161-234/+234
* Validate dbg_* intrinsics before lowering them.Devang Patel2009-01-151-5/+5
* Add the private linkage.Rafael Espindola2009-01-151-1/+1
* More consts on TargetLowering references.Dan Gohman2009-01-151-5/+4
* minor refactoring: use a more specific APIGabor Greif2009-01-151-2/+3
* Use DebugInfo interface to lower dbg_* intrinsics.Devang Patel2009-01-131-25/+25
* Rename getABITypeSize to getTypePaddedSize, asDuncan Sands2009-01-121-9/+9
* Fix a bug in ComputeLinearIndex computation handling multi-levelDan Gohman2009-01-061-1/+3
OpenPOWER on IntegriCloud