OSDN Git Service

Add myself to the credits file
[android-x86/external-llvm.git] / lib /
2012-02-29 Benjamin KramerLegalizeIntegerTypes: Reorder operations in the "big...
2012-02-29 Duncan SandsHave GVN also do condition propagation when the right...
2012-02-29 David Meyer[Object] Add symbol attribute flags: ST_ThreadLocal...
2012-02-29 Bill WendlingRestrict this transformation to equality conditions.
2012-02-29 Jakob Stoklund OlesenAdd an analyzeVirtReg() function.
2012-02-29 Derek SchuffMake MemoryObject accessor members const again
2012-02-29 Daniel DunbarSupport/PathV2: Fix namespace qualifier in make_absolut...
2012-02-29 Jakob Stoklund OlesenMove the operand iterator into MachineInstrBundle.h...
2012-02-29 Daniel DunbarSupport/PathV2: Fix make_absolute() to match is_absolut...
2012-02-29 Derek SchuffFix PR12080 by ensuring that MaterializeModule actually...
2012-02-29 Michael J. Spencer[PathV2] Fix bug in relative_path.
2012-02-28 Jim GrosbachARM implement TargetInstrInfo::getNoopForMachoTarget()
2012-02-28 David MeyerIn the ObjectFile interface, replace isInternal(),...
2012-02-28 Lang HamesKill off LiveRangeEdit::getNewVRegs and LiveRangeEdit...
2012-02-28 Rafael EspindolaOn ELF, create relocations to the abbreviation and...
2012-02-28 Jim GrosbachARM vbit/vbif/vbsl assembly optional size suffix.
2012-02-28 Evan ChengRe-commit r151623 with fix. Only issue special no-retur...
2012-02-28 Benjamin KramerFix off-by one in comment.
2012-02-28 Roman DivackyProperly MCize the section switch, removing a FIXME.
2012-02-28 Benjamin KramerLegalizeIntegerTypes: Reenable the large shift with...
2012-02-28 Daniel DunbarRevert r151623 "Some ARM implementaions, e.g. A-series...
2012-02-28 Daniel DunbarRemove stray semi-colon.
2012-02-28 Nadav RotemCode cleanup following CR by Duncan.
2012-02-28 Nadav RotemFix a bug in the code that builds SDNodes from vector...
2012-02-28 Jia Liuremove blanks, and some code format
2012-02-28 Evan ChengSome ARM implementaions, e.g. A-series, does return...
2012-02-28 Pete CooperReverted r152620 - DSE: Shorten memset when a later...
2012-02-28 Pete CooperDSE: Shorten memset when a later store overwrites the...
2012-02-28 Bill WendlingOops...Don't commit the other stuff..
2012-02-28 Bill WendlingModify comment to reflect the importance of this code.
2012-02-28 Akira HatanakaAdd comments.
2012-02-28 Akira HatanakaDo not reserve $gp as a dedicated global base register...
2012-02-28 Akira HatanakaAdd support for floating point base register + offset...
2012-02-28 Jakob Stoklund OlesenHandle regmasks in MachineCSE.
2012-02-28 Jakob Stoklund OlesenHandle regmasks in the machine code verifier.
2012-02-28 Jakob Stoklund OlesenEnable ARM base pointer when calling functions with...
2012-02-28 Michael J. Spencer[Object] Add {begin,end}_dynamic_symbols stubs and...
2012-02-28 Chad RosierFix 80-column violation.
2012-02-27 Bill WendlingAdd back removed code. It still causes LLVM to miscompi...
2012-02-27 Preston GurdThis patch adds instruction latencies for the SSE instr...
2012-02-27 Eli FriedmanDuncan pointed out that if the alignment isn't explicit...
2012-02-27 Evandro MenezesDelete incorrect reference to inexistent Hexagon archit...
2012-02-27 Bill WendlingDon't use #if 0. Just remove until I can address this.
2012-02-27 Bill WendlingThe code that cleans up multiple, isomorphic types...
2012-02-27 Evan ChengFix for PR12090: clear def maps of aliases when visitin...
2012-02-27 Jim GrosbachARM BL/BLX instruction fixups should use relocations.
2012-02-27 Eli FriedmanTeach BasicAA about the LLVM IR rules that allow readin...
2012-02-27 Roman DivackyReapply r151278 with fixes.
2012-02-27 Chad RosierAdd q suffix aliases for the fistp and fisttp mnemonics.
2012-02-27 Akira HatanakaRemove unnecessary template parameters.
2012-02-27 Akira HatanakaFix instruction predicates that were not set correctly.
2012-02-27 Jakob Stoklund OlesenUpdate machine code verifier.
2012-02-27 Kevin EnderbyFix the symbolic operand added for the C disassmbler...
2012-02-27 Benjamin KramerPlog a memleak in GlobalOpt.
2012-02-27 Duncan SandsMicro-optimization, no functionality change.
2012-02-27 Duncan SandsThe value numbering function is recursive, so it is...
2012-02-27 Duncan SandsWhen performing a conditional branch depending on the...
2012-02-27 Craig TopperRemove HexagonGenIntrinsics.inc from Hexagon cmake...
2012-02-27 Jia Liudelete useless comment&blank
2012-02-27 Rafael EspindolaFix this assert. IP can point to an instruction with...
2012-02-27 Craig TopperX86 disassembler support for jcxz, jecxz, and jrcxz...
2012-02-26 Rafael EspindolaDon't call dominates on unreachable instructions. Shoul...
2012-02-26 Hal FinkelDefault TargetData alignment information for 128-bit...
2012-02-26 Rafael EspindolaAnd update the comment...
2012-02-26 Rafael EspindolaEnable the assert that got all this dominator work...
2012-02-26 Rafael EspindolaUse the DT dominates function in the verifier.
2012-02-26 Rafael EspindolaChange the implementation of dominates(inst, inst)...
2012-02-26 Rafael EspindolaDon't call dominates on unreachable instructions.
2012-02-26 Nick LewyckyReinstate the optimization from r151449 with a fix...
2012-02-26 Rafael EspindolaDon't call dominates on unreachable instructions.
2012-02-25 Nick LewyckyRoll these back to r151448 until I figure out how they...
2012-02-25 Nick LewyckyAn argument and a local identified object (eg. a noalia...
2012-02-25 Nick LewyckyFix five-letter typo in comment.
2012-02-25 Nick LewyckyTeach instsimplify to be more aggressive when analyzing...
2012-02-25 Nick LewyckyMove isKnownNonNull from private implementation detail...
2012-02-25 Nick LewyckyRemove spurious emacs mode marker.
2012-02-25 Hal FinkelRevert r151278, breaks static linking.
2012-02-25 NAKAMURA TakumiTarget/X86: Fix assertion failures and warnings caused...
2012-02-25 Chad RosierAdd comment.
2012-02-25 Chad RosierAdd support for disabling llvm.lifetime intrinsics...
2012-02-25 Lang HamesMake the peephole optimizer clear kill flags on a vreg...
2012-02-25 Chad RosierFix indentation.
2012-02-25 Eric ChristopherGrammar-o.
2012-02-25 Lang HamesFixed typo.
2012-02-25 Akira HatanakaAdd definitions of floating point multiply add/sub...
2012-02-24 Akira HatanakaAdd an option to use a virtual register as the global...
2012-02-24 Benjamin KramerRemove unused cl::opt, make another opt static.
2012-02-24 Jakob Stoklund OlesenAdd missing static
2012-02-24 Ahmed CharlesFix undefined behavior.
2012-02-24 Jim GrosbachThumb2 asm aliases for wide bitwise w/ immediate instru...
2012-02-24 Chris Lattnerfix PR12075, a regression in a recent transform I added...
2012-02-24 Michael J. SpencerAdd WIN_FTOL_* psudo-instructions to model the unique...
2012-02-24 Jakob Stoklund OlesenAdd a -stress-regalloc=<N> option.
2012-02-24 Hal FinkelX11/X2 loads around indirect calls on ppc64 should...
2012-02-24 Hal FinkelDon't crash when a glue node contains an internal CopyToReg
2012-02-24 Duncan SandsTeach GVN that x+y is the same as y+x and that x<y...
2012-02-24 Benjamin KramerSDAGBuilder: Remove register sets that were never read...
2012-02-24 Richard OsborneRemove dead code.
2012-02-24 Duncan SandsWorkaround a miscompilation by gcc-4.3 that showed...
2012-02-24 Nick LewyckyScheduleDAGInstrs.h:155: warning: suggest parentheses...
next