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
/
CodeGen
Age
Commit message (
Expand
)
Author
2012-06-29
Check for extra kill flags on live-out virtual registers.
Jakob Stoklund Olesen
2012-06-29
Add getUniqueVRegDef to MachineRegisterInfo.
Manman Ren
2012-06-29
Cleanup in DwarfDebug - fix a typo and remove two unused functions
Alexey Samsonov
2012-06-29
Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
Chandler Carruth
2012-06-29
The DIBuilder class is just a wrapper around debug info creation
Bill Wendling
2012-06-29
Revert "Make NumMicroOps a variable in the subtarget's instruction itinerary."
Andrew Trick
2012-06-29
misched: avoid scheduling instructions that can't be dispatched.
Andrew Trick
2012-06-29
misched: count micro-ops toward the issue limit.
Andrew Trick
2012-06-29
Make NumMicroOps a variable in the subtarget's instruction itinerary.
Andrew Trick
2012-06-28
add a new @llvm.donothing intrinsic that, well, does nothing, and teach CodeG...
Nuno Lopes
2012-06-28
'Promote' vector [su]int_to_fp should widen elements.
Jim Grosbach
2012-06-28
Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp and
Bill Wendling
2012-06-26
Allow targets to inject passes before the virtual register rewriter.
Jakob Stoklund Olesen
2012-06-26
Update a bunch of stale comments that dated from when this folled the
Chandler Carruth
2012-06-26
Enable the new LoopInfo algorithm by default.
Andrew Trick
2012-06-26
Make sure type is not extended or untyped before create a constant of the typ...
Evan Cheng
2012-06-25
Enforce stricter liveness rules for PHIs.
Jakob Stoklund Olesen
2012-06-25
Run ProcessImplicitDefs on SSA form where it can be much simpler.
Jakob Stoklund Olesen
2012-06-25
Teach PHIElimination to handle <undef> operands.
Jakob Stoklund Olesen
2012-06-25
Handle <undef> operands in TwoAddressInstructionPass.
Jakob Stoklund Olesen
2012-06-24
llvm/lib: [CMake] Add explicit dependency to intrinsics_gen.
NAKAMURA Takumi
2012-06-24
DAG legalisation can now handle illegal fma vector types by scalarisation
Pete Cooper
2012-06-23
Teach LiveVariables to handle <undef> operands.
Jakob Stoklund Olesen
2012-06-22
Remove ProcessImplicitDefs.h which was unused.
Jakob Stoklund Olesen
2012-06-22
Also verify the def index for early clobbers.
Jakob Stoklund Olesen
2012-06-22
Delete a boring statistic.
Jakob Stoklund Olesen
2012-06-22
Store live intervals in an IndexedMap.
Jakob Stoklund Olesen
2012-06-22
Revert r158679 - use case is unclear (and it increases the memory footprint).
Hal Finkel
2012-06-22
Fix a crash in --debug code.
Jakob Stoklund Olesen
2012-06-22
Don't depend on live ranges being present.
Jakob Stoklund Olesen
2012-06-22
Simplify handleMove() a bit.
Jakob Stoklund Olesen
2012-06-22
Stop computing physreg live ranges.
Jakob Stoklund Olesen
2012-06-22
Remove some redundant LIS->hasInterval() checks.
Jakob Stoklund Olesen
2012-06-22
Use MRI::isConstantPhysReg() to check remat feasibility.
Jakob Stoklund Olesen
2012-06-22
Use regunit liveness to guide LiveDebugVariables.
Jakob Stoklund Olesen
2012-06-22
Remove LiveIntervals::trackingRegUnits().
Jakob Stoklund Olesen
2012-06-22
Remove another duplicated variable. We only need one to tell us if the linker
Rafael Espindola
2012-06-22
Fix a FIXME: DwarfRequiresRelocationForSectionOffset is the same as
Rafael Espindola
2012-06-22
Emit relocations for DW_AT_location entries on systems which need it. This is
Nick Lewycky
2012-06-22
Rename -allow-excess-fp-precision flag to -fuse-fp-ops, and switch from a
Lang Hames
2012-06-21
The inline asm operand modifier 'n' is suppose
Jack Carter
2012-06-21
Fix potential crash if DAGCombine on stores sees a half type
Pete Cooper
2012-06-21
The inline asm operand modifier 'c' is suppose
Jack Carter
2012-06-21
Emit a single _udivmodsi4 libcall instead of two separate _udivsi3 and
Evan Cheng
2012-06-21
Update regunits in RegisterCoalescer::reMaterializeTrivialDef.
Jakob Stoklund Olesen
2012-06-20
Remove spurious typedefs.
Jakob Stoklund Olesen
2012-06-20
Remove the RenderMachineFunction HTML output pass.
Jakob Stoklund Olesen
2012-06-20
Remove the -live-regunits command line option.
Jakob Stoklund Olesen
2012-06-20
Fix some more LiveInterval enumerations.
Jakob Stoklund Olesen
2012-06-20
Remove LiveIntervalUnions from RegAllocBase.
Jakob Stoklund Olesen
[next]