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
2011-07-07
If known DebugLocs do not match then two DBG_VALUE machine instructions are n...
Devang Patel
2011-07-07
Add functions 'hasPredecessor' and 'hasPredecessorHelper' to SDNode. The
Lang Hames
2011-07-07
Add DEBUG messages.
Devang Patel
2011-07-06
When tail-merging multiple blocks, make sure to correctly update the live-in ...
Eli Friedman
2011-07-06
Remove dead code.
Devang Patel
2011-07-06
Typo.
Devang Patel
2011-07-06
Grammar and 80-col.
Eric Christopher
2011-07-06
createMCInstPrinter doesn't need TargetMachine anymore.
Evan Cheng
2011-07-06
Introduce "expect" intrinsic instructions.
Jakub Staszak
2011-07-05
Remove the ObjC ARC passes from the default optimization list, and add
Dan Gohman
2011-07-05
Break infinite loop when the Hopfield network oscillates.
Jakob Stoklund Olesen
2011-07-05
Fix PR10277.
Jakob Stoklund Olesen
2011-07-05
Tweak comment and debug output.
Jakob Stoklund Olesen
2011-07-04
Move early tail duplication earlier.
Rafael Espindola
2011-07-04
Move most of the pre BB code to TailDuplicateAndUpdate. Change the
Rafael Espindola
2011-07-04
Reduce indentation and fix the count of how many PHIs we have inserted.
Rafael Espindola
2011-07-04
Fix PR10244.
Jakob Stoklund Olesen
2011-07-03
Fix an easy fixme.
Rafael Espindola
2011-07-02
Use getVNInfoAt.
Rafael Espindola
2011-07-02
Better diagnostics when inline asm fails to allocate.
Jakob Stoklund Olesen
2011-07-02
Check the VN of the src register at the two copies, not just the
Rafael Espindola
2011-07-02
Include a source location when complaining about bad inline assembly.
Jakob Stoklund Olesen
2011-07-02
Use a new strategy for preventing eviction loops in RAGreedy.
Jakob Stoklund Olesen
2011-07-01
Take a stab at fixing the llvm-x86_64-linux-checks failure.
Cameron Zwarich
2011-07-01
Rename TargetSubtarget to TargetSubtargetInfo for consistency.
Evan Cheng
2011-07-01
Disable commit 134216 ("Add 134199 back, but disable the optimization when th...
Duncan Sands
2011-07-01
Avoid DenseMap lookup.
Rafael Espindola
2011-07-01
Fix off by one error. I misunderstood the comment about killedAt.
Rafael Espindola
2011-07-01
Check the liveinterval, not the kill flag.
Rafael Espindola
2011-07-01
Don't inflate register classes used by inline asm.
Jakob Stoklund Olesen
2011-07-01
Add 134199 back, but disable the optimization when the second copy is a kill.
Rafael Espindola
2011-06-30
Revert my previous patch while I debug llvm-gcc bootstrap.
Rafael Espindola
2011-06-30
Don't give up on coalescing A and B when we find
Rafael Espindola
2011-06-30
Create a isFullCopy predicate.
Rafael Espindola
2011-06-30
Remove dead code.
Rafael Espindola
2011-06-30
Reapply r134047 now that the world is ready for it.
Jakob Stoklund Olesen
2011-06-30
Remove getRegClassForInlineAsmConstraint and all dependencies.
Eric Christopher
2011-06-29
Revert r133953 for now.
Devang Patel
2011-06-29
make compose and isMoveInstr static functions.
Rafael Espindola
2011-06-29
Revert a part of r126557 which could create unschedulable DAGs.
Benjamin Kramer
2011-06-29
Revert r134047 while investigating a llvm-gcc-i386-linux-selfhost
Jakob Stoklund Olesen
2011-06-29
Sink SubtargetFeature and TargetInstrItineraries (renamed MCInstrItineraries)...
Evan Cheng
2011-06-29
Rewrite RAGreedy::splitAroundRegion, now with cool ASCII art.
Jakob Stoklund Olesen
2011-06-28
Move CallFrameSetupOpcode and CallFrameDestroyOpcode to TargetInstrInfo.
Evan Cheng
2011-06-28
- Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo and
Evan Cheng
2011-06-28
Print registers by name instead of by number.
Jakob Stoklund Olesen
2011-06-28
Fix CMake build by removing this now dead file.
Chandler Carruth
2011-06-28
Fix a bad iterator dereference that Evan uncovered.
Jakob Stoklund Olesen
2011-06-27
Remove RegClass2VRegMap from MachineRegisterInfo.
Evan Cheng
2011-06-27
Remove the experimental (and unused) pre-ra splitting pass. Greedy regalloc c...
Evan Cheng
[prev]
[next]