oota-llvm.git
2010-09-16 Dan GohmanAdd a pass which prints out all the memdep dependencies.
2010-09-16 Devang PatelIf FE forgot to provide a file name (usually it uses...
2010-09-16 Owen AndersonRevert r114097, adding back in the assertion against...
2010-09-16 Chris Lattnerfix rdar://8438816 - unrecognized 'fildq' instruction
2010-09-16 Rafael EspindolaPrint the address of sections as 0 and create the metad...
2010-09-16 Owen AndersonAdd missing RUN line to this test.
2010-09-16 Owen AndersonUse a depth-first iteratation in CorrelatedValuePropaga...
2010-09-16 Dale JohannesenWhen substituting sunkaddrs into indirect arguments...
2010-09-16 Owen AndersonIt is possible, under specific circumstances involving...
2010-09-16 Jim Grosbachmake this non brain dead...
2010-09-16 Jim GrosbachRemove unnecessary by-reference return.
2010-09-16 Jim GrosbachMC-ization of the PICLDR pseudo. Next up, adding the...
2010-09-16 Owen AndersonFix PR8161, in which an unreachable loop causes recursi...
2010-09-16 Jim GrosbachMake sure to promote single precision floats to double...
2010-09-16 Rafael EspindolaMake sure that names like .note.GNU-stack are accepted...
2010-09-16 Rafael EspindolaAdd support for the .zero directive.
2010-09-16 Kalle RaiskilaChange SPU register re-interpretations from OR to COPY_...
2010-09-16 Duncan SandsAdd better support for environment portion of triple...
2010-09-16 Duncan SandsSome versions of gcc still warn about "ignoring return...
2010-09-16 Bob WilsonRemove support for "dregpair" operand modifier, now...
2010-09-16 Bob WilsonWhen expanding ARM pseudo registers, copy the existing...
2010-09-16 Jim Grosbachstore MC FP immediates as a double instead of as an...
2010-09-16 Daniel Dunbarllvm-mc: Teach -as-lex to print more token kinds.
2010-09-16 Daniel Dunbarbuild: Add support for a TOOL_ORDER_FILE variable so...
2010-09-16 Bob WilsonAdd missing break.
2010-09-16 Bob WilsonChange VLDMQ and VSTMQ to be pseudo instructions. ...
2010-09-16 Owen AndersonFix a threaded LLVM bug due the need for operator=...
2010-09-16 Jakob Stoklund... Use the value mapping provided by LiveIntervalMap....
2010-09-15 Michael J.... System/Path: Add x86-64 COFF to IdentifyFileType.
2010-09-15 Owen AndersonSince PassRegistry is currently a shared global object...
2010-09-15 Michael J.... System/Path: Add isObjectFile().
2010-09-15 Jim GrosbachAdd support for the 'lane' modifier on vdup operands
2010-09-15 Jim Grosbachadd a test of an edge case value for the FP immediate...
2010-09-15 Rafael EspindolaAdd a InitSections method to the streamer interface.
2010-09-15 Jakob Stoklund... Remember VLDMQ.
2010-09-15 Jakob Stoklund... Add missing break.
2010-09-15 Jim GrosbachTeach the MC disassembler to handle vmov.f32 and vmov...
2010-09-15 Jim Grosbachmove getRegisterNumbering() to out of ARMBaseRegisterIn...
2010-09-15 Eli FriedmanPR7959: Handle negative scales in GEPs correctly in...
2010-09-15 Jim Grosbachsimplify getRegisterNumbering(). Remove the unused...
2010-09-15 Jim GrosbachRefactor uses of getRegisterNumbering() to not need...
2010-09-15 Jim GrosbachReduce dependencies in the ARM MC instruction printer.
2010-09-15 Jim GrosbachFix spelling typo.
2010-09-15 Jim GrosbachFactor out basic enums and hleper functions from ARM...
2010-09-15 Jim GrosbachAdd support for floating point immediates to MC instruc...
2010-09-15 Devang PatelCheck bb to ensure that alloca is in separate basic...
2010-09-15 Jakob Stoklund... Recognize VST1q64Pseudo and VSTMQ as stack slot stores.
2010-09-15 Bob WilsonReapply Gabor's 113839, 113840, and 113876 with a fix...
2010-09-15 Gabor Greifthe darwin9-powerpc buildbot keeps consistently crashing,
2010-09-15 Jakob Stoklund... Move ARM is{LoadFrom,StoreTo}StackSlot closer to their...
2010-09-15 Bob WilsonSpelling fix.
2010-09-15 Jim Grosbachtrailing whitespace and 80 column cleanup
2010-09-15 Jim Grosbachtrailing whitespace
2010-09-15 Mikhail Glushenkovllvmc: make -x work with unknown suffixes.
2010-09-15 Garrison VennRemoved TracingBrainF from examples Makefile.
2010-09-15 Devang PatelIf dbg.declare from non-entry block is using alloca...
2010-09-15 Duncan SandsRelease-Asserts no longer exists.
2010-09-15 Duncan SandsRemove the Ada bindings which are unmaintained and...
2010-09-15 Duncan SandsRemove LLVM_GLOBAL_VISIBILITY, which is unused, and...
2010-09-15 Chris Lattnerlcall and ljmp always default to lcalll and ljmpl....
2010-09-15 Chris Lattnerapparently jmpl $1,$2 is an alias for ljmpl, similiarly
2010-09-15 Chris LattnerDisambiguate lcall/ljmp to the 32-bit version. This...
2010-09-15 Chris Lattnerfix the encoding of sldt GR16 to have the 0x66 prefix...
2010-09-15 Chris Lattnerimplement aliases for shld/shrd, part of rdar://8418316
2010-09-15 Chris Lattnerfix rdar://8431880 - rcl/rcr with no shift amount not...
2010-09-15 Chris Lattneradd various broken forms of fnstsw. I didn't add the...
2010-09-15 Chris Lattneradd some aliases for f[u]comi, part of rdar://8431422
2010-09-15 Chris Lattneradd a bunch of aliases for fp operations with no operand,
2010-09-15 Michael J.... test: Fix coff-dump section array indicies to 1 based...
2010-09-15 Michael J.... Tabs to spaces
2010-09-15 Michael J.... Cleanup coff-dump.py
2010-09-15 Daniel Dunbarlit: Expose FileBasedTest object and Test module via...
2010-09-15 Daniel Dunbarlit: Rename main lit module to main.py, lit/lit/lit...
2010-09-15 Chris LattnerDiagnose invalid instructions like "incl" with "too...
2010-09-15 Bob WilsonUse float64 instead of int64 vector elements for NEON...
2010-09-15 Bob WilsonUse VLD1/VST1 pseudo instructions for loadRegFromStackS...
2010-09-15 Jim Grosbachtrailing whitespace
2010-09-15 Dale JohannesenAdd x86MMX a few more places.
2010-09-15 Chris Lattnerfix PR8144, a bug where constant merge would merge...
2010-09-14 Jim GrosbachReapply r113875 with additional cleanups.
2010-09-14 Chris Lattneradd a terrible hack to allow out with dx is parens...
2010-09-14 Dan GohmanConvert TBAA to use the new TBAATag field of AliasAnaly...
2010-09-14 Eric ChristopherEmit libcalls for SDIV, this requires some call infrast...
2010-09-14 Jim Grosbachrevert 113875 momentarilly. Need to fix the MC disassem...
2010-09-14 Jim Grosbachtrailing whitespace cleanup
2010-09-14 Gabor Greifan attempt to salvage the darwin9-powerpc buildbot...
2010-09-14 Jim GrosbachThe register specified for a dregpair is the correspond...
2010-09-14 Gabor Greifset isCompare for another three Thumb1 instructions
2010-09-14 Bob WilsonTidy whitespace in generated arm_neon.h.
2010-09-14 Jim GrosbachAdd predicate and 's' bit operands to PICADD instructio...
2010-09-14 Benjamin KramerAdd missing include.
2010-09-14 Dan GohmanRemove the experimental AliasAnalysis::getDependency...
2010-09-14 Bob WilsonAvoid warnings.
2010-09-14 Jim Grosbachfix comment typo
2010-09-14 Owen AndersonRemove dead option from tests.
2010-09-14 Bob WilsonMake NEON ld/st pseudo instruction classes take the...
2010-09-14 Owen AndersonRemove the option to disable LazyValueInfo in JumpThrea...
2010-09-14 Benjamin KramerPrune includes.
2010-09-14 Gabor Greifset comparable for a bunch of Thumb instructions
2010-09-14 Gabor Greifmust not peephole away side effects
next