index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
2012-02-06
Introduce helpers to compute the 32-bit varaints and 64-bit variants of
Chandler Carruth
2012-02-06
DebugInfo: Provide a new hook to encode relationship between a property and a...
Devang Patel
2012-02-06
Move some llvm_unreachable's from r149849 out of switch statements to satisfy...
Craig Topper
2012-02-05
SmallVector's construct_range is the same thing as std::uninitialized_fill, n...
Benjamin Kramer
2012-02-05
Simplify code. No functionality change.
Benjamin Kramer
2012-02-05
Convert assert(0) to llvm_unreachable
Craig Topper
2012-02-05
Efficient Constant Uniquing.
Talin
2012-02-05
Begin fleshing out more convenience predicates in llvm::Triple and
Chandler Carruth
2012-02-05
reapply the patches reverted in r149470 that reenable ConstantDataArray,
Chris Lattner
2012-02-05
Remove most of the intrinsics for XOP VPCMOV instruction. They all aliased to...
Craig Topper
2012-02-04
Drop the REDEF_BY_EC VNInfo flag.
Jakob Stoklund Olesen
2012-02-04
Don't store COPY pointers in VNInfo.
Jakob Stoklund Olesen
2012-02-04
TargetPassConfig: confine the MC configuration to TargetMachine.
Andrew Trick
2012-02-04
Make TargetPassConfig an ImmutablePass so CodeGenPasses can query options
Andrew Trick
2012-02-04
Update llvm debug version to support new structure and tag for Objective-C pr...
Devang Patel
2012-02-04
Introduce DIObjCProperty. This will be used to encode objective-c property.
Devang Patel
2012-02-04
Drop ZeroIndex and InvalidIndex.
Jakob Stoklund Olesen
2012-02-03
Add new tag and an attribute to support debug info for objective-c property.
Devang Patel
2012-02-03
Delete some dead code.
Jakob Stoklund Olesen
2012-02-03
Handle register mask operands in setPhysRegsDeadExcept().
Jakob Stoklund Olesen
2012-02-03
ArrayRef'ize MI::setPhysRegsDeadExcept().
Jakob Stoklund Olesen
2012-02-03
Initialize all common codegen passes before configuration so we can use their...
Andrew Trick
2012-02-03
Added TargetPassConfig. The first little step toward configuring codegen passes.
Andrew Trick
2012-02-03
whitespace
Andrew Trick
2012-02-03
Add a new MachineJumpTableInfo entry type, EK_GPRel64BlockAddress, which is
Akira Hatanaka
2012-02-03
Fix SSAUpdaterImpl's RecordMatchingPHI to record exactly the
Dan Gohman
2012-02-03
Replace the old --with-cxx-* configure options with a single --with-gcc-toolc...
Rafael Espindola
2012-02-02
Require non-NULL register masks.
Jakob Stoklund Olesen
2012-02-01
Specify SubRegIndex components on the index itself.
Jakob Stoklund Olesen
2012-02-01
VLIW specific scheduler framework that utilizes deterministic finite automato...
Andrew Trick
2012-02-01
SwitchInst refactoring.
Stepan Dyatkovskiy
2012-02-01
Add pass printer passes in the right place.
Andrew Trick
2012-02-01
whitespace
Andrew Trick
2012-02-01
A few of the changes suggested in code review (by Nick Lewycky)
Hal Finkel
2012-02-01
Revert Chris' commits up to r149348 that started causing VMCoreTests unit tes...
Argyrios Kyrtzidis
2012-02-01
Add a basic-block autovectorization pass.
Hal Finkel
2012-01-31
Add Triple::getMacOSXVersion to replace crufty code in the clang driver.
Bob Wilson
2012-01-31
RefCountedBaseVPTR needs the IntrusiveRefCntPtrInfo as friend,
Manuel Klimek
2012-01-31
Tidy up. Trailing whitespace.
Jim Grosbach
2012-01-31
Add assembler dialect attribute in asm parser which lets target specific asm ...
Devang Patel
2012-01-31
Remove pcmpgt/pcmpeq intrinsics as clang is not using them.
Craig Topper
2012-01-31
eliminate the "string" form of ConstantArray::get, using
Chris Lattner
2012-01-31
remove commented-out code.
Chris Lattner
2012-01-31
with recent changes, ConstantArray is never a "string". Remove the associated
Chris Lattner
2012-01-31
remove the last vestiges of llvm::GetConstantStringInfo, in CodeGen.
Chris Lattner
2012-01-31
Add various coarse bit-width architecture predicates to llvm::Triple.
Chandler Carruth
2012-01-31
Change ConstantArray::get to form a ConstantDataArray when possible,
Chris Lattner
2012-01-31
Remove the now-dead llvm.eh.exception and llvm.eh.selector intrinsics.
Bill Wendling
2012-01-31
Remove the eh.exception and eh.selector intrinsics. Also remove a hack to copy
Bill Wendling
2012-01-31
Relax constructor for IntrusiveRefCntPtr to not be explicit.
Ted Kremenek
[next]