2004-01-01 |
John Criswell | Not all platforms supports sighandler_t, so I changed... |
commit | commitdiff | tree | snapshot |
2003-12-31 |
Chris Lattner | Add new ExecutionEngine::getGlobalValueAtAddress method... |
commit | commitdiff | tree | snapshot |
2003-12-31 |
Chris Lattner | Add new ExecutionEngine::getGlobalValueAtAddress method... |
commit | commitdiff | tree | snapshot |
2003-12-31 |
Chris Lattner | * Add a new helper progress method |
commit | commitdiff | tree | snapshot |
2003-12-31 |
Chris Lattner | Add some comments, add new getGlobalVariable method |
commit | commitdiff | tree | snapshot |
2003-12-31 |
Chris Lattner | Add some comments, add a new getGlobalVariable method |
commit | commitdiff | tree | snapshot |
2003-12-31 |
Chris Lattner | Add missing #include |
commit | commitdiff | tree | snapshot |
2003-12-31 |
Chris Lattner | * Make Module::getTypeName const |
commit | commitdiff | tree | snapshot |
2003-12-31 |
Chris Lattner | Make the lookup method const. |
commit | commitdiff | tree | snapshot |
2003-12-31 |
Chris Lattner | Add a bunch of fine tunings that Reid contributed.... |
commit | commitdiff | tree | snapshot |
2003-12-31 |
Chris Lattner | add new function |
commit | commitdiff | tree | snapshot |
2003-12-31 |
Chris Lattner | Add new function |
commit | commitdiff | tree | snapshot |
2003-12-31 |
Chris Lattner | clarify comments |
commit | commitdiff | tree | snapshot |
2003-12-31 |
Chris Lattner | New class, useful for command-line interactive programs. |
commit | commitdiff | tree | snapshot |
2003-12-31 |
Chris Lattner | doxygenify |
commit | commitdiff | tree | snapshot |
2003-12-31 |
Chris Lattner | testcase for PR198 |
commit | commitdiff | tree | snapshot |
2003-12-31 |
Chris Lattner | Fix PR198 |
commit | commitdiff | tree | snapshot |
2003-12-31 |
Chris Lattner | Add comments |
commit | commitdiff | tree | snapshot |
2003-12-31 |
Chris Lattner | Minor code cleanups. The only bugfix is to the UR_DEBU... |
commit | commitdiff | tree | snapshot |
2003-12-30 |
John Criswell | Updated from files in llvm/autoconf. This was done... |
commit | commitdiff | tree | snapshot |
2003-12-30 |
John Criswell | Moved aclocal.m4 to acinclude.m4. To re-generate the... |
commit | commitdiff | tree | snapshot |
2003-12-30 |
Chris Lattner | remove some useless #includes |
commit | commitdiff | tree | snapshot |
2003-12-30 |
Chris Lattner | Remove some pointless #includes |
commit | commitdiff | tree | snapshot |
2003-12-30 |
Chris Lattner | Use getFileSize() instead of sys/stat.h directly |
commit | commitdiff | tree | snapshot |
2003-12-30 |
Chris Lattner | Use new getFileSize function. Eliminate some using... |
commit | commitdiff | tree | snapshot |
2003-12-30 |
Chris Lattner | Use new getFileSize function instead of sys/stat.h... |
commit | commitdiff | tree | snapshot |
2003-12-30 |
Chris Lattner | Add new method |
commit | commitdiff | tree | snapshot |
2003-12-30 |
Chris Lattner | Add new function |
commit | commitdiff | tree | snapshot |
2003-12-30 |
Chris Lattner | Add a -disable-opt flag to gccas, so that we can use... |
commit | commitdiff | tree | snapshot |
2003-12-30 |
Chris Lattner | Further revisions of the FDHandle idea. In this versio... |
commit | commitdiff | tree | snapshot |
2003-12-30 |
Chris Lattner | Add a new class useful for providing fully materialized... |
commit | commitdiff | tree | snapshot |
2003-12-29 |
John Criswell | Allow C++ programs to end in .cc. This allows C++... |
commit | commitdiff | tree | snapshot |
2003-12-29 |
Chris Lattner | Add trivial exception specs to produce better code... |
commit | commitdiff | tree | snapshot |
2003-12-29 |
Chris Lattner | Factor FDHandle out of the bytecode reader into the... |
commit | commitdiff | tree | snapshot |
2003-12-29 |
Chris Lattner | implement new getToken function |
commit | commitdiff | tree | snapshot |
2003-12-29 |
Chris Lattner | add new function |
commit | commitdiff | tree | snapshot |
2003-12-28 |
Chris Lattner | What do you know, we actually do accomplish some things... |
commit | commitdiff | tree | snapshot |
2003-12-28 |
Chris Lattner | Clean up a lot of the code I added yesterday by exposin... |
commit | commitdiff | tree | snapshot |
2003-12-28 |
Alkis Evlogimenos | Reserve ECX and EDI instead of EBX and EDI. Since EBX... |
commit | commitdiff | tree | snapshot |
2003-12-28 |
Alkis Evlogimenos | Add coalescing to register allocator. A hint is added... |
commit | commitdiff | tree | snapshot |
2003-12-28 |
Alkis Evlogimenos | Add TargetInstrInfo::isMoveInstr() to support coalescin... |
commit | commitdiff | tree | snapshot |
2003-12-28 |
Chris Lattner | Whoops, don't try to lower non intrinsic calls |
commit | commitdiff | tree | snapshot |
2003-12-28 |
Chris Lattner | Pass extra arguments around n stuph |
commit | commitdiff | tree | snapshot |
2003-12-28 |
Chris Lattner | We may now pass IntrinsicLowering implementations into... |
commit | commitdiff | tree | snapshot |
2003-12-28 |
Chris Lattner | implement support for the intrinsic lowering functionality |
commit | commitdiff | tree | snapshot |
2003-12-28 |
Chris Lattner | Eliminate some code that is not needed now that we... |
commit | commitdiff | tree | snapshot |
2003-12-28 |
Chris Lattner | Pass around IntrinsicLowering instances as appropriate. |
commit | commitdiff | tree | snapshot |
2003-12-28 |
Chris Lattner | Use the intrinsic lowering functionality |
commit | commitdiff | tree | snapshot |
2003-12-28 |
Chris Lattner | add argument |
commit | commitdiff | tree | snapshot |
2003-12-28 |
Chris Lattner | ABC's must have virtual dtors! Shame on me! |
commit | commitdiff | tree | snapshot |
2003-12-28 |
Chris Lattner | Move into the VMCore library |
commit | commitdiff | tree | snapshot |
2003-12-28 |
Chris Lattner | Move header into top-level llvm dir |
commit | commitdiff | tree | snapshot |
2003-12-28 |
Chris Lattner | Implement the default implementation of the intrinsic... |
commit | commitdiff | tree | snapshot |
2003-12-28 |
Chris Lattner | Add new interface that allows removal of some code... |
commit | commitdiff | tree | snapshot |
2003-12-28 |
Chris Lattner | finegrainify namespacification |
commit | commitdiff | tree | snapshot |
2003-12-28 |
Chris Lattner | Merging constants can cause further room for improvemen... |
commit | commitdiff | tree | snapshot |
2003-12-28 |
Chris Lattner | Add a note |
commit | commitdiff | tree | snapshot |
2003-12-26 |
Chris Lattner | Factor code out of LLI |
commit | commitdiff | tree | snapshot |
2003-12-26 |
Chris Lattner | New method |
commit | commitdiff | tree | snapshot |
2003-12-26 |
Chris Lattner | Factor out code to ExecutionEngine |
commit | commitdiff | tree | snapshot |
2003-12-26 |
Chris Lattner | Simplify code |
commit | commitdiff | tree | snapshot |
2003-12-26 |
Chris Lattner | minor cleanups |
commit | commitdiff | tree | snapshot |
2003-12-26 |
Chris Lattner | * eliminate the -f argument to lli, as it was silly... |
commit | commitdiff | tree | snapshot |
2003-12-26 |
Chris Lattner | No longer run atExit functions from run() |
commit | commitdiff | tree | snapshot |
2003-12-26 |
Chris Lattner | No longer run atExit functions from run() |
commit | commitdiff | tree | snapshot |
2003-12-26 |
Chris Lattner | Rename 'run' to 'runFunction' to emphasize that it... |
commit | commitdiff | tree | snapshot |
2003-12-26 |
Chris Lattner | update comment |
commit | commitdiff | tree | snapshot |
2003-12-24 |
Alkis Evlogimenos | Improve debugging output when choosing a register to... |
commit | commitdiff | tree | snapshot |
2003-12-24 |
Alkis Evlogimenos | Do a separate pass to compute spill weights because... |
commit | commitdiff | tree | snapshot |
2003-12-23 |
Chris Lattner | boog fixed |
commit | commitdiff | tree | snapshot |
2003-12-23 |
Chris Lattner | Hrm is a really nasty ommission. The lack of this... |
commit | commitdiff | tree | snapshot |
2003-12-23 |
John Criswell | Corrected typo. |
commit | commitdiff | tree | snapshot |
2003-12-23 |
Chris Lattner | Right, fix the problem with invoke instructions, not... |
commit | commitdiff | tree | snapshot |
2003-12-23 |
Chris Lattner | Do not delete the type holder until after the call... |
commit | commitdiff | tree | snapshot |
2003-12-23 |
John Criswell | Modified the logic so that library objects with main... |
commit | commitdiff | tree | snapshot |
2003-12-23 |
Chris Lattner | Minor cleanups, plug a minor memory leak |
commit | commitdiff | tree | snapshot |
2003-12-23 |
Alkis Evlogimenos | Change the way free regusters are computed and perform... |
commit | commitdiff | tree | snapshot |
2003-12-23 |
John Criswell | Modified the linker so that it always links in an objec... |
commit | commitdiff | tree | snapshot |
2003-12-23 |
Chris Lattner | Rename method |
commit | commitdiff | tree | snapshot |
2003-12-23 |
Chris Lattner | rename ClassifyExpression -> ClassifyExpr |
commit | commitdiff | tree | snapshot |
2003-12-23 |
Chris Lattner | Rename ClassifyExpression -> ClassifyExpr |
commit | commitdiff | tree | snapshot |
2003-12-23 |
Chris Lattner | More minor non-functional changes. This now computes... |
commit | commitdiff | tree | snapshot |
2003-12-23 |
Chris Lattner | Remove extraneous #include |
commit | commitdiff | tree | snapshot |
2003-12-23 |
Chris Lattner | Finegrainify namespacification |
commit | commitdiff | tree | snapshot |
2003-12-22 |
Chris Lattner | bug fixed |
commit | commitdiff | tree | snapshot |
2003-12-22 |
Chris Lattner | Fix memory corruption bug PR193 |
commit | commitdiff | tree | snapshot |
2003-12-22 |
John Criswell | Reverted back to revision 1.11. The previous fix doesn... |
commit | commitdiff | tree | snapshot |
2003-12-22 |
Alkis Evlogimenos | Fix crash when compiling twolf. |
commit | commitdiff | tree | snapshot |
2003-12-22 |
Chris Lattner | Don't mind me, I'm just refactoring away. This patch... |
commit | commitdiff | tree | snapshot |
2003-12-22 |
Chris Lattner | finegrainify namespacification |
commit | commitdiff | tree | snapshot |
2003-12-22 |
Chris Lattner | new testcase for cananonicalization of subtracts |
commit | commitdiff | tree | snapshot |
2003-12-22 |
Chris Lattner | Implement IndVarsSimplify/pointer-indvars.ll, transform... |
commit | commitdiff | tree | snapshot |
2003-12-22 |
Chris Lattner | finegrainify namespacification |
commit | commitdiff | tree | snapshot |
2003-12-22 |
Chris Lattner | Doxygenize methods, add new getIntPtrType method |
commit | commitdiff | tree | snapshot |
2003-12-22 |
Chris Lattner | New testcase to see if -indvars can promote pointer... |
commit | commitdiff | tree | snapshot |
2003-12-22 |
Chris Lattner | fix grammao |
commit | commitdiff | tree | snapshot |
2003-12-22 |
Chris Lattner | Bug fixed |
commit | commitdiff | tree | snapshot |
2003-12-22 |
Chris Lattner | The GCC problem is not specific to suse |
commit | commitdiff | tree | snapshot |
2003-12-22 |
Chris Lattner | Fix PR194 |
commit | commitdiff | tree | snapshot |
2003-12-22 |
Misha Brukman | Really release memory used by functions. Patch by Chris. |
commit | commitdiff | tree | snapshot |
next |