oota-llvm.git
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...
2012-03-09 David MeyerSupport reading GNU symbol versions in ELFObjectFile
2012-03-09 David Meyer[Object]
2012-03-09 Duncan SandsAdd statistics on removed switch cases, and fix the...
2012-03-09 Gregory Szorc[llvm.py] Make ObjectFile destructor work
2012-03-09 Dan GohmanWhen identifying exit nodes for the reverse-CFG reverse...
2012-03-09 Kevin EnderbyFix the x86 disassembler to at least print the lock...
2012-03-09 Daniel Dunbar[Support] Drop verbose _ATTRIBUTE from LLVM_ATTRIBUTE_...
2012-03-09 NAKAMURA TakumiTableGen/CodeEmitterGen.cpp: Fix an expression of gener...
2012-03-09 NAKAMURA Takumitest/MC/X86/lit.local.cfg: Fix up to detect 'X86' in...
2012-03-09 Duncan SandsEliminate switch cases that can never match, for exampl...
2012-03-09 Anton KorobeynikovAdd support for r600 (AMD GPUs HD2XXX - HD6XXX) target...
2012-03-09 Nick LewyckyFactor out the analysis of addition and subtraction...
2012-03-09 Gregory Szorc[llvm.py] Initial skeleton for Python LLVM bindings
2012-03-09 Andrew Trickmisched: handle scheduling region boundaries nicely.
2012-03-09 Craig TopperUse uint16_t to store opcodes in static tables in X86...
2012-03-09 Ahmed CharlesFix undefined behavior in the Mips backend.
2012-03-09 Andrew Trickmisched interface: rename Begin/End to RegionBegin...
2012-03-09 Andrew Trickmisched comments
2012-03-09 Andrew Trickrevert 152356: verify misched changes using -misched...
2012-03-09 Chandler CarruthFix a silly restriction on the fast-path for hash_combi...
2012-03-09 Chandler CarruthUndo a previous restriction on the inline cost calculat...
2012-03-09 Chad RosierFix a regression from r147481.
2012-03-09 Andrew Trickmisched: allow the default scheduler to be one chosen...
2012-03-09 Andrew TrickAdded TargetPassConfig::enablePass
2012-03-09 Evan ChengCache MBB->begin. It's possible the scheduler / bundler...
2012-03-08 Benjamin KramerSilence unused function warning when graphviz is not...
2012-03-08 Benjamin KramerRemove the no longer existent psp triple from a test.
2012-03-08 Duncan SandsHave llvm-mc --version print the list of registered...
next