2009-01-16 |
Duncan Sands | Grammar fix. |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Mikhail Glushenkov | Registry.h should not depend on CommandLine.h. |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Evan Cheng | This is now passing. |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Mikhail Glushenkov | Delete trailing whitespace. |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Sanjiv Gupta | Reverting back 62301. |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Sanjiv Gupta | Few targets do not have a single directive to emit... |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Evan Cheng | ARMCompilationCallback should not save / restore vfp... |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Devang Patel | Validate debug info values only if DwarfDebug is initia... |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Evan Cheng | Clean up previous cast optimization a bit. Also make... |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Dan Gohman | Add support for instructions with multiple ComplexPatte... |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Devang Patel | Any debug info symbol is only valid if atleast one... |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Dan Gohman | Initial hazard recognizer support in post-pass scheduli... |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Devang Patel | Do not stumble over forward declared struct member. |
commit | commitdiff | tree | snapshot |
2009-01-15 |
Devang Patel | Validate dbg_* intrinsics before lowering them. |
commit | commitdiff | tree | snapshot |
2009-01-15 |
Mon P Wang | Added missing support to widen an operand from a bit... |
commit | commitdiff | tree | snapshot |
2009-01-15 |
Dan Gohman | Generalize the HazardRecognizer interface so that it... |
commit | commitdiff | tree | snapshot |
2009-01-15 |
Dan Gohman | Simplify the MachineLICM pass by having it only travers... |
commit | commitdiff | tree | snapshot |
2009-01-15 |
Rafael Espindola | Fix Alpha test and support for private linkage. |
commit | commitdiff | tree | snapshot |
2009-01-15 |
Mon P Wang | Expand insert/extract of a <4 x i32> with a variable... |
commit | commitdiff | tree | snapshot |
2009-01-15 |
Rafael Espindola | Add the private linkage. |
commit | commitdiff | tree | snapshot |
2009-01-15 |
Devang Patel | Use lightweight DebugInfo objects directly. |
commit | commitdiff | tree | snapshot |
2009-01-15 |
Dan Gohman | Move a few containers out of ScheduleDAGInstrs::BuildSc... |
commit | commitdiff | tree | snapshot |
2009-01-15 |
Nuno Lopes | add comment to explain my previous commit, as asked... |
commit | commitdiff | tree | snapshot |
2009-01-15 |
Gabor Greif | avoid using iterators when they get invalidated potentially |
commit | commitdiff | tree | snapshot |
2009-01-15 |
Devang Patel | Use variable's context to identify respective DbgScope. |
commit | commitdiff | tree | snapshot |
2009-01-15 |
Dan Gohman | Add load-folding table entries for BT*ri8 instructions. |
commit | commitdiff | tree | snapshot |
2009-01-15 |
Dan Gohman | Make getWidenVectorType const; this file was missed... |
commit | commitdiff | tree | snapshot |
2009-01-15 |
Dan Gohman | Make getWidenVectorType const. |
commit | commitdiff | tree | snapshot |
2009-01-15 |
Evan Cheng | Eliminate a redundant check. |
commit | commitdiff | tree | snapshot |
2009-01-15 |
Evan Cheng | - Teach CanEvaluateInDifferentType of this xform: sext... |
commit | commitdiff | tree | snapshot |
2009-01-15 |
Dan Gohman | More consts on TargetLowering references. |
commit | commitdiff | tree | snapshot |
2009-01-15 |
Dan Gohman | Use const with TargetLowering references in a few more... |
commit | commitdiff | tree | snapshot |
2009-01-15 |
Dan Gohman | Const-qualify getPreIndexedAddressParts and friends. |
commit | commitdiff | tree | snapshot |
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 |
next |