2011-07-02 |
Duncan Sands | Supress gcc-4.5 warning about the result not being... |
commit | commitdiff | tree | snapshot |
2011-07-02 |
Duncan Sands | Remove unused constant. |
commit | commitdiff | tree | snapshot |
2011-07-02 |
Rafael Espindola | Use getVNInfoAt. |
commit | commitdiff | tree | snapshot |
2011-07-02 |
Jakob Stoklund... | Consistent diagnostic capitalization and redundant... |
commit | commitdiff | tree | snapshot |
2011-07-02 |
Jakob Stoklund... | Better diagnostics when inline asm fails to allocate. |
commit | commitdiff | tree | snapshot |
2011-07-02 |
Rafael Espindola | Check the VN of the src register at the two copies... |
commit | commitdiff | tree | snapshot |
2011-07-02 |
Eric Christopher | Be less specific about register allocation ordering. |
commit | commitdiff | tree | snapshot |
2011-07-02 |
Jakob Stoklund... | Include a source location when complaining about bad... |
commit | commitdiff | tree | snapshot |
2011-07-02 |
Andrew Trick | indvars -disable-iv-rewrite: bug fix involving weird... |
commit | commitdiff | tree | snapshot |
2011-07-02 |
Jakob Stoklund... | Use a new strategy for preventing eviction loops in... |
commit | commitdiff | tree | snapshot |
2011-07-02 |
Evan Cheng | Add getFeatureBits to extract feature bits for a given... |
commit | commitdiff | tree | snapshot |
2011-07-02 |
Eric Christopher | Remove the confusing getDarwinNumber() api and friends. |
commit | commitdiff | tree | snapshot |
2011-07-01 |
Cameron Zwarich | Take a stab at fixing the llvm-x86_64-linux-checks... |
commit | commitdiff | tree | snapshot |
2011-07-01 |
Eric Christopher | TargetConstant immediates won't be placed into register... |
commit | commitdiff | tree | snapshot |
2011-07-01 |
Douglas Gregor | Add initial *-*-rtems* target, from Joel Sherrill |
commit | commitdiff | tree | snapshot |
2011-07-01 |
Evan Cheng | Rename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc... |
commit | commitdiff | tree | snapshot |
2011-07-01 |
Evan Cheng | Add MCSubtargetInfo target registry stuff. |
commit | commitdiff | tree | snapshot |
2011-07-01 |
Dan Gohman | Teach IVUsers to stop at non-affine expressions unless... |
commit | commitdiff | tree | snapshot |
2011-07-01 |
Owen Anderson | Generalize @llvm.ctlz, @llvm.cttz, and @llvm.ctpop... |
commit | commitdiff | tree | snapshot |
2011-07-01 |
Eli Friedman | Calling-convention specifications for illegal types... |
commit | commitdiff | tree | snapshot |
2011-07-01 |
Jim Grosbach | ARMv7M vs. ARMv7E-M support. |
commit | commitdiff | tree | snapshot |
2011-07-01 |
Evan Cheng | Rename TargetSubtarget to TargetSubtargetInfo for consi... |
commit | commitdiff | tree | snapshot |
2011-07-01 |
Evan Cheng | - Added MCSubtargetInfo to capture subtarget features... |
commit | commitdiff | tree | snapshot |
2011-07-01 |
Jim Grosbach | Fix off-by-one error. |
commit | commitdiff | tree | snapshot |
2011-07-01 |
Evan Cheng | Hide the call to InitMCInstrInfo into tblgen generated... |
commit | commitdiff | tree | snapshot |
2011-07-01 |
Jim Grosbach | Pseudo-ize t2MOVCC[ri]. |
commit | commitdiff | tree | snapshot |
2011-07-01 |
Evan Cheng | Eliminate one extra conversion. |
commit | commitdiff | tree | snapshot |
2011-07-01 |
Duncan Sands | Disable commit 134216 ("Add 134199 back, but disable... |
commit | commitdiff | tree | snapshot |
2011-07-01 |
Francois Pichet | Another misuse of StringRef. MSVC is very sensitive... |
commit | commitdiff | tree | snapshot |
2011-07-01 |
Nick Lewycky | Fix likely typo, reduce number of instruction name... |
commit | commitdiff | tree | snapshot |
2011-07-01 |
Rafael Espindola | Fix use after free. |
commit | commitdiff | tree | snapshot |
2011-07-01 |
Rafael Espindola | Avoid DenseMap lookup. |
commit | commitdiff | tree | snapshot |
2011-07-01 |
Rafael Espindola | Fix off by one error. I misunderstood the comment about... |
commit | commitdiff | tree | snapshot |
2011-07-01 |
Rafael Espindola | Check the liveinterval, not the kill flag. |
commit | commitdiff | tree | snapshot |
2011-07-01 |
Jakob Stoklund... | Don't inflate register classes used by inline asm. |
commit | commitdiff | tree | snapshot |
2011-07-01 |
Akira Hatanaka | Improve Mips back-end's handling of DBG_VALUE. |
commit | commitdiff | tree | snapshot |
2011-07-01 |
Dan Gohman | Improve constant folding of undef for cmp and select... |
commit | commitdiff | tree | snapshot |
2011-07-01 |
Eric Christopher | Add support for the 'j' immediate constraint. This... |
commit | commitdiff | tree | snapshot |
2011-07-01 |
Dan Gohman | Improve constant folding of undef for binary operators. |
commit | commitdiff | tree | snapshot |
2011-07-01 |
Eric Christopher | Add support for the ARM 't' register constraint. And... |
commit | commitdiff | tree | snapshot |
2011-07-01 |
Evan Cheng | Switch SubtargetFeatures from std::string to StringRef. |
commit | commitdiff | tree | snapshot |
2011-07-01 |
Eric Christopher | We'll return a null RC by default if we can't match. |
commit | commitdiff | tree | snapshot |
2011-07-01 |
Rafael Espindola | Add 134199 back, but disable the optimization when... |
commit | commitdiff | tree | snapshot |
2011-07-01 |
Eric Christopher | Add support for the 'x' constraint. |
commit | commitdiff | tree | snapshot |
2011-06-30 |
Bill Wendling | Remove tabs. |
commit | commitdiff | tree | snapshot |
2011-06-30 |
Eric Christopher | Capitalize the unsigned part of the initializer. |
commit | commitdiff | tree | snapshot |
2011-06-30 |
Eric Christopher | Rename Pair to RCPair lacking any better naming ideas. |
commit | commitdiff | tree | snapshot |
2011-06-30 |
Bill Wendling | Improve comment: Show the register the DWARF label... |
commit | commitdiff | tree | snapshot |
2011-06-30 |
Bill Wendling | Use the correct registers on X86_64. |
commit | commitdiff | tree | snapshot |
2011-06-30 |
Jakob Stoklund... | Fix a problem with fast-isel return values introduced... |
commit | commitdiff | tree | snapshot |
2011-06-30 |
Jim Grosbach | Refact ARM Thumb1 tMOVr instruction family. |
commit | commitdiff | tree | snapshot |
2011-06-30 |
Eric Christopher | Add support for the 'h' constraint. |
commit | commitdiff | tree | snapshot |
2011-06-30 |
Bill Wendling | Add target a target hook to get the register number... |
commit | commitdiff | tree | snapshot |
2011-06-30 |
Rafael Espindola | Revert my previous patch while I debug llvm-gcc bootstrap. |
commit | commitdiff | tree | snapshot |
2011-06-30 |
Bill Wendling | Add one more comment to the FDE verbose asm output. |
commit | commitdiff | tree | snapshot |
2011-06-30 |
Rafael Espindola | Don't give up on coalescing A and B when we find |
commit | commitdiff | tree | snapshot |
2011-06-30 |
Eric Christopher | Add a convenience typedef for std::pair<unsigned, const... |
commit | commitdiff | tree | snapshot |
2011-06-30 |
Jim Grosbach | Thumb1 register to register MOV instruction is predicable. |
commit | commitdiff | tree | snapshot |
2011-06-30 |
Bill Wendling | Add comments to the FDE. |
commit | commitdiff | tree | snapshot |
2011-06-30 |
Bill Wendling | Add more comments to the ASM output for the CIE's ... |
commit | commitdiff | tree | snapshot |
2011-06-30 |
Jakob Stoklund... | Tweak error messages to match GCC. Should fix gcc.targe... |
commit | commitdiff | tree | snapshot |
2011-06-30 |
Bill Wendling | Add comments to the ASM output to help understand the... |
commit | commitdiff | tree | snapshot |
2011-06-30 |
Rafael Espindola | Create a isFullCopy predicate. |
commit | commitdiff | tree | snapshot |
2011-06-30 |
Rafael Espindola | Add r134057 back, but splice the predecessor after... |
commit | commitdiff | tree | snapshot |
2011-06-30 |
Jim Grosbach | Pseudo-ize the Thumb tTPsoft instruction. |
commit | commitdiff | tree | snapshot |
2011-06-30 |
Andrew Trick | indvars -disable-iv-rewrite: handle cloning binary... |
commit | commitdiff | tree | snapshot |
2011-06-30 |
Jim Grosbach | Pseudo-ize the t2LDMIA_RET instruction. |
commit | commitdiff | tree | snapshot |
2011-06-30 |
Jim Grosbach | Pseudo-ize the Thumb tPOP_RET instruction. |
commit | commitdiff | tree | snapshot |
2011-06-30 |
Rafael Espindola | Remove dead code. |
commit | commitdiff | tree | snapshot |
2011-06-30 |
Duncan Sands | The enum was moved to ISDOpcodes.h. |
commit | commitdiff | tree | snapshot |
2011-06-30 |
Jim Grosbach | Kill dead code. |
commit | commitdiff | tree | snapshot |
2011-06-30 |
Jim Grosbach | Size reducing SP adjusting t2ADDri needs to check predi... |
commit | commitdiff | tree | snapshot |
2011-06-30 |
Evan Cheng | Fix ARMSubtarget feature parsing. |
commit | commitdiff | tree | snapshot |
2011-06-30 |
Evan Cheng | Fix the ridiculous SubtargetFeatures API where it impli... |
commit | commitdiff | tree | snapshot |
2011-06-30 |
Joerg Sonnenberger | Recognize the xstorerng alias for VIA PadLock's xstore... |
commit | commitdiff | tree | snapshot |
2011-06-30 |
Jakob Stoklund... | Reapply r134047 now that the world is ready for it. |
commit | commitdiff | tree | snapshot |
2011-06-30 |
Andrew Trick | indvars -disable-iv-rewrite: handle an edge case involv... |
commit | commitdiff | tree | snapshot |
2011-06-30 |
Eric Christopher | Remove getRegClassForInlineAsmConstraint and all depend... |
commit | commitdiff | tree | snapshot |
2011-06-30 |
Eric Christopher | Make sure we use the correct register class here since... |
commit | commitdiff | tree | snapshot |
2011-06-30 |
Eric Christopher | Fix a small thinko for constant i64 lock/orq optimizati... |
commit | commitdiff | tree | snapshot |
2011-06-30 |
Bill Wendling | * Use the proper size to output the range size. |
commit | commitdiff | tree | snapshot |
2011-06-29 |
Bill Wendling | Stupid error: If the LSDA and Personality functions... |
commit | commitdiff | tree | snapshot |
2011-06-29 |
Devang Patel | Revert r133953 for now. |
commit | commitdiff | tree | snapshot |
2011-06-29 |
Bill Wendling | We don't want to use relocations inside the compact... |
commit | commitdiff | tree | snapshot |
2011-06-29 |
Jim Grosbach | Remove redundant Thumb2 ADD/SUB SP instruction definitions. |
commit | commitdiff | tree | snapshot |
2011-06-29 |
Jakob Stoklund... | Always adjust the stack pointer immediately after the... |
commit | commitdiff | tree | snapshot |
2011-06-29 |
Andrew Trick | indvars -disable-iv-rewrite: insert new trunc instructi... |
commit | commitdiff | tree | snapshot |
2011-06-29 |
Andrew Trick | Added IRBuilder::SetInsertPoint(Use) to find a valid... |
commit | commitdiff | tree | snapshot |
2011-06-29 |
Andrew Trick | whitespace |
commit | commitdiff | tree | snapshot |
2011-06-29 |
Cameron Zwarich | In the ARM global merging pass, allow extraneous alignm... |
commit | commitdiff | tree | snapshot |
2011-06-29 |
Jim Grosbach | ARM RSCS* don't need explicit TableGen decoder checks. |
commit | commitdiff | tree | snapshot |
2011-06-29 |
Evan Cheng | Indentation |
commit | commitdiff | tree | snapshot |
2011-06-29 |
Eric Christopher | Remove getRegClassForInlineAsmConstraint from the ARM... |
commit | commitdiff | tree | snapshot |
2011-06-29 |
Eric Christopher | Remove todo. |
commit | commitdiff | tree | snapshot |
2011-06-29 |
Rafael Espindola | make compose and isMoveInstr static functions. |
commit | commitdiff | tree | snapshot |
2011-06-29 |
Jim Grosbach | Refactor away tSpill and tRestore pseudos in ARM backend. |
commit | commitdiff | tree | snapshot |
2011-06-29 |
Eric Christopher | Add a TODO for the Alpha port inline asm constraints. |
commit | commitdiff | tree | snapshot |
2011-06-29 |
Eric Christopher | Move Alpha from getRegClassForInlineAsmConstraint to |
commit | commitdiff | tree | snapshot |
2011-06-29 |
Eric Christopher | Update comment for getRegForInlineAsmConstraint for... |
commit | commitdiff | tree | snapshot |
2011-06-29 |
Eric Christopher | Move the Blackfin port away from getRegClassForInlineAs... |
commit | commitdiff | tree | snapshot |
next |