2010-09-17 |
Oscar Fuentes | Updated LLVMLibDeps.cmake |
commit | commitdiff | tree | snapshot |
2010-09-17 |
Dan Gohman | Add an #include of raw_ostream.h. Previously, this... |
commit | commitdiff | tree | snapshot |
2010-09-17 |
Bill Wendling | Add "pointer to x86mmx" type to the intrinsics. |
commit | commitdiff | tree | snapshot |
2010-09-17 |
Oscar Fuentes | Direct CMake users to the right place for up-to-date... |
commit | commitdiff | tree | snapshot |
2010-09-16 |
Owen Anderson | Allow the PassRegistry mutex to be lazily initialized... |
commit | commitdiff | tree | snapshot |
2010-09-16 |
Owen Anderson | Do not expose the locking for the PassRegistry in the... |
commit | commitdiff | tree | snapshot |
2010-09-16 |
Benjamin Kramer | Update CMake build. |
commit | commitdiff | tree | snapshot |
2010-09-16 |
Dan Gohman | Rename a variable to avoid a declaration conflict. |
commit | commitdiff | tree | snapshot |
2010-09-16 |
Dan Gohman | Add a pass which prints out all the memdep dependencies. |
commit | commitdiff | tree | snapshot |
2010-09-16 |
Devang Patel | If FE forgot to provide a file name (usually it uses... |
commit | commitdiff | tree | snapshot |
2010-09-16 |
Owen Anderson | Revert r114097, adding back in the assertion against... |
commit | commitdiff | tree | snapshot |
2010-09-16 |
Chris Lattner | fix rdar://8438816 - unrecognized 'fildq' instruction |
commit | commitdiff | tree | snapshot |
2010-09-16 |
Rafael Espindola | Print the address of sections as 0 and create the metad... |
commit | commitdiff | tree | snapshot |
2010-09-16 |
Owen Anderson | Add missing RUN line to this test. |
commit | commitdiff | tree | snapshot |
2010-09-16 |
Owen Anderson | Use a depth-first iteratation in CorrelatedValuePropaga... |
commit | commitdiff | tree | snapshot |
2010-09-16 |
Dale Johannesen | When substituting sunkaddrs into indirect arguments... |
commit | commitdiff | tree | snapshot |
2010-09-16 |
Owen Anderson | It is possible, under specific circumstances involving... |
commit | commitdiff | tree | snapshot |
2010-09-16 |
Jim Grosbach | make this non brain dead... |
commit | commitdiff | tree | snapshot |
2010-09-16 |
Jim Grosbach | Remove unnecessary by-reference return. |
commit | commitdiff | tree | snapshot |
2010-09-16 |
Jim Grosbach | MC-ization of the PICLDR pseudo. Next up, adding the... |
commit | commitdiff | tree | snapshot |
2010-09-16 |
Owen Anderson | Fix PR8161, in which an unreachable loop causes recursi... |
commit | commitdiff | tree | snapshot |
2010-09-16 |
Jim Grosbach | Make sure to promote single precision floats to double... |
commit | commitdiff | tree | snapshot |
2010-09-16 |
Rafael Espindola | Make sure that names like .note.GNU-stack are accepted... |
commit | commitdiff | tree | snapshot |
2010-09-16 |
Rafael Espindola | Add support for the .zero directive. |
commit | commitdiff | tree | snapshot |
2010-09-16 |
Kalle Raiskila | Change SPU register re-interpretations from OR to COPY_... |
commit | commitdiff | tree | snapshot |
2010-09-16 |
Duncan Sands | Add better support for environment portion of triple... |
commit | commitdiff | tree | snapshot |
2010-09-16 |
Duncan Sands | Some versions of gcc still warn about "ignoring return... |
commit | commitdiff | tree | snapshot |
2010-09-16 |
Bob Wilson | Remove support for "dregpair" operand modifier, now... |
commit | commitdiff | tree | snapshot |
2010-09-16 |
Bob Wilson | When expanding ARM pseudo registers, copy the existing... |
commit | commitdiff | tree | snapshot |
2010-09-16 |
Jim Grosbach | store MC FP immediates as a double instead of as an... |
commit | commitdiff | tree | snapshot |
2010-09-16 |
Daniel Dunbar | llvm-mc: Teach -as-lex to print more token kinds. |
commit | commitdiff | tree | snapshot |
2010-09-16 |
Daniel Dunbar | build: Add support for a TOOL_ORDER_FILE variable so... |
commit | commitdiff | tree | snapshot |
2010-09-16 |
Bob Wilson | Add missing break. |
commit | commitdiff | tree | snapshot |
2010-09-16 |
Bob Wilson | Change VLDMQ and VSTMQ to be pseudo instructions. ... |
commit | commitdiff | tree | snapshot |
2010-09-16 |
Owen Anderson | Fix a threaded LLVM bug due the need for operator=... |
commit | commitdiff | tree | snapshot |
2010-09-16 |
Jakob Stoklund... | Use the value mapping provided by LiveIntervalMap.... |
commit | commitdiff | tree | snapshot |
2010-09-15 |
Michael J.... | System/Path: Add x86-64 COFF to IdentifyFileType. |
commit | commitdiff | tree | snapshot |
2010-09-15 |
Owen Anderson | Since PassRegistry is currently a shared global object... |
commit | commitdiff | tree | snapshot |
2010-09-15 |
Michael J.... | System/Path: Add isObjectFile(). |
commit | commitdiff | tree | snapshot |
2010-09-15 |
Jim Grosbach | Add support for the 'lane' modifier on vdup operands |
commit | commitdiff | tree | snapshot |
2010-09-15 |
Jim Grosbach | add a test of an edge case value for the FP immediate... |
commit | commitdiff | tree | snapshot |
2010-09-15 |
Rafael Espindola | Add a InitSections method to the streamer interface. |
commit | commitdiff | tree | snapshot |
2010-09-15 |
Jakob Stoklund... | Remember VLDMQ. |
commit | commitdiff | tree | snapshot |
2010-09-15 |
Jakob Stoklund... | Add missing break. |
commit | commitdiff | tree | snapshot |
2010-09-15 |
Jim Grosbach | Teach the MC disassembler to handle vmov.f32 and vmov... |
commit | commitdiff | tree | snapshot |
2010-09-15 |
Jim Grosbach | move getRegisterNumbering() to out of ARMBaseRegisterIn... |
commit | commitdiff | tree | snapshot |
2010-09-15 |
Eli Friedman | PR7959: Handle negative scales in GEPs correctly in... |
commit | commitdiff | tree | snapshot |
2010-09-15 |
Jim Grosbach | simplify getRegisterNumbering(). Remove the unused... |
commit | commitdiff | tree | snapshot |
2010-09-15 |
Jim Grosbach | Refactor uses of getRegisterNumbering() to not need... |
commit | commitdiff | tree | snapshot |
2010-09-15 |
Jim Grosbach | Reduce dependencies in the ARM MC instruction printer. |
commit | commitdiff | tree | snapshot |
2010-09-15 |
Jim Grosbach | Fix spelling typo. |
commit | commitdiff | tree | snapshot |
2010-09-15 |
Jim Grosbach | Factor out basic enums and hleper functions from ARM... |
commit | commitdiff | tree | snapshot |
2010-09-15 |
Jim Grosbach | Add support for floating point immediates to MC instruc... |
commit | commitdiff | tree | snapshot |
2010-09-15 |
Devang Patel | Check bb to ensure that alloca is in separate basic... |
commit | commitdiff | tree | snapshot |
2010-09-15 |
Jakob Stoklund... | Recognize VST1q64Pseudo and VSTMQ as stack slot stores. |
commit | commitdiff | tree | snapshot |
2010-09-15 |
Bob Wilson | Reapply Gabor's 113839, 113840, and 113876 with a fix... |
commit | commitdiff | tree | snapshot |
2010-09-15 |
Gabor Greif | the darwin9-powerpc buildbot keeps consistently crashing, |
commit | commitdiff | tree | snapshot |
2010-09-15 |
Jakob Stoklund... | Move ARM is{LoadFrom,StoreTo}StackSlot closer to their... |
commit | commitdiff | tree | snapshot |
2010-09-15 |
Bob Wilson | Spelling fix. |
commit | commitdiff | tree | snapshot |
2010-09-15 |
Jim Grosbach | trailing whitespace and 80 column cleanup |
commit | commitdiff | tree | snapshot |
2010-09-15 |
Jim Grosbach | trailing whitespace |
commit | commitdiff | tree | snapshot |
2010-09-15 |
Mikhail Glushenkov | llvmc: make -x work with unknown suffixes. |
commit | commitdiff | tree | snapshot |
2010-09-15 |
Garrison Venn | Removed TracingBrainF from examples Makefile. |
commit | commitdiff | tree | snapshot |
2010-09-15 |
Devang Patel | If dbg.declare from non-entry block is using alloca... |
commit | commitdiff | tree | snapshot |
2010-09-15 |
Duncan Sands | Release-Asserts no longer exists. |
commit | commitdiff | tree | snapshot |
2010-09-15 |
Duncan Sands | Remove the Ada bindings which are unmaintained and... |
commit | commitdiff | tree | snapshot |
2010-09-15 |
Duncan Sands | Remove LLVM_GLOBAL_VISIBILITY, which is unused, and... |
commit | commitdiff | tree | snapshot |
2010-09-15 |
Chris Lattner | lcall and ljmp always default to lcalll and ljmpl.... |
commit | commitdiff | tree | snapshot |
2010-09-15 |
Chris Lattner | apparently jmpl $1,$2 is an alias for ljmpl, similiarly |
commit | commitdiff | tree | snapshot |
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 |
next |