aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add an eol at the end to shut gcc sup.Reid Spencer2005-12-221-1/+1
* Lefted out TargetLowering::Evan Cheng2005-12-211-2/+2
* * Fix a GlobalAddress lowering bug.Evan Cheng2005-12-216-6/+38
* Oops. Accidentally deleted RET pattern. It's still needed for return void;Evan Cheng2005-12-211-1/+1
* Disengage DEBUG_LOC from non-PPC targets.Jim Laskey2005-12-218-13/+31
* * Added support for X86 RET with an additional operand to specify number ofEvan Cheng2005-12-214-64/+132
* Start of Dwarf framework.Jim Laskey2005-12-211-0/+15
* make sure to relegalize all casesChris Lattner2005-12-211-1/+1
* enable the gep isel optChris Lattner2005-12-211-6/+0
* RegenerateChris Lattner2005-12-211-121/+127
* allow logical operators on packed integral typesChris Lattner2005-12-211-4/+10
* Get logical operations to like packed types, allow BinOp::getNot to createChris Lattner2005-12-212-7/+19
* fix a bug I introduced that broke recursive expansion of nodes (e.g. scalariz...Chris Lattner2005-12-211-3/+6
* regenerateChris Lattner2005-12-211-620/+632
* Implement Regression/Assembler/2005-12-21-ZeroInitVector.llChris Lattner2005-12-212-1/+13
* add some nodes, forgot to commit this last night :(Chris Lattner2005-12-211-0/+2
* This was meant to go inChris Lattner2005-12-211-1/+1
* Rewrite FP stackifier support in the X86InstrInfo.td file, splitting patternsChris Lattner2005-12-214-366/+356
* Wrap some long lines: no functionality changeChris Lattner2005-12-211-28/+56
* remove dead codeChris Lattner2005-12-212-8/+0
* Lower ConstantAggregateZero into zerosChris Lattner2005-12-211-7/+20
* Remove ISD::RET select code. Now tblgen'd.Evan Cheng2005-12-211-41/+0
* * Added lowering hook for external weak global address. It inserts a loadEvan Cheng2005-12-215-22/+135
* Don't emit a null terminator, nor anything after it, to the ctor/dtor listChris Lattner2005-12-211-1/+4
* SSE2 floating point load / store patterns. SSE2 fp to int conversion patterns.Evan Cheng2005-12-203-140/+188
* Flip the meaning of FPContractions to reflect Requires<[]> change.Evan Cheng2005-12-201-1/+1
* Run lower-switch after lower-invoke.Chris Lattner2005-12-202-24/+20
* Reserve G1 for frame offset stuff and use it to handle large stack frames.Chris Lattner2005-12-204-18/+84
* Added X86 readport patterns.Evan Cheng2005-12-202-13/+27
* Added a hook to print out names of target specific DAG nodes.Evan Cheng2005-12-204-5/+32
* Fix a nasty latent bug in the legalizer that was triggered by my patchChris Lattner2005-12-201-22/+30
* Pattern-match return. Includes gross hack!Nate Begeman2005-12-206-39/+45
* Fix a couple of the FIXMEs, thanks to suggestion from Chris. This allowsNate Begeman2005-12-192-5/+10
* Convert load/store over to being pattern matchedNate Begeman2005-12-194-223/+202
* X86 conditional branch support.Evan Cheng2005-12-195-19/+63
* Print out opcode number if it's an unknown target node.Evan Cheng2005-12-191-1/+6
* It's essential we clear CodeGenMap after isel every basic block!Evan Cheng2005-12-191-0/+1
* Fix a case where the DAG Combiner would accidentally CSE flag-producing nodes,Chris Lattner2005-12-191-1/+6
* Prefix DSA specific options with dsa.John Criswell2005-12-191-4/+4
* Added an option to specify the names of heap freeing functions.John Criswell2005-12-191-0/+20
* Added a command line option that allows the user to specify a list ofJohn Criswell2005-12-191-0/+19
* Amend comment.Jim Laskey2005-12-191-1/+2
* Create a strong dependency for loads following stores. This will leave aJim Laskey2005-12-191-2/+6
* Fix pifft by correcting the case when a i64/f64 straddles O5 and memory:Chris Lattner2005-12-192-2/+8
* don't emit 'add %o6, 0, %o6' instructionsChris Lattner2005-12-192-10/+12
* Fix calls to functions returning i64Chris Lattner2005-12-192-2/+2
* Correct bool truncstore operand orderChris Lattner2005-12-192-4/+4
* add the other bool zextload as wellChris Lattner2005-12-192-0/+2
* implement zextload boolChris Lattner2005-12-192-0/+6
* mark some unsupported ops as unsupportedChris Lattner2005-12-192-0/+22