summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* remove deprecated methodsChris Lattner2005-05-16
* Remove the check for the ffsll function. Its no longer needed by theReid Spencer2005-05-15
* fix warningChris Lattner2005-05-15
* fix compiler warningChris Lattner2005-05-15
* Some cleanups for compilation with GCC 4.0.0 to remove warnings:Reid Spencer2005-05-15
* Forgot to commit this earlier. Its part of the simplify-libcallsReid Spencer2005-05-14
* add a new mapChris Lattner2005-05-14
* Add a way to construct an arbitrary node, cleanly.Chris Lattner2005-05-14
* add accessorsChris Lattner2005-05-14
* Pass the dag into LowerOperationChris Lattner2005-05-14
* Print the symbolic register name in a register allocator debug dump.Chris Lattner2005-05-14
* Add an isTailCall flag to LowerCallToChris Lattner2005-05-13
* add TAILCALL nodeChris Lattner2005-05-13
* 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