ARM Thumb symbol references in assembly need the low bit set.
[oota-llvm.git] / lib /
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...
2012-02-23 Rafael EspindolaFix typo.
2012-02-23 Eric ChristopherMore newline cleanups.
2012-02-23 Eric ChristopherAdd some handy-dandy newlines.
2012-02-23 Andrew Trickmisched: cleanup reaching def computation
2012-02-23 Evan ChengCanonicalize (srl (bswap x), 16) to (rotr (bswap x...
2012-02-23 Andrew TrickPostRASched: Convert physreg def/use tracking to Jakob...
2012-02-23 Jakob Stoklund OlesenHandle regmasks in FixupKills.
2012-02-23 Evan ChengOptimize a couple of common patterns involving conditio...
2012-02-23 Jakob Stoklund OlesenHandle regmasks in CriticalAntiDepBreaker.
2012-02-23 Jakob Stoklund OlesenTrack reserved registers separately from RegsAvailable.
2012-02-22 Daniel DunbarMC: Fix the MCNullStreamer which was broken in r147763.
2012-02-22 Jakob Stoklund OlesenDon't compute latencies for regmask operands.
2012-02-22 Jakob Stoklund OlesenHandle regmasks in RegisterScavenging.
2012-02-22 Andrew Trickmisched: Use SparseSet for VRegDegs for constant time...
2012-02-22 Hal FinkelAllow the use of an alternate symbol for calculating...
2012-02-22 Michael J. SpencerProperly emit _fltused with FastISel. Refactor to share...
2012-02-22 Andrew TrickComment from code review
2012-02-22 Chad RosierRemove extra semi-colons.
2012-02-22 Jakob Stoklund Olesen80 col.
2012-02-22 Sirish PandeEfficient pattern for store truncate. Patch by Evandro...
2012-02-22 David GreeneAdd Foreach Loop
2012-02-22 Benjamin KramerRemove static ctor.
2012-02-22 Chandler CarruthSupport was removed from LLVM's MIPS backend for the...
2012-02-22 Eric ChristopherOnly add DW_AT_prototyped if we're working with a C...
2012-02-22 Eric ChristopherAdd the source language into the compile unit.
2012-02-22 Eric ChristopherRemove extra semi-colon.
2012-02-22 Craig TopperDeclare register classes as const. Fix a couple pointer...
2012-02-22 Andrew Trickmisched: DAG builder should not track dependencies...
2012-02-22 Andrew TrickInitialize SUnits before DAG building.
2012-02-22 Craig TopperMake all pointers to TargetRegisterClass const since...
2012-02-22 Rafael EspindolaImprove comment. Thanks for Andrew for the suggestion.
2012-02-22 Rafael EspindolaSemantically revert 151015. Add a comment on why we...
2012-02-22 Aaron BallmanAdding support for Microsoft's thiscall calling convent...
2012-02-22 Jakob Stoklund OlesenClarify ARM calling conventions.
2012-02-22 Jakob Stoklund OlesenUse SparseSet for the RAFast live virtual register...
2012-02-22 Akira HatanakaUse a function in MathExtras to do sign extension.
2012-02-21 Jakob Stoklund OlesenCalls don't really change the stack pointer.
2012-02-21 Lang HamesAdd API "handleMoveIntoBundl" for updating liveness...
2012-02-21 Eric ChristopherThere's no need for a DW_AT_byte_size on a pointer...
2012-02-21 Nick LewyckyUse the target-aware constant folder on expressions...
2012-02-21 Evan ChengProper support for a bastardized darwin-eabi hybird...
2012-02-21 Rafael Espindolas/the the/the/
2012-02-21 Benjamin KramerFix unsigned off-by-one in comment.
2012-02-21 Benjamin KramerInstCombine: Don't transform a signed icmp of two GEPs...
2012-02-21 Duncan SandsMove the implementation of StringRef::split out of...
2012-02-21 Jay FoadRevert r151049 cos it broke the buildbots.
2012-02-21 Chandler CarruthTiny cosmetic change to use the same style for all...
2012-02-21 Jay FoadPR1210: make uniquing of struct and function types...
2012-02-21 Chandler CarruthReplace a hand rolled loop with a lovely StringRef...
2012-02-21 Chandler CarruthPull the parsing helper functions out of the Triple...
2012-02-21 Chandler CarruthClean up comments that I missed when changing the tripl...
2012-02-21 Andrew TrickClear virtual registers after they are no longer refere...
2012-02-21 Andrew TrickStackSlotColoring does not use a VirtRegMap
2012-02-21 Rafael EspindolaUse more idiomatic assert.
2012-02-21 Rafael EspindolaAvoid warning on non assert builds.
2012-02-21 Chandler CarruthSwitch the llvm::Triple class to immediately parse...
2012-02-21 Rafael EspindolaIt turns out that with the current scev organization...
2012-02-21 Lang HamesFix some bugs in HMEditor's moveAllOperandsInto logic.
2012-02-20 Nick LewyckyCheck for the correct size in the invariant marker.
2012-02-20 Evan ChengFix machine-cp by having it to check sub-register indic...
2012-02-20 Chad RosierFix 80-column violation.
2012-02-20 Benjamin KramerInstCombine: Removing the base from the address calcula...
2012-02-20 Eric ChristopherMake this a bit prettier and more obvious when a derive...
2012-02-20 Eric ChristopherIf a derived type is also a composite type, print that...
2012-02-20 Eric ChristopherAdd support for runtime languages on our forward declar...
2012-02-20 Benjamin KramerInstCombine: When comparing two GEPs that were derived...
2012-02-20 Benjamin KramerInstCombine: Make OptimizePointerDifference more aggres...
next