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 |
2003-12-21 |
Misha Brukman | Fix the URL to check the referrer for CSS conformity. |
commit | commitdiff | tree | snapshot |
2003-12-21 |
Alkis Evlogimenos | Remove verifyIntervals() since it doesn't actually... |
commit | commitdiff | tree | snapshot |
2003-12-21 |
Alkis Evlogimenos | Change weight into a float so that we can take into... |
commit | commitdiff | tree | snapshot |
2003-12-21 |
Chris Lattner | New testcase for PR194 |
commit | commitdiff | tree | snapshot |
2003-12-21 |
Alkis Evlogimenos | Move FP_REG_KILL closer to the return instruction. |
commit | commitdiff | tree | snapshot |
2003-12-21 |
Alkis Evlogimenos | Add support for inactive intervals. This effectively... |
commit | commitdiff | tree | snapshot |
2003-12-20 |
John Criswell | Fix PR#193. |
commit | commitdiff | tree | snapshot |
2003-12-20 |
Alkis Evlogimenos | Fix help string for --enable-spec2000 option |
commit | commitdiff | tree | snapshot |
2003-12-20 |
Alkis Evlogimenos | Move FP_REG_KILL closer to the actual branch instruction. |
commit | commitdiff | tree | snapshot |
2003-12-20 |
Alkis Evlogimenos | Remove floating point killer pass. This is now implemen... |
commit | commitdiff | tree | snapshot |
2003-12-20 |
Chris Lattner | Another day, another bug |
commit | commitdiff | tree | snapshot |
2003-12-20 |
Chris Lattner | Add a new target-independent machine code freeing pass |
commit | commitdiff | tree | snapshot |
2003-12-20 |
Chris Lattner | Finally, _actually delete the machine code_ for a funct... |
commit | commitdiff | tree | snapshot |
2003-12-20 |
Chris Lattner | This should not be needed anymore |
commit | commitdiff | tree | snapshot |
2003-12-20 |
Chris Lattner | Rearrange code, indent for the namespace, add the creat... |
commit | commitdiff | tree | snapshot |
2003-12-20 |
Chris Lattner | Fix memory leak in the stackifier, due to the machineba... |
commit | commitdiff | tree | snapshot |
2003-12-20 |
Chris Lattner | Finegrainify namespacification |
commit | commitdiff | tree | snapshot |
2003-12-20 |
Chris Lattner | Hoist some sparc specific code into the sparc target |
commit | commitdiff | tree | snapshot |
2003-12-20 |
Chris Lattner | * Finegrainify namespacification |
commit | commitdiff | tree | snapshot |
2003-12-20 |
Chris Lattner | Remove sparc specific passes from public headers |
commit | commitdiff | tree | snapshot |
2003-12-20 |
Chris Lattner | Remove a horrible API |
commit | commitdiff | tree | snapshot |
2003-12-20 |
Chris Lattner | PR135 is now finally fixed |
commit | commitdiff | tree | snapshot |
2003-12-20 |
Chris Lattner | Implement PR135, lazy emission of global variables |
commit | commitdiff | tree | snapshot |
2003-12-20 |
Chris Lattner | Cleanups to implement PR135 |
commit | commitdiff | tree | snapshot |
2003-12-20 |
Chris Lattner | Simple refactorings to prepare for lazy global emission |
commit | commitdiff | tree | snapshot |
2003-12-20 |
Chris Lattner | Simple refactorings to prepare for lazy global emission |
commit | commitdiff | tree | snapshot |
2003-12-20 |
Chris Lattner | A minor cleanup for better encapsulation |
commit | commitdiff | tree | snapshot |
2003-12-20 |
Chris Lattner | Cleanup the JIT as per PR176. This renames the VM... |
commit | commitdiff | tree | snapshot |
2003-12-20 |
Chris Lattner | Update for changes in the JIT |
commit | commitdiff | tree | snapshot |
2003-12-20 |
Chris Lattner | Rip JIT specific stuff out of TargetMachine, as per... |
commit | commitdiff | tree | snapshot |
next |