summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2005-05-16remove deprecated methodsChris Lattner
2005-05-15Remove the check for the ffsll function. Its no longer needed by theReid Spencer
2005-05-15fix warningChris Lattner
2005-05-15fix compiler warningChris Lattner
2005-05-15Some cleanups for compilation with GCC 4.0.0 to remove warnings:Reid Spencer
2005-05-14Forgot to commit this earlier. Its part of the simplify-libcallsReid Spencer
2005-05-14add a new mapChris Lattner
2005-05-14Add a way to construct an arbitrary node, cleanly.Chris Lattner
2005-05-14add accessorsChris Lattner
2005-05-14Pass the dag into LowerOperationChris Lattner
2005-05-14Print the symbolic register name in a register allocator debug dump.Chris Lattner
2005-05-13Add an isTailCall flag to LowerCallToChris Lattner
2005-05-13add TAILCALL nodeChris Lattner
2005-05-13add a new methodChris Lattner
2005-05-13allow a virtual register to be associated with live-in values.Chris Lattner
2005-05-12rename the ADJCALLSTACKDOWN/ADJCALLSTACKUP nodes to be CALLSEQ_START/BEGIN.Chris Lattner
2005-05-12LowerCallTo now takes the cc to useChris Lattner
2005-05-12Add a little hookChris Lattner
2005-05-11new methodChris Lattner
2005-05-09Add READPORT, WRITEPORT, READIO, WRITEIO nodes, wrap long linesChris Lattner
2005-05-07Silence VC++ warnings about unsafe mixing of ints and bools with the | operator.Jeff Cohen
2005-05-06Add support for explicit calling conventionsChris Lattner
2005-05-06New fileChris Lattner
2005-05-06add a default argChris Lattner
2005-05-06Add a 'tail' marker for call instructions, patch contributed byChris Lattner
2005-05-05Remove vim settings from source code; people should use llvm/utils/vim/vimrcMisha Brukman
2005-05-05Convert tabs to spacesMisha Brukman
2005-05-03Implement count leading zeros (ctlz), count trailing zeros (cttz), and countAndrew Lenharth
2005-05-03add direct support for making GEP instrs with one indexChris Lattner
2005-05-01Add accessor method,Tanya Lattner
2005-05-01Adding ModuloSched SB.Tanya Lattner
2005-04-30Expose an option allowing unsafe math optimizations. Patch contributed byChris Lattner
2005-04-30Add llvm.sqrt intrinsic, patch contributed by Morten OfstadChris Lattner
2005-04-28Add FSQRT, FSIN, FCOS nodes, patch contributed by Morten OfstadChris Lattner
2005-04-27Implement Value* tracking for loads and stores in the selection DAG. This en...Andrew Lenharth
2005-04-26Add SimplyLibCalls.cpp to VC++ buildJeff Cohen
2005-04-25Shut GCC 4.0 up about classes that have virtual functions but a non-virtualReid Spencer
2005-04-25Declare a function to create the SimplifyLibCalls pass.Reid Spencer
2005-04-25Older compilers won't like the inline virtual destructor in the header fileReid Spencer
2005-04-25Fix a thinko in the documentation of the splitBasicBlock method. The branchReid Spencer
2005-04-24Shut GCC 4.0 up when it complains about classes with virtual functions thatReid Spencer
2005-04-24allow these to take a generic Value*Chris Lattner
2005-04-23* The aesthetic police is on patrol!!...Misha Brukman
2005-04-23Add a helper methodChris Lattner
2005-04-23This file is never referencedChris Lattner
2005-04-23add a method, remove a dead #includeChris Lattner
2005-04-23Add method to return the type this type will be promoted to if it isAlkis Evlogimenos
2005-04-22Convert tabs to spacesMisha Brukman
2005-04-22Convert tabs to spacesMisha Brukman
2005-04-22Convert tabs to spacesMisha Brukman