aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* On win32, process.h provides some of the traditional stuff that unistdChris Lattner2004-06-012-0/+8
* Pull Interval class out of LiveIntervals.Alkis Evlogimenos2004-05-301-50/+40
* Add comparator useful for natural comparisons on collections withAlkis Evlogimenos2004-05-302-0/+12
* When spilling an register, introduce a new temporary for each of itsAlkis Evlogimenos2004-05-301-4/+6
* Remove defs vector from live intervals.Alkis Evlogimenos2004-05-291-2/+0
* Fix bizzare problems when you include Config/dlfcn and Config/windows.h inChris Lattner2004-05-282-4/+4
* Eliminate this form of SymbolTable::remove. It ignores the type argumentChris Lattner2004-05-281-4/+3
* Add a new function for the JITChris Lattner2004-05-282-0/+14
* Add a pair of functions to hide system specific details of mapping a file in ...Chris Lattner2004-05-282-2/+22
* An "autoconf wrapper" for the infamous windows.h fileChris Lattner2004-05-272-0/+46
* Added a check for a new header file.John Criswell2004-05-272-0/+6
* Beta-test moving a header from include/Support into the llvm hierarchy:Chris Lattner2004-05-271-32/+0