aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Comment change made in r169304 as requested by Eric Christopher.David Blaikie2012-12-041-0/+2
* Define store instructions with base+register offset addressing modeJyotsna Verma2012-12-041-352/+116
* Use the 'count' attribute to calculate the upper bound of an array.Bill Wendling2012-12-043-17/+20
* Reapply r160148 (reverted in r163570) fixing spurious breakpoints in modern GDBDavid Blaikie2012-12-041-1/+1
* Make NaCl naming consistent. The triple OSType is called NaCl and is representedEli Bendersky2012-12-043-4/+4
* Add support for reduction variables when IF-conversion is enabled. Nadav Rotem2012-12-041-10/+23
* Add patterns to define 'combine', 'tstbit', 'ct0/cl0' (count trailing/leading...Jyotsna Verma2012-12-043-17/+97
* Add constant extender support to ALU32 instructions for V2.Jyotsna Verma2012-12-041-51/+79
* This patch introduces initial-exec model support for thread-local storageBill Schmidt2012-12-0414-15/+158
* Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth2012-12-0484-173/+170
* Give scalar if-converted blocks half the score because they are not always ex...Nadav Rotem2012-12-041-5/+5
* Add a comment about the requirement that the Windows.h header be last.Chandler Carruth2012-12-041-0/+2
* Add a 'count' field to the DWARF subrange.Bill Wendling2012-12-042-3/+7
* Add the last part that is needed for vectorization of if-converted code.Nadav Rotem2012-12-041-162/+251
* [asan] add experimental -asan-realign-stack option (true by default, which do...Kostya Serebryany2012-12-041-2/+7
* Add 'using' declarations to suppress -Woverloaded-virtual warnings.Matt Beaumont-Gay2012-12-043-0/+7
* Move all operand definitions into HexagonOperands.tdJyotsna Verma2012-12-042-53/+57
* Move generic Hexagon subtarget information into Hexagon.tdJyotsna Verma2012-12-042-64/+101
* rdar://12329730 (2nd part, revised)Shuxin Yang2012-12-041-1/+2
* ASan: add initial support for handling llvm.lifetime intrinsics in ASan - emi...Alexey Samsonov2012-12-041-3/+108
* Simplify code. No functionality change.Jakub Staszak2012-12-041-3/+1
* Stack Alignment: when creating stack objects in MachineFrameInfo, make sureManman Ren2012-12-041-1/+24
* Use dyn_cast instead of isa and cast. No functionality change.Jakub Staszak2012-12-041-4/+4
* LoopVectorize.cpp: Suppress a warning. [-Wunused-variable]NAKAMURA Takumi2012-12-041-2/+2
* Fix whitespace.NAKAMURA Takumi2012-12-041-4/+3
* Remove the old TRI::ResolveRegAllocHint() and getRawAllocationOrder() hooks.Jakob Stoklund Olesen2012-12-042-270/+0
* Remove VirtRegMap::getRegAllocPref().Jakob Stoklund Olesen2012-12-041-11/+0
* Use MRI::getSimpleHint() instead of getRegAllocPref() in remaining cases.Jakob Stoklund Olesen2012-12-042-1/+10
* Stack Alignment: move functions from header file MachineFrameInfo.h.Manman Ren2012-12-041-0/+44
* RuntimeDyld: Fix up r169178. MSVC doesn't like "or".NAKAMURA Takumi2012-12-042-2/+2
* rdar://12329730 (2nd part)Shuxin Yang2012-12-042-1/+90
* Add VirtRegMap::hasKnownPreference().Jakob Stoklund Olesen2012-12-032-1/+10
* Runtime dynamic linker for MCJIT should support MIPS BigEndian architecture.Akira Hatanaka2012-12-033-3/+4
* Classic JIT is still being supported by MIPS, along with MCJIT.Akira Hatanaka2012-12-033-11/+24
* Minor tweaking to SmallVector static size.Michael Ilseman2012-12-031-1/+1
* minor renaming, documentation and cleanups.Nadav Rotem2012-12-031-25/+21
* Functions in MipsCodeEmitter.cpp that expand unaligned loads/stores are deadAkira Hatanaka2012-12-031-103/+0
* Use the new getRegAllocationHints() hook from AllocationOrder.Jakob Stoklund Olesen2012-12-032-79/+49
* constify the cost APINadav Rotem2012-12-031-7/+7
* IF-conversion: teach the cost-model how to grade if-converted loops.Nadav Rotem2012-12-031-15/+26
* Implement ARMBaseRegisterInfo::getRegAllocationHints().Jakob Stoklund Olesen2012-12-032-0/+65
* Define store instructions with base+immediate offset addressing modeJyotsna Verma2012-12-032-185/+78
* [Support] Make FileOutputBuffer work on Windows.Michael J. Spencer2012-12-031-55/+27
* [Support][FileSystem] Fix open mode in resize_file on Windows.Michael J. Spencer2012-12-031-1/+1
* Revert the header sort on this file.Michael J. Spencer2012-12-031-1/+1
* moves doInitialization and doFinalization to the Pass class and removes some ...Pedro Artigas2012-12-033-35/+6
* Now that we have a basic if-conversion infrastructure we can rename theNadav Rotem2012-12-031-18/+18
* Since this SmallVector immediately grows on the next line, don't waste stack ...Michael Ilseman2012-12-031-1/+1
* Add a new hook for providing register allocator hints more flexibly.Jakob Stoklund Olesen2012-12-031-0/+38
* Define load instructions with base+immediate offset addressing modeJyotsna Verma2012-12-031-203/+73