oota-llvm.git
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.
2011-03-15 Jim GrosbachClean up ARM tail calls a bit. They're pseudo-instructi...
2011-03-15 Eric ChristopherIf we don't know how long a string is we can't fold...
2011-03-14 Francois PichetMake llvm::Consumer a class (to remove a MSVC warning...
2011-03-14 Bill WendlingGenerate a VTBL instruction instead of a series of...
2011-03-14 John McCallVersion N of the llvm_unreachable patch: VC++ doesn...
2011-03-14 Renato GolinThis patch is a big refactoring of llvm-diff. It doesn...
2011-03-14 Jan SjödinCheck that the AsmParser exists for the native target...
2011-03-14 Eric ChristopherFix this test up a bit.
2011-03-14 Jim GrosbachTrailing whitespace.
2011-03-14 Owen AndersonIgnore isCodeGenOnly instructions when generating diass...
2011-03-14 Jakob Stoklund... Place context in member variables instead of passing...
2011-03-14 John McCallOkay, some compilers complain if you provide the except...
2011-03-14 John McCallFix the exception-specification of abort() when declari...
2011-03-14 John McCallMake llvm_unreachable evaluate to __builtin_unreachable...
2011-03-14 Jakob Stoklund... Rename members to match LLVM naming conventions more...
2011-03-14 Jim GrosbachRemove some dead patterns.
2011-03-14 Evan ChengBIT_CONVERT has been renamed to BITCAST.
2011-03-14 Evan ChengMinor optimization. sign-ext/anyext of undef is still...
2011-03-14 Evan ChengIndentation.
2011-03-14 Andrew TrickNegating a recurrence preserves no-self-wrap.
2011-03-14 Jim GrosbachTrailing whitespace.
2011-03-14 Andrew TrickHowFarToZero can compute a trip count as long as the...
2011-03-14 Andrew TrickAdded SCEV::NoWrapFlags to manage unsigned, signed...
2011-03-14 Andrew Trickwhitespace
2011-03-14 Justin HolewinskiPTX: Emit global arrays with proper sizes
2011-03-14 Justin HolewinskiPTX: Add support for sqrt/sin/cos intrinsics
2011-03-14 Che-Liang Chiouptx: add set.p instruction and related changes to predi...
2011-03-14 Mikhail GlushenkovEmacs mode string.
2011-03-14 Francois PichetCorrect small comment order typo.
2011-03-14 Jin-Gu KangThis case is solved by Scalar Replacement of Aggregates...
2011-03-13 Che-Liang Chiouptx: add basic support of predicate execution
2011-03-13 Jin-Gu KangAdd comment as following:
2011-03-13 Oscar FuentesLTO is not ready for Windows.
2011-03-13 Jakob Stoklund... Now that we are deleting unused live intervals during...
2011-03-13 Jakob Stoklund... Tell the register allocator about new unused virtual...
2011-03-12 Oscar FuentesBuild EnhancedDisassembly as a shared library too.
2011-03-12 Oscar FuentesBuild CompilerDriver library.
2011-03-12 Oscar FuentesBuild LTO as a static library too.
next