aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2004-06-21Spell out `NoFramePointerElim' for readability.Misha Brukman
2004-06-21Make a single `NoFPElim' switch available to all targets.Misha Brukman
2004-06-21Let's be consistent: listing format `os/arch'.Misha Brukman
2004-06-21Rename Interval class to LiveInterval to avoid conflicting with the alreadyChris Lattner
2004-06-21Make ConstantBool act like a 1 bit ConstantInt, in order to simplify clientChris Lattner
2004-06-20Header moved into the CodeGen directoryChris Lattner
2004-06-20Start moving IntrinsicLowering out of VMCore into libcodegen, as per PR346Chris Lattner
2004-06-20Add methods like BinaryOperator::createAdd that take an instruction to insertChris Lattner
2004-06-19Initial checkin of the StableBasicBlockNumbering, a little helper class for c...Chris Lattner
2004-06-18Add a target-independent way to query page size.Misha Brukman
2004-06-17Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID()Chris Lattner
2004-06-16I'm afraid this doesn't exist.Brian Gaeke
2004-06-15isnan is deadChris Lattner
2004-06-12Add the isunordered intrinsic.Alkis Evlogimenos
2004-06-11It is no longer 2001Chris Lattner
2004-06-11Fix grammar: 's is for possessive only.Misha Brukman
2004-06-11Implement tracking of bytecode instruction size and the number of longReid Spencer
2004-06-11Revert an unneeded interface change to Instruction.hReid Spencer
2004-06-11I misled Alkis: LLVM should have isnan, not isunordered.Chris Lattner
2004-06-11Add the isunordered intrinsic.Alkis Evlogimenos
2004-06-10Updated the BytecodeAnalysis data structure to contain additional fieldsReid Spencer
2004-06-10Added an isPhiNode(unsigned) static method to determine if an opcode isReid Spencer
2004-06-10Remove extra space.Misha Brukman
2004-06-10Implemented the bulk of the functionality. Cleaned up the code.Reid Spencer
2004-06-10Add new BinaryOperator::createAdd/Sub/... methods to avoid having to typeChris Lattner
2004-06-09Add some new fields for bytecode analysis.Reid Spencer
2004-06-09Cleaned up a dead header file to prevent duplicate definition warningsReid Spencer
2004-06-08I checked and no clients expect this to return null for unconditional branchesChris Lattner
2004-06-08Add a forwarding method pop_front() that allows you to delete instructionsBrian Gaeke
2004-06-08Add a TmpInstruction ctor that doesn't take a MCFI.Brian Gaeke
2004-06-08Apparently a particular vendor compiler uses the struct/class tag to MANGLEChris Lattner
2004-06-08Fix case of doxygen directive `\p': it's lowercase.Misha Brukman
2004-06-08Add documentation to the TargetFrameInfo class, contributed by Vladimir PrusChris Lattner
2004-06-08Clean up documentation and make it possible for the BytecodeAnalyzer toReid Spencer
2004-06-07Commit For New Tool: llvm-abcd (Analysis of ByteCode Dumper). This toolReid Spencer
2004-06-07Added checks for mkstemp and getrusage.John Criswell
2004-06-05Macros are baaad.Chris Lattner
2004-06-05Don't #include <unistd.h> directly, go through the config filesChris Lattner
2004-06-05Warning fooChris Lattner
2004-06-04Revert ostream back to reference: the only user (llvm-tv) no longer needs it.Misha Brukman
2004-06-04Add some constants for VCChris Lattner
2004-06-04Fix a *really* dumb warning on VCChris Lattner
2004-06-04Fix more warningsChris Lattner
2004-06-04Remove support for printing strings from the cached writerChris Lattner
2004-06-04GCC doesn't like prefix form of cast with two identifiers I guess.Chris Lattner
2004-06-04Silence a warningChris Lattner
2004-06-04Add ssize_t for VC++Chris Lattner
2004-06-04<io.h> provides read/write/open/...Chris Lattner
2004-06-04Visual C has something resembling a stat function, but it doesn't provide S_I...Chris Lattner
2004-06-04Make this work on VC++, pull the HAVE_ALLOCA_H case out instead of duplicatingChris Lattner