aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix test/Regression/ExecutionEngine/2005-12-02-TailCallBug.ll and PR672.Chris Lattner2005-12-031-0/+14
* bah, must generate all resultsAndrew Lenharth2005-12-021-2/+8
* cycle counter fixAndrew Lenharth2005-12-021-0/+6
* add a noteChris Lattner2005-12-021-0/+6
* Don't remove two operand, two result nodes from the binary ops map. TheseChris Lattner2005-12-011-36/+39
* Promote line and column number information for our friendly 64-bit targets.Chris Lattner2005-12-011-3/+10
* IA64 doesn't support the LOCATION node, and for some reason the ISelPatternChris Lattner2005-12-011-0/+3
* Make sure these get added into the codegenmap when appropriateChris Lattner2005-12-011-4/+5
* This is a bugfix for SelectNodeTo. In certain situations, we could beChris Lattner2005-12-011-0/+110
* major think-oAndrew Lenharth2005-12-011-5/+10
* Support multiple ValueTypes per RegisterClass, needed for upcoming vectorNate Begeman2005-12-0111-38/+49
* Cosmetic change, better reflects actual valuesNate Begeman2005-12-011-6/+5
* Fix a regression caused by a patch earlier todayChris Lattner2005-12-011-1/+2
* Flags where I think I need them, quick, before the nightly tester startsAndrew Lenharth2005-12-011-23/+42
* Proper support for shifts with register shift value.Evan Cheng2005-12-012-44/+24
* Use a getCopyToReg() variant to generate a flaggy CopyToReg node.Evan Cheng2005-12-011-8/+2
* SelectNodeTo now returns its result, we must pay attention to it.Chris Lattner2005-11-301-40/+29
* Pay attn to the node returned by SelectNodeToChris Lattner2005-11-301-37/+28
* SelectNodeTo now returns its result, we must pay attention to it.Chris Lattner2005-11-301-20/+18
* SelectNodeTo now returns N. Use it instead of return N directly.Chris Lattner2005-11-301-108/+81
* Make SelectNodeTo return NChris Lattner2005-11-301-35/+49
* Fix Regression/CodeGen/PowerPC/2005-11-30-vastart-crash.llChris Lattner2005-11-301-2/+6
* Fix a bug where we didn't realize that vaarg reads memory. This fixesChris Lattner2005-11-301-0/+7
* Fix a typo in my latest changeNate Begeman2005-11-301-2/+2
* No longer track value types for asm printer operands, and remove them asNate Begeman2005-11-308-89/+92
* CALLSEQ_START/END nodes don't get memoized, do not add them in whenChris Lattner2005-11-301-0/+4
* remove redundant codeAndrew Lenharth2005-11-301-14/+2
* At long last, you can say that f32 isn't supported for setccAndrew Lenharth2005-11-301-1/+28
* Make typesafe that which isn't: FCMOVxxAndrew Lenharth2005-11-304-26/+52
* FPSelect and more custom loweringAndrew Lenharth2005-11-305-25/+69
* First chunk of actually generating vector code for packed types. TheseNate Begeman2005-11-302-13/+63
* All sorts of stuff.Andrew Lenharth2005-11-307-32/+203
* add support for custom lowering SINT_TO_FPAndrew Lenharth2005-11-301-0/+13
* Fix a problem with llvm-ranlib that (on some platforms) caused the archiveReid Spencer2005-11-305-72/+174
* Fix a bug in a recent patch that broke shiftsChris Lattner2005-11-301-3/+3
* Added support to STORE and shifts to DAG to DAG isel.Evan Cheng2005-11-301-8/+88
* Fixed a bug introduced by my last commit: TargetGlobalValues should key onEvan Cheng2005-11-301-7/+13
* Added an index field to GlobalAddressSDNode so it can represent X+12, etc.Evan Cheng2005-11-303-3/+23
* Fixed a minor bug: - -offset != offset iff offset == MININTEvan Cheng2005-11-301-1/+1
* Represent the encoding of the SPR instructions as they actually are, soNate Begeman2005-11-292-8/+18
* Add more X86 ISel patterns.Evan Cheng2005-11-291-407/+463
* Hook up one type, v4f32, to the VR RegisterClass for now.Nate Begeman2005-11-291-0/+6
* Add the remainder of the AltiVec 4 x float instructions. FurtherNate Begeman2005-11-292-14/+61
* Add support for a new STRING and LOCATION node for line number support, patchChris Lattner2005-11-294-2/+113
* No targets support line number info yet.Chris Lattner2005-11-294-0/+12
* Add the majority of the vector machien value types we expect to support,Nate Begeman2005-11-295-7/+19
* Fixed a comment bug:Evan Cheng2005-11-291-1/+1
* refix typoChris Lattner2005-11-291-1/+1
* don't say this is i128, because it isn't yet. Hopefully nate will changeChris Lattner2005-11-291-1/+1
* revert my change for the time being, which broke the buildChris Lattner2005-11-291-1/+1