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-04-12
Tim Northover
AArch64: remove over-zealous use of CHECK-NEXT
commit
|
commitdiff
|
tree
|
snapshot
2013-04-12
Benjamin Kramer
Revert broken pieces of r179373.
commit
|
commitdiff
|
tree
|
snapshot
2013-04-12
Andy Gibbs
Replace uses of the deprecated std::auto_ptr with Ownin...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-12
Benjamin Kramer
Fix a disconcerting bug in Value::isUsedInBasicBlock...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-12
Alexey Samsonov
Don't explicitly provide -pie in MSan bootstrap of...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-12
Nico Rieck
Teach llvm-readobj to print ELF program headers
commit
|
commitdiff
|
tree
|
snapshot
2013-04-12
Nico Rieck
Remove obsolete object file dumpers
commit
|
commitdiff
|
tree
|
snapshot
2013-04-12
Nico Rieck
Replace coff-/elf-dump with llvm-readobj
commit
|
commitdiff
|
tree
|
snapshot
2013-04-12
Nico Rieck
Add extensive relocation tests for llvm-readobj
commit
|
commitdiff
|
tree
|
snapshot
2013-04-12
Nico Rieck
Add -expand-relocs to llvm-readobj
commit
|
commitdiff
|
tree
|
snapshot
2013-04-12
Nico Rieck
Add missing relocation names
commit
|
commitdiff
|
tree
|
snapshot
2013-04-12
Nico Rieck
Support MIPS64EL relocation type names
commit
|
commitdiff
|
tree
|
snapshot
2013-04-12
Hal Finkel
Add PPC instruction record forms and associated query...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-12
Nadav Rotem
Don't disable block layout when forcing block alignment.
commit
|
commitdiff
|
tree
|
snapshot
2013-04-12
Nadav Rotem
Fix the test on linux by setting the triple and the...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-12
Nadav Rotem
Add a flag to align all basic blocks in the function.
commit
|
commitdiff
|
tree
|
snapshot
2013-04-12
Rafael Espindola
Add 179294 back, but don't use bit fields so that it...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-11
Chad Rosier
[ms-inline asm] Add support for using the LENGTH, TYPE...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-11
Chad Rosier
[ms-inline asm] Add support for using offsetof operator...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-11
Manman Ren
Aliasing rules for struct-path aware TBAA.
commit
|
commitdiff
|
tree
|
snapshot
2013-04-11
Chad Rosier
[ms-inline asm] Pass a StringRef reference to ParseInte...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-11
Manman Ren
TBAA: add utility to create a TBAA scalar type node
commit
|
commitdiff
|
tree
|
snapshot
2013-04-11
Chad Rosier
[ms-inline asm] Add a new AsmRewriteKind, AOK_Delete...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-11
Chad Rosier
[ms-inline asm] Remove brackets from around a symbol...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-11
Preston Gurd
Use FileCheck instead of grep.
commit
|
commitdiff
|
tree
|
snapshot
2013-04-11
David Majnemer
Fix undefined behavior in AArch64
commit
|
commitdiff
|
tree
|
snapshot
2013-04-11
David Majnemer
Optimize icmp involving addition better
commit
|
commitdiff
|
tree
|
snapshot
2013-04-11
Jack Carter
Mips specific inline asm memory operand modifier test...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-11
Akira Hatanaka
[mips] Custom-lower i64 MULHS and MULHU nodes. Remove...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-11
Akira Hatanaka
[mips] Clean up MipsISelDAGToDAG.cpp and MipsISelLoweri...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-11
Rafael Espindola
Revert my last two commits while I debug what is wrong...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-11
Rafael Espindola
Fix llvm-readobj tests on big endian hosts.
commit
|
commitdiff
|
tree
|
snapshot
2013-04-11
Rafael Espindola
Print more information about relocations.
commit
|
commitdiff
|
tree
|
snapshot
2013-04-11
Benjamin Kramer
Fix for wrong instcombine on vector insert/extract
commit
|
commitdiff
|
tree
|
snapshot
2013-04-11
Eli Bendersky
Add a CHECK-NOT for a more faithful translation of...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-11
Rafael Espindola
Add a function to check if an argument list is too...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-11
Alexey Samsonov
[ASan] Allow disabling init-order checks for globals...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-11
Sylvestre Ledru
Add myself in the CREDITS.TXT
commit
|
commitdiff
|
tree
|
snapshot
2013-04-11
Benjamin Kramer
Add missing colons to check lines.
commit
|
commitdiff
|
tree
|
snapshot
2013-04-11
Benjamin Kramer
FileCheckize a bunch of tests.
commit
|
commitdiff
|
tree
|
snapshot
2013-04-11
Benjamin Kramer
Add braces around || in && to pacify GCC.
commit
|
commitdiff
|
tree
|
snapshot
2013-04-11
Benjamin Kramer
Rename the C function to create a SLPVectorizerPass...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-11
Michael Liao
Optimize vector select from all 0s or all 1s
commit
|
commitdiff
|
tree
|
snapshot
2013-04-11
Michael Liao
Add CLAC/STAC instruction encoding/decoding support
commit
|
commitdiff
|
tree
|
snapshot
2013-04-11
Michael Liao
Enhance bool simplifcation in X86 to handle more cases
commit
|
commitdiff
|
tree
|
snapshot
2013-04-11
NAKAMURA Takumi
R600ControlFlowFinalizer.cpp: Fix a warning. [-Wunused...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-11
NAKAMURA Takumi
Whitespace.
commit
|
commitdiff
|
tree
|
snapshot
2013-04-11
Rafael Espindola
Simplify the code. No functionality change.
commit
|
commitdiff
|
tree
|
snapshot
2013-04-11
Rafael Espindola
Add MachO-x86-64 tests.
commit
|
commitdiff
|
tree
|
snapshot
2013-04-11
Rafael Espindola
Fix MachO's getRelocationAdditionalInfo.
commit
|
commitdiff
|
tree
|
snapshot
2013-04-11
Hal Finkel
Make PPCInstrInfo::isPredicated always return false
commit
|
commitdiff
|
tree
|
snapshot
2013-04-11
Daniel Dunbar
lit: Don't descend into .git directories during test...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-11
Daniel Dunbar
lit: Shorten a metavar to make --help look nicer.
commit
|
commitdiff
|
tree
|
snapshot
2013-04-11
Daniel Dunbar
lit: Add a test for discovery when exact test names...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-11
Nico Rieck
Add man page for llvm-readobj
commit
|
commitdiff
|
tree
|
snapshot
2013-04-11
Daniel Dunbar
lit: Add a trivial test of the basic progress bar.
commit
|
commitdiff
|
tree
|
snapshot
2013-04-10
Eli Bendersky
Rewrite some of the test/CodeGen/X86 tests to use FileC...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-10
Nico Rieck
MC: Support COFF image-relative MCSymbolRefs
commit
|
commitdiff
|
tree
|
snapshot
2013-04-10
Joey Gouly
Delete the functions F1 and F2 to appease the valgrind...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-10
Hal Finkel
Manually remove successors in if conversion when CopyAn...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-10
Bill Wendling
No need to have this return a bool.
commit
|
commitdiff
|
tree
|
snapshot
2013-04-10
Jack Carter
Mips specific inline asm memory operand modifier test...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-10
Bill Wendling
Move info to CREDITS.TXT file.
commit
|
commitdiff
|
tree
|
snapshot
2013-04-10
Kay Tiong Khoo
fixed xsave, xsaveopt, xrstor mnemonics with intel...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-10
Eric Christopher
Revert "Update the version of dwarf we say we're emitti...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-10
Bill Wendling
Track the compact unwind encoding for when we are unabl...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-10
Kay Tiong Khoo
fixed to disassemble with tab after mnemonic rather...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-10
Benjamin Kramer
Use a real union for IdentifyingPassPtr.
commit
|
commitdiff
|
tree
|
snapshot
2013-04-10
Bill Wendling
Marking myself as release manager.
commit
|
commitdiff
|
tree
|
snapshot
2013-04-10
Preston Gurd
In the X86 back end, getMemoryOperandNo() returns the...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-10
Chad Rosier
Tidy up, fix and simplify a few of the SMLocs. Prior...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-10
Jyotsna Verma
Add object-emission flag for lit tests. This flag is...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-10
Nadav Rotem
Make the SLP store-merger less paranoid about function...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-10
Nadav Rotem
We require DataLayout for analyzing the size of stores.
commit
|
commitdiff
|
tree
|
snapshot
2013-04-10
Chad Rosier
Remove unused variable.
commit
|
commitdiff
|
tree
|
snapshot
2013-04-10
Hal Finkel
PPC: Don't predicate a diamond with two counter decrements
commit
|
commitdiff
|
tree
|
snapshot
2013-04-10
Chad Rosier
Reapply r179115, but use parsePrimaryExpression a littl...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-10
Michel Danzer
R600/SI: Add pattern for AMDGPUurecip
commit
|
commitdiff
|
tree
|
snapshot
2013-04-10
Reed Kotler
This is for an experimental option -mips-os16. The...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-10
Peter Collingbourne
Use a scheme closer to that of GNU as when deciding...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-10
Rafael Espindola
Template MachOObjectFile over endianness too.
commit
|
commitdiff
|
tree
|
snapshot
2013-04-10
Rafael Espindola
Simplify the templating a bit.
commit
|
commitdiff
|
tree
|
snapshot
2013-04-10
Rafael Espindola
Move two methods out of line.
commit
|
commitdiff
|
tree
|
snapshot
2013-04-10
Vincent Lejeune
R600: Add VTX_READ_* and RAT_WRITE_CACHELESS_* when...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-10
Reid Kleckner
[test] Use lit's shell test runner on Windows
commit
|
commitdiff
|
tree
|
snapshot
2013-04-10
Tim Northover
Revert "TMP"
commit
|
commitdiff
|
tree
|
snapshot
2013-04-10
Tim Northover
ARM: Make "SMC" instructions conditional on new TrustZo...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-10
Tim Northover
TMP
commit
|
commitdiff
|
tree
|
snapshot
2013-04-10
Joey Gouly
Change CloneFunctionInto to always clone Argument attri...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-10
Christian Konig
R600/SI: dynamical figure out the reg class of MIMG
commit
|
commitdiff
|
tree
|
snapshot
2013-04-10
Christian Konig
R600/SI: adjust writemask to only the used components
commit
|
commitdiff
|
tree
|
snapshot
2013-04-10
Christian Konig
R600/SI: remove image sample writemask
commit
|
commitdiff
|
tree
|
snapshot
2013-04-10
Hal Finkel
Cleanup PPCInstrInfo::DefinesPredicate
commit
|
commitdiff
|
tree
|
snapshot
2013-04-10
Tobias Grosser
RegionInfo: Add helpers to replace entry/exit recursively
commit
|
commitdiff
|
tree
|
snapshot
2013-04-10
Hal Finkel
PPC: Prep for if conversion of bctr[l]
commit
|
commitdiff
|
tree
|
snapshot
2013-04-10
Rafael Espindola
Template the MachO types over endianness.
commit
|
commitdiff
|
tree
|
snapshot
2013-04-10
Rafael Espindola
Include the more specific header.
commit
|
commitdiff
|
tree
|
snapshot
2013-04-10
Evan Cheng
__sincosf_stret returns sinf / cosf in bits 0:31 and...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-10
Andrew Trick
Generalize the PassConfig API and remove addFinalizeReg...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-09
Jack Carter
Mips specific inline asm operand modifier 'D'
commit
|
commitdiff
|
tree
|
snapshot
next