aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm
Commit message (Expand)AuthorAgeFilesLines
* Give the asmparser the ability to parse strings, patch contributed byChris Lattner2005-05-201-0/+1
* remove deprecated methodsChris Lattner2005-05-162-26/+5
* Remove the check for the ffsll function. Its no longer needed by theReid Spencer2005-05-151-3/+0
* fix warningChris Lattner2005-05-151-1/+1
* fix compiler warningChris Lattner2005-05-151-1/+1
* Some cleanups for compilation with GCC 4.0.0 to remove warnings:Reid Spencer2005-05-157-12/+15
* Forgot to commit this earlier. Its part of the simplify-libcallsReid Spencer2005-05-141-0/+3
* add a new mapChris Lattner2005-05-141-0/+3
* Add a way to construct an arbitrary node, cleanly.Chris Lattner2005-05-141-2/+12
* add accessorsChris Lattner2005-05-141-0/+8
* Pass the dag into LowerOperationChris Lattner2005-05-141-1/+1
* Print the symbolic register name in a register allocator debug dump.Chris Lattner2005-05-141-1/+7
* Add an isTailCall flag to LowerCallToChris Lattner2005-05-131-2/+2
* add TAILCALL nodeChris Lattner2005-05-132-5/+7
* add a new methodChris Lattner2005-05-131-0/+1
* allow a virtual register to be associated with live-in values.Chris Lattner2005-05-131-7/+14
* rename the ADJCALLSTACKDOWN/ADJCALLSTACKUP nodes to be CALLSEQ_START/BEGIN.Chris Lattner2005-05-121-6/+6
* LowerCallTo now takes the cc to useChris Lattner2005-05-121-1/+2
* Add a little hookChris Lattner2005-05-121-0/+14
* new methodChris Lattner2005-05-111-0/+4
* Add READPORT, WRITEPORT, READIO, WRITEIO nodes, wrap long linesChris Lattner2005-05-092-6/+14
* Silence VC++ warnings about unsafe mixing of ints and bools with the | operator.Jeff Cohen2005-05-071-1/+1
* Add support for explicit calling conventionsChris Lattner2005-05-063-5/+36
* New fileChris Lattner2005-05-061-0/+54
* add a default argChris Lattner2005-05-061-1/+1
* Add a 'tail' marker for call instructions, patch contributed byChris Lattner2005-05-061-1/+5
* Remove vim settings from source code; people should use llvm/utils/vim/vimrcMisha Brukman2005-05-057-7/+0
* Convert tabs to spacesMisha Brukman2005-05-051-12/+12
* Implement count leading zeros (ctlz), count trailing zeros (cttz), and countAndrew Lenharth2005-05-033-5/+18
* add direct support for making GEP instrs with one indexChris Lattner2005-05-031-2/+8
* Add accessor method,Tanya Lattner2005-05-011-0/+1
* Adding ModuloSched SB.Tanya Lattner2005-05-011-0/+3
* Expose an option allowing unsafe math optimizations. Patch contributed byChris Lattner2005-04-301-0/+6
* Add llvm.sqrt intrinsic, patch contributed by Morten OfstadChris Lattner2005-04-301-0/+1
* Add FSQRT, FSIN, FCOS nodes, patch contributed by Morten OfstadChris Lattner2005-04-281-3/+3
* Implement Value* tracking for loads and stores in the selection DAG. This en...Andrew Lenharth2005-04-272-5/+51
* Add SimplyLibCalls.cpp to VC++ buildJeff Cohen2005-04-261-0/+1
* Shut GCC 4.0 up about classes that have virtual functions but a non-virtualReid Spencer2005-04-251-0/+2
* Declare a function to create the SimplifyLibCalls pass.Reid Spencer2005-04-251-0/+4
* Older compilers won't like the inline virtual destructor in the header fileReid Spencer2005-04-251-1/+1
* Fix a thinko in the documentation of the splitBasicBlock method. The branchReid Spencer2005-04-251-3/+3
* Shut GCC 4.0 up when it complains about classes with virtual functions thatReid Spencer2005-04-241-0/+1
* allow these to take a generic Value*Chris Lattner2005-04-241-4/+4
* * The aesthetic police is on patrol!!...Misha Brukman2005-04-231-15/+20
* Add a helper methodChris Lattner2005-04-231-0/+1
* This file is never referencedChris Lattner2005-04-231-65/+0
* add a method, remove a dead #includeChris Lattner2005-04-231-2/+1
* Add method to return the type this type will be promoted to if it isAlkis Evlogimenos2005-04-231-0/+14
* Convert tabs to spacesMisha Brukman2005-04-229-143/+140
* Convert tabs to spacesMisha Brukman2005-04-221-5/+5