aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Bytecode
Commit message (Expand)AuthorAgeFilesLines
* Handle the removal of the debug chain.Jim Laskey2006-03-131-2/+2
* Simplify the autoupgrade interfaceChris Lattner2006-03-021-6/+3
* Fix auto-upgrade of intrinsics to work properly with both assembly andReid Spencer2006-01-272-18/+33
* add bc reader/writer support for inline asmChris Lattner2006-01-256-34/+74
* Make it even more portable.Jeff Cohen2006-01-251-1/+1
* Portably cast a pointer to an integer.Jeff Cohen2006-01-251-1/+1
* Rename methodChris Lattner2006-01-242-2/+2
* Add support for reading/writing inline asmChris Lattner2006-01-232-1/+8
* Revert last patch because it messes up the JIT, amongst other things.Reid Spencer2006-01-231-5/+14
* For PR411:Reid Spencer2006-01-231-14/+5
* 1. Identify bytecode modules that have upgraded intrinsics by setting aReid Spencer2006-01-191-7/+19
* Add a flag to identify bytecode files that have intrinsic functions thatReid Spencer2006-01-191-0/+7
* Make sure intrinsic auto-upgrade is invoked correctly.Reid Spencer2006-01-191-0/+5
* Reader support for the insertelement operation.Robert Bocchino2006-01-171-0/+18
* For PR411:Reid Spencer2006-01-161-0/+2
* Added bytecode support for the extractelement operation.Robert Bocchino2006-01-101-0/+13
* more C++ daintinessDuraid Madina2005-12-261-0/+1
* I bet pinski knows why g++ accepts this stuffDuraid Madina2005-12-262-0/+3
* Fix a problem with llvm-ranlib that (on some platforms) caused the archiveReid Spencer2005-11-302-36/+72
* trivial cleanupChris Lattner2005-11-121-2/+2
* Fix reading LLVM 1.3 bc files.Chris Lattner2005-11-121-1/+1
* Read and write section info from/to .bc filesChris Lattner2005-11-123-20/+80
* Wrap long line.Jeff Cohen2005-11-121-1/+2
* Fix VC++ warning that bools cannot be ORed.Jeff Cohen2005-11-121-1/+1
* minor clarity changes, no functionality difference.Chris Lattner2005-11-061-2/+2
* don't misencode CC#'sChris Lattner2005-11-062-4/+5
* encode/decode function alignment in bc filesChris Lattner2005-11-062-24/+30
* Read/write global variable alignments if presentChris Lattner2005-11-062-6/+37
* Write/read allocation instruction alignment info to .bc files.Chris Lattner2005-11-052-8/+21
* DONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIVE nowChris Lattner2005-10-241-1/+0
* When a function takes a variable number of pointer arguments, with a zeroJeff Cohen2005-10-232-5/+7
* 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