Added RegisterPressureTracker::dump() for debugging.
[oota-llvm.git] / lib /
2012-12-05 Andrew TrickAdded RegisterPressureTracker::dump() for debugging.
2012-12-05 Michael J. SpencerCopy clang/Driver/<Option parsing stuff> to llvm.
2012-12-05 Evan ChengAdd x86 isel lowering logic to form bit test with inver...
2012-12-04 Matt Beaumont-GayAppease GCC's -Wparentheses.
2012-12-04 Bill WendlingSplit up the ParseOptionalAttrs method into three diffe...
2012-12-04 Nadav RotemLoopVectorizer: Increase the number of pointers that...
2012-12-04 Nadav RotemEnable if-conversion during vectorization.
2012-12-04 Evan ChengARM custom lower ctpop for vector types. Patch by Pete...
2012-12-04 Nadav RotemFix a bug in vectorization of if-converted reduction...
2012-12-04 Jakob Stoklund OlesenSpeed up the AllocationOrder class a bit.
2012-12-04 Shuxin Yang For rdar://12329730, last piece.
2012-12-04 David BlaikieComment change made in r169304 as requested by Eric...
2012-12-04 Jyotsna VermaDefine store instructions with base+register offset...
2012-12-04 Bill WendlingUse the 'count' attribute to calculate the upper bound...
2012-12-04 David BlaikieReapply r160148 (reverted in r163570) fixing spurious...
2012-12-04 Eli BenderskyMake NaCl naming consistent. The triple OSType is calle...
2012-12-04 Nadav RotemAdd support for reduction variables when IF-conversion...
2012-12-04 Jyotsna VermaAdd patterns to define 'combine', 'tstbit', 'ct0/cl0...
2012-12-04 Jyotsna VermaAdd constant extender support to ALU32 instructions...
2012-12-04 Bill SchmidtThis patch introduces initial-exec model support for...
2012-12-04 Chandler CarruthSort includes for all of the .h files under the 'lib...
2012-12-04 Nadav RotemGive scalar if-converted blocks half the score because...
2012-12-04 Chandler CarruthAdd a comment about the requirement that the Windows...
2012-12-04 Bill WendlingAdd a 'count' field to the DWARF subrange.
2012-12-04 Nadav RotemAdd the last part that is needed for vectorization...
2012-12-04 Kostya Serebryany[asan] add experimental -asan-realign-stack option...
2012-12-04 Matt Beaumont-GayAdd 'using' declarations to suppress -Woverloaded-virtu...
2012-12-04 Jyotsna VermaMove all operand definitions into HexagonOperands.td
2012-12-04 Jyotsna VermaMove generic Hexagon subtarget information into Hexagon.td
2012-12-04 Shuxin Yangrdar://12329730 (2nd part, revised)
2012-12-04 Alexey SamsonovASan: add initial support for handling llvm.lifetime...
2012-12-04 Jakub StaszakSimplify code. No functionality change.
2012-12-04 Manman RenStack Alignment: when creating stack objects in Machine...
2012-12-04 Jakub StaszakUse dyn_cast instead of isa and cast. No functionality...
2012-12-04 NAKAMURA TakumiLoopVectorize.cpp: Suppress a warning. [-Wunused-variable]
2012-12-04 NAKAMURA TakumiFix whitespace.
2012-12-04 Jakob Stoklund OlesenRemove the old TRI::ResolveRegAllocHint() and getRawAll...
2012-12-04 Jakob Stoklund OlesenRemove VirtRegMap::getRegAllocPref().
2012-12-04 Jakob Stoklund OlesenUse MRI::getSimpleHint() instead of getRegAllocPref...
2012-12-04 Manman RenStack Alignment: move functions from header file Machin...
2012-12-04 NAKAMURA TakumiRuntimeDyld: Fix up r169178. MSVC doesn't like "or".
2012-12-04 Shuxin Yangrdar://12329730 (2nd part)
2012-12-03 Jakob Stoklund OlesenAdd VirtRegMap::hasKnownPreference().
2012-12-03 Akira HatanakaRuntime dynamic linker for MCJIT should support MIPS...
2012-12-03 Akira HatanakaClassic JIT is still being supported by MIPS, along...
2012-12-03 Michael IlsemanMinor tweaking to SmallVector static size.
2012-12-03 Nadav Rotemminor renaming, documentation and cleanups.
2012-12-03 Akira HatanakaFunctions in MipsCodeEmitter.cpp that expand unaligned...
2012-12-03 Jakob Stoklund OlesenUse the new getRegAllocationHints() hook from Allocatio...
2012-12-03 Nadav Rotemconstify the cost API
2012-12-03 Nadav RotemIF-conversion: teach the cost-model how to grade if...
2012-12-03 Jakob Stoklund OlesenImplement ARMBaseRegisterInfo::getRegAllocationHints().
2012-12-03 Jyotsna VermaDefine store instructions with base+immediate offset...
2012-12-03 Michael J. Spencer[Support] Make FileOutputBuffer work on Windows.
2012-12-03 Michael J. Spencer[Support][FileSystem] Fix open mode in resize_file...
2012-12-03 Michael J. SpencerRevert the header sort on this file.
2012-12-03 Pedro Artigasmoves doInitialization and doFinalization to the Pass...
2012-12-03 Nadav RotemNow that we have a basic if-conversion infrastructure...
2012-12-03 Michael IlsemanSince this SmallVector immediately grows on the next...
2012-12-03 Jakob Stoklund OlesenAdd a new hook for providing register allocator hints...
2012-12-03 Jyotsna VermaDefine load instructions with base+immediate offset...
2012-12-03 Nadav RotemAdd initial support for IF-conversion. This patch imple...
2012-12-03 Jyotsna VermaDefine unsigned const-ext predicates.
2012-12-03 Jyotsna VermaRemoving unnecessary 'else' statement from the predicat...
2012-12-03 Bill WendlingAdd 'getInt64Field()' method to get the signed integer...
2012-12-03 Alexey SamsonovASan: add blacklist file to ASan pass options. Clang...
2012-12-03 Eli BenderskyFix PR12942: Allow two CUs to be generated from the...
2012-12-03 Nadav RotemTeach the jump threading optimization to stop scanning...
2012-12-03 Jakob Stoklund OlesenRevert r169039, "Aggregate pass execution time report...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-12-03 Chandler CarruthRemove some buggy and apparantly unnecessary code from...
2012-12-03 Nuno Lopesfix stats for added checks
2012-12-03 Jyotsna VermaDefine signed const-ext predicates.
2012-12-02 Nadav RotemAllow merging multiple store sequences on the same...
2012-12-01 Benjamin KramerSROA: Avoid struct and array types early to avoid creat...
2012-12-01 Zhou ShengRevert previous check in r168581, r169079 as they are...
2012-12-01 Zhou ShengThe patch is to improve the memory footprint of pass...
2012-12-01 NAKAMURA TakumiVMCore/DebugInfo.cpp: DICompileUnit::getSubprograms...
2012-12-01 Daniel DunbarMC/AsmParser: Avoid unnecessary use of SourceMgr::FindB...
2012-12-01 Andrew Trickmisched: Fix RegisterPressureTracker handling of DebugVals.
2012-12-01 Andrew Trickmisched: Fix the DAG builder to handle an undef operand...
2012-12-01 Andrew Trickmisched: Fix LiveInterval update to better handle DebugVal.
2012-12-01 Andrew Trickmisched: fix RegionBegin when DebugValues get shuffled...
2012-12-01 Jakob Stoklund OlesenSimplify REG_SEQUENCE lowering.
2012-11-30 Eric ChristopherAdd some first skeleton work for the DWARF5 Fission...
2012-11-30 Jakob Stoklund OlesenConvert COPY instructions into KILLs if they have impli...
2012-11-30 Eric ChristopherAdd support for fission attributes/forms/operations...
2012-11-30 Pedro Artigasreversed the logic of the log2 detection routine to...
2012-11-30 Nadav Rotemminor cleanups
2012-11-30 Alexey SamsonovFix a bug in APFloat.cpp: declare APFloat after fltSema...
2012-11-30 Bill WendlingReplace r168930 with a more reasonable patch.
2012-11-30 Pedro ArtigasAddresses many style issues with prior checkin (r169025)
2012-11-30 Jakob Stoklund OlesenAggregate pass execution time report by pass ID instead...
2012-11-30 Pedro ArtigasAdd fast math inst combine X*log2(Y*0.5)-->X*log2(Y)-X
2012-11-30 Sebastian PopCodegen failure for vmull with small vectors
2012-11-30 Jyotsna VermaUse multiclass for the load instructions with MEMri...
2012-11-30 Nadav RotemRemove the use of LPPassManager. We can remove LPM...
2012-11-30 Adhemerval ZanellaThis patch fixes the Altivec addend construction for...
2012-11-30 Chandler CarruthSwitch LLVM_USE_RVALUE_REFERENCES to LLVM_HAS_RVALUE_RE...
2012-11-30 Kostya Serebryany[asan] simplify the code around doesNotReturn call...
next