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 |
2010-11-09 |
Dan Gohman | Translate IntrReadArgMem to AccessesArgumentsReadonly. |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Dan Gohman | Teach AliasAnalysis about AccessesArgumentsReadonly. |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Dan Gohman | Teach LICM and AliasSetTracker about AccessesArgumentsR... |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Dan Gohman | Teach FunctionAttrs about AccessesArgumentsReadonly. |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Matt Beaumont-Gay | Add a trivial virtual dtor to AbstractRegisterDescripti... |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Dan Gohman | AccessesArgumentsReadonly is read-only. |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Dan Gohman | Add a AccessesArgumentsReadonly ModRefBehavior value... |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Andrew Trick | Reverting r118604. Windows build broke. |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Dan Gohman | Factor out the logic for onlyReadsMemory into a helper... |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Dan Gohman | Delete AccessesArgumentsAndGlobals, which was unused. |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Jim Grosbach | Handle ARM constant pool values that need an explicit... |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Chris Lattner | add a case we fail to devirt. |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Jim Grosbach | Trailing whitespace. |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Andrew Trick | Adds RABasic verification and tracing. |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Jim Grosbach | Further MCize ARM constant pool values. This allows... |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Jim Grosbach | Add encoding of Rt to ARM LDR/STR w/ reg+reg offset... |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Owen Anderson | Last try to get this reference counting right, I swear. |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Owen Anderson | Really fix the leak in the attributes list. Thanks... |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Jim Grosbach | For ARM load/store instructions, encode [reg+reg] with... |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Jim Grosbach | ARM .word data fixups don't need an adjustment. |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Duncan Sands | Factorize code, no functionality change. |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Bruno Cardoso... | Fix trailing whitespace and style, no functionality... |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Jim Grosbach | Add encoder method for ARM load/store shifted register... |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Duncan Sands | Testcase for PR8211 (llc crash at -O0). |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Michael J.... | System/Path/Windows: Implement GetLLVMDefaultConfigDir. |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Michael J.... | System/Path/Windows: Generalize GetUserHomeDirectory. |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Michael J.... | System/Path/Windows: Make GetSystemLibraryPaths more... |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Michael J.... | System/Windows: Reduce dependencies. |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Michael J.... | System/Windows: Use normalized case and include method. |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Michael J.... | System/Path/Windows: Change GetRootDirectory to return... |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Michael J.... | Update comment. |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Owen Anderson | Fix leak in my recent fix for PR8442. |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Dan Gohman | Fix DAGCombiner to avoid folding a sext-in-reg or simil... |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Dan Gohman | Delete an extraneous svn:executable property. |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Jim Grosbach | Add support for a few simple fixups to the ARM Darwin... |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Dale Johannesen | Fix an inline asm pasto from 117667; was preventing |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Dan Gohman | Fix some places where error messages were being swallowed. |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Owen Anderson | Fix PR8441, a thread unsafe static variable in our... |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Bill Wendling | Revert r118457 and r118458. These won't hold for GPRs. |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Owen Anderson | Fix PR8441, a race condition in the static attributes... |
commit | commitdiff | tree | snapshot |
2010-11-08 |
Bill Wendling | Get the register and count from the register list operands. |
commit | commitdiff | tree | snapshot |
2010-11-08 |
Bill Wendling | reglist has two operands. |
commit | commitdiff | tree | snapshot |
2010-11-08 |
Bill Wendling | The "addRegListOperands()" function returns the start... |
commit | commitdiff | tree | snapshot |
2010-11-08 |
Dan Gohman | Add some comments noting some correspondences between... |
commit | commitdiff | tree | snapshot |
2010-11-08 |
Owen Anderson | Add support for ARM's specialized vector-compare-agains... |
commit | commitdiff | tree | snapshot |
2010-11-08 |
Bruno Cardoso... | Initial support for Mips32 and Mips32r2. Patch contribu... |
commit | commitdiff | tree | snapshot |
2010-11-08 |
Bill Wendling | Add "write back" bit encoding. |
commit | commitdiff | tree | snapshot |
2010-11-08 |
Bruno Cardoso... | Fix PR8211 |
commit | commitdiff | tree | snapshot |
2010-11-08 |
Michael J.... | Remove contributor names as per coding statndard. |
commit | commitdiff | tree | snapshot |
2010-11-08 |
Duncan Sands | Add an additional test for icmp of select folding. |
commit | commitdiff | tree | snapshot |
2010-11-08 |
Dan Gohman | Re-introduce the MaxLookup limit to BasicAliasAnalysis' |
commit | commitdiff | tree | snapshot |
2010-11-08 |
Dan Gohman | Add a testcase for a call which BasicAA says only acces... |
commit | commitdiff | tree | snapshot |
2010-11-08 |
Wesley Peck | Adding working version of assembly parser for the MBlaz... |
commit | commitdiff | tree | snapshot |
2010-11-08 |
Dan Gohman | Fix a thinko that Duncan spotted. |
commit | commitdiff | tree | snapshot |
2010-11-08 |
Dale Johannesen | Revert 118422 in search of bot verdancy. |
commit | commitdiff | tree | snapshot |
2010-11-08 |
Devang Patel | Document parameters. Fix typos. |
commit | commitdiff | tree | snapshot |
2010-11-08 |
Andrew Trick | Adds support for spilling previously allocated live... |
commit | commitdiff | tree | snapshot |
2010-11-08 |
Jason W Kim | Support -mcpu=cortex-a8 in ARM attributes - Has Fixme... |
commit | commitdiff | tree | snapshot |
2010-11-08 |
Daniel Dunbar | Fix typo. |
commit | commitdiff | tree | snapshot |
2010-11-08 |
Dan Gohman | Make FunctionAttrs TBAA-aware. |
commit | commitdiff | tree | snapshot |
2010-11-08 |
Dan Gohman | Implement getModRefBehavior for TypeBasedAliasAnalysis. |
commit | commitdiff | tree | snapshot |
2010-11-08 |
Jason W Kim | Complete listing of ARM/MC/ELF relocation enums |
commit | commitdiff | tree | snapshot |
2010-11-08 |
Dan Gohman | Extend the AliasAnalysis::pointsToConstantMemory interf... |
commit | commitdiff | tree | snapshot |
next |