StringRef'ize EmitSourceFileHeader().
[oota-llvm.git] / lib /
2012-02-19 Ahmed CharlesStringRef'ize EmitSourceFileHeader().
2012-02-19 Craig TopperRemove some unneeded includes and fix ordering in X86IS...
2012-02-19 Lang HamesAdd machinery for pushing live ranges onto bundle start...
2012-02-19 Lang HamesSimplify moveEnteringDownFrom rules.
2012-02-19 Craig TopperUnify all shuffle mask checking functions take a mask...
2012-02-19 Lang HamesSkip through instructions rather than operands when...
2012-02-19 NAKAMURA TakumiAPFloat::toString(): Fix overrun at scanning.
2012-02-19 Lang HamesFix TODO and trailing whitespace.
2012-02-19 Lang HamesDefer sanity checks on live intervals until after all...
2012-02-19 Craig TopperMake a bunch of X86ISelLowering shuffle functions stati...
2012-02-19 Jia Liucomment fix ARM.h
2012-02-19 Jia Liusome comment fix for X86 and ARM
2012-02-19 Craig TopperAdd vmfunc instruction to X86 assembler and disassembler.
2012-02-18 Ahmed CharlesFix issue with bitwise and precedence.
2012-02-18 TalinHashing.h - utilities for hashing various data types.
2012-02-18 Rafael EspindolaWhite space fixes.
2012-02-18 Rafael EspindolaTemporarily disable this assert. Looks like it found...
2012-02-18 Rafael EspindolaDon't skip debug instructions when looking for the...
2012-02-18 Jia LiuEmacs-tag and some comment fix for all ARM, CellSPU...
2012-02-18 Craig TopperAdd X86InstrSVM.td that I forgot to add in r150873.
2012-02-18 Craig TopperAdd X86 assembler and disassembler support for AMD...
2012-02-18 Chandler CarruthTrivial cleanup to group the generic 'armvN' cases...
2012-02-18 Eli FriedmanFix a rather nasty regression from r150690: LHS !=...
2012-02-17 Lang HamesBring HMEditor into line with LLVM coding standards.
2012-02-17 Eric ChristopherIgnore the lifetime intrinsics in fast-isel.
2012-02-17 Jakob Stoklund OlesenDon't print out pointer values in SUnit::dump().
2012-02-17 Matt Beaumont-GaySink variable into assert
2012-02-17 Lang HamesAdd support for regmask slots to HMEditor. Also fixes...
2012-02-17 Kevin EnderbyFix typo in comment ldopen() -> dlopen().
2012-02-17 Jakob Stoklund OlesenHandle regmask operands in ARMInstrInfo.
2012-02-17 Kevin EnderbyPut back the initializing the targets in the disassembl...
2012-02-17 Jakob Stoklund OlesenFix ARMBaseInstrInfo::getInstrLatency for calls.
2012-02-17 Jakob Stoklund OlesenTransfer regmasks to MRI.
2012-02-17 Dan GohmanCalls and invokes with the new clang.arc.no_objc_arc_ex...
2012-02-17 Lang HamesRefactor 'handleMove' code in live intervals. Clients...
2012-02-17 Dan GohmanRemove a comment about an alternative approach that...
2012-02-17 Jim GrosbachTidy up.
2012-02-17 David ChisnallGenerate the correct EH frame section types on Solaris...
2012-02-17 David ChisnallRevert r150814. It turns out that there is a good...
2012-02-17 Jakob Stoklund OlesenRevert r150288, "Allow Post-RA LICM to hoist reserved...
2012-02-17 David ChisnallDon't lazily allocate eh_frame. We're not lazily alloc...
2012-02-17 David Chisnall... and it's probably best to use the correct alignment...
2012-02-17 David ChisnallIt turns out that putting an 8-byte symbol in a 4-byte...
2012-02-17 Jia Liuremove Emacs-tag form .cpp files in Mips Backend, and...
2012-02-17 Eric ChristopherTypo in variable name.
2012-02-17 Craig TopperRemove the last of the old vector_shuffle patterns...
2012-02-17 Nick LewyckyAdd support for invariant.start inside the static const...
2012-02-17 Akira HatanakaDo not promote i32 arguments to i64. This was causing...
2012-02-17 Bill WendlingRemove redundant comment. Use a more efficient datatype.
2012-02-17 Bill WendlingFix some grammar-os and formatting.
2012-02-17 Lang HamesReverse iterator - should be incrementing rather than...
2012-02-17 Jia Liuadd Emacs tag and fix some comment error in file headers
2012-02-17 Chad Rosier[fast-isel] Add support for returning non-legal types...
2012-02-17 Lang HamesMachineScheduler shouldn't use/preserve LiveDebugVariables.
2012-02-17 Lang HamesOops - isRegLiveIntoSuccessor is used in non-assert...
2012-02-17 Lang HamesRe-enable 150652 and 150654 - Make FPSCR non-reserved...
2012-02-17 Lang HamesTurn off assertion, conservatively compute liveness...
2012-02-16 Akira HatanakaRemove comment.
2012-02-16 Chad RosierRemove unnecessary assignment to temporary, ResultReg.
2012-02-16 Jakob Stoklund OlesenRemove the YMM_HI_6_15 hack.
2012-02-16 Jakob Stoklund OlesenUse the same CALL instructions for Windows as for every...
2012-02-16 Akira HatanakaRemove trailing whitespace. Add newline.
2012-02-16 Benjamin KramerDisable machine copy propagation for now. It's known...
2012-02-16 Benjamin KramerRevert "InstSimplify: Strip pointer casts early."
2012-02-16 Benjamin KramerInstSimplify: Strip pointer casts early.
2012-02-16 Benjamin KramerInstSimplify: Ignore pointer casts when constant foldin...
2012-02-16 Bill Wendlings/ModAttrBehavior/ModFlagBehavior/g to be consistent...
2012-02-16 James MolloyRemove extraneous #include and spelling mistake introdu...
2012-02-16 James MolloyModify the algorithm when traversing the DAGCombiner...
2012-02-16 NAKAMURA TakumiVMCore/AsmWriter.cpp: Tweak to check #INF and #NAN...
2012-02-16 NAKAMURA TakumiVMCore/AsmWriter.cpp: Use APFloat instead of atof(3).
2012-02-16 Lang HamesOop - r150653 + r150654 broke one of my test cases...
2012-02-16 Lang HamesFPSCR shouldn't be reserved.
2012-02-16 Lang HamesMachineCSE shouldn't extend the live ranges of reserved...
2012-02-16 Eli Friedmanloop-rotate shouldn't hoist alloca instructions out...
2012-02-16 Jakob Stoklund OlesenEnable register mask operands for x86 calls.
2012-02-15 Jakob Stoklund OlesenHandle register masks in branch folding.
2012-02-15 Andrew TrickFix library visibility problems with VLIWPacketizer.
2012-02-15 Bill WendlingUse the enum instead of 'unsigned'.
2012-02-15 Lang HamesMake LiveIntervals::handleMove() bundle aware.
2012-02-15 Bill WendlingUse 'getDataNoRel' for the section kind.
2012-02-15 Lang HamesFix assertion condition.
2012-02-15 Bill WendlingModify the code that emits the module flags to use...
2012-02-15 Bill WendlingAdd a module flags accessor method which returns the...
2012-02-15 Kaelyn UhrainAdd function for computing the edit distance of two...
2012-02-15 Andrew TrickDon't expose DefaultVLIWScheduler
2012-02-15 Lang HamesRemove overly conservative assert.
2012-02-15 Andrew TrickGeneric "VLIW" packetizer based on a DFA generated...
2012-02-15 Sirish PandeOptimize redundant sign extends and negation of predicates.
2012-02-15 Eric ChristopherRevert "Replacing HexagonOptimizeSZExtends with Hexagon...
2012-02-15 Eric ChristopherRevert "Optimize redundant sign extends and negation...
2012-02-15 Sirish PandeReplacing HexagonOptimizeSZExtends with HexagonPeephole.
2012-02-15 Sirish PandeOptimize redundant sign extends and negation of predicates
2012-02-15 Chad RosierAdd braces to if clause to make symmetric with associat...
2012-02-15 David MeyerFor ELF, also call fixSymbolsInTLSFixups() on expressio...
2012-02-15 Bill WendlingStrip the pointer casts from the constants here.
2012-02-15 Eric ChristopherAdd a way to replace a field inside a metadata node...
2012-02-15 Andrew TrickRevert r150565 again. Appears to be a stage2 failure...
2012-02-15 Andrew TrickReapply r150565 with the typo fix properly merged.
2012-02-15 Andrew Trickreverting r150565. Premature push.
next