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-08-07
Daniel Dunbar
[lit] Avoid __cmp__ and cmp().
commit
|
commitdiff
|
tree
|
snapshot
2013-08-07
Daniel Dunbar
[lit] Avoid use of iterator .next() method.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-07
Daniel Dunbar
[lit] Use .write() methods instead of print statement.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-07
Daniel Dunbar
[lit] Use dual-compatible print() syntax where possible.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-07
Daniel Dunbar
[lit] Remove use of deprecated parameter tuple unpacking.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-07
Daniel Dunbar
[lit] Remove uses of deprecated except syntax.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-07
Daniel Dunbar
[lit] Use more modern syntax for constructing exceptions.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-07
Daniel Dunbar
[lit] Drop --no-execute, which isn't generally useful.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-07
Daniel Dunbar
[lit] tests: Change discovery test to use --show-tests.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-07
Daniel Dunbar
[lit] Add a --show-tests option.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-07
Daniel Dunbar
[lit] Remove dead ignoreStdError argument.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-07
Alexander Kornienko
Disabled columnWidth test for OSX, need someone with...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-07
Alexander Kornienko
Use correct platform detection macro: __MACOSX__ -...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-07
Reid Kleckner
Fix boolean logic in LockFileManager and test it
commit
|
commitdiff
|
tree
|
snapshot
2013-08-07
Reid Kleckner
Avoid using alloca in Windows/Program.inc
commit
|
commitdiff
|
tree
|
snapshot
2013-08-07
Eric Christopher
Add a way to grab a particular attribute out of a DIE.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-07
Eric Christopher
Move somewhat messy conditional out of line.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-07
Alexander Kornienko
Disable tests on WIN32 (which has incorrect implementat...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-07
Reid Kleckner
Check for _strtoi64 in the cmake build if strtoll is...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-07
David Blaikie
Remove unused functions introduced in r172685 to unbrea...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-07
Alexander Kornienko
Implemented llvm::sys::locale::columnWidth and isPrint...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-06
Aaron Ballman
Replacing /GR with /GR- instead of applying both option...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-06
Tom Stellard
R600: Add new file from r187831 to CMakeLists.txt
commit
|
commitdiff
|
tree
|
snapshot
2013-08-06
Akira Hatanaka
[mips] Rename register classes CPURegs and CPU64Regs.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-06
Tom Stellard
R600/SI: Use VSrc_* register classes as the default...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-06
Tom Stellard
R600/SI: Add more special cases for opcodes to ensureSR...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-06
Justin Holewinski
[NVPTX] We dont have any target specific flags yet...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-06
Akira Hatanaka
[mips] Mark instructions defined in Mips64InstrInfo...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-06
Bill Wendling
Change the linkage of these global values to 'internal'.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-06
Reid Kleckner
Remove some std stream usage from Support and TableGen
commit
|
commitdiff
|
tree
|
snapshot
2013-08-06
Arnold Schwaighofer
LoopVectorize: Allow vectorization of loops with lifeti...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-06
Akira Hatanaka
[mips] Delete unnecessary InstAliases. Also, clear...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-06
Akira Hatanaka
[mips] Replace usages of register classes with register...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-06
Shuxin Yang
Change private functions of LTOCodeGenerator from ret...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-06
Reid Kleckner
Use gnu style builtins in MathExtras.h with clang on...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-06
Manman Ren
Debug Info Finder|Verifier: handle DbgLoc attached...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-06
Sean Silva
[LangRef] Alphabetize function attribute listing.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-06
Jakub Staszak
Adjust file to the coding standard.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-06
Hal Finkel
Add PPC64 mulli pattern
commit
|
commitdiff
|
tree
|
snapshot
2013-08-06
Jakub Staszak
Remove extraneous semicolon.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-06
Mihai Popa
This corrects creation of operands for t2PLDW. It also...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-06
Mihai Popa
Support APSR_nzcv as operand for Thumb2 mrc. Deprecate...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-06
Justin Holewinski
[NVPTX] Add missing patterns for i1 [s,u]int_to_fp
commit
|
commitdiff
|
tree
|
snapshot
2013-08-06
Justin Holewinski
[NVPTX] Fix bug in stack code generation causes by...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-06
Justin Holewinski
[NVPTX] Start conversion to MC infrastructure
commit
|
commitdiff
|
tree
|
snapshot
2013-08-06
Tim Northover
ARM: implement allowTruncateForTailCall
commit
|
commitdiff
|
tree
|
snapshot
2013-08-06
Rafael Espindola
Add a release not about llvm-ar.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-06
Tim Northover
Remove oddly named libraries with "make uninstall-local"
commit
|
commitdiff
|
tree
|
snapshot
2013-08-06
Alexey Samsonov
Store compile unit corresponding to each chain of inlin...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-06
Elena Demikhovsky
LLVM Interpreter: fixed bug 16694
commit
|
commitdiff
|
tree
|
snapshot
2013-08-06
Alexey Samsonov
Add LLVM-style RTTI to DIContext/DWARFContext classes
commit
|
commitdiff
|
tree
|
snapshot
2013-08-06
Tim Northover
Refactor isInTailCallPosition handling
commit
|
commitdiff
|
tree
|
snapshot
2013-08-06
Serge Pavlov
Unbreak Debug build on Windows
commit
|
commitdiff
|
tree
|
snapshot
2013-08-06
Craig Topper
Simplify vector lane handling math a bit. No functional...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-06
Craig Topper
Simplify math a little bit.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-06
NAKAMURA Takumi
Target/*/CMakeLists.txt: Add the dependency to CommonTa...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-06
Craig Topper
Replace EVT with MVT in isHorizontalBinOp as it is...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-06
NAKAMURA Takumi
AsmPrinter/CMakeLists.txt: Add explicit dependency...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-06
NAKAMURA Takumi
Option/CMakeLists.txt: Don't use target_link_libraries...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-06
Craig Topper
Put an llvm_unreachable at the end of getSplatIndex...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-06
Craig Topper
Check against >= 0 instead of != -1 in getSplatIndex...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-06
Craig Topper
Remove trailing whitespace and fix an 80-column violati...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-06
Craig Topper
Simplify code slightly. No functional change.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-06
Tom Stellard
Factor FlattenCFG out from SimplifyCFG
commit
|
commitdiff
|
tree
|
snapshot
2013-08-06
Eric Christopher
Allow 4 as a valid debug info version.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-06
Shuxin Yang
Add some comment to LTOCodeGenerator class
commit
|
commitdiff
|
tree
|
snapshot
2013-08-06
Matt Arsenault
Fix missing -*- C++ -*-s
commit
|
commitdiff
|
tree
|
snapshot
2013-08-05
Bill Wendling
FileCheckize some of the testcases.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-05
Bill Wendling
Fix grammar.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-05
Tom Stellard
R600/SI: Add missing test for r187749
commit
|
commitdiff
|
tree
|
snapshot
2013-08-05
Eric Christopher
Recommit previous cleanup with a fix for c++98 ambiguity.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-05
Tom Stellard
R600: Implement TargetLowering::getVectorIdxTy()
commit
|
commitdiff
|
tree
|
snapshot
2013-08-05
Tom Stellard
TargetLowering: Add getVectorIdxTy() function v2
commit
|
commitdiff
|
tree
|
snapshot
2013-08-05
Eric Christopher
Revert "Use existing builtin hashing functions to make...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-05
Eric Christopher
Use existing builtin hashing functions to make this...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-05
Eric Christopher
Change parent hashing algorithm to be non-recursive...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-05
Michael Gottesman
[bugpoint] Allow the user to specify the path to opt...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-05
Peter Collingbourne
Introduce an optimisation for special case lists with...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-05
Peter Collingbourne
Introduce Regex::isLiteralERE function.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-05
Aaron Ballman
Silencing an MSVC11 type conversion warning.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-05
Alexey Samsonov
80-cols
commit
|
commitdiff
|
tree
|
snapshot
2013-08-05
Elena Demikhovsky
LLVM Interpreter: This patch implements vector support...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-05
Richard Sandiford
[SystemZ] Use BRCT and BRCTG to eliminate add-&-compare...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-05
Benjamin Kramer
Don't leak passes if added outside of the area determin...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-05
Richard Sandiford
[SystemZ] Add definitions for BRCT and BRCTG
commit
|
commitdiff
|
tree
|
snapshot
2013-08-05
Richard Sandiford
[SystemZ] Use LOAD AND TEST to eliminate comparisons...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-05
Richard Sandiford
[SystemZ] Add LOAD AND TEST instructions
commit
|
commitdiff
|
tree
|
snapshot
2013-08-05
Richard Sandiford
[SystemZ] Split out comparison elimination into a separ...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-05
Elena Demikhovsky
AVX-512 set: added mask operations, lowering BUILD_VECT...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-05
Nadav Rotem
Update the release notes about the status of the vector...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-05
Nadav Rotem
Update the docs.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-04
Reed Kotler
Add the saving of S2. This is needed for some of the...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-04
Bob Wilson
Remove "lto_on_osx" xfails, now that -rdynamic works...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-04
Bob Wilson
Build with the $RDYNAMIC flag on Darwin as well as...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-04
Benjamin Kramer
X86: Turn fp selects into mask operations.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-04
Elena Demikhovsky
AVX-512 set: added VEXTRACTPS instruction
commit
|
commitdiff
|
tree
|
snapshot
2013-08-04
Tim Northover
X86: specify CPU on new test to fix atom buildbot
commit
|
commitdiff
|
tree
|
snapshot
2013-08-04
Tim Northover
X86: correct tail return address calculation
commit
|
commitdiff
|
tree
|
snapshot
2013-08-04
Benjamin Kramer
AsmParser: Store MacroLikeBodies on the side so they...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-04
Reed Kotler
Clean up code for Mips16 large frame handling.
commit
|
commitdiff
|
tree
|
snapshot
next