Enable -Wcovered-switch-default as it matches the switch style used in llvm.
[oota-llvm.git] / lib /
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...
2012-02-24 Andrew TrickPostRA sched: speed up physreg tracking by not abusing...
2012-02-24 Jim GrosbachARM Thumb symbol references in assembly need the low...
2012-02-24 Pete CooperTurn avx insert intrinsic calls into INSERT_SUBVECTOR...
2012-02-24 Jia Liucomment fix
2012-02-24 Jia Liusome comment fix
2012-02-24 Jia Liucomment fix
2012-02-24 Jia Liureplace a balnk with -
2012-02-24 Eric ChristopherIf the Address of a variable is an argument then treat...
2012-02-24 Eric ChristopherTabs, formatting and long lines oh my!
2012-02-24 Jia Liu80 columns of Mips InstPrinter Makefile
2012-02-24 Jakob Stoklund OlesenSwitch ARM target to register masks.
2012-02-24 Jim GrosbachMake sure the regs are low regs for tMUL size reduction.
2012-02-24 Jim GrosbachThumb2 size reduction fix for tied operands of tMUL.
2012-02-24 NAKAMURA TakumiEE/Interpreter/ExternalFunctions.cpp: Staticize lle_X_...
2012-02-24 NAKAMURA TakumiEE/Interpreter/ExternalFunctions.cpp: Prune "C" linkage...
2012-02-24 Dan GohmanWhen emitting a cmp with 0 for a lowered select, mask...
2012-02-23 Bill WendlingAllow an integer to be converted into an MMX type when...
2012-02-23 Michael J. SpencerEmit global ctors into .CRT$XCU instead of .ctors on...
2012-02-23 Benjamin KramerBump SmallString to the minimum required amount for...
2012-02-23 Roman DivackyMCize function entry label emission on PowerPC64 properly.
2012-02-23 Benjamin KramerBitVectorize loop.
2012-02-23 Benjamin Kramerpost-ra-sched: Turn the KillIndices vector into a bitve...
2012-02-23 Benjamin Kramerpost-ra-sched: Replace a std::set of regs with a bitvector.
2012-02-23 Kevin EnderbyUpdated the llvm-mc disassembler C API to support for...
2012-02-23 Brendon CahoonFix the numbering of some of the registers and reclassi...
2012-02-23 Jakob Stoklund OlesenMake calls scheduling boundaries post-ra.
2012-02-23 Benjamin KramerReflow code, no functionality change.
2012-02-23 Benjamin KramerStrip a layer of boilerplate from the VLIWPacketizer...
2012-02-23 Duncan SandsRemove unused variable.
2012-02-23 Anton KorobeynikovFix to make sure that a comdat group gets generated...
2012-02-23 Jay FoadUpdate for the removal of Hashing.cpp.
2012-02-23 Jay FoadReinstate r151049 now that GeneralHash is fixed.
2012-02-23 Jay FoadThe implementation of GeneralHash::addBits broke C...
2012-02-23 Duncan SandsGCC fails to understand that NextBB is always initializ...
next