oota-llvm.git
2012-04-08 Chandler CarruthTeach LLVM about a PIE option which, when enabled on...
2012-04-08 Chandler CarruthMove the TLSModel information into the TargetMachine...
2012-04-08 Benjamin KramerEngineBuilder::create is expected to take ownership...
2012-04-08 Chandler CarruthRemove an over zealous assert. The assert was trying...
2012-04-08 Chandler CarruthAdd a debug-only 'dump' method to the BlockChain struct...
2012-04-08 Chandler CarruthTeach InstCombine to nuke a common alloca pattern ...
2012-04-08 Nadav RotemAVX2: Build splat vectors by broadcasting a scalar...
2012-04-08 Bill WendlingRemove old 'grep' lines.
2012-04-08 Bill WendlingFormatting changes. Don't put spaces in front of some...
2012-04-08 Bill WendlingFileCheckize these testcases.
2012-04-08 Bill WendlingRemove the 'Parent' pointer from the MDNodeOperand...
2012-04-08 Bill WendlingAllow subclasses of the ValueHandleBase to store inform...
2012-04-07 Craig TopperTurn avx2 vinserti128 intrinsic calls into INSERT_SUBVE...
2012-04-07 Craig TopperMove vinsertf128 patterns near the instruction definiti...
2012-04-07 Craig TopperRemove 'else' after 'if' that ends in return.
2012-04-07 Nadav Rotem1. Remove the part of r153848 which optimizes shuffle...
2012-04-07 Duncan SandsConvert floating point division by a constant into...
2012-04-07 Chandler CarruthPerform partial SROA on the helper hashing structure...
2012-04-07 Chandler CarruthFix ValueTracking to conclude that debug intrinsics...
2012-04-07 Benjamin KramerSCEV: When expanding a GEP the final addition to the...
2012-04-07 Bob WilsonFix Thumb __builtin_longjmp with integrated assembler...
2012-04-07 Hongbin ZhengRefactor: Use positive field names in VectorizeConfig.
2012-04-07 NAKAMURA TakumiTarget/X86/MCTargetDesc/X86MCAsmInfo.cpp: Enable DwarfC...
2012-04-07 Sean HuntMake the test for r154235 more platform-independent...
2012-04-07 Sean HuntOutput UTF-8-encoded characters as identifier character...
2012-04-06 Jim GrosbachTidy up. 80 columns.
2012-04-06 Jakob Stoklund... ARMPat is equivalent to Requires<[IsARM]>.
2012-04-06 Jakob Stoklund... Eliminate iOS-specific tail call instructions.
2012-04-06 Akira HatanakaAdd lines in global-address.ll to test N32 and N64...
2012-04-06 Chandler CarruthThere is no portable std::abs overload for int64_t...
2012-04-06 Sean CallananFixed two leaks in the MC disassembler. The MC
2012-04-06 Jakob Stoklund... Allow negative immediates in ARM and Thumb2 compares.
2012-04-06 David ChisnallReintroduce InlineCostAnalyzer::getInlineCost() variant...
2012-04-06 Chandler CarruthSink the collection of return instructions until after...
2012-04-06 Chandler CarruthTweak this test to ensure the inliner did indeed fire...
2012-04-06 Duncan SandsMake GVN's propagateEquality non-recursive. No intende...
2012-04-06 Craig TopperTest case for PR12413
2012-04-06 Benjamin KramerFix narrowing conversion.
2012-04-06 Benjamin KramerDenseMap: Perform the pod-like object optimization...
2012-04-06 Craig TopperAllow 256-bit shuffles to be split if a 128-bit lane...
2012-04-06 Craig TopperAdd the tests that were supposed to go with r153935...
2012-04-06 Chandler CarruthActually finish this sentence in the comment the way...
2012-04-06 Chandler CarruthSink the return instruction collection until after...
2012-04-06 Jakob Stoklund... Deduplicate ARM call-related instructions.
2012-04-05 Jim GrosbachARM: Don't form a t2LDRi8 or t2STRi8 with an offset...
2012-04-05 Kaelyn UhrainFix the build breakage introduced by r154131.
2012-04-05 Kaelyn UhrainReally fix -Wnon-virtual-dtor warnings; gcc needs the...
2012-04-05 Bill WendlingThe internalize pass can be dangerous for LTO.
2012-04-05 Jim GrosbachARM assembly aliases for add negative immediates using...
2012-04-05 Akira HatanakaReapply test case in 154038, this time with triple...
2012-04-05 Eric ChristopherPatch to set is_stmt a little better for prologue lines...
2012-04-05 Jakob Stoklund... Don't break the IV update in TLI::SimplifySetCC().
2012-04-05 Dan GohmanFix accidentally inverted logic from r152803, and make the
2012-04-05 Sylvestre LedruFix a problem in the target detection for Debian GNU...
2012-04-05 Sylvestre LedruFix a problem in the target detection for Debian GNU...
2012-04-05 Owen AndersonTreat f16 the same as f80/f128 for the purposes of...
2012-04-05 Silviu BarangaAdded support for unpredictable ADC/SBC instructions...
2012-04-05 Silviu BarangaAdded support for handling unpredictable arithmetic...
2012-04-05 Hongbin ZhengBBVectorize: Add the const modifier to the VectorizeCon...
2012-04-05 Hongbin ZhengIntroduce the VectorizeConfig class, with which we...
2012-04-05 James MolloyAn oversight when applying the patches for r150956...
2012-04-05 Hongbin ZhengAdd the function "vectorizeBasicBlock" which allow...
2012-04-05 Jim GrosbachARM assembly aliases for two-operand V[R]SHR instructions.
2012-04-05 Argyrios KyrtzidisIn MemoryBuffer::getOpenFile() make sure that the buffe...
2012-04-05 Jim GrosbachARM assembly parsing for 'msr' plain 'cpsr' operand.
2012-04-05 Jakob Stoklund... Pass the right sign to TLI->isLegalICmpImmediate.
2012-04-05 Bob WilsonDo not include multiple -arch options in CPPFLAGS.
2012-04-04 Michael J.... Fix -Wnon-virtual-dtor warnings.
2012-04-04 Akira HatanakaReapply 154038 without the failing test.
2012-04-04 Owen AndersonRevert r154038. It was causing make check failures.
2012-04-04 Pete CooperREG_SEQUENCE expansion to COPY instructions wasn't...
2012-04-04 Benjamin KramerFix a C++11 UDL conflict.
2012-04-04 Pete Cooperf16 FREM can now be legalized by promoting to f32
2012-04-04 Akira HatanakaFix LowerGlobalAddress to produce instructions with...
2012-04-04 Akira HatanakaFix LowerJumpTable to produce instructions with the...
2012-04-04 Akira HatanakaFix LowerConstantPool to produce instructions with...
2012-04-04 Jakob Stoklund... Implement ARMBaseInstrInfo::commuteInstruction() for...
2012-04-04 Jakob Stoklund... Remove spurious debug output.
2012-04-04 Akira HatanakaFix LowerBlockAddress to produce instructions with...
2012-04-04 Hongbin ZhengAdd testcase for r154007, when a function has the optsi...
2012-04-04 Rafael EspindolaAlways compute all the bits in ComputeMaskedBits.
2012-04-04 Hongbin ZhengLoopUnrollPass: Use variable "Threshold" instead of...
2012-04-04 Benjamin KramerMove yaml::Stream's dtor out of line so it can see...
2012-04-04 Benjamin KramerImplement DwarfLLVMRegPair::operator< without violating...
2012-04-04 Craig TopperConvert assert(false) followed by a return to llvm_unre...
2012-04-04 Craig TopperRemove default case from switch that was already coveri...
2012-04-04 Pete CooperRemoved useless switch for default case when switch...
2012-04-03 Bob WilsonFix the install location for the Embedded makefile...
2012-04-03 Michael J.... Sorry about that. MSVC seems to accept just about any...
2012-04-03 Bob WilsonRemove dead code for installing libLTO when building...
2012-04-03 Michael J.... Add YAML parser to Support.
2012-04-03 Pete CooperAdd VSELECT to LegalizeVectorTypes::ScalariseVectorResu...
2012-04-03 Pete CooperRemoved one last bad continue statement meant to be...
2012-04-03 Bob WilsonWhen building llvmCore, pass the SDKROOT and -arch...
2012-04-03 Bob WilsonRemove a reference to the C backend.
2012-04-03 Chad RosierFix an issue in SimplifySetCC() specific to vector...
2012-04-03 Anton KorobeynikovSet soname for FreeBSD as well.
2012-04-03 Eric ChristopherFix thinko check for number of operands to be the one...
2012-04-03 Lang HamesMatrix simplification in PBQP may push infinite costs...
2012-04-03 Dylan NoblesmithARMDisassembler: drop bogus dependency on ARMCodeGen
next