2006-01-27 |
Reid Spencer | Fix auto-upgrade of intrinsics to work properly with... |
blob | commitdiff | raw |
2006-01-25 |
Chris Lattner | add bc reader/writer support for inline asm |
blob | commitdiff | raw | diff to current |
2006-01-25 |
Jeff Cohen | Make it even more portable. |
blob | commitdiff | raw | diff to current |
2006-01-25 |
Jeff Cohen | Portably cast a pointer to an integer. |
blob | commitdiff | raw | diff to current |
2006-01-24 |
Chris Lattner | Rename method |
blob | commitdiff | raw | diff to current |
2006-01-23 |
Chris Lattner | Add support for reading/writing inline asm |
blob | commitdiff | raw | diff to current |
2006-01-23 |
Reid Spencer | Revert last patch because it messes up the JIT, amongst... |
blob | commitdiff | raw | diff to current |
2006-01-23 |
Reid Spencer | For PR411: |
blob | commitdiff | raw | diff to current |
2006-01-19 |
Reid Spencer | 1. Identify bytecode modules that have upgraded intrins... |
blob | commitdiff | raw | diff to current |
2006-01-19 |
Reid Spencer | Make sure intrinsic auto-upgrade is invoked correctly. |
blob | commitdiff | raw | diff to current |
2006-01-17 |
Robert Bocchino | Reader support for the insertelement operation. |
blob | commitdiff | raw | diff to current |
2006-01-16 |
Reid Spencer | For PR411: |
blob | commitdiff | raw | diff to current |
2006-01-10 |
Robert Bocchino | Added bytecode support for the extractelement operation. |
blob | commitdiff | raw | diff to current |
2005-11-12 |
Chris Lattner | Fix reading LLVM 1.3 bc files. |
blob | commitdiff | raw | diff to current |
2005-11-12 |
Chris Lattner | Read and write section info from/to .bc files |
blob | commitdiff | raw | diff to current |
2005-11-06 |
Chris Lattner | minor clarity changes, no functionality difference. |
blob | commitdiff | raw | diff to current |
2005-11-06 |
Chris Lattner | don't misencode CC#'s |
blob | commitdiff | raw | diff to current |
2005-11-06 |
Chris Lattner | encode/decode function alignment in bc files |
blob | commitdiff | raw | diff to current |
2005-11-06 |
Chris Lattner | Read/write global variable alignments if present |
blob | commitdiff | raw | diff to current |
2005-11-05 |
Chris Lattner | Write/read allocation instruction alignment info to... |
blob | commitdiff | raw | diff to current |
2005-10-23 |
Jeff Cohen | When a function takes a variable number of pointer... |
blob | commitdiff | raw | diff to current |
2005-10-03 |
Chris Lattner | Use a map to cache the ModuleType information, so we... |
blob | commitdiff | raw | diff to current |
2005-08-17 |
Jim Laskey | Culling out use of unions for converting FP to bits... |
blob | commitdiff | raw | diff to current |
2005-07-27 |
Jeff Cohen | Eliminate all remaining tabs and trailing spaces. |
blob | commitdiff | raw | diff to current |
2005-06-18 |
Andrew Lenharth | core changes for varargs |
blob | commitdiff | raw | diff to current |
2005-05-06 |
Chris Lattner | remove some dead (always dynamically false) flags |
blob | commitdiff | raw | diff to current |
2005-05-06 |
Chris Lattner | encode calling conventions for call/invoke instructions. |
blob | commitdiff | raw | diff to current |
2005-05-06 |
Chris Lattner | encode function calling convs in the bytecode file... |
blob | commitdiff | raw | diff to current |
2005-05-06 |
Chris Lattner | add bytecode reader support for tail calls |
blob | commitdiff | raw | diff to current |
2005-05-05 |
Misha Brukman | Remove vim settings from source code; people should... |
blob | commitdiff | raw | diff to current |
2005-05-05 |
Chris Lattner | Add some extra checks. Opaque types don't have a null... |
blob | commitdiff | raw | diff to current |
2005-04-21 |
Misha Brukman | Remove trailing whitespace |
blob | commitdiff | raw | diff to current |
2005-03-15 |
Chris Lattner | This mega patch converts us from using Function::a... |
blob | commitdiff | raw | diff to current |
2005-03-05 |
Chris Lattner | second argument to Value::setName is now gone. |
blob | commitdiff | raw | diff to current |
2005-02-24 |
Chris Lattner | use more specific cast. |
blob | commitdiff | raw | diff to current |
2005-02-13 |
Chris Lattner | Make sure to clear the LazyFunctionLoadMap after we... |
blob | commitdiff | raw | diff to current |
2005-01-31 |
Chris Lattner | Fix the regressions my User changes introduced. Appare... |
blob | commitdiff | raw | diff to current |
2005-01-29 |
Chris Lattner | Adjust to changes in User class and minor changes in... |
blob | commitdiff | raw | diff to current |
2004-12-20 |
Jeff Cohen | Fix problems uncovered by VC++ (first time compiled... |
blob | commitdiff | raw | diff to current |
2004-12-09 |
Chris Lattner | Remove a dead field, make the map go to integer type... |
blob | commitdiff | raw | diff to current |
2004-12-09 |
Chris Lattner | Remove #include inadvertently added |
blob | commitdiff | raw | diff to current |
2004-12-09 |
Chris Lattner | Eliminate this ugly hack. This was put back in when... |
blob | commitdiff | raw | diff to current |
2004-12-04 |
Reid Spencer | Provide more information in the error message that... |
blob | commitdiff | raw | diff to current |
2004-12-04 |
Chris Lattner | Do not allow bytecode files with unresolved references... |
blob | commitdiff | raw | diff to current |
2004-11-30 |
Chris Lattner | RevisionNum is read by error(), initialize it early. |
blob | commitdiff | raw | diff to current |
2004-11-19 |
Chris Lattner | Add note that this is for old bytecode files. |
blob | commitdiff | raw | diff to current |
2004-11-15 |
Chris Lattner | Use a per-function flag bit to indicate whether or... |
blob | commitdiff | raw | diff to current |
2004-11-15 |
Chris Lattner | Make *SURE* to null out the pointer before throwing... |
blob | commitdiff | raw | diff to current |
2004-11-15 |
Chris Lattner | Make functions default to having external linkage if... |
blob | commitdiff | raw | diff to current |
2004-11-14 |
Reid Spencer | Simplify decompression code by using the high level... |
blob | commitdiff | raw | diff to current |
2004-11-14 |
Misha Brukman | Mark an unmaterialized function as having GhostLinkage |
blob | commitdiff | raw | diff to current |
2004-11-07 |
Reid Spencer | * Comments & cleanup per CL code review. |
blob | commitdiff | raw | diff to current |
2004-11-06 |
Reid Spencer | Add support for compressed bytecode |
blob | commitdiff | raw | diff to current |
2004-10-16 |
Chris Lattner | Do not erroneously accept revision 6 bytecode files... |
blob | commitdiff | raw | diff to current |
2004-10-16 |
Chris Lattner | Add support for undef, unreachable, and function flags |
blob | commitdiff | raw | diff to current |
2004-10-14 |
Chris Lattner | Fit in 80 columns |
blob | commitdiff | raw | diff to current |
2004-09-28 |
Misha Brukman | Fix doxygen comment |
blob | commitdiff | raw | diff to current |
2004-09-27 |
Chris Lattner | The system ranlib on darwin occasionally adds two extra... |
blob | commitdiff | raw | diff to current |
2004-09-15 |
Reid Spencer | Convert code to compile with vc7.1. |
blob | commitdiff | raw | diff to current |
2004-09-03 |
Alkis Evlogimenos | Fixes to make LLVM compile with vc7.1. |
blob | commitdiff | raw | diff to current |
2004-09-01 |
Reid Spencer | Changes For Bug 352 |
blob | commitdiff | raw | diff to current |
2004-08-21 |
Reid Spencer | Get rid of an extraneous local variable. |
blob | commitdiff | raw | diff to current |
2004-08-21 |
Reid Spencer | Bytecode Reader Cleanup: |
blob | commitdiff | raw | diff to current |
2004-08-20 |
Brian Gaeke | Packed types, brought to you by Brad Jones |
blob | commitdiff | raw | diff to current |
2004-08-17 |
Reid Spencer | Bytecode File Format Changes: |
blob | commitdiff | raw | diff to current |
2004-08-04 |
Reid Spencer | Turn a use of intptr_t into a reinterpret_cast<uint64_t... |
blob | commitdiff | raw | diff to current |
2004-08-04 |
Chris Lattner | Make getGlobalTableValue not use getTypeSlot, this... |
blob | commitdiff | raw | diff to current |
2004-08-03 |
Chris Lattner | Do not do a linear std::find to reconstruct information... |
blob | commitdiff | raw | diff to current |
2004-07-27 |
Chris Lattner | Simplify code and silence warning |
blob | commitdiff | raw | diff to current |
2004-07-25 |
Chris Lattner | Fix a serious bug in the double constant reader. In... |
blob | commitdiff | raw | diff to current |
2004-07-25 |
Reid Spencer | Always write FP values correctly. |
blob | commitdiff | raw | diff to current |
2004-07-25 |
Reid Spencer | bug 263: |
blob | commitdiff | raw | diff to current |
2004-07-18 |
Reid Spencer | bug 122: |
blob | commitdiff | raw | diff to current |
2004-07-14 |
Brian Gaeke | Actually set the endian/pointersize flags on the module... |
blob | commitdiff | raw | diff to current |
2004-07-13 |
Brian Gaeke | Fix warning on SparcV9, where sizeof (int) != sizeof... |
blob | commitdiff | raw | diff to current |
2004-07-11 |
Reid Spencer | Various cleanups: |
blob | commitdiff | raw | diff to current |
2004-07-09 |
Reid Spencer | Error Handling Cleanup: |
blob | commitdiff | raw | diff to current |
2004-07-09 |
Reid Spencer | Fix a backwards compatibility bug found by Tanya. In... |
blob | commitdiff | raw | diff to current |
2004-07-05 |
Reid Spencer | Finalize bytecode dumping. The "handleFinish" method... |
blob | commitdiff | raw | diff to current |
2004-07-04 |
Reid Spencer | - Don't use macros to call the BytecodeHandler |
blob | commitdiff | raw | diff to current |
2004-06-29 |
Reid Spencer | MAJOR REWRITE. |
blob | commitdiff | raw | diff to current |
2004-06-17 |
Chris Lattner | Rename Type::PrimitiveID to TypeId and ::getPrimitiveID... |
blob | commitdiff | raw | diff to current |
2004-04-05 |
Chris Lattner | Implement support for a new LLVM 1.3 bytecode format... |
blob | commitdiff | raw | diff to current |
2004-04-03 |
Chris Lattner | Remove a bunch of cruft that was used to be backwards... |
blob | commitdiff | raw | diff to current |
2004-03-29 |
Chris Lattner | Make error message a bit nicer. |
blob | commitdiff | raw | diff to current |
2004-02-09 |
Chris Lattner | Start using the new and improve interface to FunctionTy... |
blob | commitdiff | raw | diff to current |
2004-01-20 |
Chris Lattner | Fix bogus warning and simplify code |
blob | commitdiff | raw | diff to current |
2004-01-20 |
Chris Lattner | Bugfixes for dealing with partially compactified functions |
blob | commitdiff | raw | diff to current |
2004-01-18 |
Chris Lattner | Save another 30K from 176.gcc by encoding the compactio... |
blob | commitdiff | raw | diff to current |
2004-01-18 |
Chris Lattner | Add support for reading bytecode files with compactiont... |
blob | commitdiff | raw | diff to current |
2004-01-17 |
Chris Lattner | Bytecode format for LLVM 1.2 no longer explicitly encod... |
blob | commitdiff | raw | diff to current |
2004-01-15 |
Chris Lattner | Allow bytecode files to refer directly to global values... |
blob | commitdiff | raw | diff to current |
2004-01-15 |
Chris Lattner | Fix PR73 |
blob | commitdiff | raw | diff to current |
2004-01-15 |
Chris Lattner | Change all of the bytecode reader primitives to throw... |
blob | commitdiff | raw | diff to current |
2004-01-14 |
Chris Lattner | Version 1.2 now supports encoding strings as a special... |
blob | commitdiff | raw | diff to current |
2004-01-14 |
Chris Lattner | Remove support for the pre-1.0 bytecode version #1... |
blob | commitdiff | raw | diff to current |
2003-12-30 |
Chris Lattner | remove some useless #includes |
blob | commitdiff | raw | diff to current |
2003-12-01 |
Chris Lattner | Emit & read more compressed bytecode by not emitting... |
blob | commitdiff | raw | diff to current |
2003-11-19 |
Chris Lattner | * Finegrainify namespacification |
blob | commitdiff | raw | diff to current |
2003-11-19 |
Chris Lattner | Minor speedup to do less linear time searches of infor... |
blob | commitdiff | raw | diff to current |
next |