aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2012-12-03IF-conversion: teach the cost-model how to grade if-converted loops.Nadav Rotem
2012-12-03Implement ARMBaseRegisterInfo::getRegAllocationHints().Jakob Stoklund Olesen
2012-12-03Define store instructions with base+immediate offset addressing modeJyotsna Verma
2012-12-03[Support] Make FileOutputBuffer work on Windows.Michael J. Spencer
2012-12-03[Support][FileSystem] Fix open mode in resize_file on Windows.Michael J. Spencer
2012-12-03Revert the header sort on this file.Michael J. Spencer
2012-12-03moves doInitialization and doFinalization to the Pass class and removes some ...Pedro Artigas
2012-12-03Add a getMemorySize() function for DenseSet.Argyrios Kyrtzidis
2012-12-03Now that we have a basic if-conversion infrastructure we can rename theNadav Rotem
2012-12-03Since this SmallVector immediately grows on the next line, don't waste stack ...Michael Ilseman
2012-12-03Add a new hook for providing register allocator hints more flexibly.Jakob Stoklund Olesen
2012-12-03Define load instructions with base+immediate offset addressing modeJyotsna Verma
2012-12-03Add initial support for IF-conversion. This patch implements the first 1/3,Nadav Rotem
2012-12-03Define unsigned const-ext predicates.Jyotsna Verma
2012-12-03Removing unnecessary 'else' statement from the predicates defined in HexagonO...Jyotsna Verma
2012-12-03Eliminate redundant bitwise operations when using a llvm/ADT/PointerUnion.Argyrios Kyrtzidis
2012-12-03Simplify this test a bit because DWARF emission/dumping on some platformsEli Bendersky
2012-12-03Add 'getInt64Field()' method to get the signed integer instead of unsigned.Bill Wendling
2012-12-03ASan: add blacklist file to ASan pass options. Clang patch for this will follow.Alexey Samsonov
2012-12-03Fix PR12942: Allow two CUs to be generated from the same source file.Eli Bendersky
2012-12-03Teach the jump threading optimization to stop scanning the basic block when c...Nadav Rotem
2012-12-03Revert r169039, "Aggregate pass execution time report by pass ID instead of p...Jakob Stoklund Olesen
2012-12-03Sort the #include lines for the include/... tree with the script.Chandler Carruth
2012-12-03Teach the include sorter to not choke on include guards. ;]Chandler Carruth
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-12-03clarify that this isn't lld.Chris Lattner
2012-12-03Add a completely hack-ish tool to sort includes according to the codingChandler Carruth
2012-12-03Remove some buggy and apparantly unnecessary code from SROA.Chandler Carruth
2012-12-03fix stats for added checksNuno Lopes
2012-12-03Define signed const-ext predicates.Jyotsna Verma
2012-12-03Remove 'deplibs' keyword, since it's no longer used.Bill Wendling
2012-12-03Clean up, bring up-to-date and apply consistent formatting.Eli Bendersky
2012-12-02Allow merging multiple store sequences on the same chain.Nadav Rotem