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-10-07
NAKAMURA Takumi
Revert r191088, corresponding to r191823 to re-enable...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-07
NAKAMURA Takumi
Windows/Process.inc: Fix for +Asserts. &Buf[0] is not...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-07
Rafael Espindola
Fix typo.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-07
Rafael Espindola
Remove dead code.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-07
Rafael Espindola
Remove getEHExceptionRegister and getEHHandlerRegister.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-07
Rafael Espindola
Fix the documentation of getDefaultSubtargetFeatures.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-07
Tim Northover
ARM: allow cortex-m0 to use hint instructions
commit
|
commitdiff
|
tree
|
snapshot
2013-10-07
David Majnemer
Windows: Be more explicit with Win32 APIs
commit
|
commitdiff
|
tree
|
snapshot
2013-10-07
Simon Atanasyan
[Mips] Teach llvm-readobj to print MIPS-specific ELF...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-07
Craig Topper
Remove some instructions that seem to only exist to...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-07
Craig Topper
Remove FsMOVAPSrr and friends. They have no patterns...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-07
Craig Topper
Teach X86 asm parser that VMOVAPSrr and other VEX-encod...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-07
Craig Topper
Add disassembler support for long encodings for INC...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-07
David Majnemer
Revert "Revert "Windows: Add support for unicode comman...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-06
Craig Topper
Fix some assert messages to say the correct opcode...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-06
David Majnemer
Revert "Windows: Add support for unicode command lines"
commit
|
commitdiff
|
tree
|
snapshot
2013-10-06
David Majnemer
Windows: Add support for unicode command lines
commit
|
commitdiff
|
tree
|
snapshot
2013-10-06
Rafael Espindola
Add support for aliases with linkonce_odr.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-06
Benjamin Kramer
Force a CPU that doesn't have AVX, otherwise this test...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-06
Benjamin Kramer
X86: Don't fold spills into SSE operations if the stack...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-06
Elena Demikhovsky
AVX-512: added scalar convert instructions and intrinsics.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-06
Simon Atanasyan
[Mips] Add MIPS program header types.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-06
Venkatraman...
[Sparc] Do not emit nop after fcmp* instruction with V9.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-06
Elena Demikhovsky
AVX-512: fixed shuffle lowering
commit
|
commitdiff
|
tree
|
snapshot
2013-10-06
Venkatraman...
[Sparc] Custom lower addc/adde/subc/sube on i64 in...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-06
Venkatraman...
[Sparc] Use addxcc/subxcc for adde/sube instead of...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-05
Craig Topper
Add TBM instructions to loading folding tables.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-05
Nick Lewycky
Rename this feature to "cx16" to match gcc's flag name...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-05
Aaron Ballman
Silencing an MSVC warning.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-05
Benjamin Kramer
Emit a better error when running out of registers on...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-05
Craig Topper
Remove underscores from TBM instruction names for consi...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-05
Craig Topper
Remove unneeded TBM intrinsics. The arithmetic/logical...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-05
Craig Topper
Add an additional pattern for BLCI since opt can turn...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-05
Rafael Espindola
Remove some really nasty uses of hasRawTextSupport.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-05
Benjamin Kramer
lli: Plug leaks in the remote target external implement...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-05
Jiangning Liu
Implement aarch64 neon instruction set AdvSIMD (Across).
commit
|
commitdiff
|
tree
|
snapshot
2013-10-05
Craig Topper
Add OPC_CheckChildSame0-3 to the DAG isel matcher....
commit
|
commitdiff
|
tree
|
snapshot
2013-10-05
Rafael Espindola
Convert test to FileCheck.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-05
Venkatraman...
[Sparc] Use correct alignment while loading/storing...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-05
Andrew Kaylor
Updating XFAILs for recent GOT tests
commit
|
commitdiff
|
tree
|
snapshot
2013-10-05
Andrew Kaylor
Adding tests for multiple GOTs with MCJIT
commit
|
commitdiff
|
tree
|
snapshot
2013-10-05
Andrew Kaylor
Adding multiple GOT handling to RuntimeDyldELF
commit
|
commitdiff
|
tree
|
snapshot
2013-10-05
Manman Ren
Debug Info: In DIBuilder, the derived-from field of...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-05
Eric Christopher
Reorganize some member variables and update a comment.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-05
Eric Christopher
Fix one comment and update another. Slightly reformat.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-05
Venkatraman...
[Sparc] Respect hasHardQuad parameter correctly when...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-05
Eric Christopher
Add a resolve method on CompileUnit that forwards to...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-05
Adrian Prantl
Debug info: Don't crash in SelectionDAGISel when a...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-05
Eric Christopher
Make a bunch of CompileUnit member functions private.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-04
Venkatraman...
[Sparc] Correct the floating point conditional code...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-04
David Blaikie
Minor formatting/comment rewording/etc.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-04
Eric Christopher
Remove odd use of this.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-04
Eric Christopher
Reformat some odd formattings.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-04
Eric Christopher
Tighten up some type arguments to functions. Where...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-04
Hal Finkel
UpdatePHINodes in BasicBlockUtils should not crash...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-04
David Blaikie
Remove some dead code.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-04
Eric Christopher
Pull this out for a bit of readability.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-04
David Blaikie
Simplify setting of DIE tag for type DIEs by setting...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-04
Eric Christopher
Reformat.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-04
Eric Christopher
Formatting.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-04
Eric Christopher
Prune includes.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-04
Jack Carter
forgot to remove this file as well
commit
|
commitdiff
|
tree
|
snapshot
2013-10-04
Jack Carter
reverting per request
commit
|
commitdiff
|
tree
|
snapshot
2013-10-04
Eric Christopher
Use addFlag to add the enum class attribute.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-04
Eric Christopher
Use Die->addValue and DIEIntegerOne directly when we...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-04
Hal Finkel
Fix DAGCombiner::visitFP_EXTEND to ignore indexed loads
commit
|
commitdiff
|
tree
|
snapshot
2013-10-04
Reed Kotler
Support tblockaddr for static compilation in Mips16.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-04
Rafael Espindola
Fix object file writing in llvm-lto on Windows.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-04
Jack Carter
[MC][AsmParser] Hook for post assembly file processing
commit
|
commitdiff
|
tree
|
snapshot
2013-10-04
Andrew Kaylor
Attempting to fix lli build error
commit
|
commitdiff
|
tree
|
snapshot
2013-10-04
Akira Hatanaka
[mips] Fix a bug in MipsLongBranch::replaceBranch,...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-04
Arnold Schwaighofer
SLPVectorizer: Sort inputs to commutative binary operations
commit
|
commitdiff
|
tree
|
snapshot
2013-10-04
Andrew Kaylor
Fixing container/pointer bug in remote-lli found by...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-04
Eric Christopher
Temporarily revert r176882 as it needs to be implemente...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-04
Benjamin Kramer
lli: Check pipe creation for errors.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-04
Rafael Espindola
Add lto_codegen_add_dso_symbol to the export list.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-04
Eric Christopher
Temporarily revert r191792 as it is causing some LTO...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-04
Matthias Braun
Fix comment
commit
|
commitdiff
|
tree
|
snapshot
2013-10-04
Matthias Braun
Fix indentation
commit
|
commitdiff
|
tree
|
snapshot
2013-10-04
Matthias Braun
Fix typo
commit
|
commitdiff
|
tree
|
snapshot
2013-10-04
Matthias Braun
ARM: optimizeSelect has to consider the previous regist...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-04
Matthias Braun
ARM: do not add a regmask for TAILJUMPs
commit
|
commitdiff
|
tree
|
snapshot
2013-10-04
Matthias Braun
ARM: preserve undef flag in pseudo instruction expanders
commit
|
commitdiff
|
tree
|
snapshot
2013-10-04
Rafael Espindola
Fix this test.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-04
Alp Toker
Revert "Test commit to check e-mail address. Please...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-04
Alexey Samsonov
Restore LLVM_BUILD_RUNTIME option that was deleted...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-04
Jiangning Liu
Implement aarch64 neon instruction set AdvSIMD (3V...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-04
Jin-Gu Kang
Test commit to check e-mail address. Please discard...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-04
Craig Topper
Revert r191940 to see if it fixes the build bots.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-04
Craig Topper
Add OPC_CheckChildSame0-3 to the DAG isel matcher....
commit
|
commitdiff
|
tree
|
snapshot
2013-10-04
David Blaikie
DebugInfo: Fix ordering of members after r191928
commit
|
commitdiff
|
tree
|
snapshot
2013-10-04
Andrew Kaylor
Adding support and tests for multiple module handling...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-03
Richard Mitton
Fixed a bug with section names containing special chara...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-03
Owen Anderson
Pull fptrunc's upwards through selects when one of...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-03
David Blaikie
DebugInfo: Avoid redundantly adding child DIEs to parents.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-03
Matt Arsenault
Rename DataLayout variables TD -> DL
commit
|
commitdiff
|
tree
|
snapshot
2013-10-03
Rafael Espindola
Optimize linkonce_odr unnamed_addr functions during...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-03
Matt Arsenault
Make gep i8* X, -(ptrtoint Y) transform work with addre...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-03
Tom Roeder
Test commit. Fixed a copy-paste error in the Makefile...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-03
Quentin Colombet
[llvm-c][Disassembler] When printing latency informatio...
commit
|
commitdiff
|
tree
|
snapshot
next