aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add more needed typedefsChris Lattner2004-06-042-0/+4
* Add explicit casts to silence warnings. There is no need to use snprintf here.Chris Lattner2004-06-042-8/+8
* Make this work with VC++Chris Lattner2004-06-042-0/+14
* Fix a nasty bug that caused areAliases to always return false.Chris Lattner2004-06-041-1/+1
* Clarify documentation and use correct doxygen comment form /// vs. // .Misha Brukman2004-06-041-8/+11
* The prototype for ParseCommandLineOptions changed at some point, but thisChris Lattner2004-06-032-2/+2
* Adjust argument to match destination data typeChris Lattner2004-06-031-1/+1
* Don't use identifiers that start with an _Chris Lattner2004-06-031-2/+2
* Only use the non-standards-compliant std::distance on the compiler that isChris Lattner2004-06-032-8/+10
* Fix case of doxygen directive \p.Misha Brukman2004-06-031-1/+1
* Collapse together the abstract superclass TargetRegInfo and SparcV9RegInfo, itsBrian Gaeke2004-06-031-2/+2
* Delete the V9 specific findOptimalStorageSize method, inlining it into all ca...Chris Lattner2004-06-021-12/+6
* Add a new CopyFile functionChris Lattner2004-06-022-2/+10