summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* move some random notes out of my email into someplace usefulChris Lattner2005-12-22
* this is a hack, which may or may not hang around. In short:Duraid Madina2005-12-22
* we can't do this directly in lowering, so we need this caseDuraid Madina2005-12-22
* oops, back this outDuraid Madina2005-12-22
* we can't all have brains now, can weDuraid Madina2005-12-22
* this should take care of calls to varadic functions, but it doesn.,tDuraid Madina2005-12-22
* we need to emit the getf.d instruction in lowering, so add itDuraid Madina2005-12-22
* Separate the call graph implementation from its interface. This implementsChris Lattner2005-12-22
* The 81st column doesn't like code in it.Chris Lattner2005-12-22
* I shoulda done this a *long* time ago (tm): implement calls properly,Duraid Madina2005-12-22
* kill SelectCALL() in the DAG isel, we handle this in lowering now, likeDuraid Madina2005-12-22
* update tablegen files - nothing to see hereDuraid Madina2005-12-22
* For PR351:Reid Spencer2005-12-22
* Implement a generic polled Alarm function. This merely removes the systemReid Spencer2005-12-22
* Bye bye HACKTROCITY.Evan Cheng2005-12-22
* Added special flag node FLAG.Evan Cheng2005-12-22
* Add an eol at the end to shut gcc sup.Reid Spencer2005-12-22
* Lefted out TargetLowering::Evan Cheng2005-12-21
* * Fix a GlobalAddress lowering bug.Evan Cheng2005-12-21
* Oops. Accidentally deleted RET pattern. It's still needed for return void;Evan Cheng2005-12-21
* Disengage DEBUG_LOC from non-PPC targets.Jim Laskey2005-12-21
* * Added support for X86 RET with an additional operand to specify number ofEvan Cheng2005-12-21
* Start of Dwarf framework.Jim Laskey2005-12-21
* make sure to relegalize all casesChris Lattner2005-12-21
* enable the gep isel optChris Lattner2005-12-21
* RegenerateChris Lattner2005-12-21
* allow logical operators on packed integral typesChris Lattner2005-12-21
* Get logical operations to like packed types, allow BinOp::getNot to createChris Lattner2005-12-21
* fix a bug I introduced that broke recursive expansion of nodes (e.g. scalariz...Chris Lattner2005-12-21
* regenerateChris Lattner2005-12-21
* Implement Regression/Assembler/2005-12-21-ZeroInitVector.llChris Lattner2005-12-21
* add some nodes, forgot to commit this last night :(Chris Lattner2005-12-21
* This was meant to go inChris Lattner2005-12-21
* Rewrite FP stackifier support in the X86InstrInfo.td file, splitting patternsChris Lattner2005-12-21
* Wrap some long lines: no functionality changeChris Lattner2005-12-21
* remove dead codeChris Lattner2005-12-21
* Lower ConstantAggregateZero into zerosChris Lattner2005-12-21
* Remove ISD::RET select code. Now tblgen'd.Evan Cheng2005-12-21
* * Added lowering hook for external weak global address. It inserts a loadEvan Cheng2005-12-21
* Don't emit a null terminator, nor anything after it, to the ctor/dtor listChris Lattner2005-12-21
* SSE2 floating point load / store patterns. SSE2 fp to int conversion patterns.Evan Cheng2005-12-20
* Flip the meaning of FPContractions to reflect Requires<[]> change.Evan Cheng2005-12-20
* Run lower-switch after lower-invoke.Chris Lattner2005-12-20
* Reserve G1 for frame offset stuff and use it to handle large stack frames.Chris Lattner2005-12-20
* Added X86 readport patterns.Evan Cheng2005-12-20
* Added a hook to print out names of target specific DAG nodes.Evan Cheng2005-12-20
* Fix a nasty latent bug in the legalizer that was triggered by my patchChris Lattner2005-12-20
* Pattern-match return. Includes gross hack!Nate Begeman2005-12-20
* Fix a couple of the FIXMEs, thanks to suggestion from Chris. This allowsNate Begeman2005-12-19
* Convert load/store over to being pattern matchedNate Begeman2005-12-19