aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/SelectionDAG
Commit message (Expand)AuthorAgeFilesLines
* Fix some refactos for iostream changes (in -Asserts mode).Daniel Dunbar2009-08-231-14/+14
* eliminate uses of cerr()Chris Lattner2009-08-236-61/+77
* remove a few DOUTs here and there.Chris Lattner2009-08-236-64/+83
* Change Pass::print to take a raw ostream instead of std::ostream,Chris Lattner2009-08-233-19/+23
* Add check for completeness. Note that this doesn't actually have any Eli Friedman2009-08-231-1/+1
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-221-2/+2
* Record variable debug info at ISel time directly.Devang Patel2009-08-224-12/+13
* Reapply r79708 with the appropriate fix for the case that still requires lock...Owen Anderson2009-08-221-2/+6
* revert r79708 + r79711Chris Lattner2009-08-221-5/+3
* Actually remove unused static. Previous commit removed trailingEric Christopher2009-08-221-1/+0
* Remove unused static.Eric Christopher2009-08-221-20/+20
* Ease contention on this lock by noticing that all writes to the VTs array willOwen Anderson2009-08-221-2/+5
* Fix typo. Should check both values of RangeUse for 0. Patch by Marius Wachtler.Bill Wendling2009-08-211-1/+1
* Add an x86 peep that narrows TEST instructions to forms that useDan Gohman2009-08-191-0/+11
* Use the schedule itinerary operand use/def cycle information to adjust depend...David Goodwin2009-08-191-4/+9
* PR4737: Fix a nasty bug in load narrowing with non-power-of-two types.Eli Friedman2009-08-191-1/+2
* Be tidy and use a break to exit from a switch block rather thanDan Gohman2009-08-181-0/+1
* Legalize the shift amount operand of SRL_PARTS, SHL_PARTS, andDan Gohman2009-08-181-0/+7
* Remove a bit more cruft from the sjlj moving to a backend pass.Jim Grosbach2009-08-171-9/+0
* Be more clever about regclasses in ScheduleDAGSDNodes::EmitCopyFromReg.Jakob Stoklund Olesen2009-08-161-5/+5
* Needs to check whether unaligned load / store of i64 is legal here.Evan Cheng2009-08-151-4/+3
* Unbreak build. Evan, please make sure my changes are correct.Benjamin Kramer2009-08-153-6/+5
* 80 col violations.Evan Cheng2009-08-151-12/+12
* Simplify this code to not depend as much on CurMBB.Dan Gohman2009-08-151-16/+15
* Allow targets to specify their choice of calling conventions perAnton Korobeynikov2009-08-144-5/+17
* Indentation change.Evan Cheng2009-08-141-2/+1
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-136-28/+37
* Add callback to allow target to adjust latency of schedule dependency edge.David Goodwin2009-08-131-2/+10
* Add contexts to some of the MVT APIs. No functionality change yet, just the ...Owen Anderson2009-08-1212-265/+319
* Fix warnings.Owen Anderson2009-08-112-9/+7
* Split EVT into MVT and EVT, the former representing _just_ a primitive type, ...Owen Anderson2009-08-1118-842/+843
* Tidy #includes.Dan Gohman2009-08-111-0/+1
* SjLj based exception handling unwinding support. This patch is nasty, brutishJim Grosbach2009-08-112-1/+11
* Fix a bug in the DAGCombiner's handling of multiple linkedDan Gohman2009-08-101-3/+8
* Fix a bug where DAGCombine was producing an illegal ConstantFPDan Gohman2009-08-101-1/+12
* Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...Owen Anderson2009-08-1021-1772/+1772
* Start moving TargetLowering away from using full MVTs and towards SimpleValue...Owen Anderson2009-08-104-11/+16
* Make this comment more closely reflect the code.Dan Gohman2009-08-101-1/+1
* Don't build illegal ops in DAGCombiner::SimplifyBinOpWithSameOpcodeHands().Jakob Stoklund Olesen2009-08-081-1/+3
* Use stripPointerCasts instead of partially rewriting it.Dale Johannesen2009-08-061-4/+2
* Add assertion checks after the calls to LowerFormalArguments, LowerCall,Dan Gohman2009-08-061-1/+34
* Remove an over-aggressive assert. Functions with empty struct returnDan Gohman2009-08-061-3/+0
* Fix a few places in DAGCombiner that were creating all-ones-bitsDan Gohman2009-08-061-5/+17
* Major calling convention code refactoring.Dan Gohman2009-08-059-514/+386
* Propogate the Depth argument when callingDan Gohman2009-08-041-1/+2
* Revert 77974. It breaks 3 of the ARM tests.Bob Wilson2009-08-031-8/+0
* Allow targets to custom handle softening of results or operands before trying...Sanjiv Gupta2009-08-031-0/+8
* llvm_report_error already prints "LLVM ERROR:". So stop reporting errors like...Benjamin Kramer2009-08-031-6/+5
* Avoid forming a SELECT_CC in a type that the target doesn'tDan Gohman2009-08-021-1/+2
* Print the target flags as an int instead of a char, as they aren'tDan Gohman2009-08-011-4/+4