summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/InstSelectPattern.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Renamed files to have the `X86' prefix for uniqueness purposes.Misha Brukman2004-07-261-124/+0
| | | | | | All CVS history was renamed, the *,v were copied over. No worries. llvm-svn: 15238
* Add #include <iostream> since Value.h does not #include it any more.Reid Spencer2004-07-041-1/+1
| | | | llvm-svn: 14622
* Clean up a lot of the code I added yesterday by exposing the IntrinsicLoweringChris Lattner2003-12-281-2/+1
| | | | | | implementation from the TargetMachine directly. llvm-svn: 10636
* implement support for the intrinsic lowering functionalityChris Lattner2003-12-281-5/+3
| | | | llvm-svn: 10629
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-1/+4
| | | | llvm-svn: 9903
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
| | | | | | Header files will be on the way. llvm-svn: 9298
* Adjust to new API, add expandCall stubChris Lattner2003-08-151-10/+10
| | | | llvm-svn: 7873
* Factory methods for FunctionPasses now return type FunctionPass *.Brian Gaeke2003-08-131-1/+1
| | | | llvm-svn: 7823
* Add support for a pattern matching instruction selector. This is still inChris Lattner2003-08-111-0/+117
the early implementation phases, so it is disabled by default llvm-svn: 7719
OpenPOWER on IntegriCloud