summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* add a new methodChris Lattner2005-05-13
* allow a virtual register to be associated with live-in values.Chris Lattner2005-05-13
* rename the ADJCALLSTACKDOWN/ADJCALLSTACKUP nodes to be CALLSEQ_START/BEGIN.Chris Lattner2005-05-12
* LowerCallTo now takes the cc to useChris Lattner2005-05-12
* Add a little hookChris Lattner2005-05-12
* new methodChris Lattner2005-05-11
* Add READPORT, WRITEPORT, READIO, WRITEIO nodes, wrap long linesChris Lattner2005-05-09
* Silence VC++ warnings about unsafe mixing of ints and bools with the | operator.Jeff Cohen2005-05-07
* Add support for explicit calling conventionsChris Lattner2005-05-06
* New fileChris Lattner2005-05-06
* add a default argChris Lattner2005-05-06
* Add a 'tail' marker for call instructions, patch contributed byChris Lattner2005-05-06
* Remove vim settings from source code; people should use llvm/utils/vim/vimrcMisha Brukman2005-05-05
* Convert tabs to spacesMisha Brukman2005-05-05
* 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