2011-05-23 |
Devang Patel | Test case for r131908. |
commit | commitdiff | tree | snapshot |
2011-05-23 |
Devang Patel | Preserve debug info during iSel by keeping DanglingDebu... |
commit | commitdiff | tree | snapshot |
2011-05-23 |
Devang Patel | While replacing all uses of a SDValue with another... |
commit | commitdiff | tree | snapshot |
2011-05-23 |
Devang Patel | Clear list of instructions without DebugLoc. |
commit | commitdiff | tree | snapshot |
2011-05-23 |
Duncan Sands | The dragonegg option to disable LLVM optimizations... |
commit | commitdiff | tree | snapshot |
2011-05-23 |
Charles Davis | Implement .seh_stackalloc and .seh_pushframe parsing. |
commit | commitdiff | tree | snapshot |
2011-05-23 |
Chris Lattner | fix a really nasty basicaa mod/ref calculation bug... |
commit | commitdiff | tree | snapshot |
2011-05-23 |
Cameron Zwarich | Fix <rdar://problem/9476260> by having tail calls alway... |
commit | commitdiff | tree | snapshot |
2011-05-23 |
Chris Lattner | rearrange two transforms, since one subsumes the other... |
commit | commitdiff | tree | snapshot |
2011-05-23 |
Chris Lattner | Transform any logical shift of a power of two into... |
commit | commitdiff | tree | snapshot |
2011-05-23 |
Bill Wendling | Use a more efficient data structure for the "operand... |
commit | commitdiff | tree | snapshot |
2011-05-23 |
Chris Lattner | use the valuetracking isPowerOfTwo function, which... |
commit | commitdiff | tree | snapshot |
2011-05-23 |
Chris Lattner | Teach valuetracking that byval arguments with a specifi... |
commit | commitdiff | tree | snapshot |
2011-05-22 |
Chris Lattner | add a helper method to get the byval alignment of an... |
commit | commitdiff | tree | snapshot |
2011-05-22 |
Chris Lattner | Eliminate some temporary variables, and don't call... |
commit | commitdiff | tree | snapshot |
2011-05-22 |
Chris Lattner | add test from PR9164 |
commit | commitdiff | tree | snapshot |
2011-05-22 |
Chris Lattner | testcase for PR9378 |
commit | commitdiff | tree | snapshot |
2011-05-22 |
Chris Lattner | add a missing alias to make us more bug compatible... |
commit | commitdiff | tree | snapshot |
2011-05-22 |
Chris Lattner | document thiscall, PR9101 |
commit | commitdiff | tree | snapshot |
2011-05-22 |
Chris Lattner | implement PR9315, constant folding exp2 in terms of... |
commit | commitdiff | tree | snapshot |
2011-05-22 |
Renato Golin | RTABI chapter 4.3.4 specifies __eabi_mem* calls. Specif... |
commit | commitdiff | tree | snapshot |
2011-05-22 |
Charles Davis | Add methods to parse the SEH directives to the COFFAsmP... |
commit | commitdiff | tree | snapshot |
2011-05-22 |
Chris Lattner | add a note. |
commit | commitdiff | tree | snapshot |
2011-05-22 |
Chris Lattner | add some random notes. |
commit | commitdiff | tree | snapshot |
2011-05-22 |
Evan Cheng | Teach ValueTracking about x86 crc32 intrinsics. |
commit | commitdiff | tree | snapshot |
2011-05-22 |
Chris Lattner | Carve out a place in instcombine to put transformations... |
commit | commitdiff | tree | snapshot |
2011-05-22 |
Johnny Chen | Fix Bug 9386 - ARM disassembler failed to disassemble... |
commit | commitdiff | tree | snapshot |
2011-05-22 |
Chris Lattner | Fix PR9815: I was trying to get out of "generating... |
commit | commitdiff | tree | snapshot |
2011-05-22 |
Frits van Bommel | Add a parameter to ConstantFoldTerminator() that caller... |
commit | commitdiff | tree | snapshot |
2011-05-22 |
Chris Lattner | another typo |
commit | commitdiff | tree | snapshot |
2011-05-22 |
Chris Lattner | fix comment typo |
commit | commitdiff | tree | snapshot |
2011-05-22 |
Chris Lattner | I missed a checking with my GVN change. |
commit | commitdiff | tree | snapshot |
2011-05-22 |
Chris Lattner | insertvalue takes a variable number of arguments, docum... |
commit | commitdiff | tree | snapshot |
2011-05-22 |
Chris Lattner | fix PR9856, an incorrectly conservative assertion:... |
commit | commitdiff | tree | snapshot |
2011-05-22 |
Chris Lattner | fix PR9841 by having GVN not process dead loads. This was |
commit | commitdiff | tree | snapshot |
2011-05-22 |
Chris Lattner | remove a trivial test, make some other tests less trivial. |
commit | commitdiff | tree | snapshot |
2011-05-22 |
Chris Lattner | make this test less trivial. |
commit | commitdiff | tree | snapshot |
2011-05-22 |
Chris Lattner | initialize and finalize function passes, pointed out... |
commit | commitdiff | tree | snapshot |
2011-05-22 |
Chris Lattner | fix a bug for hosts without round, PR8893. |
commit | commitdiff | tree | snapshot |
2011-05-22 |
Chris Lattner | move PR9408 here. |
commit | commitdiff | tree | snapshot |
2011-05-22 |
Nick Lewycky | Commit test change, forgotten as part of r131838. |
commit | commitdiff | tree | snapshot |
2011-05-22 |
Nick Lewycky | Teach the inliner to emit llvm.lifetime.start/end,... |
commit | commitdiff | tree | snapshot |
2011-05-22 |
Chris Lattner | switch to using a smallvector to avoid allocations... |
commit | commitdiff | tree | snapshot |
2011-05-22 |
Chris Lattner | tidy some things up. |
commit | commitdiff | tree | snapshot |
2011-05-22 |
Chris Lattner | Fix some minor typos and grammar. |
commit | commitdiff | tree | snapshot |
2011-05-22 |
Charles Davis | Implement emission of all Win64 exception tables. Make... |
commit | commitdiff | tree | snapshot |
2011-05-22 |
Charles Davis | Make the COFF streamer emit unwind info when processing... |
commit | commitdiff | tree | snapshot |
2011-05-22 |
Nick Lewycky | Fix grammar in test. |
commit | commitdiff | tree | snapshot |
2011-05-22 |
Charles Davis | Don't allow unaligned offsets and sizes in the Win64... |
commit | commitdiff | tree | snapshot |
2011-05-22 |
Chris Lattner | random comment cleanups. |
commit | commitdiff | tree | snapshot |
2011-05-22 |
Chris Lattner | fix a file system case sensitivity issue. |
commit | commitdiff | tree | snapshot |
2011-05-22 |
Chris Lattner | remove StandardPasses, it has been replaced with PassMa... |
commit | commitdiff | tree | snapshot |
2011-05-22 |
Chris Lattner | switch opt to using PassManagerBuilder.h |
commit | commitdiff | tree | snapshot |
2011-05-22 |
Chris Lattner | switch llvm-ld. It has a terrible mechanism that peopl... |
commit | commitdiff | tree | snapshot |
2011-05-22 |
Chris Lattner | switch bugpoint and liblto to PassManagerBuilder. |
commit | commitdiff | tree | snapshot |
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 |
next |