aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Bytecode
Commit message (Expand)AuthorAgeFilesLines
* Use a map to cache the ModuleType information, so we can do logarithmicChris Lattner2005-10-032-8/+47
* speed up Archive::isBytecodeArchive in the case when the archive doesn't haveChris Lattner2005-09-231-18/+24
* Culling out use of unions for converting FP to bits and vice versa.Jim Laskey2005-08-172-37/+21
* This is a dummy, it doesn't matter what the ValueType isChris Lattner2005-08-161-1/+1
* Eliminate all remaining tabs and trailing spaces.Jeff Cohen2005-07-273-13/+13
* Final Changes For PR495:Reid Spencer2005-07-081-4/+4
* For PR495:Reid Spencer2005-07-072-4/+4
* If we support structs as va_list, we must pass pointers to them to va_copyAndrew Lenharth2005-06-221-4/+8
* va_end fixAndrew Lenharth2005-06-191-0/+1
* core changes for varargsAndrew Lenharth2005-06-184-22/+135
* Remove code for conversion from old style va_args. Preparing the way forAndrew Lenharth2005-06-081-76/+3
* fix the assertionChris Lattner2005-05-131-1/+1
* Silence VC++ warnings about unsafe mixing of ints and bools with the | operator.Jeff Cohen2005-05-071-2/+2
* remove some dead (always dynamically false) flagsChris Lattner2005-05-062-36/+1
* encode calling conventions for call/invoke instructions.Chris Lattner2005-05-062-14/+80
* encode function calling convs in the bytecode file. invoke and call areChris Lattner2005-05-062-1/+16
* wrap a longlineChris Lattner2005-05-061-1/+2
* add bytecode reader support for tail callsChris Lattner2005-05-062-1/+6
* Remove vim settings from source code; people should use llvm/utils/vim/vimrcMisha Brukman2005-05-056-6/+0
* add support for undef values of opaque type, addressing PR541Chris Lattner2005-05-052-12/+13
* Add some extra checks. Opaque types don't have a null marker.Chris Lattner2005-05-051-4/+10
* Convert tabs to spacesMisha Brukman2005-04-221-1/+1
* * Remove trailing whitespaceMisha Brukman2005-04-215-135/+135
* Remove trailing whitespaceMisha Brukman2005-04-214-241/+241
* Remove trailing whitespaceMisha Brukman2005-04-214-93/+93
* Use the actual uid/gid for defaulting the fields in the archive.Reid Spencer2005-04-211-2/+3
* Eliminate calls to system dependent function getuid by usingReid Spencer2005-04-211-2/+3
* Initialize fields mode, uid, and gid.Misha Brukman2005-04-201-0/+6
* Align comments together for consistencyMisha Brukman2005-04-201-1/+1
* This mega patch converts us from using Function::a{iterator|begin|end} toChris Lattner2005-03-154-10/+10
* Fix an apparent ambiguity compiling on PPCChris Lattner2005-03-071-1/+1
* simplify and speed up some codeChris Lattner2005-03-062-4/+1
* second argument to Value::setName is now gone.Chris Lattner2005-03-051-1/+1
* Fix spelling, patch contributed by Gabor Greif!Chris Lattner2005-02-271-1/+1
* Implement an isBytecodeArchive method to determine if an archive containsReid Spencer2005-02-261-0/+29
* use more specific cast.Chris Lattner2005-02-241-1/+1
* Make the check for global variables the same as the one for functions. InReid Spencer2005-02-131-1/+1
* Make sure to clear the LazyFunctionLoadMap after we ParseAllFunctionBodies.Chris Lattner2005-02-131-1/+2
* Do not put internal symbols into the symbol table. This shrinks the symbolChris Lattner2005-02-131-21/+11
* Fix the regressions my User changes introduced. Apparently some parts ofChris Lattner2005-01-311-1/+4
* Adjust to changes in User class and minor changes in instruction ctors.Chris Lattner2005-01-292-21/+25
* Properly close mapped files.Jeff Cohen2005-01-282-3/+3
* Use binary mode for reading/writing bytecode filesJeff Cohen2005-01-221-2/+4
* Remove potential platform portability issue with size of "int".Reid Spencer2004-12-291-1/+3
* For PR351:Reid Spencer2004-12-211-10/+7
* Remove the #include of llvm/Config/unistd.h as it is no longer needed.Reid Spencer2004-12-201-1/+0
* Fix problems uncovered by VC++ (first time compiled by VC++)Jeff Cohen2004-12-203-3/+3
* For PR351:Reid Spencer2004-12-151-1/+0
* For PR351:Reid Spencer2004-12-131-20/+6
* Make sure the Archive gets deleted if there's an error.Reid Spencer2004-12-131-4/+4