summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Implement count leading zeros (ctlz), count trailing zeros (cttz), and countAndrew Lenharth2005-05-03
* add direct support for making GEP instrs with one indexChris Lattner2005-05-03
* Add accessor method,Tanya Lattner2005-05-01
* Adding ModuloSched SB.Tanya Lattner2005-05-01
* Expose an option allowing unsafe math optimizations. Patch contributed byChris Lattner2005-04-30
* Add llvm.sqrt intrinsic, patch contributed by Morten OfstadChris Lattner2005-04-30
* Add FSQRT, FSIN, FCOS nodes, patch contributed by Morten OfstadChris Lattner2005-04-28
* Implement Value* tracking for loads and stores in the selection DAG. This en...Andrew Lenharth2005-04-27
* Add SimplyLibCalls.cpp to VC++ buildJeff Cohen2005-04-26
* Shut GCC 4.0 up about classes that have virtual functions but a non-virtualReid Spencer2005-04-25
* Declare a function to create the SimplifyLibCalls pass.Reid Spencer2005-04-25
* Older compilers won't like the inline virtual destructor in the header fileReid Spencer2005-04-25
* Fix a thinko in the documentation of the splitBasicBlock method. The branchReid Spencer2005-04-25
* Shut GCC 4.0 up when it complains about classes with virtual functions thatReid Spencer2005-04-24
* allow these to take a generic Value*Chris Lattner2005-04-24
* * The aesthetic police is on patrol!!...Misha Brukman2005-04-23
* Add a helper methodChris Lattner2005-04-23
* This file is never referencedChris Lattner2005-04-23
* add a method, remove a dead #includeChris Lattner2005-04-23
* Add method to return the type this type will be promoted to if it isAlkis Evlogimenos2005-04-23
* Convert tabs to spacesMisha Brukman2005-04-22
* Convert tabs to spacesMisha Brukman2005-04-22
* Convert tabs to spacesMisha Brukman2005-04-22
* Convert tabs to spacesMisha Brukman2005-04-22
* Change some old-style casts to C++ style casts to avoid warnings in XPSReid Spencer2005-04-22
* Remove trailing whitespaceMisha Brukman2005-04-21
* Remove trailing whitespaceMisha Brukman2005-04-21
* Remove trailing whitespaceMisha Brukman2005-04-21
* Remove trailing whitespaceMisha Brukman2005-04-21
* Add two new methods for getting the User Id and Group Id values for theReid Spencer2005-04-21
* Add doxygen comments, patch contributed by Evan Jones.Chris Lattner2005-04-21
* add support for taking the address of free.Chris Lattner2005-04-21
* Improve doxygen documentation, patch contributed by Evan Jones!Chris Lattner2005-04-21
* Make pattern isel default for ppcNate Begeman2005-04-15
* new passChris Lattner2005-04-15
* add a new prototypeChris Lattner2005-04-15
* Add a new helper method which returns the and that is equivalent to whatChris Lattner2005-04-13
* Remove the ZERO_EXTEND_INREG node which is redundant with ANDChris Lattner2005-04-13
* add an argument.Chris Lattner2005-04-12
* rename addU64Imm() to addImm64()Duraid Madina2005-04-11
* Eliminate major source of VC++ "possible loss of data" warnings.Jeff Cohen2005-04-11
* * store immediate values as int64_t, not int. come on, we should be happyDuraid Madina2005-04-10
* add routines to track the livein/out set for a functionChris Lattner2005-04-09
* Add a new nodeChris Lattner2005-04-09
* fix this method for 64-bit constantsChris Lattner2005-04-08
* Allow targets which produce setcc results in non-MVT::i1 registers to describeChris Lattner2005-04-07
* document these nodes, as they are nonobviousChris Lattner2005-04-06
* Add MULHU and MULHS nodes for the high part of an (un)signed 32x32=64bNate Begeman2005-04-05
* a wise man once said:Duraid Madina2005-04-03
* merge EquivClassGraphs.h into DataStructure.h with the other DSA pass definit...Chris Lattner2005-04-02