2011-05-22 |
Chris Lattner | add support for LTO passes. |
commit | commitdiff | tree | snapshot |
2011-05-22 |
Chris Lattner | eliminate dependence on StandardPasses.h. The code... |
commit | commitdiff | tree | snapshot |
2011-05-22 |
Charles Davis | Include DataTypes.h from this header to get the uint... |
commit | commitdiff | tree | snapshot |
2011-05-22 |
Charles Davis | Allow access to the .pdata and .xdata sections through... |
commit | commitdiff | tree | snapshot |
2011-05-21 |
Chris Lattner | add an extension point mechanism that allow plugins... |
commit | commitdiff | tree | snapshot |
2011-05-21 |
Nick Lewycky | Add CreateLifetimeStart and CreateLifetimeEnd to the... |
commit | commitdiff | tree | snapshot |
2011-05-21 |
Duncan Sands | Revert commit 131781, to see if it fixes the x86-64... |
commit | commitdiff | tree | snapshot |
2011-05-21 |
Chris Lattner | add a new PassManagerBuilder class to replace StandardP... |
commit | commitdiff | tree | snapshot |
2011-05-21 |
Chris Lattner | add a copy ctor to TargetLibraryInfo. |
commit | commitdiff | tree | snapshot |
2011-05-21 |
Eli Friedman | PR7952: Make isa<> use the same logic as cast<>, so... |
commit | commitdiff | tree | snapshot |
2011-05-21 |
Benjamin Kramer | X86: smulo -> add is now done target-independently... |
commit | commitdiff | tree | snapshot |
2011-05-21 |
Benjamin Kramer | Implement mulo x, 2 -> addo x, x in DAGCombiner. |
commit | commitdiff | tree | snapshot |
2011-05-21 |
Benjamin Kramer | Merge and FileCheckize test cases. |
commit | commitdiff | tree | snapshot |
2011-05-21 |
Benjamin Kramer | Revert "InstCombine: Turn mul.with.overflow(X, 2) into... |
commit | commitdiff | tree | snapshot |
2011-05-21 |
Charles Davis | Don't allow .seh_handler and .seh_handlerdata directive... |
commit | commitdiff | tree | snapshot |
2011-05-21 |
Charles Davis | A handler for a function in the Win64 EH scheme can... |
commit | commitdiff | tree | snapshot |
2011-05-21 |
Benjamin Kramer | InstCombine: Turn mul.with.overflow(X, 2) into the... |
commit | commitdiff | tree | snapshot |
2011-05-21 |
Cameron Zwarich | Fix PR9978 by adding RIP to GR64_TC so it can be used... |
commit | commitdiff | tree | snapshot |
2011-05-21 |
Akira Hatanaka | Use the correct register to access stack frame objects. |
commit | commitdiff | tree | snapshot |
2011-05-21 |
Akira Hatanaka | Insert instructions that copy $sp to or from $fp at... |
commit | commitdiff | tree | snapshot |
2011-05-21 |
Dan Gohman | When BasicAA can determine that two pointers have the... |
commit | commitdiff | tree | snapshot |
2011-05-21 |
Andrew Trick | Have Program::Wait return -2 for crashed and timeouts... |
commit | commitdiff | tree | snapshot |
2011-05-21 |
Charles Davis | Set the "LastFrameInst" field when streaming a .seh_set... |
commit | commitdiff | tree | snapshot |
2011-05-20 |
Cameron Zwarich | Fix PR9962 by properly constraining register classes... |
commit | commitdiff | tree | snapshot |
2011-05-20 |
Akira Hatanaka | Change the order fixed objects are created in MipsTarge... |
commit | commitdiff | tree | snapshot |
2011-05-20 |
Charles Davis | Fix typo. When will I learn? |
commit | commitdiff | tree | snapshot |
2011-05-20 |
Eli Friedman | Add fast-isel support for byval calls on x86. |
commit | commitdiff | tree | snapshot |
2011-05-20 |
Charles Davis | Add .pdata and .xdata sections to the COFF TLOF impleme... |
commit | commitdiff | tree | snapshot |
2011-05-20 |
Jim Grosbach | No reason not to allow defining the CFA as a reg w... |
commit | commitdiff | tree | snapshot |
2011-05-20 |
Akira Hatanaka | In CC_MipsO32, allocate a stack space regardless of... |
commit | commitdiff | tree | snapshot |
2011-05-20 |
Jim Grosbach | Fix typo. |
commit | commitdiff | tree | snapshot |
2011-05-20 |
Jim Grosbach | Add support for frame info use of the .cfi_def_cfa... |
commit | commitdiff | tree | snapshot |
2011-05-20 |
Jim Grosbach | Add missing leading \t when printing .cfi_def_cfa in... |
commit | commitdiff | tree | snapshot |
2011-05-20 |
Akira Hatanaka | Define functions that get/set maximum call frame size. |
commit | commitdiff | tree | snapshot |
2011-05-20 |
Rafael Espindola | adds some attributes to attribute section when cpu... |
commit | commitdiff | tree | snapshot |
2011-05-20 |
Rafael Espindola | fixes target address tBL and tBLX and sets relocation... |
commit | commitdiff | tree | snapshot |
2011-05-20 |
Argyrios Kyrtzidis | Add asserts in StringRef to make sure we avoid undefine... |
commit | commitdiff | tree | snapshot |
2011-05-20 |
Stuart Hastings | Re-commit 131641 with fixes; de-pseudoize MOVSX16rr8... |
commit | commitdiff | tree | snapshot |
2011-05-20 |
Akira Hatanaka | Make $fp and $ra callee-saved registers and let PrologE... |
commit | commitdiff | tree | snapshot |
2011-05-20 |
Andrew Trick | indvars: Prototyping Sign/ZeroExtend elimination withou... |
commit | commitdiff | tree | snapshot |
2011-05-20 |
Charles Davis | Now that they're implemented, make the Win64 EH MCAsmSt... |
commit | commitdiff | tree | snapshot |
2011-05-20 |
Chad Rosier | Fixed regression due to commit 131709, which disables... |
commit | commitdiff | tree | snapshot |
2011-05-20 |
Evan Cheng | Revert accidental commit. |
commit | commitdiff | tree | snapshot |
2011-05-20 |
Charles Davis | "Implement" the HandlerData Win64 EH method in the... |
commit | commitdiff | tree | snapshot |
2011-05-20 |
Benjamin Kramer | Rename the "sandybridge" subtarget to "corei7-avx"... |
commit | commitdiff | tree | snapshot |
2011-05-20 |
Benjamin Kramer | Remove noisy semicolons. |
commit | commitdiff | tree | snapshot |
2011-05-20 |
Cameron Zwarich | Fix PR9960 by teaching SimpleRegisterCoalescing::Adjust... |
commit | commitdiff | tree | snapshot |
2011-05-20 |
Andrew Trick | indvars: minor cleanup in preparation for sign/zero... |
commit | commitdiff | tree | snapshot |
2011-05-20 |
Akira Hatanaka | Fix bug in which nodes that write to argument registers... |
commit | commitdiff | tree | snapshot |
2011-05-20 |
Akira Hatanaka | Remove code that creates unnecessary frame objects. |
commit | commitdiff | tree | snapshot |
2011-05-20 |
Akira Hatanaka | Define variables and functions in MipsFunctionInfo. |
commit | commitdiff | tree | snapshot |
2011-05-20 |
Chad Rosier | Don't attempt to tail call optimize for Win64. |
commit | commitdiff | tree | snapshot |
2011-05-20 |
Evan Cheng | Revert r131664 and fix it in instcombine instead. rdar... |
commit | commitdiff | tree | snapshot |
2011-05-19 |
Cameron Zwarich | Fix PR9955 by only attaching load memory operands to... |
commit | commitdiff | tree | snapshot |
2011-05-19 |
Eli Friedman | Add fast-isel support for zeroext and signext ret instr... |
commit | commitdiff | tree | snapshot |
2011-05-19 |
Rafael Espindola | Looks like OS X assemblers (including MC) don't like |
commit | commitdiff | tree | snapshot |
2011-05-19 |
Rafael Espindola | Misc code refactorings: |
commit | commitdiff | tree | snapshot |
2011-05-19 |
Eric Christopher | Oddly people want to use the 'r' constraint for fp... |
commit | commitdiff | tree | snapshot |
2011-05-19 |
Charles Davis | Implement the EndProlog Win64 EH method on the base... |
commit | commitdiff | tree | snapshot |
2011-05-19 |
Cameron Zwarich | Fix PR9947 by placing OPFL_MemRefs on the node using... |
commit | commitdiff | tree | snapshot |
2011-05-19 |
Eli Friedman | Fix up this test to use explicit triples (Win64 passes... |
commit | commitdiff | tree | snapshot |
2011-05-19 |
Jason W Kim | This fixes one divergence between LLVM and binutils... |
commit | commitdiff | tree | snapshot |
2011-05-19 |
Devang Patel | Reapply r131605. This time with a fix, which is to... |
commit | commitdiff | tree | snapshot |
2011-05-19 |
Rafael Espindola | ADD64ri32 sign extends its argument, so we need to... |
commit | commitdiff | tree | snapshot |
2011-05-19 |
Akira Hatanaka | Align i64 arguments to 64 bit boundaries. |
commit | commitdiff | tree | snapshot |
2011-05-19 |
Charles Davis | Implement the Win64 EH prolog instruction methods on... |
commit | commitdiff | tree | snapshot |
2011-05-19 |
Eli Friedman | Fix up the new StandardPasses to run the same scalarrep... |
commit | commitdiff | tree | snapshot |
2011-05-19 |
Evan Cheng | crc32 with 64-bit output zeros upper 32-bits. rdar... |
commit | commitdiff | tree | snapshot |
2011-05-19 |
Stuart Hastings | Update some currently-disabled code, preparing for... |
commit | commitdiff | tree | snapshot |
2011-05-19 |
Akira Hatanaka | Increase number of available registers when target... |
commit | commitdiff | tree | snapshot |
2011-05-19 |
Evan Cheng | Add comment. |
commit | commitdiff | tree | snapshot |
2011-05-19 |
Akira Hatanaka | Simplify CC_MipsO32 and merge it with CC_MipsO32_VarArg... |
commit | commitdiff | tree | snapshot |
2011-05-19 |
Joerg Sonnenberger | Reapply 131644 including the missing header changes: |
commit | commitdiff | tree | snapshot |
2011-05-19 |
Stuart Hastings | Reverting 131641 to investigate 'bot complaint. |
commit | commitdiff | tree | snapshot |
2011-05-19 |
Eli Friedman | Revert r131644; it's breaking the build. |
commit | commitdiff | tree | snapshot |
2011-05-19 |
Charles Davis | Turns out GAS does have Win64 EH directives. (It also... |
commit | commitdiff | tree | snapshot |
2011-05-19 |
Jim Grosbach | 80 columns. |
commit | commitdiff | tree | snapshot |
2011-05-19 |
Joerg Sonnenberger | Introduce -fatal-assembler-warnings for the obvious... |
commit | commitdiff | tree | snapshot |
2011-05-19 |
Akira Hatanaka | Fix data layout string. i64 is aligned to 64 bit bounda... |
commit | commitdiff | tree | snapshot |
2011-05-19 |
Stuart Hastings | Revise MOVSX16rr8/MOVZX16rr8 (and rm variants) to no... |
commit | commitdiff | tree | snapshot |
2011-05-19 |
Stuart Hastings | Move test to Transforms/InstCombine. |
commit | commitdiff | tree | snapshot |
2011-05-19 |
Cameron Zwarich | Use the correct register class for Cell varargs spillin... |
commit | commitdiff | tree | snapshot |
2011-05-19 |
Mon P Wang | Fixed sdiv and udiv for <4 x i16>. The test from r1254... |
commit | commitdiff | tree | snapshot |
2011-05-19 |
Charles Davis | Implement the StartChained and EndChained Win64 EH... |
commit | commitdiff | tree | snapshot |
2011-05-19 |
Cameron Zwarich | Make CodeGen/PowerPC/2007-09-11-RegCoalescerAssert... |
commit | commitdiff | tree | snapshot |
2011-05-19 |
Cameron Zwarich | Fix PR8828 by removing the explicit def in MovePCToLR... |
commit | commitdiff | tree | snapshot |
2011-05-19 |
Cameron Zwarich | Reuse the TargetInstrDesc. |
commit | commitdiff | tree | snapshot |
2011-05-19 |
Francois Pichet | Fix the MSVC build. |
commit | commitdiff | tree | snapshot |
2011-05-19 |
Charles Davis | Implement the StartProc and EndProc Win64 EH methods... |
commit | commitdiff | tree | snapshot |
2011-05-19 |
Charles Davis | Fix build issues with headers, which I discovered by... |
commit | commitdiff | tree | snapshot |
2011-05-19 |
Rafael Espindola | Add test for PR9946. |
commit | commitdiff | tree | snapshot |
2011-05-19 |
Rafael Espindola | revert 131605 to fix PR9946. |
commit | commitdiff | tree | snapshot |
2011-05-19 |
Cameron Zwarich | Correctly constrain a register class when computing... |
commit | commitdiff | tree | snapshot |
2011-05-19 |
Cameron Zwarich | Revert r128961 because it didn't include a test and... |
commit | commitdiff | tree | snapshot |
2011-05-19 |
Eli Friedman | Make the demanded bits/elements optimizations preserve... |
commit | commitdiff | tree | snapshot |
2011-05-19 |
Jim Grosbach | Avoid a Twine that referenced a tmp (which proceded... |
commit | commitdiff | tree | snapshot |
2011-05-19 |
Devang Patel | Use IRBuilder. |
commit | commitdiff | tree | snapshot |
2011-05-19 |
Rafael Espindola | Another try at fixing cmake. |
commit | commitdiff | tree | snapshot |
2011-05-19 |
Devang Patel | Use IRBuilder while simplifying unreachable. |
commit | commitdiff | tree | snapshot |
2011-05-19 |
Rafael Espindola | Revert my previous patch. The cmake build had already... |
commit | commitdiff | tree | snapshot |
next |