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
path:
root
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move pass configuration out of pass constructors: StackSlotColoring.
Andrew Trick
2012-02-08
1
-1
/
+1
*
Move pass configuration out of pass constructors: PostRAScheduler.
Andrew Trick
2012-02-08
1
-1
/
+1
*
Move pass configuration out of pass constructors: BranchFolderPass
Andrew Trick
2012-02-08
2
-6
/
+10
*
Added TargetPassConfig::setOpt
Andrew Trick
2012-02-08
1
-0
/
+6
*
Added Pass::createPass(ID) to handle pass configuration by ID
Andrew Trick
2012-02-08
2
-1
/
+5
*
Move pass configuration out of pass constructors: TailDuplicate::PreRegAlloc
Andrew Trick
2012-02-08
1
-1
/
+1
*
Keep track of register masks in LiveIntervalAnalysis.
Jakob Stoklund Olesen
2012-02-08
1
-0
/
+43
*
Value initialize MCRegisterClasses. Not sure how could miss this during the M...
Benjamin Kramer
2012-02-08
1
-12
/
+1
*
Remove GCC builtins for vpermilp* intrinsics as clang no longer needs them. C...
Craig Topper
2012-02-08
1
-4
/
+4
*
Added MachineInstr::isBundled() to check if an instruction is part of a bundle.
Andrew Trick
2012-02-08
1
-0
/
+4
*
whitespace
Andrew Trick
2012-02-08
1
-4
/
+4
*
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
1
-0
/
+4
*
Remove tabs.
Devang Patel
2012-02-08
2
-3
/
+3
*
Correct use of const in ParseCommandLineOptions
David Blaikie
2012-02-07
1
-1
/
+1
*
Bitcode/BitstreamReader.h: Tweak for big endian hosts.
NAKAMURA Takumi
2012-02-07
1
-4
/
+6
*
Fix comment-rulers.
Nick Lewycky
2012-02-06
2
-2
/
+2
*
Remove some unused functions.
Jakob Stoklund Olesen
2012-02-06
1
-18
/
+0
*
System headers after llvm headers.
Nick Lewycky
2012-02-06
1
-1
/
+1
*
Enable streaming of bitcode
Derek Schuff
2012-02-06
6
-56
/
+309
*
Remove some dead code and tidy things up now that vectors use ConstantDataVector
Chris Lattner
2012-02-06
1
-22
/
+1
*
[unwind removal] Remove a the obsolete 'unwind' enum value.
Bill Wendling
2012-02-06
1
-1
/
+1
*
[unwind removal] Remove all of the code for the dead 'unwind' instruction. There
Bill Wendling
2012-02-06
5
-112
/
+64
*
Introduce helpers to compute the 32-bit varaints and 64-bit variants of
Chandler Carruth
2012-02-06
1
-0
/
+20
*
DebugInfo: Provide a new hook to encode relationship between a property and a...
Devang Patel
2012-02-06
2
-0
/
+22
*
Move some llvm_unreachable's from r149849 out of switch statements to satisfy...
Craig Topper
2012-02-06
1
-1
/
+1
*
SmallVector's construct_range is the same thing as std::uninitialized_fill, n...
Benjamin Kramer
2012-02-05
1
-9
/
+3
*
Simplify code. No functionality change.
Benjamin Kramer
2012-02-05
1
-6
/
+2
*
Convert assert(0) to llvm_unreachable
Craig Topper
2012-02-05
30
-155
/
+124
*
Efficient Constant Uniquing.
Talin
2012-02-05
1
-6
/
+5
*
Begin fleshing out more convenience predicates in llvm::Triple and
Chandler Carruth
2012-02-05
1
-14
/
+34
*
reapply the patches reverted in r149470 that reenable ConstantDataArray,
Chris Lattner
2012-02-05
2
-47
/
+9
*
Remove most of the intrinsics for XOP VPCMOV instruction. They all aliased to...
Craig Topper
2012-02-05
1
-60
/
+0
*
Drop the REDEF_BY_EC VNInfo flag.
Jakob Stoklund Olesen
2012-02-04
1
-14
/
+2
*
Don't store COPY pointers in VNInfo.
Jakob Stoklund Olesen
2012-02-04
2
-23
/
+6
*
TargetPassConfig: confine the MC configuration to TargetMachine.
Andrew Trick
2012-02-04
2
-18
/
+30
*
Make TargetPassConfig an ImmutablePass so CodeGenPasses can query options
Andrew Trick
2012-02-04
2
-2
/
+11
*
Update llvm debug version to support new structure and tag for Objective-C pr...
Devang Patel
2012-02-04
2
-2
/
+15
*
Introduce DIObjCProperty. This will be used to encode objective-c property.
Devang Patel
2012-02-04
2
-0
/
+52
*
Drop ZeroIndex and InvalidIndex.
Jakob Stoklund Olesen
2012-02-04
2
-13
/
+0
*
Add new tag and an attribute to support debug info for objective-c property.
Devang Patel
2012-02-03
1
-0
/
+2
*
Delete some dead code.
Jakob Stoklund Olesen
2012-02-03
1
-3
/
+0
*
Handle register mask operands in setPhysRegsDeadExcept().
Jakob Stoklund Olesen
2012-02-03
1
-0
/
+3
*
ArrayRef'ize MI::setPhysRegsDeadExcept().
Jakob Stoklund Olesen
2012-02-03
1
-1
/
+2
*
Initialize all common codegen passes before configuration so we can use their...
Andrew Trick
2012-02-03
1
-2
/
+1
*
Added TargetPassConfig. The first little step toward configuring codegen passes.
Andrew Trick
2012-02-03
2
-70
/
+114
*
whitespace
Andrew Trick
2012-02-03
1
-15
/
+15
*
Add a new MachineJumpTableInfo entry type, EK_GPRel64BlockAddress, which is
Akira Hatanaka
2012-02-03
3
-1
/
+19
*
Fix SSAUpdaterImpl's RecordMatchingPHI to record exactly the
Dan Gohman
2012-02-03
1
-32
/
+11
*
Replace the old --with-cxx-* configure options with a single --with-gcc-toolc...
Rafael Espindola
2012-02-03
2
-23
/
+5
[next]