2010-11-11 |
Owen Anderson | Flesh out tests for Thumb2 encodings of NEON instructions. |
commit | commitdiff | tree | snapshot |
2010-11-11 |
Dan Gohman | Delete unneeded ssp attributes. |
commit | commitdiff | tree | snapshot |
2010-11-11 |
Eric Christopher | Revert the accidental commit I made reverting the previ... |
commit | commitdiff | tree | snapshot |
2010-11-11 |
Jim Grosbach | Trailing whitespace. |
commit | commitdiff | tree | snapshot |
2010-11-11 |
Jim Grosbach | ARM fixup encoding for direct call instructions (BL). |
commit | commitdiff | tree | snapshot |
2010-11-11 |
Eric Christopher | Revert this temporarily. |
commit | commitdiff | tree | snapshot |
2010-11-11 |
Eric Christopher | Change the prologue and epilogue to use push/pop for... |
commit | commitdiff | tree | snapshot |
2010-11-11 |
Dan Gohman | Avoid calling alias on non-pointer values. |
commit | commitdiff | tree | snapshot |
2010-11-11 |
Owen Anderson | Add support for Thumb2 encodings of NEON data processin... |
commit | commitdiff | tree | snapshot |
2010-11-11 |
Rafael Espindola | Mark labels declared in tls sections as STT_TLS. This... |
commit | commitdiff | tree | snapshot |
2010-11-11 |
Wesley Peck | Fixed some bugs in MBlaze asm parser that were introduc... |
commit | commitdiff | tree | snapshot |
2010-11-11 |
Chris Lattner | add a note |
commit | commitdiff | tree | snapshot |
2010-11-11 |
Rafael Espindola | Initial comdat implementation. |
commit | commitdiff | tree | snapshot |
2010-11-11 |
Dan Gohman | TBAA-enable ArgumentPromotion. |
commit | commitdiff | tree | snapshot |
2010-11-11 |
Dan Gohman | Add a FIXME comment. |
commit | commitdiff | tree | snapshot |
2010-11-11 |
Jim Grosbach | Encoding of destination fixup for ARM branch and condit... |
commit | commitdiff | tree | snapshot |
2010-11-11 |
Andrew Trick | Check TRI->getReservedRegs because other allocators... |
commit | commitdiff | tree | snapshot |
2010-11-11 |
Dan Gohman | Add comments. |
commit | commitdiff | tree | snapshot |
2010-11-11 |
Rafael Espindola | Make AliasedSymbol able to handle MCTargetExpr. They... |
commit | commitdiff | tree | snapshot |
2010-11-11 |
Chris Lattner | add pr# |
commit | commitdiff | tree | snapshot |
2010-11-11 |
Jim Grosbach | Encoding for ARM LDRSH_POST. |
commit | commitdiff | tree | snapshot |
2010-11-11 |
Rafael Espindola | Fix the symbol index of weak references. Also make... |
commit | commitdiff | tree | snapshot |
2010-11-11 |
Dan Gohman | Add brief doxygen comments for AliasResult enum values. |
commit | commitdiff | tree | snapshot |
2010-11-11 |
Dan Gohman | Include ImmutablePass passes in -debug-pass=Arguments. |
commit | commitdiff | tree | snapshot |
2010-11-11 |
Dan Gohman | Remove the memmove->memcpy optimization from CodeGen... |
commit | commitdiff | tree | snapshot |
2010-11-11 |
Dan Gohman | Make Sink tbaa-aware. |
commit | commitdiff | tree | snapshot |
2010-11-11 |
Dan Gohman | It's safe to sink some instructions which are not safe... |
commit | commitdiff | tree | snapshot |
2010-11-11 |
NAKAMURA Takumi | CMake: Add the new option "LLVM_LIT_ARGS". |
commit | commitdiff | tree | snapshot |
2010-11-11 |
Rafael Espindola | Remove some explicit arguments to getELFSection. This is |
commit | commitdiff | tree | snapshot |
2010-11-11 |
Jim Grosbach | Encoding for ARM LDRSH and LDRSH_PRE. Cannonicalize... |
commit | commitdiff | tree | snapshot |
2010-11-11 |
Jim Grosbach | Fix encoding of Ra register for ARM smla* instructions. |
commit | commitdiff | tree | snapshot |
2010-11-11 |
Owen Anderson | Add support for specifying a PostEncoderMethod, which... |
commit | commitdiff | tree | snapshot |
2010-11-11 |
Jim Grosbach | ARM STRH encoding information. |
commit | commitdiff | tree | snapshot |
2010-11-11 |
Dan Gohman | Add a testcase which demonstrates alias analysis pass... |
commit | commitdiff | tree | snapshot |
2010-11-11 |
Jakob Stoklund... | Delete SplittingSpiller. It was not being used by anyon... |
commit | commitdiff | tree | snapshot |
2010-11-11 |
Dan Gohman | It's not necessary to clear out the Size and TBAATag... |
commit | commitdiff | tree | snapshot |
2010-11-11 |
Dan Gohman | Set NonLocalDepInfo's Size field to UnknownSize when... |
commit | commitdiff | tree | snapshot |
2010-11-11 |
Jakob Stoklund... | Insert two blank SlotIndexes between basic blocks inste... |
commit | commitdiff | tree | snapshot |
2010-11-11 |
Devang Patel | Document debuginfo-tests. |
commit | commitdiff | tree | snapshot |
2010-11-10 |
Jakob Stoklund... | Delete unused function. |
commit | commitdiff | tree | snapshot |
2010-11-10 |
Jakob Stoklund... | No need to add liveness that's already there. |
commit | commitdiff | tree | snapshot |
2010-11-10 |
Jakob Stoklund... | Hook up AliasAnalysis in InlineSpiller. This is used... |
commit | commitdiff | tree | snapshot |
2010-11-10 |
Jim Grosbach | Move LDM predicate operand encoding into base clase... |
commit | commitdiff | tree | snapshot |
2010-11-10 |
Jim Grosbach | ARM LDM encoding for the mode (ia, ib, da, db) operand. |
commit | commitdiff | tree | snapshot |
2010-11-10 |
Rafael Espindola | Factor some code into WriteSection. |
commit | commitdiff | tree | snapshot |
2010-11-10 |
Jim Grosbach | Fix ARM encoding of non-return LDM instructions. |
commit | commitdiff | tree | snapshot |
2010-11-10 |
Jim Grosbach | Fix ARM encoding of LDM+Return instruction. |
commit | commitdiff | tree | snapshot |
2010-11-10 |
Dan Gohman | When clearing a non-local pointer dependency cache... |
commit | commitdiff | tree | snapshot |
2010-11-10 |
Rafael Espindola | Update the section index map after we add the medatada... |
commit | commitdiff | tree | snapshot |
2010-11-10 |
Devang Patel | Take care of special characters while creating named... |
commit | commitdiff | tree | snapshot |
2010-11-10 |
Rafael Espindola | Use SectionIndexMap in WriteSymbolTable to make it... |
commit | commitdiff | tree | snapshot |
2010-11-10 |
Dan Gohman | Factor out the code for computing an AliasAnalysis... |
commit | commitdiff | tree | snapshot |
2010-11-10 |
Rafael Espindola | Factor some code into ComputeIndexMap. |
commit | commitdiff | tree | snapshot |
2010-11-10 |
Dan Gohman | Fully invalidate cached results when a prior query... |
commit | commitdiff | tree | snapshot |
2010-11-10 |
Nate Begeman | Fix an issue where we tried to turn a v2f32 build_vecto... |
commit | commitdiff | tree | snapshot |
2010-11-10 |
Duncan Sands | Reduce the maximum recursion depth, 5 seems pointlessly... |
commit | commitdiff | tree | snapshot |
2010-11-10 |
Dan Gohman | Enhance GVN to do more precise alias queries for non... |
commit | commitdiff | tree | snapshot |
2010-11-10 |
Rafael Espindola | Change the String<size> methods to take a fragment... |
commit | commitdiff | tree | snapshot |
2010-11-10 |
Jakob Stoklund... | Basic rematerialization during splitting. |
commit | commitdiff | tree | snapshot |
2010-11-10 |
Andrew Trick | RABasic is nearly functionally complete. There are... |
commit | commitdiff | tree | snapshot |
2010-11-10 |
Rafael Espindola | Use MCSectionELF in places we know we have an ELF section. |
commit | commitdiff | tree | snapshot |
2010-11-10 |
Dan Gohman | Use getValueOperand() and getPointerOperand() on load... |
commit | commitdiff | tree | snapshot |
2010-11-10 |
Dan Gohman | Rename AccessesArguments and AccessesArgumentsReadonly... |
commit | commitdiff | tree | snapshot |
2010-11-10 |
Duncan Sands | Teach InstructionSimplify how to look through PHI nodes... |
commit | commitdiff | tree | snapshot |
2010-11-10 |
Dan Gohman | Fix a copy+pasto Duncan noticed. |
commit | commitdiff | tree | snapshot |
2010-11-10 |
Dan Gohman | Add a doesAccessArgPointees helper function, and update... |
commit | commitdiff | tree | snapshot |
2010-11-10 |
Jim Grosbach | Simplify and clean up MC symbol lookup for ARM constant... |
commit | commitdiff | tree | snapshot |
2010-11-10 |
Dan Gohman | Factor out the code for testing whether a function... |
commit | commitdiff | tree | snapshot |
2010-11-10 |
Dan Gohman | Give NonLocalDepResult a NonLocalDepEntry member, replacing |
commit | commitdiff | tree | snapshot |
2010-11-10 |
Tobias Grosser | Detect if llvm-gcc is built on dragonegg. |
commit | commitdiff | tree | snapshot |
2010-11-10 |
Michael J.... | Fix Whitespace. |
commit | commitdiff | tree | snapshot |
2010-11-10 |
Michael J.... | System/Path: Update comments to match code. |
commit | commitdiff | tree | snapshot |
2010-11-10 |
Michael J.... | System/Win32/Path: Implement isSymLink. |
commit | commitdiff | tree | snapshot |
2010-11-10 |
Duncan Sands | Simplify binary operations where one operand is a selec... |
commit | commitdiff | tree | snapshot |
2010-11-10 |
NAKAMURA Takumi | Win32/Process.inc: [PR8527] Process::FileDescriptorIsDi... |
commit | commitdiff | tree | snapshot |
2010-11-10 |
Duncan Sands | There is no EndPtr anymore - reinterpret the original... |
commit | commitdiff | tree | snapshot |
2010-11-10 |
Jim Grosbach | Update ARMConstantPoolValue to not use a modifier strin... |
commit | commitdiff | tree | snapshot |
2010-11-10 |
Bruno Cardoso... | Add a test to the previous added clo instruction. Patch... |
commit | commitdiff | tree | snapshot |
2010-11-10 |
Bruno Cardoso... | Add clo instruction. Patch by Akira Hatanaka (ahatanaka... |
commit | commitdiff | tree | snapshot |
2010-11-10 |
Dale Johannesen | When checking that the necessary bits are zero in |
commit | commitdiff | tree | snapshot |
2010-11-10 |
Bill Wendling | Emit a '!' if this is a "writeback" register or memory... |
commit | commitdiff | tree | snapshot |
2010-11-10 |
Jakob Stoklund... | Simplify the LiveRangeEdit::canRematerializeAt() interf... |
commit | commitdiff | tree | snapshot |
2010-11-10 |
Dan Gohman | Make ModRefBehavior a lattice. Use this to clean up... |
commit | commitdiff | tree | snapshot |
2010-11-10 |
Matt Beaumont-Gay | Rename a parameter to avoid confusion with a local... |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Bill Wendling | Emit the warning about the register list not being... |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Dale Johannesen | Jim's recent fixes 118600, 118587, 118513 have made... |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Rafael Espindola | Fixed version of 118639 with an extra assert to catch... |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Bill Wendling | s/std::vector/SmallVector/ |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Rafael Espindola | Revert previous patch. Missed a case. |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Bill Wendling | Delete the allocated vector. |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Bob Wilson | Define the subtarget feature for the architecture version, |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Bob Wilson | Do not use MEMBARRIER_MCR for any Thumb code. |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Bill Wendling | Two types of instructions have register lists: |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Rafael Espindola | Remove IsExplicit. It was always false. |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Jim Grosbach | Change the ARMConstantPoolValue modifier string to... |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Andrew Trick | Adds RABasic verification and tracing. |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Dan Gohman | Convert comments to doxygen syntax. |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Dan Gohman | Teach FunctionAttrs about the VAArg instruction. |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Dan Gohman | Use the AliasAnalysis interface to determine how a... |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Dan Gohman | VAArg doesn't capture its operand. |
commit | commitdiff | tree | snapshot |
next |