2010-09-22 |
Devang Patel | Use DW_OP_fbreg when offset is based on frame register. |
commit | commitdiff | tree | snapshot |
2010-09-22 |
Jim Grosbach | add FIXME |
commit | commitdiff | tree | snapshot |
2010-09-22 |
Eric Christopher | Temporarily work around new address lowering while... |
commit | commitdiff | tree | snapshot |
2010-09-22 |
Jim Grosbach | Remove a few commented out bits |
commit | commitdiff | tree | snapshot |
2010-09-22 |
Dan Gohman | Constify. |
commit | commitdiff | tree | snapshot |
2010-09-22 |
Rafael Espindola | Fix typo and add a FIXME. |
commit | commitdiff | tree | snapshot |
2010-09-22 |
Bob Wilson | When moving zext/sext to be folded with a load, ignore... |
commit | commitdiff | tree | snapshot |
2010-09-22 |
Jim Grosbach | Add PrintSpecial() handling for in ARM MC instruction... |
commit | commitdiff | tree | snapshot |
2010-09-22 |
Jim Grosbach | grammar tweakage |
commit | commitdiff | tree | snapshot |
2010-09-22 |
Jim Grosbach | remove trailing whitespace |
commit | commitdiff | tree | snapshot |
2010-09-22 |
Daniel Dunbar | CrashRecovery/Darwin: Override raise() as well so that... |
commit | commitdiff | tree | snapshot |
2010-09-22 |
Rafael Espindola | Correctly align bss. |
commit | commitdiff | tree | snapshot |
2010-09-22 |
Jim Grosbach | Add MC instruction printer support for ARM and Thumb1... |
commit | commitdiff | tree | snapshot |
2010-09-22 |
Bob Wilson | Attempt to fix llvm-gcc build. It was crashing when... |
commit | commitdiff | tree | snapshot |
2010-09-22 |
Jim Grosbach | Add MC instruction printer support for TB[BH] style... |
commit | commitdiff | tree | snapshot |
2010-09-22 |
Jim Grosbach | Clean up comment. |
commit | commitdiff | tree | snapshot |
2010-09-22 |
Mikhail Glushenkov | llvmc: Support '-emit-llvm -S' with -opt. |
commit | commitdiff | tree | snapshot |
2010-09-22 |
Mikhail Glushenkov | A more informative output suffix for the opt tool. |
commit | commitdiff | tree | snapshot |
2010-09-22 |
Chris Lattner | fix rdar://8456371 - Handle commutable instructions... |
commit | commitdiff | tree | snapshot |
2010-09-22 |
Chris Lattner | Fix an inconsistency in the x86 backend that led it... |
commit | commitdiff | tree | snapshot |
2010-09-22 |
Chris Lattner | fix rdar://8456412 - llvm-mc crash in encoder on "mov... |
commit | commitdiff | tree | snapshot |
2010-09-22 |
Chris Lattner | fix rdar://8456417 - llvm-mc can't do basic math |
commit | commitdiff | tree | snapshot |
2010-09-22 |
Chris Lattner | add the missing aliases for fp stack cmovs, rdar:/... |
commit | commitdiff | tree | snapshot |
2010-09-22 |
Chris Lattner | reimplement elf TLS support in terms of addressing... |
commit | commitdiff | tree | snapshot |
2010-09-22 |
Chris Lattner | Fix rdar://8456364 - llvm-mc rejects '%CS' |
commit | commitdiff | tree | snapshot |
2010-09-22 |
Chris Lattner | fix rdar://8456389 - llvm-mc mismatch with 'as' on... |
commit | commitdiff | tree | snapshot |
2010-09-22 |
Chris Lattner | fix rdar://8456361 - llvm-mc rejects 'rep movsd' |
commit | commitdiff | tree | snapshot |
2010-09-22 |
Chris Lattner | convert the last 4 X86ISD nodes that should have memope... |
commit | commitdiff | tree | snapshot |
2010-09-22 |
Chris Lattner | give X86ISD::FNSTCW16m a memoperand, since it touches... |
commit | commitdiff | tree | snapshot |
2010-09-22 |
Chris Lattner | give FP_TO_INT16_IN_MEM and friends a memoperand. ... |
commit | commitdiff | tree | snapshot |
2010-09-22 |
Chris Lattner | linux has a different stack alignment than the mac... |
commit | commitdiff | tree | snapshot |
2010-09-22 |
Chris Lattner | give VZEXT_LOAD a memory operand, it now works with... |
commit | commitdiff | tree | snapshot |
2010-09-22 |
Chris Lattner | revert r114386 now that address modes work correctly... |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Chris Lattner | give LCMPXCHG_DAG[8] a memory operand, allowing it... |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Chris Lattner | filecheckize |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Evan Cheng | OptimizeCompareInstr should avoid iterating pass the... |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Jim Grosbach | Add start of support for MC instruction printer of... |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Owen Anderson | Enable target-specific mul-lowering on ARM, even at... |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Jakob Stoklund... | Build the complement interval dupli after the split... |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Chris Lattner | reimplement support for GS and FS relative address... |
commit | commitdiff | tree | snapshot |
2010-09-21 |
John Thompson | Fixed pr20314-2.c failure, added E, F, p constraint... |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Chris Lattner | Rework passing parent pointers into complexpatterns... |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Bob Wilson | Move a sign-extend or a zero-extend of a load to the... |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Bob Wilson | Clarify a comment. |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Dan Gohman | Add some utility routines. |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Devang Patel | Add insertAfter. This should have accompanied previous... |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Devang Patel | If only user of a vreg is an copy instruction to export... |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Devang Patel | Use FileCheck |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Chris Lattner | correct this logic. |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Owen Anderson | Reimplement r114460 in target-independent DAGCombine... |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Chris Lattner | just like they can opt into getting the root of the... |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Chris Lattner | fix a long standing wart: all the ComplexPattern's... |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Jakob Stoklund... | Refix MSVC9 and upper_bound. It actually needs a fully... |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Chris Lattner | even though I'm about to rip it out, simplify the addre... |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Chris Lattner | finish pushing MachinePointerInfo through selectiondags... |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Chris Lattner | convert a couple more places to use the new getStore() |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Chris Lattner | update a bunch of code to use the MachinePointerInfo... |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Owen Anderson | When adding the carry bit to another value on X86,... |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Jakob Stoklund... | Don't pollute the global namespace. |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Jakob Stoklund... | MSVC9 does not support upper_bound with an asymmetric... |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Bob Wilson | Define the TargetLowering::getTgtMemIntrinsic hook... |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Chris Lattner | eliminate some uses of the getStore overload. |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Chris Lattner | eliminate an old SelectionDAG::getTruncStore method... |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Chris Lattner | eliminate last SelectionDAG::getLoad old entrypoint... |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Chris Lattner | fix the code that infers SV info to be correct when... |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Jakob Stoklund... | Add LiveInterval::find and use it for most LiveRange... |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Jakob Stoklund... | Remove dead method. |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Chris Lattner | propagate MachinePointerInfo through various uses of... |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Jim Grosbach | Fix errant printing of [v]ldm instructions that aren... |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Benjamin Kramer | Simplify code. |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Chris Lattner | continue MachinePointerInfo'izing, eliminating use... |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Chris Lattner | convert dagcombine off the old form of getLoad. This... |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Benjamin Kramer | Make CreateComplexVariable independent of SmallVector. |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Chris Lattner | simplify DAGCombiner::SimplifySelectOps step #2/2. |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Chris Lattner | substantially reduce indentation and simplify DAGCombin... |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Mikhail Glushenkov | Trailing whitespace, 80-col violations. |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Mikhail Glushenkov | llvmc: split llvm_gcc_based into llvm_gcc_{pch,comp... |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Mikhail Glushenkov | llvmc: Allow multiple output languages. |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Mikhail Glushenkov | Trailing whitespace. |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Lang Hames | Fixed ambiguous call. |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Gabor Greif | Fix buglet when the TST instruction directly uses the... |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Lang Hames | Added an additional PBQP problem builder which adds... |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Gabor Greif | Move the search for the appropriate AND instruction |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Mikhail Glushenkov | llvmc: put linker options in a separate OptList. |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Chris Lattner | a few more trivial updates. This fixes PerformInsertVe... |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Chris Lattner | convert the targets off the non-MachinePointerInfo... |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Chris Lattner | add some accessors |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Chris Lattner | it's more elegant to put the "getConstantPool" and |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Chris Lattner | ugh, missed a file. |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Chris Lattner | update the X86 backend to use the MachinePointerInfo... |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Chris Lattner | Fix a bug where the x86 backend would lower memcpy... |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Chris Lattner | reimplement memcpy/memmove/memset lowering to use Machi... |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Chris Lattner | add some helpful accessors. |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Chris Lattner | add overloads for SelectionDAG::getLoad, getStore,... |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Chris Lattner | simplify interface to SelectionDAG::getMemIntrinsicNode... |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Chris Lattner | chagne interface to SelectionDAG::getAtomic to take... |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Chris Lattner | don't implicitly drop the offset of a machinememoperand... |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Chris Lattner | force clients of MachineFunction::getMachineMemOperand... |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Chris Lattner | convert targets to the new MF.getMachineMemOperand... |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Chris Lattner | start pushing MachinePointerInfo out through the Machin... |
commit | commitdiff | tree | snapshot |
next |