summaryrefslogtreecommitdiff
path: root/lib/Bytecode
Commit message (Expand)AuthorAge
...
* fix the assertionChris Lattner2005-05-13
* Silence VC++ warnings about unsafe mixing of ints and bools with the | operator.Jeff Cohen2005-05-07
* remove some dead (always dynamically false) flagsChris Lattner2005-05-06
* encode calling conventions for call/invoke instructions.Chris Lattner2005-05-06
* encode function calling convs in the bytecode file. invoke and call areChris Lattner2005-05-06
* wrap a longlineChris Lattner2005-05-06
* add bytecode reader support for tail callsChris Lattner2005-05-06
* Remove vim settings from source code; people should use llvm/utils/vim/vimrcMisha Brukman2005-05-05
* add support for undef values of opaque type, addressing PR541Chris Lattner2005-05-05
* Add some extra checks. Opaque types don't have a null marker.Chris Lattner2005-05-05
* Convert tabs to spacesMisha Brukman2005-04-22
* * Remove trailing whitespaceMisha Brukman2005-04-21
* Remove trailing whitespaceMisha Brukman2005-04-21
* Remove trailing whitespaceMisha Brukman2005-04-21
* Use the actual uid/gid for defaulting the fields in the archive.Reid Spencer2005-04-21
* Eliminate calls to system dependent function getuid by usingReid Spencer2005-04-21
* Initialize fields mode, uid, and gid.Misha Brukman2005-04-20
* Align comments together for consistencyMisha Brukman2005-04-20
* This mega patch converts us from using Function::a{iterator|begin|end} toChris Lattner2005-03-15
* Fix an apparent ambiguity compiling on PPCChris Lattner2005-03-07
* simplify and speed up some codeChris Lattner2005-03-06
* second argument to Value::setName is now gone.Chris Lattner2005-03-05
* Fix spelling, patch contributed by Gabor Greif!Chris Lattner2005-02-27
* Implement an isBytecodeArchive method to determine if an archive containsReid Spencer2005-02-26
* use more specific cast.Chris Lattner2005-02-24
* Make the check for global variables the same as the one for functions. InReid Spencer2005-02-13
* Make sure to clear the LazyFunctionLoadMap after we ParseAllFunctionBodies.Chris Lattner2005-02-13
* Do not put internal symbols into the symbol table. This shrinks the symbolChris Lattner2005-02-13
* Fix the regressions my User changes introduced. Apparently some parts ofChris Lattner2005-01-31
* Adjust to changes in User class and minor changes in instruction ctors.Chris Lattner2005-01-29
* Properly close mapped files.Jeff Cohen2005-01-28
* Use binary mode for reading/writing bytecode filesJeff Cohen2005-01-22
* Remove potential platform portability issue with size of "int".Reid Spencer2004-12-29
* For PR351:Reid Spencer2004-12-21
* Remove the #include of llvm/Config/unistd.h as it is no longer needed.Reid Spencer2004-12-20
* Fix problems uncovered by VC++ (first time compiled by VC++)Jeff Cohen2004-12-20
* For PR351:Reid Spencer2004-12-15
* For PR351:Reid Spencer2004-12-13
* Make sure the Archive gets deleted if there's an error.Reid Spencer2004-12-13
* Implement error handling in OpenAndLoad* functions so the Linker can handle it.Reid Spencer2004-12-13
* Path::get -> Path::toStringReid Spencer2004-12-11
* Remove a dead field, make the map go to integer type ID to hash better andChris Lattner2004-12-09
* Remove #include inadvertently addedChris Lattner2004-12-09
* Eliminate this ugly hack. This was put back in when replaceAllUsesOf usedChris Lattner2004-12-09
* Provide more information in the error message that occurs when there areReid Spencer2004-12-04
* Check in some patches for better assertionsChris Lattner2004-12-04
* Do not allow bytecode files with unresolved references to be read. DoingChris Lattner2004-12-04
* RevisionNum is read by error(), initialize it early.Chris Lattner2004-11-30
* Compute the firstFileOffset correctly after reading the LLVM symbol table.Reid Spencer2004-11-28
* Adjust to Compressor interface changeReid Spencer2004-11-25