2009-01-15 |
Richard Osborne | Don't fold address calculations which use negative... |
commit | commitdiff | tree | snapshot |
2009-01-15 |
Richard Osborne | Update the operands used when building LDAWSP instructi... |
commit | commitdiff | tree | snapshot |
2009-01-15 |
Gabor Greif | minor refactoring: use a more specific API |
commit | commitdiff | tree | snapshot |
2009-01-15 |
Scott Michel | - Convert remaining i64 custom lowering into custom... |
commit | commitdiff | tree | snapshot |
2009-01-15 |
Mikhail Glushenkov | Some small documentation fixes. |
commit | commitdiff | tree | snapshot |
2009-01-15 |
Mikhail Glushenkov | Clarify the documentation a bit. |
commit | commitdiff | tree | snapshot |
2009-01-14 |
Chris Lattner | Fix PR3325, a miscompilation of invokes by IPSCCP.... |
commit | commitdiff | tree | snapshot |
2009-01-14 |
Devang Patel | xfail for now. |
commit | commitdiff | tree | snapshot |
2009-01-14 |
Richard Osborne | Add pseudo instructions to the XCore for (load|store... |
commit | commitdiff | tree | snapshot |
2009-01-14 |
Nuno Lopes | fix crash in the case when some arg is null |
commit | commitdiff | tree | snapshot |
2009-01-14 |
Gabor Greif | minor simplification |
commit | commitdiff | tree | snapshot |
2009-01-14 |
Dale Johannesen | Fix the time regression I introduced in 464.h264ref... |
commit | commitdiff | tree | snapshot |
2009-01-14 |
Mikhail Glushenkov | Make -o a prefix option. |
commit | commitdiff | tree | snapshot |
2009-01-14 |
Devang Patel | Do not construct debug scope if RootScope *is* null. |
commit | commitdiff | tree | snapshot |
2009-01-14 |
Ted Kremenek | Add member template MallocAllocator::Allocate(Num)... |
commit | commitdiff | tree | snapshot |
2009-01-14 |
Chris Lattner | rewrite OptimizeAwayTrappingUsesOfLoads to 1) avoid... |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Devang Patel | Removoe MachineModuleInfo methods (and related DebugInf... |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Nuno Lopes | fix memleaks |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Dan Gohman | BT appears to be available on all >= i386 chips. |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Dan Gohman | Don't use a BT instruction if the AND has multiple... |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Dan Gohman | Disable the register+memory forms of the bt instruction... |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Devang Patel | Keep "has debug info" big in MachineModuleInfo to avoid... |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Devang Patel | Undo previous checkin. |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Dale Johannesen | Fix testsuite regressions from recursive inlining. |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Devang Patel | Use DwarfWriter to record dbg variables. |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Devang Patel | Use dwarf writer to decide whether the module has debug... |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Dan Gohman | Add bt instructions that take immediate operands. |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Dan Gohman | Fix a few more JIT encoding issues in the BT instructions. |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Dan Gohman | Use assertions to check for conditions that should... |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Dan Gohman | The list-td and list-tdrr schedulers don't yet support... |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Dan Gohman | Make instcombine ensure that all allocas are explicitly... |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Sanjiv Gupta | Checking in conditionals, function call, arrays and... |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Dan Gohman | Avoid referring to edge D after the Succs or Preds... |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Duncan Sands | When replacing uses and the same node is reached |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Duncan Sands | Mark this XFAIL for the moment. |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Duncan Sands | Fix some typos. Also, the WidenedVectors map |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Duncan Sands | Correct a comment - this is not a sign extension. |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Duncan Sands | Correct a comment. |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Nick Lewycky | Wind SCEV back in time, to Nov 18th. This 'fixes' PR327... |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Chris Lattner | add a new insertAfter method, patch by Tom Jablin! |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Chris Lattner | make -march=cpp handle the nocapture attribute, make... |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Evan Cheng | Un-tabify. |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Owen Anderson | Fix fallout from r62144. Evan, please double check... |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Evan Cheng | FIX llvm-gcc bootstrap on x86_64 linux. If a virtual... |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Devang Patel | Use DebugInfo interface to lower dbg_* intrinsics. |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Devang Patel | Use DebugInfo interface to lower dbg_* intrinsics. |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Devang Patel | Start using DebugInfo API to emit debug info. |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Dan Gohman | Document several current CodeGen limitations in LangRef... |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Devang Patel | Emit debug info, only if at least one compile unit... |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Devang Patel | If multiple compile units are seen then emit them indep... |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Devang Patel | Avoid cast<>, use light weith wrapper directly. |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Devang Patel | Use SrcLineInfo from DwarfWriter. The MachineModuleInfo... |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Dale Johannesen | Enable recursive inlining. Reduce inlining threshold |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Devang Patel | Add classof() methods to support isa<> and other relate... |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Dan Gohman | The LLVM Assembly Language Reference incorrectly stated... |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Dan Gohman | Fix the instructions to work even when PATH does not... |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Duncan Sands | Rename getABITypeSize to getTypePaddedSize, as |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Devang Patel | Add DwarfWriter interface to mainipulate source locatio... |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Chris Lattner | remove some dead options. |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Devang Patel | Clear debug info at the end of function processing. |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Devang Patel | There is no need to maintain separate labelid list... |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Rafael Espindola | Remove some dead code from the days llvm had type... |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Evan Cheng | Second test is only valid in 32-bit mode. |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Evan Cheng | Test for r62076. |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Evan Cheng | Fix PR3241: Currently EmitCopyFromReg emits a copy... |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Owen Anderson | More two-address fixes. This gets lua working with... |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Chris Lattner | make tblgen autogenerate the nocapture intrinsics for |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Chris Lattner | add scaffolding to emit argument attributes. No functi... |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Chris Lattner | make tblgen emit the entire Intrinsic::getAttributes... |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Chris Lattner | add nocapture attribute to llvm.mem* intrinsics and... |
commit | commitdiff | tree | snapshot |
2009-01-11 |
Dale Johannesen | Increase default inlining aggressiveness in partial |
commit | commitdiff | tree | snapshot |
2009-01-11 |
Gabor Greif | drats! remove tabs |
commit | commitdiff | tree | snapshot |
2009-01-11 |
Gabor Greif | simplify CallSite helper class to not consult the Instr... |
commit | commitdiff | tree | snapshot |
2009-01-11 |
Chris Lattner | Implement PR3313, and while I'm at it address a very... |
commit | commitdiff | tree | snapshot |
2009-01-11 |
Chris Lattner | Duncan is nervous about undefinedness of % with negativ... |
commit | commitdiff | tree | snapshot |
2009-01-11 |
Chris Lattner | do not generated GEPs into vectors where they don't... |
commit | commitdiff | tree | snapshot |
2009-01-11 |
Chris Lattner | Make a couple of cleanups to the instcombine bitcast/gep |
commit | commitdiff | tree | snapshot |
2009-01-11 |
Nick Lewycky | Use the spiffy new getAlignmentFromAttrs function. |
commit | commitdiff | tree | snapshot |
2009-01-11 |
Evan Cheng | CheckForPhysRegDependency should not return copy cost... |
commit | commitdiff | tree | snapshot |
2009-01-11 |
Bill Wendling | Fix naming of file. |
commit | commitdiff | tree | snapshot |
2009-01-11 |
Dan Gohman | Fix the example syntax for named sections. |
commit | commitdiff | tree | snapshot |
2009-01-10 |
Evan Cheng | This is a dup of pr2659.ll. |
commit | commitdiff | tree | snapshot |
2009-01-10 |
Bill Wendling | Adding unittests for SmallVector. Test by Talin. |
commit | commitdiff | tree | snapshot |
2009-01-10 |
Evan Cheng | 80 col violation. |
commit | commitdiff | tree | snapshot |
2009-01-10 |
Devang Patel | Reduce initial small vector sizes. |
commit | commitdiff | tree | snapshot |
2009-01-10 |
Devang Patel | Fix thinko. Create parent scope if parent descriptor... |
commit | commitdiff | tree | snapshot |
2009-01-09 |
Evan Cheng | Duplicated node may produce a non-physical register... |
commit | commitdiff | tree | snapshot |
2009-01-09 |
Evan Cheng | Add test case from PR2659. |
commit | commitdiff | tree | snapshot |
2009-01-09 |
Evan Cheng | Minor debug output tweak. |
commit | commitdiff | tree | snapshot |
2009-01-09 |
Misha Brukman | This has been replaced by llvm/utils/lint/cpp_lint... |
commit | commitdiff | tree | snapshot |
2009-01-09 |
Misha Brukman | Removed trailing whitespace. |
commit | commitdiff | tree | snapshot |
2009-01-09 |
Devang Patel | Request DwarfWriter. This will be used to handle dbg_... |
commit | commitdiff | tree | snapshot |
2009-01-09 |
Chris Lattner | fix typo Duncan noticed. |
commit | commitdiff | tree | snapshot |
2009-01-09 |
Chris Lattner | Fix PR3304 |
commit | commitdiff | tree | snapshot |
2009-01-09 |
Misha Brukman | Removed trailing whitespace from Makefiles. |
commit | commitdiff | tree | snapshot |
2009-01-09 |
Mikhail Glushenkov | Support llvmc plugins in out-of-tree projects. |
commit | commitdiff | tree | snapshot |
2009-01-09 |
Mikhail Glushenkov | Add a --check-graph option to llvmc. |
commit | commitdiff | tree | snapshot |
2009-01-09 |
Dan Gohman | PR2659 was fixed by r61847. Add the testcase as a regre... |
commit | commitdiff | tree | snapshot |
2009-01-09 |
Chris Lattner | Implement rdar://6480391, extending of equality icmp... |
commit | commitdiff | tree | snapshot |
2009-01-09 |
Chris Lattner | Remove some old code that looks like a remanant from... |
commit | commitdiff | tree | snapshot |
next |