projects
/
oota-llvm.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
oota-llvm.git
2013-05-30
Ahmed Bougacha
MCObjectSymbolizer: Switch from IntervalMap to sorted...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-30
Michael Gottesman
Implement IEEE-754R 2008 nextUp/nextDown functions...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-30
Paul Redmond
Fix warning and resulting formatting issue.
commit
|
commitdiff
|
tree
|
snapshot
2013-05-30
Paul Redmond
Revise llvm.vectorizer.width documentation
commit
|
commitdiff
|
tree
|
snapshot
2013-05-30
Rafael Espindola
Don't use fast isel on this test.
commit
|
commitdiff
|
tree
|
snapshot
2013-05-30
Benjamin Kramer
Force a triple so we don't get bitten by windows' diffe...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-30
Benjamin Kramer
Force fragile test to the atom scheduler model.
commit
|
commitdiff
|
tree
|
snapshot
2013-05-30
Ashok Thirumurthi
Added a sub-project status update section to the releas...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-30
Tim Northover
X86: allow registers 8-15 in test
commit
|
commitdiff
|
tree
|
snapshot
2013-05-30
Tim Northover
X86: use sub-register sequences for MOV*r0 operations
commit
|
commitdiff
|
tree
|
snapshot
2013-05-30
Sergey Matveev
Fix incorrect parameter name in LIT docs.
commit
|
commitdiff
|
tree
|
snapshot
2013-05-30
Tim Northover
Fix rematerialization into physical registers.
commit
|
commitdiff
|
tree
|
snapshot
2013-05-30
Justin Holewinski
[NVPTX] Fix case where a sext load of an i1 type may...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-30
Tim Northover
X86: change zext moves to use sub-register infrastructure.
commit
|
commitdiff
|
tree
|
snapshot
2013-05-30
Richard Sandiford
[SystemZ] Enable unaligned accesses
commit
|
commitdiff
|
tree
|
snapshot
2013-05-30
Evgeniy Stepanov
Revert r182909.
commit
|
commitdiff
|
tree
|
snapshot
2013-05-30
Daniel Jasper
Fix warning on varialbe unused in opt builds.
commit
|
commitdiff
|
tree
|
snapshot
2013-05-30
Galina Kistanova
Fixed bug when tests in executable partially used absol...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-30
Nick Lewycky
Swizzle vector inputs if it helps us eliminate shuffles.
commit
|
commitdiff
|
tree
|
snapshot
2013-05-30
Rafael Espindola
Change how we iterate over relocations on ELF.
commit
|
commitdiff
|
tree
|
snapshot
2013-05-30
Eric Christopher
Rename variable to be more descriptive.
commit
|
commitdiff
|
tree
|
snapshot
2013-05-30
Eric Christopher
Formatting.
commit
|
commitdiff
|
tree
|
snapshot
2013-05-30
Eric Christopher
Reformat comments here.
commit
|
commitdiff
|
tree
|
snapshot
2013-05-30
Eric Christopher
Add a comment and some tests including the NULL byte.
commit
|
commitdiff
|
tree
|
snapshot
2013-05-30
Bill Wendling
This testcase tests command line attributes which we...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-30
Rafael Espindola
Remove dead return.
commit
|
commitdiff
|
tree
|
snapshot
2013-05-30
Michael Gottesman
Added a unittest for APFloat::getSmallestNormalized.
commit
|
commitdiff
|
tree
|
snapshot
2013-05-30
Michael Gottesman
Added code to the unittest for APFloat::getSmallest...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-29
Michael Gottesman
Add a unittest for APFloat::getSmallest.
commit
|
commitdiff
|
tree
|
snapshot
2013-05-29
Andrew Trick
Order CALLSEQ_START and CALLSEQ_END nodes.
commit
|
commitdiff
|
tree
|
snapshot
2013-05-29
Ahmed Bougacha
X86: Fix Defs/Uses for insts that imp-def/imp-use both...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-29
Chad Rosier
Don't assume the registers will be enumerated sequentially.
commit
|
commitdiff
|
tree
|
snapshot
2013-05-29
Arnaud A. de...
Add colored diagnostics when building LLVM with cmake...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-29
JF Bastien
Enable FastISel on ARM for Linux and NaCl
commit
|
commitdiff
|
tree
|
snapshot
2013-05-29
Bill Wendling
Don't reach into the middle of TargetMachine and cache...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-29
Tim Northover
Teach ReMaterialization to be more cunning about subreg...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-29
Adrian Prantl
Simplify logic by using the appropriate functions.
commit
|
commitdiff
|
tree
|
snapshot
2013-05-29
Manman Ren
LTO+Debug Info: revert r182791.
commit
|
commitdiff
|
tree
|
snapshot
2013-05-29
JF Bastien
Tidy some register classes for ARM and Thumb
commit
|
commitdiff
|
tree
|
snapshot
2013-05-29
NAKAMURA Takumi
SparcFrameLowering.cpp: Mark verifyLeafProcRegUse(...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-29
Richard Sandiford
[SystemZ] Two tests missing from previous commit
commit
|
commitdiff
|
tree
|
snapshot
2013-05-29
Richard Sandiford
[SystemZ] Immediate compare-and-branch support
commit
|
commitdiff
|
tree
|
snapshot
2013-05-29
Benjamin Kramer
Move test that depends on the X86 backend into the...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-29
Patrik Hagglund
Temporary fix to get rid of gcc warning.
commit
|
commitdiff
|
tree
|
snapshot
2013-05-29
Evgeniy Stepanov
Allow overriding the location of C/C++ compilers in...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-29
Venkatraman...
[Sparc] Add support for leaf functions in sparc backend.
commit
|
commitdiff
|
tree
|
snapshot
2013-05-29
NAKAMURA Takumi
LoopVectorize.cpp: Fix abuse of StringRef on Twine...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-29
NAKAMURA Takumi
Whitespace.
commit
|
commitdiff
|
tree
|
snapshot
2013-05-29
David Blaikie
Debug Info: Update documentation to match recent (...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-29
David Blaikie
Debug Info: Reorder accessor to match field order.
commit
|
commitdiff
|
tree
|
snapshot
2013-05-28
Jack Carter
Mips assembler: Improve set register alias handling
commit
|
commitdiff
|
tree
|
snapshot
2013-05-28
Tim Northover
AArch64: clarify -help message
commit
|
commitdiff
|
tree
|
snapshot
2013-05-28
Simon Atanasyan
[Mips] Add Mips specific dynamic table entry tags.
commit
|
commitdiff
|
tree
|
snapshot
2013-05-28
Paul Redmond
Add support for llvm.vectorizer metadata
commit
|
commitdiff
|
tree
|
snapshot
2013-05-28
Michael Gottesman
[APInt] Implement tcDecrement as a counterpart to tcInc...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-28
Tim Northover
ARM: use pristine object file while processing relocations
commit
|
commitdiff
|
tree
|
snapshot
2013-05-28
Manman Ren
LTO+Debug Info: correctly emit inlined_subroutine when...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-28
Jyotsna Verma
Hexagon: Typo fix.
commit
|
commitdiff
|
tree
|
snapshot
2013-05-28
Chad Rosier
Remove the MCRegAliasIterator tables and compute the...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-28
Benjamin Kramer
Simplify code. No functionality change.
commit
|
commitdiff
|
tree
|
snapshot
2013-05-28
Benjamin Kramer
Remove double semicolons.
commit
|
commitdiff
|
tree
|
snapshot
2013-05-28
James Molloy
Extend RemapInstruction and friends to take an optional...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-28
Evgeniy Stepanov
[msan] Fix argument shadow alignment.
commit
|
commitdiff
|
tree
|
snapshot
2013-05-28
Renato Golin
Typo
commit
|
commitdiff
|
tree
|
snapshot
2013-05-28
Richard Sandiford
[SystemZ] Register compare-and-branch support
commit
|
commitdiff
|
tree
|
snapshot
2013-05-28
Renato Golin
Linking ReleaseProcess doc with the world
commit
|
commitdiff
|
tree
|
snapshot
2013-05-28
Richard Sandiford
[SystemZ] Tweak SystemZInstrInfo::isBranch() interface
commit
|
commitdiff
|
tree
|
snapshot
2013-05-28
Alexey Samsonov
Revert r182715 and r182758
commit
|
commitdiff
|
tree
|
snapshot
2013-05-28
Renato Golin
Adding ReleaseProcess doc
commit
|
commitdiff
|
tree
|
snapshot
2013-05-28
Alexey Samsonov
Fixup for r182715: provide correct arg to --gtest-filter
commit
|
commitdiff
|
tree
|
snapshot
2013-05-28
Michael Kuperstein
Make BasicAliasAnalysis recognize the fact a noalias...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-27
Rafael Espindola
Make it explicit that GlobalAlias are ok in llvm.used.
commit
|
commitdiff
|
tree
|
snapshot
2013-05-27
Rafael Espindola
Make helper functions static.
commit
|
commitdiff
|
tree
|
snapshot
2013-05-27
Preston Gurd
Convert sqrt functions into sqrt instructions when...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-27
Rafael Espindola
Add a cpu to try to bring back the atom bots.
commit
|
commitdiff
|
tree
|
snapshot
2013-05-27
Hal Finkel
PPC: Add a isConsecutiveLS utility function
commit
|
commitdiff
|
tree
|
snapshot
2013-05-27
NAKAMURA Takumi
llvm-objdump.cpp: Appease MSC16 x64. utostr(n++) causes...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-26
Hal Finkel
Prefer to duplicate PPC Altivec loads when expanding...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-26
Kai Nacke
Add LDC compiler to list of external OS projects using...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-26
Andrew Trick
Fix PR16143: Insert DEBUG_VALUE before terminator.
commit
|
commitdiff
|
tree
|
snapshot
2013-05-26
Galina Kistanova
Fixed bug when tests in executable partially used absol...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-25
Chris Lattner
Disable the StringMapEntry copy constructor, to make...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-25
Cameron Zwarich
Add support for DWARF line number table entries for...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-25
Eric Christopher
Add some comments to the stringify function.
commit
|
commitdiff
|
tree
|
snapshot
2013-05-25
Hal Finkel
PPC: Combine duplicate (offset) lvsl Altivec intrinsics
commit
|
commitdiff
|
tree
|
snapshot
2013-05-25
Andrew Trick
Track IR ordering of SelectionDAG nodes 4/4.
commit
|
commitdiff
|
tree
|
snapshot
2013-05-25
Andrew Trick
Track IR ordering of SelectionDAG nodes 3/4.
commit
|
commitdiff
|
tree
|
snapshot
2013-05-25
Andrew Trick
Track IR ordering of SelectionDAG nodes 2/4.
commit
|
commitdiff
|
tree
|
snapshot
2013-05-25
Andrew Trick
Track IR ordering of SelectionDAG nodes 1/4.
commit
|
commitdiff
|
tree
|
snapshot
2013-05-25
Andrew Trick
Fix RecyclingAllocator::PrintStats to print the underly...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-24
Eric Christopher
Add to testsuite.
commit
|
commitdiff
|
tree
|
snapshot
2013-05-24
Eric Christopher
ArrayRef-ize MD5 and clean up a few variable names.
commit
|
commitdiff
|
tree
|
snapshot
2013-05-24
Hal Finkel
PPC: Initial support for permutation-based unaligned...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-24
Michael J....
[Support] Remove Count{Leading,Trailing}Zeros_{32,64}.
commit
|
commitdiff
|
tree
|
snapshot
2013-05-24
Jim Grosbach
Tidy up. Whitespace.
commit
|
commitdiff
|
tree
|
snapshot
2013-05-24
Quentin Colombet
Follow up of the introduction of MCSymbolizer.
commit
|
commitdiff
|
tree
|
snapshot
2013-05-24
Michael Gottesman
clang formatted APFloat.h
commit
|
commitdiff
|
tree
|
snapshot
2013-05-24
Michael Gottesman
clang-formatted APInt.h
commit
|
commitdiff
|
tree
|
snapshot
2013-05-24
Benjamin Kramer
MathExtras: Return the result of find(First|Last)Set...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-24
Michael J....
Replace Count{Leading,Trailing}Zeros_{32,64} with count...
commit
|
commitdiff
|
tree
|
snapshot
next