projects
/
oota-llvm.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
oota-llvm.git
2012-02-10
Andrew Trick
whitespace
commit
|
commitdiff
|
tree
|
snapshot
2012-02-10
Lang Hames
Remove unused 'isAlias' parameter.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-10
Jim Grosbach
ARM on darwin, v6 implies the presence of VFP for the...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-10
Jakob Stoklund...
Constrain the regmask search space for local live ranges.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-10
Jakob Stoklund...
Cache basic block boundaries for faster RegMaskSlots...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-10
Jakob Stoklund...
Optimize LiveIntervals::intervalIsInOneMBB().
commit
|
commitdiff
|
tree
|
snapshot
2012-02-10
Benjamin Kramer
Cache iterators. Some of these are expensive to create.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-09
David Blaikie
Change default error_code ctor to a 'named ctor' so...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-09
Jakob Stoklund...
Add register mask support to RAGreedy.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-09
Devang Patel
Now subprogram descriptors are not collected by llvm...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-09
Benjamin Kramer
Tweak comment readability and grammar.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-09
Sirish Pande
Test for commit access.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-09
Benjamin Kramer
GlobalOpt: Be more aggressive about elminating side...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-09
Benjamin Kramer
Store just the SimpleValueType in the generated VT...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-09
Benjamin Kramer
Move the Name field in MCInstrDesc to the end, saving...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-09
James Molloy
Teach the MC and disassembler about SoftFail, and hook...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-09
Craig Topper
More tweaks to get the size of the X86 disassembler...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-09
Craig Topper
Flatten some of the arrays in the X86 disassembler...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-09
Lang Hames
Preserve physreg kills in MachineBasicBlock::SplitCriti...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-09
NAKAMURA Takumi
test/CodeGen/X86/atom-lea-sp.ll: Add explicit -mtriple...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-09
Lang Hames
Fix kill flags when moving instructions using LiveInter...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-09
Lang Hames
Remove assertion. Not all use operands are reads.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-09
Andrew Trick
Improve TargetPassConfig. No intended functionality.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-09
Andrew Trick
comment
commit
|
commitdiff
|
tree
|
snapshot
2012-02-09
David Blaikie
Remove static initializer from DataStream.cpp
commit
|
commitdiff
|
tree
|
snapshot
2012-02-09
Jakob Stoklund...
Erase dead copies that are clobbered by a call.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-09
Jakob Stoklund...
Handle register masks when searching for EFLAGS clobbers.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-09
Jakob Stoklund...
Never delete instructions that define reserved registers.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-08
Jakob Stoklund...
Handle register masks in MachineCopyPropagation.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-08
Evan Cheng
Commit Andy Zhang's test for the lea patch.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-08
Chris Lattner
fix broken link
commit
|
commitdiff
|
tree
|
snapshot
2012-02-08
Kostya Serebryany
[asan] unpoison the stack before every noreturn call...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-08
Andrew Trick
Codegen pass definition cleanup. No functionality.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-08
Andrew Trick
Move pass configuration out of pass constructors: Machi...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-08
Andrew Trick
whitespace
commit
|
commitdiff
|
tree
|
snapshot
2012-02-08
Andrew Trick
Move pass configuration out of pass constructors: Stack...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-08
Andrew Trick
Move pass configuration out of pass constructors: PostR...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-08
Andrew Trick
Move pass configuration out of pass constructors: Branc...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-08
Andrew Trick
whitespace
commit
|
commitdiff
|
tree
|
snapshot
2012-02-08
Andrew Trick
Added TargetPassConfig::setOpt
commit
|
commitdiff
|
tree
|
snapshot
2012-02-08
Andrew Trick
Added Pass::createPass(ID) to handle pass configuration...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-08
Andrew Trick
Move pass configuration out of pass constructors: TailD...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-08
Jakob Stoklund...
Add Register mask support to RABasic.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-08
Benjamin Kramer
Don't map registers to the invalid dwarf register ...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-08
Brendon Cahoon
Use TSFlag bit to describe instruction properties.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-08
Jakob Stoklund...
Keep track of register masks in LiveIntervalAnalysis.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-08
Benjamin Kramer
Value initialize MCRegisterClasses. Not sure how could...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-08
Duncan Sands
Use Use::set rather than finding the operand number...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-08
Benjamin Kramer
PathV2: Remove static StringRef ctors.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-08
Elena Demikhovsky
Fixed a bug in printing "cmp" pseudo ops.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-08
Craig Topper
Remove a couple unneeded intrinsic patterns
commit
|
commitdiff
|
tree
|
snapshot
2012-02-08
Chris Lattner
No actual functional change here, just some clarifications:
commit
|
commitdiff
|
tree
|
snapshot
2012-02-08
Craig Topper
Remove GCC builtins for vpermilp* intrinsics as clang...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-08
Chad Rosier
[fast-isel] Add support for SUBs with non-legal types.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-08
Chad Rosier
Add comment to test case.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-08
Chad Rosier
[fast-isel] Add support for ORs with non-legal types.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-08
Andrew Trick
Added MachineInstr::isBundled() to check if an instruct...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-08
Andrew Trick
misched: bug in debug output.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-08
Andrew Trick
whitespace
commit
|
commitdiff
|
tree
|
snapshot
2012-02-08
Andrew Trick
stale comment
commit
|
commitdiff
|
tree
|
snapshot
2012-02-08
Chris Lattner
add an explicit section on static constructors.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-08
Kostya Serebryany
Don't use static CTORs for the Attributes constants...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-08
Eric Christopher
Add support for a temporary forward decl type. We want...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-08
Devang Patel
Remove tabs.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-07
Chad Rosier
[fast-isel] Add support for indirect branches.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-07
Devang Patel
Remove tabs.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-07
Evan Cheng
Use LEA to adjust stack ptr for Atom. Patch by Andy...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-07
Hal Finkel
Allow bugpoint to recognize -bb-vectorize
commit
|
commitdiff
|
tree
|
snapshot
2012-02-07
David Blaikie
Correct use of const in ParseCommandLineOptions
commit
|
commitdiff
|
tree
|
snapshot
2012-02-07
Benjamin Kramer
ocaml bindings: landing pad is now the last opcode.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-07
Benjamin Kramer
Add a unittest for rotating a really big APInt.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-07
NAKAMURA Takumi
Bitcode/BitstreamReader.h: Tweak for big endian hosts.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-07
Bill Wendling
Rephrase to add clarity.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-07
Anat Shemer
test commit
commit
|
commitdiff
|
tree
|
snapshot
2012-02-07
Evan Cheng
Do not fold ADD / SUB into load / store (to form pre...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-07
Craig Topper
Add instruction selection for 256-bit VPSHUFD and 128...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-07
Craig Topper
Convert assert(0) to llvm_unreachable
commit
|
commitdiff
|
tree
|
snapshot
2012-02-07
Craig Topper
Convert assert(0) to llvm_unreachable
commit
|
commitdiff
|
tree
|
snapshot
2012-02-07
Bill Wendling
Cache the sizes of vectors instead of calculating them...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-07
Bill Wendling
Reserve space in these vectors to prevent having to...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-07
Derek Schuff
Fix win32 build breakage from bitcode streaming patch
commit
|
commitdiff
|
tree
|
snapshot
2012-02-06
Chad Rosier
[fast-isel] Add support for ADDs with non-legal types.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-06
Andrew Trick
This is a small patch with a couple of improvements...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-06
Andrew Trick
Expose TargetPassConfig to PEI Pass
commit
|
commitdiff
|
tree
|
snapshot
2012-02-06
Andrew Trick
Add TargetPassConfig to the PassManager for use inside...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-06
Kostya Serebryany
The patch resolves the conflict between AddressSanitize...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-06
Nick Lewycky
Fix comment-rulers.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-06
Jakob Stoklund...
Remove some unused functions.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-06
Jakob Stoklund...
Don't explicitly renumber slot indices.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-06
Nick Lewycky
System headers after llvm headers.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-06
Derek Schuff
Enable streaming of bitcode
commit
|
commitdiff
|
tree
|
snapshot
2012-02-06
Bill Wendling
Document the 'unwind' removal.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-06
Bill Wendling
[unwind removal] Remove any mention of the 'unwind...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-06
Chris Lattner
Remove some dead code and tidy things up now that vecto...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-06
Bill Wendling
[unwind removal] Remove a the obsolete 'unwind' enum...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-06
Jakob Stoklund...
Make sure a reserved register has a live interval befor...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-06
Bill Wendling
[unwind removal] Remove all of the code for the dead...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-06
Bill Wendling
[unwind removal] Don't write out the dead 'unwind'...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-06
Bill Wendling
[unwind removal] We no longer have 'unwind' instruction...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-06
Bill Wendling
'unwind' is a keyword, not an instruction.
commit
|
commitdiff
|
tree
|
snapshot
next