oota-llvm.git
2014-04-25 David BlaikieDwarfUnit: Suddently, DIE references, everywhere.
2014-04-25 Duncan P. N... SCC: Change clients to use const, NFC
2014-04-25 Duncan P. N... SCC: Doxygen-ize comments, NFC
2014-04-25 Adrian PrantlRevert "This reapplies r207130 with an additional testc...
2014-04-25 Duncan P. N... SCC: Un-inline long functions
2014-04-25 Duncan P. N... SCC: Remove redundant inline keywords, NFC
2014-04-25 Reed KotlerMake sure that DSUB does not duplicate the pattern...
2014-04-25 Saleem AbdulrasoolARM: remove @llvm.arm.sevl
2014-04-25 Manman Ren[inline cold threshold] Command line argument for inlin...
2014-04-25 David BlaikieRefactor some common logic in DwarfUnit::constructVaria...
2014-04-25 Saleem AbdulrasoolARM: provide a new generic hint intrinsic
2014-04-25 David BlaikiePR19554: Fix some memory leaks in DIEHashTest.cpp
2014-04-25 Adrian PrantlReapply r207135 without modifications.
2014-04-25 Adrian PrantlThis reapplies r207130 with an additional testcase...
2014-04-25 Tilmann Scheller[ARM64] When compiling for ELF in PIC mode, local symbo...
2014-04-25 Jiangning Liu[ARM64] Handle fp128 for parameter passing on stack
2014-04-25 Tim NorthoverARM64: fix assertion in ISelDAGToDAG
2014-04-25 Bradley Smith[ARM64] Print preferred aliases for SFBM/UBFM in InstPr...
2014-04-25 Chandler Carruth[LCG] During the incremental update of an SCC, switch...
2014-04-25 Kevin Qin[ARM64] Add RUN lines for "–target arm64 –mattr=-fp...
2014-04-25 Kevin Qin[ARM64] Support crc predicate on ARM64.
2014-04-25 Chandler Carruth[LCG] During the incremental re-build of an SCC after...
2014-04-25 Chandler Carruth[LCG] Rather than doing a linear time SmallSetVector...
2014-04-25 Chandler Carruth[LCG] Remove a completely unnecessary loop. It wasn...
2014-04-25 Chandler Carruth[LCG] Now that the loop structure of the core SCC findi...
2014-04-25 Saleem AbdulrasoolX86: convert object streamer selection to a switch
2014-04-25 Anders Waldenborg[python] Fix getting section contents.
2014-04-25 David BlaikieAdd missing cpp file header
2014-04-25 Craig Topper[C++] Use 'nullptr'. Target edition.
2014-04-25 Craig Topper[C++] Use 'nullptr'. Transforms edition.
2014-04-25 Duncan P. N... blockfreq: Only one mass distribution per node
2014-04-25 Duncan P. N... blockfreq: Document assertion
2014-04-25 Duncan P. N... blockfreq: Use better branch weights in multiexit test
2014-04-25 Duncan P. N... blockfreq: Clean up irreducible testcases
2014-04-25 Duncan P. N... blockfreq: Document high-level functions
2014-04-25 Duncan P. N... blockfreq: Remove dead code
2014-04-25 Duncan P. N... blockfreq: Scale LoopData::Scale on the way down
2014-04-25 Duncan P. N... blockfreq: unwrapLoopPackage() => unwrapLoop()
2014-04-25 Duncan P. N... blockfreq: Pass the Loop directly into unwrapLoopPackage()
2014-04-25 Duncan P. N... blockfreq: Unwrap from Loops
2014-04-25 Duncan P. N... blockfreq: Separate unwrapLoops() from finalizeMetrics()
2014-04-25 Duncan P. N... blockfreq: LoopData::MemberList => NodeList
2014-04-25 Duncan P. N... blockfreq: Expose getPackagedNode()
2014-04-25 Duncan P. N... blockfreq: Store the header with the members
2014-04-25 Duncan P. N... blockfreq: Encapsulate LoopData::Header
2014-04-25 Duncan P. N... blockfreq: Embed Loop hierarchy in LoopData
2014-04-25 Duncan P. N... blockfreq: Use LoopData directly
2014-04-25 Duncan P. N... blockfreq: Stop using range-based for to traverse Loops
2014-04-25 Duncan P. N... blockfreq: Use a std::list for Loops
2014-04-25 Craig Topper[C++] Use 'nullptr'. Tools edition.
2014-04-25 Karthik BhatAllow vectorization of bit intrinsics in BB Vectorizer.
2014-04-25 Justin BognerProfileData: Treat missing function counts as malformed
2014-04-25 Reid KlecknerChange llvm-config --ldflags to report ${CMAKE_CXX_LINK...
2014-04-25 David BlaikieFix quadratic performance during debug compression...
2014-04-25 Adrian PrantlRevert "This reapplies r207130 with an additional testc...
2014-04-25 Adrian PrantlThis reapplies r207130 with an additional testcase...
2014-04-25 Adrian PrantlRevert "Debug info for optimized code: Support variable...
2014-04-24 Adrian PrantlRevert "Debug info: Let dbg.values inserted by LowerDbg...
2014-04-24 Richard SmithAdd missing include, found by modules build.
2014-04-24 Richard SmithFunction defined in a header should be inline. Found...
2014-04-24 Alexey Samsonov[DWARF parser] Make a few methods non-public
2014-04-24 Alexey Samsonov[DWARF parser] DWARFUnit ctor doesn't need both parsed...
2014-04-24 Alexey Samsonov[DWARF parser] Simplify and re-format a method
2014-04-24 Chandler Carruth[LCG] Switch a weird do/while loop that actually couldn...
2014-04-24 Chandler Carruth[ADT] Generalize pointee_iterator to smart pointers...
2014-04-24 Benjamin KramerX86: Don't transform shifts into ands when the sign...
2014-04-24 Reid KlecknerRemove dead inline function that doesn't compile
2014-04-24 Reid KlecknerAdd 'musttail' marker to call instructions
2014-04-24 Reid KlecknerFix rdtsc.ll test to match r8 on win64
2014-04-24 Richard SmithRemove C++11ism (specializing a template in a surroundi...
2014-04-24 Adrian PrantlDebug info: Let dbg.values inserted by LowerDbgDeclare...
2014-04-24 Richard Smith[modules] "Specialize" a function by actually specializ...
2014-04-24 Adrian PrantlDebug info for optimized code: Support variables that...
2014-04-24 Andrea Di Biagio[X86] Add support for Read Time Stamp Counter x86 built...
2014-04-24 Matt ArsenaultR600/SI: Use address space in allowsUnalignedMemoryAccesses
2014-04-24 David BlaikieSpread some const around for non-mutating uses of MCSym...
2014-04-24 Matheus Almeida[mips] Remove non-ascii character.
2014-04-24 Tim NorthoverAArch64/ARM64: add ARM64 runs to more MC tests.
2014-04-24 Tim NorthoverAArch64/ARM64: run AArch64 NEON MC tests through ARM64...
2014-04-24 David BlaikieFix memory leak of MCSymbolData in MCAsmStreamer.
2014-04-24 Tim NorthoverAArch64: print NEON lists with a space.
2014-04-24 Evgeniy Stepanov[asan] Use MCInstrInfo in inline asm instrumentation.
2014-04-24 Tim NorthoverAArch64/ARM64: enable remaining MC elf tests.
2014-04-24 Tim NorthoverAArch64/ARM64: allow negative addends, at least on...
2014-04-24 Tim NorthoverARM64: support relocated "TBZ/TBNZ" instructions.
2014-04-24 Tim NorthoverAArch64/ARM64: support relocated ADR instruction
2014-04-24 Tim NorthoverAArch64/ARM64: add support for :abs_gN_s: MOVZ modifiers
2014-04-24 Tim NorthoverARM64: shut up warning about variable only used in...
2014-04-24 Tim NorthoverAArch64/ARM64: disentangle the "B.CC" and "LDR lit...
2014-04-24 Tim NorthoverAArch64/ARM64: enable some MC tests on ARM64
2014-04-24 Tim NorthoverAArch64/ARM64: port bitfield test to ARM64.
2014-04-24 Tim NorthoverAArch64/ARM64: implement BFI optimisation
2014-04-24 Tim NorthoverAArch64/ARM64: port more tests
2014-04-24 Chandler Carruth[LCG] Incorporate the core trick of improvements on...
2014-04-24 Chandler Carruth[LCG] Rotate logic applied to the top of the DFSStack...
2014-04-24 Chandler Carruth[LCG] Re-order expectations to provide more useful...
2014-04-24 Evgeniy Stepanov[asan] Fix instrumentation of x86 intel syntax inline...
2014-04-24 Chandler Carruth[LCG] Switch the parent SCC tracking from a SmallSetVec...
2014-04-24 Chandler Carruth[LCG] We don't actually need a set in each SCC to track...
2014-04-24 Zinovy Nis[CLNUP] Test commit. Remove newline.
next