summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bytecode
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implement error handling in OpenAndLoad* functions so the Linker can handle it.Reid Spencer2004-12-131-13/+22
* Path::get -> Path::toStringReid Spencer2004-12-114-23/+26
* Remove a dead field, make the map go to integer type ID to hash better andChris Lattner2004-12-092-17/+12
* Remove #include inadvertently addedChris Lattner2004-12-091-2/+0
* Eliminate this ugly hack. This was put back in when replaceAllUsesOf usedChris Lattner2004-12-091-30/+6
* Provide more information in the error message that occurs when there areReid Spencer2004-12-041-2/+10
* Check in some patches for better assertionsChris Lattner2004-12-042-0/+4
* Do not allow bytecode files with unresolved references to be read. DoingChris Lattner2004-12-041-1/+7
* RevisionNum is read by error(), initialize it early.Chris Lattner2004-11-301-0/+1
OpenPOWER on IntegriCloud