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