index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
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
Modified the Enhanced Disassembler to create and
Sean Callanan
2012-02-04
Drop the REDEF_BY_EC VNInfo flag.
Jakob Stoklund Olesen
2012-02-04
Correctly terminate a physreg redefined by an early clobber.
Jakob Stoklund Olesen
2012-02-04
Fix a leak!
Nick Lewycky
2012-02-04
Don't store COPY pointers in VNInfo.
Jakob Stoklund Olesen
2012-02-04
Boost the effective chain depth of loads and stores.
Hal Finkel
2012-02-04
remove the blank line from previous ci.
Qirun Zhang
2012-02-04
test commit.
Qirun Zhang
2012-02-04
TargetPassConfig: confine the MC configuration to TargetMachine.
Andrew Trick
2012-02-04
Move TargetPassConfig implementation into Passes.cpp
Andrew Trick
2012-02-04
Make TargetPassConfig an ImmutablePass so CodeGenPasses can query options
Andrew Trick
2012-02-04
Object: avoid undefined behavior when bounds-checking
Dylan Noblesmith
2012-02-04
Emit new property tag.
Devang Patel
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
[fast-isel] HandlePHINodesInSuccessorBlocks() can promite i8 and i16 types too.
Chad Rosier
2012-02-03
Add new tag and an attribute to support debug info for objective-c property.
Devang Patel
2012-02-03
Trim headers.
Jakob Stoklund Olesen
2012-02-03
Delete some dead code.
Jakob Stoklund Olesen
2012-02-03
[fast-isel] Add support for URem.
Chad Rosier
2012-02-03
Handle register mask operands in setPhysRegsDeadExcept().
Jakob Stoklund Olesen
2012-02-03
[fast-isel] Rename isZExt to isSigned. No functional change intended.
Chad Rosier
2012-02-03
[fast-isel] Add support for UDIV.
Chad Rosier
2012-02-03
ArrayRef'ize MI::setPhysRegsDeadExcept().
Jakob Stoklund Olesen
2012-02-03
Handle all live physreg defs in the same place.
Jakob Stoklund Olesen
2012-02-03
[fast-isel] Add support for FPToUI. Also add test cases for FPToSI.
Chad Rosier
2012-02-03
Initialize all common codegen passes before configuration so we can use their...
Andrew Trick
2012-02-03
[fast-isel] Add support for selecting UIToFP.
Chad Rosier
2012-02-03
Simplify some GEP checks in the verifier.
Duncan Sands
2012-02-03
The type-legalizer often scalarizes code. One of the common patterns is extra...
Nadav Rotem
2012-02-03
Remove getShuffleVPERMILPImmediate function, getShuffleSHUFImmediate performs...
Craig Topper
2012-02-03
Remove unnecessary qualification on 256-bit vector handling in LowerBUILD_VEC...
Craig Topper
2012-02-03
Add auto upgrade support for x86 pcmpgt/pcmpeq intrinics removed in r149367.
Craig Topper
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
Incorporate suggestions Chad, Jakob and Evan's suggestions on r149957.
Lang Hames
2012-02-03
Narrow test further. Make bot and test happy.
Jim Grosbach
2012-02-03
Tidy up. Trailing whitespace.
Jim Grosbach
2012-02-03
Restrict InstCombine from converting varargs to or from fixed args.
Jim Grosbach
2012-02-03
Revert "Disable InstCombine unsafe folding bitcasts of calls w/ varargs."
Jim Grosbach
2012-02-02
Require non-NULL register masks.
Jakob Stoklund Olesen
2012-02-02
Add pseudo-registers for pairs, triples, and quads of D registers.
Jakob Stoklund Olesen
2012-02-02
BBVectorize: Simplify code, no functionality change.
Benjamin Kramer
2012-02-02
Minor changes from review.
Hal Finkel
2012-02-02
Minor change in signature of the getZeroVector()
Elena Demikhovsky
2012-02-02
Optimization for SIGN_EXTEND operation on AVX.
Elena Demikhovsky
2012-02-02
Unbreak the MSVC build.
Francois Pichet
[next]