oota-llvm.git
2013-11-25 Chandler CarruthOutput a bit more information in the debug printing...
2013-11-24 Venkatraman... [Sparc] Emit large negative adjustments to SP/FP with...
2013-11-24 Venkatraman... [Sparc]: Implement LEA pattern for sparcv9.
2013-11-24 Venkatraman... [SparcV9]: Do not emit .register directives for global...
2013-11-24 Venkatraman... [SparcV9] Enable custom lowering of DYNAMIC_STACKALLOC...
2013-11-24 Reed KotlerMake sure that for C++ emitting LwConstant32 pseudos...
2013-11-24 Bill WendlingDefault to a better compression algorithm.
2013-11-24 Reed KotlerUpdate older test cases for latest patch.
2013-11-24 Reed KotlerFix a funny bug I introduced during conversion of ARM...
2013-11-23 Alp TokerPut an unused result attribute on SmallSet::empty()
2013-11-23 Chandler Carruth[PM] Complete the cross-layer interfaces with a Module...
2013-11-23 Chandler Carruth[PM] Rename TestAnalysisPass to TestFunctionAnalysis...
2013-11-23 David BlaikieDwarfDebug: Move ownership of CompileUnits into DwarfUnits
2013-11-23 Manman RenDebug Info: update testing cases to specify the debug...
2013-11-23 Chandler CarruthMigrate metadata information from scalar to vector...
2013-11-23 Chandler Carruth[PM] Add support to the analysis managers to query...
2013-11-23 Eric ChristopherRefactor DW_AT_ranges handling to use labels for ranges...
2013-11-23 Eric ChristopherReformat const for readability.
2013-11-22 Chandler Carruth[PM] Switch the downward invalidation to be incremental...
2013-11-22 Chandler Carruth[PM] Remove a FIXME comment that was fixed by my recent...
2013-11-22 Tom StellardR600/SI: Fixing handling of condition codes
2013-11-22 Yuchen Wullvm-cov: Split entry blocks in GCNOProfiling.cpp.
2013-11-22 Manman RenDebug Info: move StripDebugInfo from StripSymbols.cpp...
2013-11-22 Manman RenDebug Info: update testing cases to specify the debug...
2013-11-22 Jim GrosbachX86: Perform integer comparisons at i32 or larger.
2013-11-22 Manman RenDebug Info: add a constant for debug info version number.
2013-11-22 Matt ArsenaultStructurizeCFG: Fix verification failure with some...
2013-11-22 Matt ArsenaultStructurizeCFG: Fix inverting a branch on an argument
2013-11-22 Paul RobinsonTeach ISel not to optimize 'optnone' functions (revised).
2013-11-22 Andrew TrickDEBUG shouldEvict decisions
2013-11-22 Andrew TrickMinor cleanup. EvictionCost ctor was confusing relative...
2013-11-22 Andrew Trickpatchpoint: factor SD builder code for live vars. Plain...
2013-11-22 Andrew Trickpatchpoint: eliminate hard coded operand indices.
2013-11-22 Hans WennborgVS integration: use the correct registry key after...
2013-11-22 Rafael EspindolaAdd a fixed version of r195470 back.
2013-11-22 Michael LiaoFix PR18014
2013-11-22 Richard Sandiford[SystemZ] Fix TMHH and TMHL usage for z10 with -O0
2013-11-22 Rafael EspindolaRevert "Convert linkonce* to weak* instead of strong."
2013-11-22 Richard SandifordAdd a Scalarizer pass.
2013-11-22 Rafael EspindolaConvert linkonce* to weak* instead of strong.
2013-11-22 Daniel Sanders[mips][msa] Add test case that should have been added...
2013-11-22 Arnold SchwaighoferSLPVectorizer: Fix whitespace errors.
2013-11-22 Rafael EspindolaDon't produce tail calls when the caller is x86_thiscallcc.
2013-11-22 Tim NorthoverARM: use CHECK-LABEL on a test.
2013-11-22 Daniel SandersFix typo in a comment added in r195455.
2013-11-22 Daniel Sanders[mips][msa] Fix corner case for integer constant splats...
2013-11-22 Chandler Carruth[PM] Remove extraneous space that I left in there.
2013-11-22 Chandler Carruth[PM] Teach the analysis managers to pass themselves...
2013-11-22 Chandler Carruth[PM] Reverse the template arguments 'PassT' and 'Analys...
2013-11-22 Richard BartonAdd support for Cortex-A12.
2013-11-22 Chandler Carruth[PM] Remove the IRUnitT typedef requirement for analysi...
2013-11-22 Chandler Carruth[PM] Fix the analysis templates' usage of IRUnitT.
2013-11-22 Daniel Sanders[mips][msa] Float vector constants cannot use ldi....
2013-11-22 Kostya SerebryanyRevert r195318 as it causes miscompilation (PR18029)
2013-11-22 Hao LiuFix a Cygwin build failure caused by enum values starti...
2013-11-22 Hao LiuFix the bugs about AArch64 Load/Store vector types...
2013-11-22 Hao LiuRevert last change by haoliu because of buildbot failure.
2013-11-22 Hao LiuFix a Cygwin build failure caused by enum values starti...
2013-11-22 Michael Gottesman[block-freq] Update data in test case to be unsigned...
2013-11-22 Michael Gottesman[block-freq] Add a method to loop info for returning...
2013-11-22 Jiangning LiuFor AArch64 back-end instruction selection, lower Neon_...
2013-11-22 NAKAMURA TakumiTweak 3 tests in llvm/test/CodeGen/X86 to add -mcpu...
2013-11-22 Yi JiangSLP Vectorizer: Extract cost will only be added once...
2013-11-22 Chandler Carruth[PM] Simplify how the SFINAE for AnalysisResultModel...
2013-11-22 Lang HamesFix a typo where we were creating <def,kill> operands...
2013-11-22 Chandler Carruth[PM] Switch analysis managers to be threaded through...
2013-11-22 Tom StellardR600: Implement TargetInstrInfo::isLegalToSplitMBBAt()
2013-11-22 Tom StellardSelectionDAG: Optimize expansion of vec_type = BITCAST...
2013-11-22 Tom StellardSplit SETCC if VSELECT requires splitting too.
2013-11-21 Eric ChristopherIn Dwarf 3 (and Dwarf 2) attributes whose value are...
2013-11-21 Ekaterina RomanovaSHLD/SHRD are VectorPath (microcode) instructions known...
2013-11-21 Peter CollingbourneIntroduce two command-line flags for the instrumentatio...
2013-11-21 Eric ChristopherMove member variable up to where the rest of non-DWARF5...
2013-11-21 Hans WennborgCMake: Some changes to package version names:
2013-11-21 Benjamin KramerRemove dangling documentation. llvm-prof was deleted...
2013-11-21 Artyom Skrobov[ARM] add the overlooked tests for Cortex-A7 build...
2013-11-21 Daniel Sanders[mips][msa] Fix a corner case in performORCombine(...
2013-11-21 Artyom Skrobov[ARM] add basic Cortex-A7 support to LLVM backend
2013-11-21 Daniel SandersAdd support for legalizing SETNE/SETEQ by inverting...
2013-11-21 Evgeniy Stepanov[msan] Propagate condition origin in select instruction.
2013-11-21 Daniel Sanders[mips][msa/dsp] Only do DSP combines if DSP is enabled.
2013-11-21 Evgeniy StepanovUse multiple filecheck prefixes in msan instrumentation...
2013-11-21 NAKAMURA TakumiWhitespace.
2013-11-21 Chandler Carruth[PM] Fix typo and trailing space.
2013-11-21 NAKAMURA TakumiRevert r195317 (and r195333), "Teach ISel not to optimi...
2013-11-21 Chandler Carruth[PM] Widen the interface for invalidate on an analysis...
2013-11-21 Peter Zotov[OCaml] Unbreak make install by providing ocamldoc...
2013-11-21 Kostya Serebryanyadd 'REQUIRES: asserts' to a test that uses 'llc -debug...
2013-11-21 Chandler Carruth[PM] Add support for using SFINAE to reflect on an...
2013-11-21 Ana PazosImplemented Neon scalar vdup_lane intrinsics.
2013-11-21 Ana PazosImplemented Neon scalar by element intrinsics.
2013-11-21 Kostya SerebryanyDon't speculate loads under ThreadSanitizer
2013-11-21 Bill WendlingThe basic problem is that some mainstream programs...
2013-11-21 Paul RobinsonTeach ISel not to optimize 'optnone' functions.
2013-11-21 Lang HamesDereference the node iterator when dumping the PBQP...
2013-11-21 Reed KotlerAdd, to constant islands, long jumps similar to ARM...
2013-11-21 Yuchen Wullvm-cov: Don't assume FileChecksum was generated.
2013-11-21 Yuchen Wullvm-cov: Formatting change.
2013-11-21 Yuchen Wullvm-cov: Fixed some bugs related to file checksum.
2013-11-21 Chandler Carruth[PM] Add a module analysis pass proxy for the function...
next