oota-llvm.git
2011-07-27 Jakub StaszakUse BlockFrequency instead of uint32_t in BlockFrequenc...
2011-07-27 Jim GrosbachARM assembly parsing and encoding for UMULL.
2011-07-27 Devang PatelRemove outdated FIXME comment.
2011-07-27 Jim GrosbachARM assembly parsing and encoding for UMLAL.
2011-07-27 Jim GrosbachARM assembly parsing and encoding tests for UMAAL.
2011-07-27 Bill WendlingRefuse to inline two functions which use different...
2011-07-27 Jim GrosbachARM assembly parsing and encoding tests for UHSUB16...
2011-07-27 Jim GrosbachARM assembly parsing and encoding tests for UHADD16...
2011-07-27 Jim GrosbachARM parsing and encoding of SBFX and UBFX.
2011-07-27 Bill WendlingKeep enums stable. Append EH stuff to the end.
2011-07-27 Jim GrosbachARM assembly parsing and encoding tests for UADD16...
2011-07-27 Jim GrosbachARM assembly parsing and encoding tests for TST instruc...
2011-07-27 Jim GrosbachARM assembly parsing and encoding tests for TEQ instruc...
2011-07-27 Owen AndersonRefactor the STRT and STRBT instructions to distinguish...
2011-07-27 Bill WendlingMerge the contents from exception-handling-rewrite...
2011-07-27 Jim GrosbachARM assembly parsing and encoding for extend instructions.
2011-07-27 Nick LewyckyTeach the ConstantMerge pass about alignment. Fixes...
2011-07-27 Eli FriedmanX86ISD::MEMBARRIER does not require SSE2; it doesn...
2011-07-27 Eli FriedmanThe numbering of LLVMOpcode is supposed to be stable...
2011-07-27 Jakub StaszakAdd test cases for BlockFrequency.
2011-07-27 Ted KremenekAdd a generic 'capacity_in_bytes' function to allow...
2011-07-27 Jim GrosbachARM assembly parsing aliases for extend instructions...
2011-07-27 Devang PatelUpdate document listing DIVariable elements to reflect...
2011-07-27 Jim GrosbachARM cleanup of remaining extend instructions.
2011-07-27 Jim GrosbachARM extend instructions simplification.
2011-07-27 Jakub StaszakOptimize 96-bit division a little bit.
2011-07-27 Jakub StaszakMove static methods to the anonymous namespace.
2011-07-27 Jakub StaszakEdge to itself is backedge as well.
2011-07-27 Frits van BommelTrim includes.
2011-07-27 Frits van BommelUpdate CMake build for new gtest file.
2011-07-27 Jay FoadRemove some code that is no longer needed now that...
2011-07-27 Jay FoadMerge gtest-1.6.0.
2011-07-27 Jeffrey YasskinExplicitly cast narrowing conversions inside {}s that...
2011-07-27 Dan GohmanRevert r136156, which broke several buildbots.
2011-07-27 Eli FriedmanMisc mid-level changes for new 'fence' instruction.
2011-07-27 Eli FriedmanMinor simplification.
2011-07-27 Bruno Cardoso... Move some code around to open opportunity for more...
2011-07-27 Bruno Cardoso... The vpermilps and vpermilpd have different behaviour...
2011-07-27 Bruno Cardoso... Remove more dead code!
2011-07-27 Eli FriedmanFix AliasSetTracker so that it doesn't make any assumpt...
2011-07-27 Evan ChengSupport .code32 and .code64 in X86 assembler.
2011-07-27 Devang PatelIt is quiet possible that inlined function body is...
2011-07-27 Eric ChristopherRemove these two directories. The tests can be ported...
2011-07-26 Eric ChristopherRemove test/FrontendC, almost all of the tests have...
2011-07-26 Jakob Stoklund... Add support for multi-way live range splitting.
2011-07-26 Jakob Stoklund... Print out the MBB live-in registers.
2011-07-26 Jakob Stoklund... Eliminate copies of undefined values during coalescing.
2011-07-26 Benjamin KramerUpdate test.
2011-07-26 Benjamin KramerAdd a neat little two's complement hack for x86.
2011-07-26 Bruno Cardoso... Recognize unpckh* masks and match 256-bit versions...
2011-07-26 Dan GohmanDelete unnecessarily cautious LastCALLSEQ code.
2011-07-26 Jim GrosbachARM rot_imm printing adjustment.
2011-07-26 Jim GrosbachARM cleanup of rot_imm encoding.
2011-07-26 Eli FriedmanPrevent x86-specific DAGCombine from creating nodes...
2011-07-26 Evan ChengRemove one last reference to Target in MC library.
2011-07-26 Owen AndersonSplit am2offset into register addend and immediate...
2011-07-26 Nicolas GeoffrayUpdate generated code to use new API of GetElementPtrIn...
2011-07-26 Jim GrosbachFileCheck'ize test.
2011-07-26 Bill WendlingFix a typo.
2011-07-26 Jim GrosbachFix over-zealous rename from r136095.
2011-07-26 Eli FriedmanXFAIL this test while I investigate it; it's failing...
2011-07-26 Eli FriedmanAdd obvious missing case to switch. PR10497.
2011-07-26 Eli FriedmanFix a couple minor mistakes pointed out by Bill in...
2011-07-26 Evan ChengFix llvm-mc target detection code to match llc.
2011-07-26 Andrew TrickUpdating stale documentation on regalloc modes.
2011-07-26 Bill WendlingUse the correct for for the version. It's little endian...
2011-07-26 Jim GrosbachARM diagnostics for ldrexd/stredx out of order paired...
2011-07-26 Bruno Cardoso... Remove now unused patterns. 0 insertions(+), 98 deletio...
2011-07-26 Bruno Cardoso... Cleanup old matching for PUNPCK* variants
2011-07-26 Devang PatelWhile extracting lexical scopes from machine instructio...
2011-07-26 Jim GrosbachARM parsing and encoding tests for load/store exclusive...
2011-07-26 Jim GrosbachARM fix for LDREX source register encoding.
2011-07-26 Andrew TrickSCEV: Added a data structure for storing not-taken...
2011-07-26 Duncan SandsStrip trailing whitespace.
2011-07-26 Jim GrosbachARM assembly parsing and encoding for SWP[B] instructions.
2011-07-26 Jim GrosbachARM SWP instructions store, too, not just load.
2011-07-26 Jim GrosbachClean up the ARM asm parser a bit.
2011-07-26 Jim GrosbachARM fix asm parsing range check for [0,31] immediates.
2011-07-26 Jim GrosbachARM parsing and encoding for SVC instruction.
2011-07-26 Jim GrosbachARM assembly parsing and encoding tests for SUB instruc...
2011-07-26 Jim GrosbachUpdate ARM STM tests. Fix check: prefix for diagnostic...
2011-07-26 Duncan SandsTeach the Triple class about kfreebsd (FreeBSD kernel...
2011-07-26 Rafael EspindolaAdd LLVMAddAlwaysInlinerPass to the C API.
2011-07-26 Rafael EspindolaLLVM 3.0 is here, remove old do nothing method.
2011-07-26 Duncan SandsSrcDef is only written and never read. Remove it.
2011-07-26 Duncan SandsAdd helper function for getting true/false constants...
2011-07-26 Bill WendlingClean up the HTML here a bit.
2011-07-26 Jay FoadFix typo in comment.
2011-07-26 Nick LewyckyDon't try to dereference syms[0] on an empty vector...
2011-07-26 Bill WendlingThe compact unwinding offsets are divided by 8 on 64...
2011-07-26 Bill WendlingDescribe the reasoning for compact unwind in better...
2011-07-26 Bruno Cardoso... Add 256-bit isel for movsldup/movshdup
2011-07-26 Bruno Cardoso... More movsldup/movshdup cleanup. Rewrite the mask matchi...
2011-07-26 Bruno Cardoso... More cleanup, subtarget info isn't used here.
2011-07-26 Bruno Cardoso... Add 128-bit AVX versions of movshdup/mosldup
2011-07-26 Bruno Cardoso... Cleanup movsldup/movshdup matching.
2011-07-26 Jakob Stoklund... Revert to RA_Assign when a virtreg separates into compo...
2011-07-26 Evan ChengRename createCodeEmitter to createMCCodeEmitter; create...
2011-07-26 Chandler CarruthRemove a file from CMakeLists.txt that Evan removed...
2011-07-26 Evan ChengRename TargetAsmParser to MCTargetAsmParser and TargetA...
next