projects
/
oota-llvm.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
oota-llvm.git
2012-08-31
Manman Ren
SelectionDAG: when constructing VZEXT_LOAD from other...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-31
Craig Topper
Mark FMA4 instructions as commutable and add them to...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-31
Eric Christopher
Make sure to build libpthread to check for HAVE_PTHREAD...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-31
Chad Rosier
Remove an unused argument. The MCInst opcode is set...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-31
Craig Topper
Add selection of RegOp2MemOpTable3 to canFoldMemoryOperand
commit
|
commitdiff
|
tree
|
snapshot
2012-08-31
Jakob Stoklund...
Add MachineInstr::tieOperands, remove setIsTied().
commit
|
commitdiff
|
tree
|
snapshot
2012-08-31
Michael Liao
Fix PR12359
commit
|
commitdiff
|
tree
|
snapshot
2012-08-31
Jack Carter
The instruction DINS may be transformed into DINSU...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-31
Bill Wendling
Move the GCOVFormat enums into their own namespace...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-31
Chad Rosier
Add a comment to explain what's really going on.
commit
|
commitdiff
|
tree
|
snapshot
2012-08-31
Chad Rosier
The ConvertToMCInst() function can't fail, so remove...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-31
Craig Topper
Mark FMA3 instructions as commutable so that the operan...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-31
Craig Topper
Use CloneMachineInstr to make a new MI in commuteInstru...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-31
Craig Topper
Add support for converting llvm.fma to fma4 instructions.
commit
|
commitdiff
|
tree
|
snapshot
2012-08-31
Jakob Stoklund...
Don't enforce ordered inline asm operands.
commit
|
commitdiff
|
tree
|
snapshot
2012-08-31
Benjamin Kramer
Clean up ProfileDataLoader a bit.
commit
|
commitdiff
|
tree
|
snapshot
2012-08-31
NAKAMURA Takumi
llvm/test/CodeGen/X86/vec_select.ll: Fix failure on...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-31
Bill Wendling
Cleanups due to feedback. No functionality change....
commit
|
commitdiff
|
tree
|
snapshot
2012-08-31
Michael Liao
Clean up AddedComplexity further after adding UseSSEx
commit
|
commitdiff
|
tree
|
snapshot
2012-08-31
Jakob Stoklund...
Fix a couple of typos in EmitAtomic.
commit
|
commitdiff
|
tree
|
snapshot
2012-08-31
Jim Grosbach
X86: Fix encoding of 'movd %xmm0, %rax'
commit
|
commitdiff
|
tree
|
snapshot
2012-08-31
Chad Rosier
With the fix in r162954/162955 every cvt function retur...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-30
Pete Cooper
Take account of boolean vector contents when promoting...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-30
Owen Anderson
Try to make this test more generic to unbreak buildbots.
commit
|
commitdiff
|
tree
|
snapshot
2012-08-30
Owen Anderson
Teach the DAG combiner to turn chains of FADDs (x+x...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-30
Chad Rosier
Fix for r162954. Return the Error.
commit
|
commitdiff
|
tree
|
snapshot
2012-08-30
Chad Rosier
Move a check to the validateInstruction() function...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-30
Michael Gottesman
[llvm] Updated the test fold-vector-select so that...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-30
Chad Rosier
Typo.
commit
|
commitdiff
|
tree
|
snapshot
2012-08-30
Chad Rosier
Whitespace.
commit
|
commitdiff
|
tree
|
snapshot
2012-08-30
Chad Rosier
Whitespace.
commit
|
commitdiff
|
tree
|
snapshot
2012-08-30
Chad Rosier
Hoist a check to eliminate obvious mismatches as early...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-30
Nadav Rotem
Currently targets that do not support selects with...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-30
Chad Rosier
[ms-inline asm] Add a new function, GetMCInstOperandNum...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-30
Michael Liao
Introduce 'UseSSEx' to force SSE legacy encoding
commit
|
commitdiff
|
tree
|
snapshot
2012-08-30
NAKAMURA Takumi
ADTTests: [CMake] Exclude DenseMapTest.cpp and SmallVec...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-30
NAKAMURA Takumi
Apply "/Og-" also to MSC15(aka VS9) on VMCore/Function...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-30
NAKAMURA Takumi
PPCISelLowering.cpp: Fix r162725.
commit
|
commitdiff
|
tree
|
snapshot
2012-08-30
NAKAMURA Takumi
PPCISelLowering.cpp: Whitespace.
commit
|
commitdiff
|
tree
|
snapshot
2012-08-30
Michael Ilseman
test
commit
|
commitdiff
|
tree
|
snapshot
2012-08-30
Benjamin Kramer
Fix test case.
commit
|
commitdiff
|
tree
|
snapshot
2012-08-30
Benjamin Kramer
LoopRotate: Also rotate loops with multiple exits.
commit
|
commitdiff
|
tree
|
snapshot
2012-08-30
Benjamin Kramer
InstCombine: Fix comment to reflect the code.
commit
|
commitdiff
|
tree
|
snapshot
2012-08-30
Jakob Stoklund...
Don't use MCInstrDesc flags for implicit operands.
commit
|
commitdiff
|
tree
|
snapshot
2012-08-30
Alexey Samsonov
Whitespace
commit
|
commitdiff
|
tree
|
snapshot
2012-08-30
Nadav Rotem
It is illegal to transform (sdiv (ashr X c1) c2) ...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-30
Tim Northover
Add support for moving pure S-register to NEON pipeline...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-30
Nadav Rotem
remove old docs
commit
|
commitdiff
|
tree
|
snapshot
2012-08-30
Alexey Samsonov
Refactor fetching file/line info from DWARFContext...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-30
Craig Topper
Add FMA to switch statement in VectorLegalizer::Legaliz...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-30
Craig Topper
Add support for FMA to WidenVectorResult.
commit
|
commitdiff
|
tree
|
snapshot
2012-08-30
Craig Topper
Only perform DAG combine on FMAs of legal types.
commit
|
commitdiff
|
tree
|
snapshot
2012-08-30
Bill Wendling
Pass by pointer and not std::string.
commit
|
commitdiff
|
tree
|
snapshot
2012-08-30
Michael Liao
Should put test case under test/ExecutionEngine/MCJIT/
commit
|
commitdiff
|
tree
|
snapshot
2012-08-30
Bill Wendling
Revert r162855 in favor of changing clang to emit the...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-30
Will Dietz
Fix HashString's Bernstein hash to use unsigned chars...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-30
Michael Liao
Fix PR13727
commit
|
commitdiff
|
tree
|
snapshot
2012-08-29
Jakob Stoklund...
Add a bit of documentation to copyPhysReg.
commit
|
commitdiff
|
tree
|
snapshot
2012-08-29
Jakob Stoklund...
Verify the order of tied operands in inline asm.
commit
|
commitdiff
|
tree
|
snapshot
2012-08-29
Benjamin Kramer
Explicitly cast an expression to bool before handing...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-29
Benjamin Kramer
Add some __builtin_expect magic to StringMap.
commit
|
commitdiff
|
tree
|
snapshot
2012-08-29
Benjamin Kramer
Replace the BUILTIN_EXPECT macro with a less horrible...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-29
Owen Anderson
Allow targets to specify a minimum supported NOP size...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-29
Jakob Stoklund...
Set the isTied flags when building INLINEASM MachineInstrs.
commit
|
commitdiff
|
tree
|
snapshot
2012-08-29
Andrew Trick
Preserve branch profile metadata during switch formation.
commit
|
commitdiff
|
tree
|
snapshot
2012-08-29
Andrew Trick
whitespace
commit
|
commitdiff
|
tree
|
snapshot
2012-08-29
Jakob Stoklund...
Rename hasVolatileMemoryRef() to hasOrderedMemoryRef().
commit
|
commitdiff
|
tree
|
snapshot
2012-08-29
Jakob Stoklund...
Add MachineMemOperand::isUnordered().
commit
|
commitdiff
|
tree
|
snapshot
2012-08-29
Jakob Stoklund...
Don't move normal loads across volatile/atomic loads.
commit
|
commitdiff
|
tree
|
snapshot
2012-08-29
Michael Liao
fix C++ comment in C header
commit
|
commitdiff
|
tree
|
snapshot
2012-08-29
Bill Wendling
Use the full path to output the .gcda file.
commit
|
commitdiff
|
tree
|
snapshot
2012-08-29
Hal Finkel
Reserve space for the mandatory traceback fields on...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-29
Bill Wendling
Use ArrayRef instead of SmallVector when passing vector...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-29
Jakob Stoklund...
Verify the consistency of inline asm operands.
commit
|
commitdiff
|
tree
|
snapshot
2012-08-29
Eric Christopher
Clean this up slightly, doesn't really fall through.
commit
|
commitdiff
|
tree
|
snapshot
2012-08-29
Tim Northover
Refactor setExecutionDomain to be clearer about what...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-29
Benjamin Kramer
Make helper function static.
commit
|
commitdiff
|
tree
|
snapshot
2012-08-29
Benjamin Kramer
Make MemoryBuiltins aware of TargetLibraryInfo.
commit
|
commitdiff
|
tree
|
snapshot
2012-08-29
Craig Topper
Convert FMA4 patterns to use target specific nodes...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-29
Craig Topper
Make use of the LLVM_DELETED_FUNCTION macro.
commit
|
commitdiff
|
tree
|
snapshot
2012-08-29
Craig Topper
Add virtual keywords for methods that override the...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-29
Andrew Trick
Cleanup sloppy code. Jakob's review.
commit
|
commitdiff
|
tree
|
snapshot
2012-08-29
Andrew Trick
Fix a nondeterminism in the ARM assembler.
commit
|
commitdiff
|
tree
|
snapshot
2012-08-29
Jush Lu
[arm-fast-isel] Add support for ARM PIC.
commit
|
commitdiff
|
tree
|
snapshot
2012-08-29
Andrew Trick
Fix ARM vector copies of overlapping register tuples.
commit
|
commitdiff
|
tree
|
snapshot
2012-08-29
Andrew Trick
cleanup
commit
|
commitdiff
|
tree
|
snapshot
2012-08-29
NAKAMURA Takumi
Create llvm/test/Object/Mips/lit.local.cfg to check...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-29
Jakob Stoklund...
Verify the tied operand flags.
commit
|
commitdiff
|
tree
|
snapshot
2012-08-29
Chandler Carruth
Enable recursing into the compiler-rt projcet with...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-29
Jakob Stoklund...
Maintain a vaild isTied bit as operands are added and...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-29
NAKAMURA Takumi
llvm/test: [CMake] Add profile_rt-shared to deps.
commit
|
commitdiff
|
tree
|
snapshot
2012-08-29
NAKAMURA Takumi
libprofile: [CMake] Let libprofile_rt be not loadable_m...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-29
NAKAMURA Takumi
llvm/test/Analysis/Profiling: Mark 3 of them as REQUIRE...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-29
Jack Carter
Moved input for objdump test from Mips to Inputs.
commit
|
commitdiff
|
tree
|
snapshot
2012-08-28
Chad Rosier
Typo.
commit
|
commitdiff
|
tree
|
snapshot
2012-08-28
Michael Liao
Add comments on the literal value used.
commit
|
commitdiff
|
tree
|
snapshot
2012-08-28
Jim Grosbach
LLI: move instruction cache tweaks.
commit
|
commitdiff
|
tree
|
snapshot
2012-08-28
Manman Ren
Profile: set branch weight metadata with data generated...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-28
Jack Carter
The instruction DEXT may be transformed into DEXTU...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-28
Jack Carter
Some of the instructions in the Mips instruction set...
commit
|
commitdiff
|
tree
|
snapshot
next