index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Teach the MC and disassembler about SoftFail, and hook it up to UNPREDICTABLE...
James Molloy
2012-02-09
4
-2
/
+90
*
More tweaks to get the size of the X86 disassembler tables down.
Craig Topper
2012-02-09
3
-7
/
+35
*
Flatten some of the arrays in the X86 disassembler tables to reduce space nee...
Craig Topper
2012-02-09
4
-45
/
+44
*
Preserve physreg kills in MachineBasicBlock::SplitCriticalEdge.
Lang Hames
2012-02-09
1
-4
/
+7
*
test/CodeGen/X86/atom-lea-sp.ll: Add explicit -mtriple=i686-linux.
NAKAMURA Takumi
2012-02-09
1
-2
/
+2
*
Fix kill flags when moving instructions using LiveIntervals::moveInstr(...).
Lang Hames
2012-02-09
1
-6
/
+23
*
Remove assertion. Not all use operands are reads.
Lang Hames
2012-02-09
1
-3
/
+0
*
Improve TargetPassConfig. No intended functionality.
Andrew Trick
2012-02-09
2
-98
/
+162
*
comment
Andrew Trick
2012-02-09
1
-1
/
+1
*
Remove static initializer from DataStream.cpp
David Blaikie
2012-02-09
1
-12
/
+11
*
Erase dead copies that are clobbered by a call.
Jakob Stoklund Olesen
2012-02-09
1
-5
/
+17
*
Handle register masks when searching for EFLAGS clobbers.
Jakob Stoklund Olesen
2012-02-09
1
-0
/
+6
*
Never delete instructions that define reserved registers.
Jakob Stoklund Olesen
2012-02-09
1
-6
/
+10
*
Handle register masks in MachineCopyPropagation.
Jakob Stoklund Olesen
2012-02-08
1
-0
/
+17
*
Commit Andy Zhang's test for the lea patch.
Evan Cheng
2012-02-08
1
-0
/
+48
*
fix broken link
Chris Lattner
2012-02-08
1
-1
/
+1
*
[asan] unpoison the stack before every noreturn call. Fixes asan issue 37. ll...
Kostya Serebryany
2012-02-08
2
-2
/
+34
*
Codegen pass definition cleanup. No functionality.
Andrew Trick
2012-02-08
28
-256
/
+176
*
Move pass configuration out of pass constructors: MachineLICM.
Andrew Trick
2012-02-08
3
-6
/
+8
*
whitespace
Andrew Trick
2012-02-08
1
-11
/
+11
*
Move pass configuration out of pass constructors: StackSlotColoring.
Andrew Trick
2012-02-08
4
-5
/
+5
*
Move pass configuration out of pass constructors: PostRAScheduler.
Andrew Trick
2012-02-08
4
-9
/
+11
*
Move pass configuration out of pass constructors: BranchFolderPass
Andrew Trick
2012-02-08
7
-26
/
+38
*
whitespace
Andrew Trick
2012-02-08
8
-80
/
+80
*
Added TargetPassConfig::setOpt
Andrew Trick
2012-02-08
4
-1
/
+20
*
Added Pass::createPass(ID) to handle pass configuration by ID
Andrew Trick
2012-02-08
4
-3
/
+18
*
Move pass configuration out of pass constructors: TailDuplicate::PreRegAlloc
Andrew Trick
2012-02-08
4
-11
/
+12
*
Add Register mask support to RABasic.
Jakob Stoklund Olesen
2012-02-08
1
-0
/
+14
*
Don't map registers to the invalid dwarf register (-1). It's the default value.
Benjamin Kramer
2012-02-08
1
-0
/
+3
*
Use TSFlag bit to describe instruction properties.
Brendon Cahoon
2012-02-08
6
-314
/
+208
*
Keep track of register masks in LiveIntervalAnalysis.
Jakob Stoklund Olesen
2012-02-08
2
-0
/
+105
*
Value initialize MCRegisterClasses. Not sure how could miss this during the M...
Benjamin Kramer
2012-02-08
2
-14
/
+3
*
Use Use::set rather than finding the operand number of the use
Duncan Sands
2012-02-08
1
-6
/
+3
*
PathV2: Remove static StringRef ctors.
Benjamin Kramer
2012-02-08
1
-4
/
+4
*
Fixed a bug in printing "cmp" pseudo ops.
Elena Demikhovsky
2012-02-08
5
-41
/
+183
*
Remove a couple unneeded intrinsic patterns
Craig Topper
2012-02-08
1
-6
/
+0
*
No actual functional change here, just some clarifications:
Chris Lattner
2012-02-08
1
-14
/
+26
*
Remove GCC builtins for vpermilp* intrinsics as clang no longer needs them. C...
Craig Topper
2012-02-08
3
-36
/
+19
*
[fast-isel] Add support for SUBs with non-legal types.
Chad Rosier
2012-02-08
2
-0
/
+43
*
Add comment to test case.
Chad Rosier
2012-02-08
1
-0
/
+2
*
[fast-isel] Add support for ORs with non-legal types.
Chad Rosier
2012-02-08
2
-2
/
+49
*
Added MachineInstr::isBundled() to check if an instruction is part of a bundle.
Andrew Trick
2012-02-08
3
-1
/
+15
*
misched: bug in debug output.
Andrew Trick
2012-02-08
1
-2
/
+4
*
whitespace
Andrew Trick
2012-02-08
1
-4
/
+4
*
stale comment
Andrew Trick
2012-02-08
1
-2
/
+0
*
add an explicit section on static constructors.
Chris Lattner
2012-02-08
1
-16
/
+50
*
Don't use static CTORs for the Attributes constants, while still keeping the ...
Kostya Serebryany
2012-02-08
1
-48
/
+78
*
Add support for a temporary forward decl type. We want this so we
Eric Christopher
2012-02-08
2
-0
/
+26
*
Remove tabs.
Devang Patel
2012-02-08
4
-22
/
+22
*
[fast-isel] Add support for indirect branches.
Chad Rosier
2012-02-07
2
-0
/
+30
[next]