oota-llvm.git
2012-03-15 Chandler CarruthMake the swap code here a bit more obvious what its...
2012-03-15 Chandler CarruthDon't assume that the arguments are processed in some...
2012-03-15 Chad Rosier[avx] Add patterns for VINSERTF128rm.
2012-03-15 Chandler CarruthThis pass didn't want the inline cost per-se, it just...
2012-03-15 Chandler CarruthRemove all remnants of partial specialization in the...
2012-03-15 Aaron BallmanFixed a transform crash when setting a negative size...
2012-03-14 Kostya Serebryany[tsan] use FunctionBlackList
2012-03-14 Kostya Serebryany[asan] rename class BlackList to FunctionBlackList...
2012-03-14 Chandler CarruthExtend the inline cost calculation to account for bonus...
2012-03-14 Dan GohmanWhen an invoke is marked with metadata indicating its...
2012-03-14 Francois PichetFixes the MSVC build.
2012-03-14 Chandler CarruthChange where we enable the heuristic that delays inlini...
2012-03-14 Eli BenderskySome typos in lit command guide
2012-03-14 Benjamin KramerSilence operator precedence warnings.
2012-03-14 Bill WendlingUpdate the "hello world" example to resemble what we...
2012-03-14 Chandler CarruthRefactor the inline cost bonus calculation for constant...
2012-03-14 Bill WendlingReapply r152486 with a fix for the nightly testers.
2012-03-14 Bill WendlingInsert the debugging instructions in one fell-swoop...
2012-03-14 Eli BenderskyClean up removed file after r152620
2012-03-14 Eli BenderskyTypo in lit command guide
2012-03-14 Andrew Trickmisched: implemented a framework for top-down or bottom...
2012-03-14 Andrew Trickmisched comments
2012-03-14 Eric ChristopherRemove the DW_AT_MIPS_linkage name attribute when we...
2012-03-14 Benjamin KramerMove APInt::operator[] inline.
2012-03-14 Benjamin KramerMove APInt::operator! inline, it's small and fuses...
2012-03-13 Evan ChengFortify r152675 a bit. Although I'm not able to come...
2012-03-13 Evan ChengDAG combine incorrectly optimize (i32 vextract (v4i16...
2012-03-13 Pete CooperTarget override to allow CodeGenPrepare to sink address...
2012-03-13 Argyrios KyrtzidisAdd a sanity check in MemoryBuffer::getOpenFile() to...
2012-03-13 Benjamin KramerRemove an old hack for pre-2005 MSVC. We don't support...
2012-03-13 Bill Wendlings/SjLjEHPass/SjLjEHPrepare/
2012-03-13 Kevin EnderbyChange the X86 assembler to not require a segment regis...
2012-03-13 Chris Lattnerenhance jump threading to preserve TBAA information...
2012-03-13 Dan GohmanTeach globalopt how to evaluate an invoke with a non...
2012-03-13 Duncan SandsGeneralize the "trunc(ptrtoint(x)) - trunc(ptrtoint...
2012-03-13 Stepan DyatkovskiyFixed comments for SwitchInst::addCase and for SwitchIn...
2012-03-13 Duncan SandsUniformize the InstructionSimplify interface by ensurin...
2012-03-13 Eli BenderskyAdd profiling support for Intel Parallel Amplifier...
2012-03-13 Craig TopperRemove unused field from FixedLenDecoderEmitter. Move...
2012-03-13 Bill WendlingAdd a return type.
2012-03-13 Bill WendlingInline the d'tor and add an anchor instead.
2012-03-13 Bill WendlingRefactor the SelectionDAG's 'dump' methods into their...
2012-03-13 Lang HamesFixed typo in comment.
2012-03-13 Eli FriedmanFix regression from r151466: an we can't replace uses...
2012-03-13 Chandler CarruthAddress some review comments from Duncan. This moves...
2012-03-13 NAKAMURA Takumilit: Pass %INCLUDE% to tests on Win32. clang may expect...
2012-03-12 Kevin EnderbyChange the second line of the test added for r152414...
2012-03-12 Benjamin KramerDFAPacketizerEmitter: Prune includes.
2012-03-12 Kevin EnderbyAdded a missing error check for X86 assembly with misma...
2012-03-12 Benjamin KramerInline a trivial helper function.
2012-03-12 Bill Wendlingsort by alpha.
2012-03-12 Eric ChristopherUse a posix compliant regexp in export file construction.
2012-03-12 Bill WendlingRevert due to nightly test failures.
2012-03-12 Kostya Serebryany[asan] move x86-specific test to a separate X86 directo...
2012-03-12 Chandler CarruthWhen inlining a function and adding its inner call...
2012-03-12 Chandler CarruthTeach instsimplify how to constant fold pointer differe...
2012-03-12 Chandler CarruthFileCheck-ize this test.
2012-03-12 Duncan SandsDon't cast away constant qualifier.
2012-03-12 Bob WilsonSwitch to unified syntax for VFP instructions in inline...
2012-03-11 Benjamin KramerReplace a hand-coded leading one counting loop with...
2012-03-11 Benjamin KramerRemove global map. This code isn't even hot.
2012-03-11 Benjamin KramerDwarfDebug: Store the filename/dirname pair as a zero...
2012-03-11 Craig TopperConvert more static tables of registers used by calling...
2012-03-11 Craig TopperUse uint16_t to store registers and opcode in static...
2012-03-11 Craig TopperRemove unused functions getArgRegs and getNumArgRegs.
2012-03-11 Stepan Dyatkovskiyllvm::SwitchInst
2012-03-11 Gregory Szorc[llvm.py] Implement disassembler interface
2012-03-11 Douglas GregorAdd a few missing 'template' keywords
2012-03-11 Craig TopperShrink and reorder some fields in MCOperandInfo to...
2012-03-11 Michael J.... Fix warnings when building with VS11.
2012-03-11 Michael J.... Fix warnings.
2012-03-10 Aaron BallmanFixing a compile warning triggered in MSVC about consta...
2012-03-10 Michael J.... Make StringRef::getAsInteger work with all integer...
2012-03-10 Benjamin KramerMake helper static, so it can be inlined into its sole...
2012-03-10 Gregory SzorcRevert "[llvm.py] Implement interface to enhanced disas...
2012-03-10 Kay Tiong Khoo*fix typo in comment; test of commit access
2012-03-10 Gregory Szorc[llvm.py] Implement interface to enhanced disassembler
2012-03-10 Gregory Szorc[llvm.py] Make LLVMObject.__del__ work if called during...
2012-03-10 Andrew TrickMove llc + target triple tests into X86
2012-03-10 Bill WendlingAs Duncan pointed out, pointers tend not to be in float...
2012-03-10 Benjamin KramerDon't try to filecheck bitcode.
2012-03-10 Bill WendlingMake this transformation slightly less agressive and...
2012-03-10 Benjamin KramerC files in llvm still have to be C89 compliant, remove...
2012-03-10 Benjamin KramerMicrooptimize getVRegDef. def_begin isn't free, don...
2012-03-10 Chandler CarruthRefactor some methods to look through bitcasts and...
2012-03-10 Bill WendlingFix disasm of iret, sysexit, and sysret when displayed...
2012-03-10 Bill WendlingImplement a more intelligent way of spilling uses acros...
2012-03-10 Gregory Szorc[llvm.py] Define enumerations from Core.h; add OpCode...
2012-03-10 Gregory Szorc[llvm.py] Implement interface to object files
2012-03-10 Benjamin KramerFix uses of the C99 PRI format macros not to conflict...
2012-03-10 Jakob Stoklund... Report the defining instruction.
2012-03-10 Jakob Stoklund... Add SSA verification to MachineVerifier.
2012-03-10 Jakob Stoklund... Use SmallPtrSet instead of DenseSet.
2012-03-10 Benjamin KramerGive dagcombiner's worklist some inline capacity.
2012-03-10 Akira HatanakaDo not custom lower i64 nodes if i64 is not a legal...
2012-03-09 Akira HatanakaLower SETCC nodes during legalization. Previously,...
2012-03-09 Jakob Stoklund... Assert on SSA errors in LiveVariables.
2012-03-09 Akira HatanakaRemove unused header files.
2012-03-09 Andrew Trickmisched: handle scheduler that insert instructions...
2012-03-09 Kevin EnderbyAdd the missing call to Error when a bad X86 scale...
next