oota-llvm.git
2011-02-26 Bill WendlingA new TableGen feature! (Not turned on just yet.)
2011-02-26 Bob WilsonRemoved unnecessary dylibs from Apple builds, with...
2011-02-25 Bob WilsonAdd a new "Embedded" makefile target for Apple-style...
2011-02-25 Jim GrosbachTrailing whitespace.
2011-02-25 Stuart HastingsFix bad comment marker.
2011-02-25 Owen AndersonAllow targets to specify a the type of the RHS of a...
2011-02-25 David GreeneAdd some options for building LLVM in different environ...
2011-02-25 Stuart HastingsOmit lto.h from the llvmCore result; henceforth, this...
2011-02-25 Chris Lattnersplit this test into arch specific pieces, so the ARM
2011-02-25 Cameron ZwarichRoll out r126425 and r126450 to see if it fixes the...
2011-02-25 Benjamin KramerRevert "SimplifyCFG: GEPs with just one non-constant...
2011-02-25 Nick LewyckyUpdate the NoFolder to work with current IRBuilder.
2011-02-25 Bob WilsonAdd patterns to use post-increment addressing for Neon...
2011-02-25 Jim GrosbachFix formatting of debug helper string.
2011-02-25 Evan ChengFix typo.
2011-02-25 Cameron ZwarichSet NumSignBits to 1 if KnownZero/KnownOne are being...
2011-02-25 Cameron ZwarichWe only want to zero extend the existing information...
2011-02-25 Jakob Stoklund... Try harder to get the hint by preferring to evict hint...
2011-02-25 Evan ChengEach prologue may have multiple vpush instructions...
2011-02-24 Benjamin KramerSimplifyCFG: GEPs with just one non-constant index...
2011-02-24 Jakob Stoklund... Tweak the register allocator priority queue some more.
2011-02-24 Nick LewyckyRemove dead variable.
2011-02-24 Benjamin KramerSimplifyCFG: GEPs with constant indices are cheap enoug...
2011-02-24 Joerg SonnenbergerRestore r125595 (reverted in r126336) with modifications:
2011-02-24 Chris Lattnerremove command line option debugging hook.
2011-02-24 Argyrios KyrtzidisIn utils/TableGen/ClangSACheckersEmitter.cpp, set the...
2011-02-24 Rafael EspindolaSwitch LTO to use MC. This takes the linking of libxul...
2011-02-24 Devang PatelEnable DebugInfo support for COFF object files.
2011-02-24 Nadav RotemEnable support for vector sext and trunc:
2011-02-24 Rafael EspindolaFix llvm-gcc bootstrap with gnu ld.
2011-02-24 Devang PatelRemove obsolete tests.
2011-02-24 Devang PatelMove arch specific tests in arch specific directories.
2011-02-24 Chris Lattnerfit in 80 cols.
2011-02-24 Devang PatelDo not use DIFactory. Use DIBuilder.
2011-02-24 Devang PatelDo not use DIFactory.
2011-02-24 Richard OsborneAdd XCore intrinsic for eeu instruction.
2011-02-24 NAKAMURA Takumitest/lit.cfg: Add PATHEXT to 'substitution', to recogni...
2011-02-24 Duncan SandsRewrite the vector part of getExtendedTypeAction to...
2011-02-24 Benjamin KramerPlug some leaks in edis.
2011-02-24 Cameron ZwarichMerge information about the number of zero, one, and...
2011-02-24 Cameron ZwarichAdd a getNumSignBits() method to APInt.
2011-02-24 Cameron ZwarichAdd a mechanism for invalidating the LiveOutInfo of...
2011-02-24 Cameron ZwarichTrack blocks visited in reverse postorder.
2011-02-24 Cameron ZwarichRefactor the LiveOutInfo interface into a few methods...
2011-02-24 Cameron ZwarichHave isel visit blocks in reverse postorder rather...
2011-02-24 Chris Lattnerwire TargetLibraryInfo into simplify libcalls and use...
2011-02-24 Chris Lattnermove a massive amount of code out into its own helper...
2011-02-24 Chris Lattnerchange instcombine to not turn a call to non-varargs...
2011-02-24 Evan ChengFix bug in X86 folding / unfolding table. Int_CMPSDrm...
2011-02-24 Jakob Stoklund... Use the same spill slot for all live ranges that descen...
2011-02-24 Michael J.... Depricate PathV1::isAbsolute.
2011-02-23 Devang PatelUse DW_FORM_data2 for DW_AT_language and let users...
2011-02-23 Devang PatelCheck only relevant strings in output to increase stabi...
2011-02-23 Jim GrosbachRemove file. Previous commit deleted content, but left...
2011-02-23 Jim GrosbachRevert r125595, which is an X86-only undocumented assem...
2011-02-23 Rafael EspindolaPut in the symbol table symbols only used in a .globl...
2011-02-23 Richard OsborneAdd XCore intrinsic for clre instruction.
2011-02-23 Richard OsborneAdd llvm.xcore.waitevent intrinsic. The effect of this...
2011-02-23 Jakob Stoklund... It is safe to ignore LastSplitPoint when the variable...
2011-02-23 Richard OsborneAdd XCore intrinsic for the setv instruction.
2011-02-23 Richard OsborneFix format for setc instruction.
2011-02-23 Richard OsborneAdd XCore intrinsic for settw instruction.
2011-02-23 Frits van BommelImplement TODO for implicit C-array-to-ArrayRef conversion.
2011-02-23 Oscar FuentesExport TARGET_TRIPLE on LLVM.cmake. It is necessary...
2011-02-23 Sean CallananFixed a bug in the enhanced disassembler that caused
2011-02-23 Sean CallananFixed a bug in the enhanced disassembly tester that
2011-02-23 Evan ChengChange VFPNeonA8 definition to make the code easier...
2011-02-23 Stuart HastingsOmit private_extern declarations of extern symbols...
2011-02-23 Evan ChengMore fcopysign correctness and performance fix.
2011-02-23 Jakob Stoklund... Keep track of how many times a live range has been...
2011-02-23 Jakob Stoklund... Fix a bug in determining if there is only a single...
2011-02-23 Jakob Stoklund... Be more aggressive about evicting interference.
2011-02-22 David Greene[AVX] General VUNPCKL codegen support.
2011-02-22 David GreeneFix Builder::execute() to more properly pass the desire...
2011-02-22 Jakob Stoklund... Change the RAGreedy register assignment order so large...
2011-02-22 Jakob Stoklund... 80 Col.
2011-02-22 Nick LewyckyFix C++0x incompatibility. The signature of std::make_p...
2011-02-22 Cameron ZwarichMake LoopDeletion work on loops with multiple edges...
2011-02-22 Joerg SonnenbergerUse the same (%dx) hack for in[bwl] as for out[bwl].
2011-02-22 Evan ChengVFP single precision arith instructions can go down...
2011-02-22 Devang PatelFollow LLVM coding style.
2011-02-22 Roman DivackyStack alignment is 16 bytes on FreeBSD/i386 too.
2011-02-22 Joerg SonnenbergerBug#9172: Don't use static in file scope, use an attrib...
2011-02-22 Oscar FuentesCMake: remove unnecessary variable.
2011-02-22 Cameron ZwarichMachineConstantPoolValues are not uniqued, so they...
2011-02-22 NAKAMURA TakumiRevert r126195, "test/CodeGen/X86/vec_cast.ll: Mark...
2011-02-22 NAKAMURA TakumiRelax expressions and add explicit triplets -linux...
2011-02-22 NAKAMURA TakumiRelax expressions and add explicit triplets -linux...
2011-02-22 NAKAMURA TakumiRelax expressions and add explicit triplets -linux...
2011-02-22 NAKAMURA TakumiRelax expressions and add explicit triplets -linux...
2011-02-22 NAKAMURA TakumiRelax expressions and add explicit triplets -linux...
2011-02-22 NAKAMURA TakumiRelax expressions and add explicit triplets -linux...
2011-02-22 NAKAMURA TakumiRelax expressions and add explicit triplets -linux...
2011-02-22 NAKAMURA TakumiRelax expressions and add explicit triplets -linux...
2011-02-22 NAKAMURA TakumiRelax expressions and add explicit triplets -linux...
2011-02-22 NAKAMURA TakumiRelax expressions and add explicit triplets -linux...
2011-02-22 NAKAMURA TakumiRelax expressions and add explicit triplets -linux...
2011-02-22 NAKAMURA TakumiRelax expressions and add explicit triplets -linux...
2011-02-22 NAKAMURA TakumiRelax expressions and add explicit triplets -linux...
2011-02-22 NAKAMURA TakumiRelax expressions and add explicit triplets -linux...
next