oota-llvm.git
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
2010-09-14 Jim GrosbachDon't ignore the CPSR implicit def when lowering a...
2010-09-14 Jim GrosbachClarify comment
2010-09-14 Devang PatelAfter Dan's recent commit this is no longer true.
2010-09-14 Devang PatelUse frame index, if available for byval argument while...
2010-09-14 Gabor Greifforgot the testcase change for r113839
2010-09-14 Gabor GreifEliminate a 'tst' that immediately follows an 'and'
2010-09-14 Gabor Greiftest for and-tst peephole optimization
2010-09-14 Eric ChristopherFix QOpcode assignment to Opc.
2010-09-14 Michael J.... CBackend: Fix MSVC build.
2010-09-14 Michael J.... CBackend: Cleanup whitespace before I do this next...
2010-09-14 Dan GohmanWhen a function-local value with function-local metadat...
2010-09-14 Eric ChristopherRemove apparently unnecessary forward declaration.
2010-09-14 Jakob Stoklund... Attempt to unbreak the FreeBSD buildbot by XFAILing...
2010-09-14 Chris Lattnerfix PR8102, a case where we'd copyValue from a value...
2010-09-13 Michael J.... Revert "CMake: Get rid of LLVMLibDeps.cmake and export...
2010-09-13 Bob WilsonConvert some VTBL and VTBX instructions to use pseudo...
2010-09-13 Jakob Stoklund... Mechanically replace LiveInterval* with LiveIntervalMap...
2010-09-13 Jakob Stoklund... Allow LiveIntervalMap to be reused by resetting the...
2010-09-13 Bob WilsonSwitch all the NEON vld-lane and vst-lane instructions...
2010-09-13 Jakob Stoklund... Let's just declare that it is impossible to construct...
2010-09-13 Devang PatelFix typo in temp. script file name.
2010-09-13 Dale JohannesenFix typos. 128-bit PSHUFB takes 128-bit memory op.
2010-09-13 Dale JohannesenBasic smoke test for new x86mmx type.
2010-09-13 Devang PatelAdd little test script to check debug info.
2010-09-13 Benjamin KramerFix linux/msvc build, move include.
2010-09-13 Owen AndersonAttempt to fix the Linux build.
2010-09-13 Owen AndersonMinimize #includes in a top-level header.
2010-09-13 Eric ChristopherSilence more warnings. Two more unused variables.
2010-09-13 Owen AndersonAdd a reduced testcase for the infinite loop fixed...
2010-09-13 Eric ChristopherRemove unused variable.
2010-09-13 Jim Grosbachtrailing whitespace
2010-09-13 Eric ChristopherSilence some constructor ordering warnings.
2010-09-13 John ThompsonAdded skeleton for inline asm multiple alternative...
2010-09-13 Dan GohmanUse ParseIRFile to auto-detect LLVM Assembly automatically.
2010-09-13 Dan GohmanAdd full auto-upgrade support for LLVM 2.7 bitcode...
2010-09-13 Owen AndersonRe-apply r113679, which was reverted in r113720, which...
2010-09-13 Michael J.... CMake: Add llvm-lit to CMake build.
2010-09-13 Rafael EspindolaFactoring and potential bug fix. The elf "flags" cannot...
2010-09-13 Bob WilsonFix formatting tags.
2010-09-13 Bob WilsonDocument NEON intrinsic changes for 2.8.
2010-09-13 Duncan SandsNowadays a release build has assertions off.
2010-09-13 Duncan SandsSpelling fixes in comments.
2010-09-12 Dale JohannesenFix comment typo.
2010-09-12 Michael J.... CMake: Fix MSVS build. Although I don't know why this...
2010-09-12 Eric ChristopherRevert 113679, it was causing an infinite loop in a...
2010-09-12 Michael J.... CMake: Fix mingw32 build.
2010-09-11 Chris Lattneradd some documentation for the most important MC-level...
2010-09-11 Chris Lattneradd a missed cmov alias, part of rdar://8416805
2010-09-11 Chris Lattneradd support for all the setCC aliases. Part of rdar...
2010-09-11 Rafael EspindolaAdd support for leb128 of absolute expressions.
2010-09-11 Chris Lattneradd support for pushfd/popfd which are aliases for...
2010-09-11 Chris Lattnerimplement rdar://8407928 - support for in/out with...
2010-09-11 Chris Lattnerfix the asmparser so that the target is responsible...
2010-09-11 Rafael EspindolaAdd missing single quotes.
2010-09-11 Rafael EspindolaChange section_data dumping to print hex numbers instea...
2010-09-11 Owen AndersonInvert and-of-or into or-of-and when doing so would...
2010-09-11 Michael J.... CMake: Fix mingw32 build.
next