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-02-06
Bill Wendling
Add a 'StringRef' version of hasAttribute.
commit
|
commitdiff
|
tree
|
snapshot
2013-02-06
Bill Wendling
Add methods to merge an AttrBuilder into another builder.
commit
|
commitdiff
|
tree
|
snapshot
2013-02-06
Manman Ren
Attempt to recover gdb bot after r174445.
commit
|
commitdiff
|
tree
|
snapshot
2013-02-06
Eli Bendersky
Fix some formatting & add comments, following Eric...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
Bill Wendling
Add the target-dependent (string) attributes from the...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
Eli Bendersky
Add missing file to CMake list
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
Eli Bendersky
Test for r174446
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
Eli Bendersky
Initial support for DWARF CFI parsing and dumping in...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
Eli Bendersky
Be consistent about the field name - AddressSize, not...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
Bob Wilson
Preprocess Apple llvmCore headers to reflect NDEBUG...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
Andrew Trick
Revert "[Support][ErrorOr] Add support for convertable...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
Bill Wendling
Convert to storing the attribute's internals as enums...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
Eli Bendersky
Make sure the correct opcodes are used to SUB and ADD...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
Manman Ren
Dwarf: support for LTO where a single object file can...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
Akira Hatanaka
[mips] Do not use function CC_MipsN_VarArg unless the...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
Michael J....
[objdump,readobj] Document the purpose and goals of...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
Benjamin Kramer
InstCombine: Fix and simplify the inttoptr side too.
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
Michael Gottesman
Added missing newline to end of test case.
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
Michael Gottesman
Removed explicit inline as per the LLVM style guide.
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
Owen Anderson
Reapply r174343, with a fix for a scary DAG combine...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
Benjamin Kramer
InstCombine: Harden code to work with vectors of pointe...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
Jyotsna Verma
Hexagon: Use TFR_cond with cmpb.[eq,gt,gtu] to handle
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
Benjamin Kramer
ConstantFolding: Fix a crash when encoutering a truncat...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
Arnold Schwaighofer
Loop Vectorizer: Refactor code to compute vectorized...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
Jyotsna Verma
Hexagon: Add testcase for post-increment store instruct...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
Chad Rosier
[SjLj Prepare] When demoting an invoke instructions...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
Jakob Stoklund...
Remove liveout lists from MachineRegisterInfo.
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
Jakob Stoklund...
Remove special-casing of return blocks for liveness.
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
Jakob Stoklund...
Move MRI liveouts to AArch64 return instructions.
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
Jakob Stoklund...
Move MRI liveouts to XCore return instructions.
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
Jakob Stoklund...
Move MRI liveouts to Sparc return instructions.
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
Jyotsna Verma
Hexagon: Use multiclass for absolute addressing mode...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
Jakob Stoklund...
Move MRI liveouts to MSP430 return instructions.
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
Jakob Stoklund...
Move MRI liveouts to Mips return instructions.
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
Jakob Stoklund...
Move MRI liveouts to PowerPC return instructions.
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
Jakob Stoklund...
Move MRI liveouts to MBlaze return instructions.
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
Jakob Stoklund...
Move MRI liveouts to Hexagon return instructions.
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
Jakob Stoklund...
Move MRI liveouts to ARM return instructions.
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
Jakob Stoklund...
Add a test case for PR14750.
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
Jakob Stoklund...
Move MRI liveouts to X86 return instructions.
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
Derek Schuff
[MC] Bundle alignment: Invalidate relaxed fragments
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
Jakob Stoklund...
Don't use MRI liveouts in R600.
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
Jakob Stoklund...
Avoid using MRI::liveout_iterator for computing VRSAVEs.
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
Bob Wilson
Set the deployment target for Apple llvmCore builds...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
Eli Bendersky
Format comments & clean whitespace
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
Tom Stellard
R600: Fold remaining CONST_COPY after expand pseudo...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
Tom Stellard
R600: improve inputs/interpolation handling
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
Tom Stellard
R600: Add tests for instruction predicates
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
Tom Stellard
R600: Emit function name in the AsmPrinter
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
Tom Stellard
R600/SI: Add patterns for fcos and fsin.
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
Eli Bendersky
Fix comments
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
Jyotsna Verma
Hexagon: Add V4 compare instructions. Enable relationsh...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
Eli Bendersky
Fix comment formatting
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
Tim Northover
Fix signed-unsigned comparison warning.
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
Meador Inge
Support: ensure proper state in ErrorOr copy ctors...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
NAKAMURA Takumi
Formatting.
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
NAKAMURA Takumi
llvm/test/Transforms/LoopVectorize/X86/vector_ptr_load_...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
Arnold Schwaighofer
Loop Vectorizer: Handle pointer stores/loads in getWide...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
Tim Northover
Fix remaining StringRef abuse.
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
NAKAMURA Takumi
Revert r174343, "When the target-independent DAGCombine...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
Logan Chien
Link .ARM.exidx with corresponding text section.
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
Arnold Schwaighofer
ARM cost model: Cost for scalar integer casts and float...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
Tim Northover
Fix formatting in AArch64 backend.
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
Tim Northover
Remove cyclic dependency in AArch64 libraries
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
Jack Carter
This patch that sets the Mips ELF header flag for
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
Jack Carter
This patch that sets the EmitAlias flag in td files
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
Michael J....
[Support][ErrorOr] Add support for convertable types.
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
Bill Wendling
Add target-dependent versions of addAttribute/removeAtt...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
Michael Gottesman
Changed in comment cxx -> C++. Thanks Richard Smith!.
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
Jack Carter
This patch changes a static_cast to dyn_cast
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
Eric Christopher
Construct a skeleton cu for each compile unit in the...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
Eric Christopher
Add support for testing the output of the abbrev table...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
Eric Christopher
Add support for emitting a stub DW_AT_GNU_dwo_id as...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
Bill Wendling
Use the do-while(0) thing for this #define.
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
Alexey Samsonov
Print error messages from MemoryBuffer::getFile() in...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
Michael Gottesman
Add code to GlobalVariable.h so that global variables...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
Owen Anderson
When the target-independent DAGCombiner inferred a...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
Michael Gottesman
Added LLVM Asm/Bitcode Reader/Writer support for new...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-04
Manman Ren
[Stack Alignment] emit warning instead of a hard error
commit
|
commitdiff
|
tree
|
snapshot
2013-02-04
Bill Wendling
Initial cleanups of the param-attribute code in the...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-04
Alexey Samsonov
Replace global std::string with const char[]
commit
|
commitdiff
|
tree
|
snapshot
2013-02-04
Jyotsna Verma
Hexagon: Add V4 combine instructions and some more...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-04
Benjamin Kramer
Disable a couple more vector splat optimizations on...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-04
Tim Northover
Fix some abuses of StringRef
commit
|
commitdiff
|
tree
|
snapshot
2013-02-04
Benjamin Kramer
X86: Open up some opportunities for constant folding...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-04
Benjamin Kramer
X86: Simplify code. No functionality change.
commit
|
commitdiff
|
tree
|
snapshot
2013-02-04
Benjamin Kramer
SelectionDAG: Teach FoldConstantArithmetic how to deal...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-04
Tim Northover
Give explicit suffix to integer constant over 32-bits.
commit
|
commitdiff
|
tree
|
snapshot
2013-02-04
Tim Northover
Enable AArch64 as a target built by default.
commit
|
commitdiff
|
tree
|
snapshot
2013-02-04
Tim Northover
Update debugging test for change in expected metadata.
commit
|
commitdiff
|
tree
|
snapshot
2013-02-04
Dmitri Gribenko
Coding standards: don't use ``inline`` when defining...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-04
Patrik Hagglund
Pass CPPFLAGS/CFLAGS/CXXFLAGS from the environment...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-04
Evgeniy Stepanov
More MSan/ASan annotations.
commit
|
commitdiff
|
tree
|
snapshot
2013-02-04
David Blaikie
[DebugInfo] remove more node indirection (this time...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-04
David Blaikie
PR15149: crash when printing debug info metadata contai...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-04
Michael Gottesman
Removed reference to LLVM as a project (since in LangRe...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-04
Arnold Schwaighofer
ARM cost model: Penalize insertelement into D subregisters
commit
|
commitdiff
|
tree
|
snapshot
2013-02-04
Edwin Vane
Turn off uninitialized-use warnings for gcc in cmake...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-04
NAKAMURA Takumi
PPCDarwinAsmPrinter::EmitStartOfAsmFile(): Add checking...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-04
NAKAMURA Takumi
PPCDarwinAsmPrinter::EmitStartOfAsmFile(): Add possible...
commit
|
commitdiff
|
tree
|
snapshot
next