2010-09-15 |
Chris Lattner | Disambiguate lcall/ljmp to the 32-bit version. This... |
commit | commitdiff | tree | snapshot |
2010-09-15 |
Chris Lattner | fix the encoding of sldt GR16 to have the 0x66 prefix... |
commit | commitdiff | tree | snapshot |
2010-09-15 |
Chris Lattner | implement aliases for shld/shrd, part of rdar://8418316 |
commit | commitdiff | tree | snapshot |
2010-09-15 |
Chris Lattner | fix rdar://8431880 - rcl/rcr with no shift amount not... |
commit | commitdiff | tree | snapshot |
2010-09-15 |
Chris Lattner | add various broken forms of fnstsw. I didn't add the... |
commit | commitdiff | tree | snapshot |
2010-09-15 |
Chris Lattner | add some aliases for f[u]comi, part of rdar://8431422 |
commit | commitdiff | tree | snapshot |
2010-09-15 |
Chris Lattner | add a bunch of aliases for fp operations with no operand, |
commit | commitdiff | tree | snapshot |
2010-09-15 |
Michael J.... | test: Fix coff-dump section array indicies to 1 based... |
commit | commitdiff | tree | snapshot |
2010-09-15 |
Michael J.... | Tabs to spaces |
commit | commitdiff | tree | snapshot |
2010-09-15 |
Michael J.... | Cleanup coff-dump.py |
commit | commitdiff | tree | snapshot |
2010-09-15 |
Daniel Dunbar | lit: Expose FileBasedTest object and Test module via... |
commit | commitdiff | tree | snapshot |
2010-09-15 |
Daniel Dunbar | lit: Rename main lit module to main.py, lit/lit/lit... |
commit | commitdiff | tree | snapshot |
2010-09-15 |
Chris Lattner | Diagnose invalid instructions like "incl" with "too... |
commit | commitdiff | tree | snapshot |
2010-09-15 |
Bob Wilson | Use float64 instead of int64 vector elements for NEON... |
commit | commitdiff | tree | snapshot |
2010-09-15 |
Bob Wilson | Use VLD1/VST1 pseudo instructions for loadRegFromStackS... |
commit | commitdiff | tree | snapshot |
2010-09-15 |
Jim Grosbach | trailing whitespace |
commit | commitdiff | tree | snapshot |
2010-09-15 |
Dale Johannesen | Add x86MMX a few more places. |
commit | commitdiff | tree | snapshot |
2010-09-15 |
Chris Lattner | fix PR8144, a bug where constant merge would merge... |
commit | commitdiff | tree | snapshot |
2010-09-14 |
Jim Grosbach | Reapply r113875 with additional cleanups. |
commit | commitdiff | tree | snapshot |
2010-09-14 |
Chris Lattner | add a terrible hack to allow out with dx is parens... |
commit | commitdiff | tree | snapshot |
2010-09-14 |
Dan Gohman | Convert TBAA to use the new TBAATag field of AliasAnaly... |
commit | commitdiff | tree | snapshot |
2010-09-14 |
Eric Christopher | Emit libcalls for SDIV, this requires some call infrast... |
commit | commitdiff | tree | snapshot |
2010-09-14 |
Jim Grosbach | revert 113875 momentarilly. Need to fix the MC disassem... |
commit | commitdiff | tree | snapshot |
2010-09-14 |
Jim Grosbach | trailing whitespace cleanup |
commit | commitdiff | tree | snapshot |
2010-09-14 |
Gabor Greif | an attempt to salvage the darwin9-powerpc buildbot... |
commit | commitdiff | tree | snapshot |
2010-09-14 |
Jim Grosbach | The register specified for a dregpair is the correspond... |
commit | commitdiff | tree | snapshot |
2010-09-14 |
Gabor Greif | set isCompare for another three Thumb1 instructions |
commit | commitdiff | tree | snapshot |
2010-09-14 |
Bob Wilson | Tidy whitespace in generated arm_neon.h. |
commit | commitdiff | tree | snapshot |
2010-09-14 |
Jim Grosbach | Add predicate and 's' bit operands to PICADD instructio... |
commit | commitdiff | tree | snapshot |
2010-09-14 |
Benjamin Kramer | Add missing include. |
commit | commitdiff | tree | snapshot |
2010-09-14 |
Dan Gohman | Remove the experimental AliasAnalysis::getDependency... |
commit | commitdiff | tree | snapshot |
2010-09-14 |
Bob Wilson | Avoid warnings. |
commit | commitdiff | tree | snapshot |
2010-09-14 |
Jim Grosbach | fix comment typo |
commit | commitdiff | tree | snapshot |
2010-09-14 |
Owen Anderson | Remove dead option from tests. |
commit | commitdiff | tree | snapshot |
2010-09-14 |
Bob Wilson | Make NEON ld/st pseudo instruction classes take the... |
commit | commitdiff | tree | snapshot |
2010-09-14 |
Owen Anderson | Remove the option to disable LazyValueInfo in JumpThrea... |
commit | commitdiff | tree | snapshot |
2010-09-14 |
Benjamin Kramer | Prune includes. |
commit | commitdiff | tree | snapshot |
2010-09-14 |
Gabor Greif | set comparable for a bunch of Thumb instructions |
commit | commitdiff | tree | snapshot |
2010-09-14 |
Gabor Greif | must not peephole away side effects |
commit | commitdiff | tree | snapshot |
2010-09-14 |
Jim Grosbach | Don't ignore the CPSR implicit def when lowering a... |
commit | commitdiff | tree | snapshot |
2010-09-14 |
Jim Grosbach | Clarify comment |
commit | commitdiff | tree | snapshot |
2010-09-14 |
Devang Patel | After Dan's recent commit this is no longer true. |
commit | commitdiff | tree | snapshot |
2010-09-14 |
Devang Patel | Use frame index, if available for byval argument while... |
commit | commitdiff | tree | snapshot |
2010-09-14 |
Gabor Greif | forgot the testcase change for r113839 |
commit | commitdiff | tree | snapshot |
2010-09-14 |
Gabor Greif | Eliminate a 'tst' that immediately follows an 'and' |
commit | commitdiff | tree | snapshot |
2010-09-14 |
Gabor Greif | test for and-tst peephole optimization |
commit | commitdiff | tree | snapshot |
2010-09-14 |
Eric Christopher | Fix QOpcode assignment to Opc. |
commit | commitdiff | tree | snapshot |
2010-09-14 |
Michael J.... | CBackend: Fix MSVC build. |
commit | commitdiff | tree | snapshot |
2010-09-14 |
Michael J.... | CBackend: Cleanup whitespace before I do this next... |
commit | commitdiff | tree | snapshot |
2010-09-14 |
Dan Gohman | When a function-local value with function-local metadat... |
commit | commitdiff | tree | snapshot |
2010-09-14 |
Eric Christopher | Remove apparently unnecessary forward declaration. |
commit | commitdiff | tree | snapshot |
2010-09-14 |
Jakob Stoklund... | Attempt to unbreak the FreeBSD buildbot by XFAILing... |
commit | commitdiff | tree | snapshot |
2010-09-14 |
Chris Lattner | fix PR8102, a case where we'd copyValue from a value... |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Michael J.... | Revert "CMake: Get rid of LLVMLibDeps.cmake and export... |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Bob Wilson | Convert some VTBL and VTBX instructions to use pseudo... |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Jakob Stoklund... | Mechanically replace LiveInterval* with LiveIntervalMap... |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Jakob Stoklund... | Allow LiveIntervalMap to be reused by resetting the... |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Bob Wilson | Switch all the NEON vld-lane and vst-lane instructions... |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Jakob Stoklund... | Let's just declare that it is impossible to construct... |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Devang Patel | Fix typo in temp. script file name. |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Dale Johannesen | Fix typos. 128-bit PSHUFB takes 128-bit memory op. |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Dale Johannesen | Basic smoke test for new x86mmx type. |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Devang Patel | Add little test script to check debug info. |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Benjamin Kramer | Fix linux/msvc build, move include. |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Owen Anderson | Attempt to fix the Linux build. |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Owen Anderson | Minimize #includes in a top-level header. |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Eric Christopher | Silence more warnings. Two more unused variables. |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Owen Anderson | Add a reduced testcase for the infinite loop fixed... |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Eric Christopher | Remove unused variable. |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Jim Grosbach | trailing whitespace |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Eric Christopher | Silence some constructor ordering warnings. |
commit | commitdiff | tree | snapshot |
2010-09-13 |
John Thompson | Added skeleton for inline asm multiple alternative... |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Dan Gohman | Use ParseIRFile to auto-detect LLVM Assembly automatically. |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Dan Gohman | Add full auto-upgrade support for LLVM 2.7 bitcode... |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Owen Anderson | Re-apply r113679, which was reverted in r113720, which... |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Michael J.... | CMake: Add llvm-lit to CMake build. |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Rafael Espindola | Factoring and potential bug fix. The elf "flags" cannot... |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Bob Wilson | Fix formatting tags. |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Bob Wilson | Document NEON intrinsic changes for 2.8. |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Duncan Sands | Nowadays a release build has assertions off. |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Duncan Sands | Spelling fixes in comments. |
commit | commitdiff | tree | snapshot |
2010-09-12 |
Dale Johannesen | Fix comment typo. |
commit | commitdiff | tree | snapshot |
2010-09-12 |
Michael J.... | CMake: Fix MSVS build. Although I don't know why this... |
commit | commitdiff | tree | snapshot |
2010-09-12 |
Eric Christopher | Revert 113679, it was causing an infinite loop in a... |
commit | commitdiff | tree | snapshot |
2010-09-12 |
Michael J.... | CMake: Fix mingw32 build. |
commit | commitdiff | tree | snapshot |
2010-09-11 |
Chris Lattner | add some documentation for the most important MC-level... |
commit | commitdiff | tree | snapshot |
2010-09-11 |
Chris Lattner | add a missed cmov alias, part of rdar://8416805 |
commit | commitdiff | tree | snapshot |
2010-09-11 |
Chris Lattner | add support for all the setCC aliases. Part of rdar... |
commit | commitdiff | tree | snapshot |
2010-09-11 |
Rafael Espindola | Add support for leb128 of absolute expressions. |
commit | commitdiff | tree | snapshot |
2010-09-11 |
Chris Lattner | add support for pushfd/popfd which are aliases for... |
commit | commitdiff | tree | snapshot |
2010-09-11 |
Chris Lattner | implement rdar://8407928 - support for in/out with... |
commit | commitdiff | tree | snapshot |
2010-09-11 |
Chris Lattner | fix the asmparser so that the target is responsible... |
commit | commitdiff | tree | snapshot |
2010-09-11 |
Rafael Espindola | Add missing single quotes. |
commit | commitdiff | tree | snapshot |
2010-09-11 |
Rafael Espindola | Change section_data dumping to print hex numbers instea... |
commit | commitdiff | tree | snapshot |
2010-09-11 |
Owen Anderson | Invert and-of-or into or-of-and when doing so would... |
commit | commitdiff | tree | snapshot |
2010-09-11 |
Michael J.... | CMake: Fix mingw32 build. |
commit | commitdiff | tree | snapshot |
2010-09-11 |
Dale Johannesen | Add x86mmx to TableGen. |
commit | commitdiff | tree | snapshot |
2010-09-11 |
Bill Wendling | Rename ConvertToSetZeroFlag to something more general. |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Bill Wendling | No need to recompute the SrcReg and CmpValue. |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Bill Wendling | Move some of the decision logic for converting an instr... |
commit | commitdiff | tree | snapshot |
next |