oota-llvm.git
2011-03-18 Jakob Stoklund... Hoist spills when the same value is known to be in...
2011-03-18 Rafael EspindolaSome release notes.
2011-03-18 Ted KremenekTweak CrashRecoveryContextCleanup::createCleanup()...
2011-03-18 NAKAMURA Takumitools/lto/LTOModule.cpp: Eliminate an unused variable.
2011-03-18 NAKAMURA Takumillvm-bcanalyzer.cpp: Tweak format string to suppress...
2011-03-18 Jakob Stoklund... Accept instructions that read undefined values.
2011-03-18 Jakob Stoklund... Be more accurate about the slot index reading a registe...
2011-03-18 Ted KremenekAdd new CrashRecoveryContextCleanup subclass: CrashReco...
2011-03-18 Rafael EspindolaCheck RequiresNullTerminator first, or we might read...
2011-03-18 Eli FriedmanAdd a target-specific branchless method for double...
2011-03-18 Ted KremenekAugment CrashRecoveryContext to have registered "cleanu...
2011-03-18 Eli FriedmanAdd some svn:ignore properties.
2011-03-18 Eli FriedmanFileCheck-ize and update test.
2011-03-18 Johnny ChenThe disassembler for Thumb was wrongly adding 4 to...
2011-03-18 Andrew TrickRemove TargetData and ValueTracking includes. I didn...
2011-03-17 Owen AndersonThere are two pseudos in this case that are Thumb mode...
2011-03-17 Andrew TrickAdded isValidRewrite() to check the result of ScalarEvo...
2011-03-17 Andrew Trickwhitespace
2011-03-17 Rafael EspindolaUse RequiresNullTerminator to create buffers without...
2011-03-17 Devang PatelTry to not lose variable's debug info during instcombine.
2011-03-17 Johnny ChenIt used to be that t_addrmode_s4 was used for both:
2011-03-17 Devang PatelRefactor into a separate utility function.
2011-03-17 Benjamin KramerBuildUDIV: If the divisor is even we can simplify the...
2011-03-17 Benjamin KramerAdd an argument to APInt's magic udiv calculation to...
2011-03-17 Jakob Stoklund... Dead code elimination may separate the live interval...
2011-03-17 Stuart HastingsReapply: Add type output to llvm-dis annotations. ...
2011-03-17 Richard OsborneAdd XCore intrinsic for setpsc.
2011-03-17 Stuart HastingsRevert 127813 while fixing broken test.
2011-03-17 Stuart HastingsAdd type output to llvm-dis. Patch by Yuri!
2011-03-17 Daniel DunbarMC/Mach-O: Fix regression introduced in r126127, this...
2011-03-17 Cameron ZwarichMove more logic into getTypeForExtArgOrReturn.
2011-03-17 Cameron ZwarichChange the signext language in LangRef to closer match...
2011-03-17 Cameron ZwarichRename getTypeForExtendedInteger() to getTypeForExtArgO...
2011-03-17 Nick LewyckyAdd comments for the demanglings. Correct mangled form...
2011-03-17 NAKAMURA Takumitest/CodeGen/X86/h-registers-1.ll: Add explicit -mtripl...
2011-03-17 Nick LewyckyAdd "swi" which is an obsolete mnemonic for "svc".
2011-03-17 Eli FriedmanA couple new README entries.
2011-03-17 Rafael EspindolaAdd support in the LTO library for loading an object...
2011-03-17 Joerg SonnenbergerFix handling of @IDNTPOFF relocations, they need to...
2011-03-17 Jakob Stoklund... Rewrite instructions as part of ConnectedVNInfoEqClasse...
2011-03-16 NAKAMURA Takumitest/CodeGen/X86/constant-pool-remat-0.ll: FileCheck...
2011-03-16 Jakob Stoklund... Add a LiveRangeEdit delegate callback before shrinking...
2011-03-16 Jakob Stoklund... Erase virtual registers that are unused after DCE.
2011-03-16 Jakob Stoklund... Tag cached interference with a user-provided tag instea...
2011-03-16 Jakob Stoklund... Clarify debugging output.
2011-03-16 Cameron ZwarichThe x86-64 ABI says that a bool is only guaranteed...
2011-03-16 Cameron ZwarichRename a test to be more inclusive.
2011-03-16 Cameron ZwarichDon't recompute something that we already have in a...
2011-03-16 Daniel DunbarRevert r127757, "Patch to a fix dwarf relocation proble...
2011-03-16 Richard OsborneAdd XCore intrinsics for setclk, setrdy.
2011-03-16 Renato GolinPatch to a fix dwarf relocation problem on ARM. One...
2011-03-16 Cameron ZwarichAdd a test for i1 zeroext arguments on x86-64. We curre...
2011-03-16 Richard OsborneAdd checkevent intrinsic to check if any resources...
2011-03-16 NAKAMURA Takumitest/CodeGen/X86: FileCheck-ize and add actions for...
2011-03-16 NAKAMURA Takumitest/CodeGen/X86: Add a pattern for Win64.
2011-03-16 NAKAMURA Takumitest/CodeGen/X86: FileCheck-ize and add explicit -mtrip...
2011-03-16 NAKAMURA Takumitest/CodeGen/X86/byval*.ll: Win64 has not supported...
2011-03-16 NAKAMURA Takumitest/CodeGen/X86/dyn-stackalloc.ll: FileCheck-ize.
2011-03-16 Cameron ZwarichFix a comment.
2011-03-16 NAKAMURA Takumilib/Support/raw_ostream.cpp: On mingw, report_fatal_err...
2011-03-16 NAKAMURA TakumiWindows/PathV2.inc: [PR8520] Recognize "NUL" as special...
2011-03-16 NAKAMURA TakumiWindows/Path.inc: [PR6270] PathV1::makeUnique(): Give...
2011-03-16 Jim GrosbachTidy up. Whitespace and 80 column.
2011-03-16 Devang PatelDo not accidently initialize NumDbgValueLost and NumDbg...
2011-03-16 Cameron ZwarichOnly convert allocas to scalars if it is profitable...
2011-03-16 Cameron ZwarichAdd native integer type TargetData to some existing...
2011-03-16 Cameron ZwarichBetter use initializer lists.
2011-03-16 Cameron ZwarichAdd a clarifying comment.
2011-03-16 Cameron ZwarichAdd TargetData::fitsInLegalInteger().
2011-03-15 Johnny ChenThere were two issues fixed:
2011-03-15 John ThompsonAdd scei vendor
2011-03-15 Bill WendlingThe VTBL (and VTBX) instructions are rather permissive...
2011-03-15 Jakob Stoklund... Trace back through sibling copies to hoist spills and...
2011-03-15 Jakob Stoklund... Preserve both isPHIDef and isDefByCopy bits when copyin...
2011-03-15 NAKAMURA Takumilit/ProgressBar.py: [PR7919] Improve line wrap for...
2011-03-15 Bill WendlingSome minor cleanups based on feedback.
2011-03-15 Jim GrosbachTrailing whitespae.
2011-03-15 Cameron ZwarichClean up something noticed by Fritz.
2011-03-15 Evan ChengDo not form thumb2 ldrd / strd if the offset is by...
2011-03-15 Richard OsborneDon't indent cases in a switch, no functionality change.
2011-03-15 Richard OsborneOn the XCore the scavenging slot should be closest...
2011-03-15 Oscar Fuentesis_llvm_target_library: recognize libraries without...
2011-03-15 Richard OsborneAdd XCore intrinsics for getps, setps, setsr and clrsr.
2011-03-15 Justin HolewinskiPTX: Set PTX 2.0 as the minimum supported version
2011-03-15 Duncan SandsSilence compiler warning about case values not being...
2011-03-15 Duncan SandsAvoid a compiler warning about reg possibly being used...
2011-03-15 Cameron ZwarichDo not add PHIs with no users when creating LCSSA form...
2011-03-15 Nick LewyckyAdd C++ global operator {new,new[],delete,delete[]...
2011-03-15 Evan ChengAdd a peephole optimization to optimize pairs of bitcas...
2011-03-15 Evan Cheng- Add "Bitcast" target instruction property for instruc...
2011-03-15 Eli FriedmanPR9450: Make switch optimization in SimplifyCFG not...
2011-03-15 Evan Chengsext(undef) = 0, because the top bits will all be the...
2011-03-15 Bill WendlingTestcase for r127630.
2011-03-15 Sean CallananBasic sanity checks to ensure that 2- and 3-byte
2011-03-15 Sean CallananEnabled disassembler support for AVX instructions
2011-03-15 Sean CallananX86 table-generator and disassembler support for the AVX
2011-03-15 Andrew TrickRemove getMinusSCEVForExitTest().
2011-03-15 Johnny ChenFixed an ARM disassembler bug where it does not handle...
2011-03-15 Bill WendlingThere are some situations which can cause the URoR...
2011-03-15 Andrew TrickPropagate SCEV no-wrap flags whenever possible.
next