oota-llvm.git
2012-06-08 Andrew TrickFix Target->Codegen dependence.
2012-06-08 Nuno LopesBoundsChecking: add support for ConstantPointerNull...
2012-06-08 NAKAMURA Takumitest/CodeGen/Generic/APIntLoadStore.ll: Mark as XFAIL...
2012-06-08 Hal FinkelDisable the PPC CTR-Loops pass by default.
2012-06-08 Hal FinkelFix a bug in the new PPC CTR-Loops pass.
2012-06-08 Hal FinkelAdd the PPCCTRLoops pass: a PPC machine-code-level...
2012-06-08 Duncan SandsRevert commit 158073 while waiting for a fix. The...
2012-06-08 Tobias Grossercmake: Pass the -m32 flag to modules if LLVM_BUILD_32_B...
2012-06-08 Owen AndersonTeach the AsmMatcherEmitter to allow InstAlias' where...
2012-06-07 Michael J.... [CMake] Promote extension warnings to errors.
2012-06-07 Manman RenX86: optimize generated code for integer ABS
2012-06-07 Michael J.... [CMake] Order MSVC warnings numerically.
2012-06-07 Michael J.... [CMake] Adjust MSVC warnings.
2012-06-07 Nadav RotemDo not optimize the used bits of the x86 vselect condit...
2012-06-07 Nadav RotemFix a bug in FoldSelectOpOp. Bitcast ops may change...
2012-06-07 Andrew TrickContinue factoring computeOperandLatency. Use it for...
2012-06-07 Andrew TrickARM getOperandLatency rewrite.
2012-06-07 Andrew TrickARM getOperandLatency should return -1 for unknown...
2012-06-07 Andrew TrickFix ARM getInstrLatency logic to work with the current...
2012-06-07 Manman RenPR13046: we can't replace usage of SUB with CMP in...
2012-06-07 Rafael EspindolaUse a base register instead of an index register with...
2012-06-07 Pete CooperMove terminator machine verification to check MachineBa...
2012-06-07 Pete CooperAdd internal read flags to MachineInstrBuilder and...
2012-06-07 Meador IngeAdding a missing -S to the opt invocation.
2012-06-07 Manman RenX86: replace SUB with CMP if possible
2012-06-06 Bill WendlingSpell optimization name correclty.
2012-06-06 Manman RenRevert r157755.
2012-06-06 Bill WendlingAnother testcase for r156548.
2012-06-06 Michael J.... [llvm-nm] Update documentation to cover object file...
2012-06-06 Jakob Stoklund... Properly verify liveness with bundled machine instructions.
2012-06-06 Benjamin KramerAdd accessors for all private members of DisasmContext.
2012-06-06 Andrew TrickMove RegisterClassInfo.h.
2012-06-06 Benjamin KramerRemove dead private member variables from gtest.
2012-06-06 Andrew TrickMove RegisterPressure.h.
2012-06-06 Benjamin KramerRound 2 of dead private variable removal.
2012-06-06 Benjamin KramerRemove unused private fields found by clang's new ...
2012-06-06 Chad RosierAdd support for dynamic stack realignment in the presen...
2012-06-06 Chad RosierFix combine of uno && ord -> false so that the ordering...
2012-06-06 Jakob Stoklund... Remove dead debug option -disable-rematerialization.
2012-06-06 Duncan SandsGrab-bag of reassociate tweaks. Unify handling of...
2012-06-06 Benjamin KramerStop leaking RegScavengers from TailDuplication.
2012-06-06 Richard BartonCorrect decoder for T1 conditional B encoding
2012-06-06 Duncan SandsAdd a new broken compiler.
2012-06-06 Craig TopperMark several instructions SSE2 instead of SSE3 as they...
2012-06-06 Justin HolewinskiFix gtest build issue on Visual Studio 2012 RC
2012-06-06 Chad RosierRemove extraneous CHECK-NOTs from previous commit and...
2012-06-06 Chad RosierFileCheckize this test.
2012-06-05 Jakob Stoklund... Move LiveUnionArray into LiveIntervalUnion.h
2012-06-05 Jakob Stoklund... Don't print register names in LiveIntervalUnion::print().
2012-06-05 Matt Beaumont-GaySuppress -Wunused-variable in -Asserts build
2012-06-05 Jakob Stoklund... Simplify LiveInterval::print().
2012-06-05 Jakob Stoklund... Add experimental support for register unit liveness.
2012-06-05 Jakob Stoklund... Implement LiveRangeCalc::extendToUses() and createDeadD...
2012-06-05 Andrew TrickMachineInstr::eraseFromParent fix for removing bundled...
2012-06-05 Andrew Trickmisched: API for minimum vs. expected latency.
2012-06-05 Benjamin KramerAdd 3.0 and 3.1 tags to the getting started guide.
2012-06-05 Lang HamesAdd a new intrinsic: llvm.fmuladd. This intrinsic repre...
2012-06-05 Yuan LinFix header file include order in NVPTX backend NV_CONTRIB
2012-06-05 Andrew TrickLoopUnroll: always check for NULL LoopPassManager
2012-06-05 Jakob Stoklund... Remove dead function.
2012-06-05 Roman DivackyPPC32 uses R2 as the TLS register. Fix the copy and...
2012-06-05 Stepan DyatkovskiyIntegersSubsetMapping: added exclude operation, that...
2012-06-05 Stepan DyatkovskiyIntegersSubsetMapping:
2012-06-05 Andrew TrickX86 itinerary properties.
2012-06-05 Andrew TrickARM itinerary properties.
2012-06-05 Andrew Trickmisched: Added MultiIssueItineraries.
2012-06-05 Andrew Tricksdsched: Use the right heuristics when -mcpu is not...
2012-06-05 Andrew Trickmisched: Allow disabling scoreboard hazard checking...
2012-06-05 Andrew Trickwhitespace
2012-06-05 Andrew Trickmisched: comments from code review.
2012-06-05 Jakob Stoklund... Remove the last remat-related code from LiveIntervalAna...
2012-06-05 Jakob Stoklund... Stop using LiveIntervals::isReMaterializable().
2012-06-05 Joel JonesRevert commit r157966
2012-06-04 Joel JonesThis change handles a another case for generating the...
2012-06-04 Jakob Stoklund... Delete dead code.
2012-06-04 Rafael EspindolaWhen gvn decides to replace an instruction with another...
2012-06-04 Jakob Stoklund... Switch LiveIntervals member variable to LLVM naming...
2012-06-04 Jakob Stoklund... Pass context pointers to LiveRangeCalc::reset().
2012-06-04 Akira HatanakaAdd a test case for mips64 unaligned load/store instruc...
2012-06-04 Akira HatanakaRename test/CodeGen/Mips/load-shift-left-right.ll.
2012-06-04 Akira HatanakaFix a bug in MipsTargetLowering::LowerLOAD. A shift...
2012-06-04 Roman DivackyImplement local-exec TLS on PowerPC.
2012-06-04 Hans WennborgMIPS TLS: use the model selected by TargetMachine:...
2012-06-04 Nadav RotemRemove the "-promote-elements" flag. This flag is now...
2012-06-04 Hans WennborgBetter comments for TLS-related X86 MachineOperand...
2012-06-04 Craig TopperAdd intrinsic forms for FMA instructions to opcode...
2012-06-04 Duncan SandsgetAllOnesValue also works for vectors of integers.
2012-06-04 Craig TopperAdd VFMADDSUB and VFMSUBADD FMA instructions to folding...
2012-06-04 Hal FinkelFix a copy-and-paste duplication error in the PPC 440...
2012-06-04 Hal FinkelEnable generating PPC pre-increment (r+imm) instruction...
2012-06-03 Rafael EspindolaRepresent .rept as an anonymous macro. This removes...
2012-06-03 Rafael EspindolaAdd a typedef to simplify the code a bit. Not functiona...
2012-06-03 Craig TopperRename FMA3 feature flag to just FMA to match gcc so...
2012-06-03 Craig TopperSimplify the fma4 renaming code.
2012-06-03 NAKAMURA TakumiIntRange: Restore the copy constuctor explicitly to...
2012-06-03 Craig TopperAutoupgrade support the rename of x86.fma4 intrinsics...
2012-06-03 Craig TopperRename fma4 intrinsics to just fma since they are now...
2012-06-03 Manman RenRevert r157831
2012-06-03 Craig TopperUse sse_load_f32/64 for scalar FMA3 intrinsic patterns...
2012-06-03 Craig TopperAdd neverHasSideEffects and mayLoad to FMA3 instructions.
next