aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-12-04This patch introduces initial-exec model support for thread-local storageBill Schmidt
2012-12-04Update release notes for NVPTXJustin Holewinski
2012-12-04Get rid of references to Tcl, DejagGNU, old test structure, discourage the useEli Bendersky
2012-12-04Remove the very out-of-date listing of "very important LLVM areas". I don'tEli Bendersky
2012-12-04Improve MSan tests.Evgeniy Stepanov
2012-12-04KillTheDoctor.cpp: Restore Win32 SDK headers before r169251.NAKAMURA Takumi
2012-12-04Clean up the sample include orderings, not that it really matters...Chandler Carruth
2012-12-04Sort the #include lines for tools/...Chandler Carruth
2012-12-04Sort the #include lines for utils/...Chandler Carruth
2012-12-04Sort the #include lines for unittest/...Chandler Carruth
2012-12-04Sort the #include lines of the examples/... tree.Chandler Carruth
2012-12-04Teach the include sorter to quickly skip files with an extension thatChandler Carruth
2012-12-04Teach the include sorter to skip files under test trees and under INPUTSChandler Carruth
2012-12-04Teach the include sorting script about the gtest headers; sort them withChandler Carruth
2012-12-04VMCoreTests/PassManagerTest.cpp: Appease msvc not to do "using llvm::Pass" in...NAKAMURA Takumi
2012-12-04Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth
2012-12-04Give scalar if-converted blocks half the score because they are not always ex...Nadav Rotem
2012-12-04Address review comments from Matt on the sort_includes.py script.Chandler Carruth
2012-12-04Add a comment about the requirement that the Windows.h header be last.Chandler Carruth
2012-12-04Add a 'count' field to the DWARF subrange.Bill Wendling
2012-12-04Add the last part that is needed for vectorization of if-converted code.Nadav Rotem
2012-12-04[asan] add experimental -asan-realign-stack option (true by default, which do...Kostya Serebryany
2012-12-04Add a 'getCount' method to get the number of elements in the subrange.Bill Wendling
2012-12-04Add 'using' declarations to suppress -Woverloaded-virtual warnings.Matt Beaumont-Gay
2012-12-04Move all operand definitions into HexagonOperands.tdJyotsna Verma
2012-12-04Move generic Hexagon subtarget information into Hexagon.tdJyotsna Verma
2012-12-04docs: Fix broken link.Sean Silva
2012-12-04docs: Fix dead link.Sean Silva
2012-12-04rdar://12329730 (2nd part, revised)Shuxin Yang
2012-12-04docs: Convert ProgrammersManual to reST.Sean Silva
2012-12-04ASan: add initial support for handling llvm.lifetime intrinsics in ASan - emi...Alexey Samsonov
2012-12-04Simplify code. No functionality change.Jakub Staszak
2012-12-04Stack Alignment: when creating stack objects in MachineFrameInfo, make sureManman Ren
2012-12-04Use dyn_cast instead of isa and cast. No functionality change.Jakub Staszak
2012-12-04LoopVectorize.cpp: Suppress a warning. [-Wunused-variable]NAKAMURA Takumi
2012-12-04Fix whitespace.NAKAMURA Takumi
2012-12-04Remove the old TRI::ResolveRegAllocHint() and getRawAllocationOrder() hooks.Jakob Stoklund Olesen
2012-12-04Remove VirtRegMap::getRegAllocPref().Jakob Stoklund Olesen
2012-12-04Use MRI::getSimpleHint() instead of getRegAllocPref() in remaining cases.Jakob Stoklund Olesen
2012-12-04Stack Alignment: move functions from header file MachineFrameInfo.h.Manman Ren
2012-12-04RuntimeDyld: Fix up r169178. MSVC doesn't like "or".NAKAMURA Takumi
2012-12-04rdar://12329730 (2nd part)Shuxin Yang
2012-12-03Add VirtRegMap::hasKnownPreference().Jakob Stoklund Olesen
2012-12-03Runtime dynamic linker for MCJIT should support MIPS BigEndian architecture.Akira Hatanaka
2012-12-03Classic JIT is still being supported by MIPS, along with MCJIT.Akira Hatanaka
2012-12-03Minor tweaking to SmallVector static size.Michael Ilseman
2012-12-03minor renaming, documentation and cleanups.Nadav Rotem
2012-12-03Functions in MipsCodeEmitter.cpp that expand unaligned loads/stores are deadAkira Hatanaka
2012-12-03Use the new getRegAllocationHints() hook from AllocationOrder.Jakob Stoklund Olesen
2012-12-03constify the cost APINadav Rotem