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
2008-11-10
Use utohex_buffer instead of utohexstr to avoid creating a temporary
Chris Lattner
2008-11-10
Fix an over aggressive assumption that struct decls will have a pointer to
Chris Lattner
2008-11-09
Temporarily revert 58825, which breaks PPC bootstrap.
Dale Johannesen
2008-11-08
Temporary revert my last commit: it seems it's triggering some subtle bug in ...
Anton Korobeynikov
2008-11-08
Try to produce better code when scalarizing VSETCC.
Duncan Sands
2008-11-08
Factor out offset printing code into generic AsmPrinter.
Anton Korobeynikov
2008-11-08
Rename startFunctionStub to startGVStub since it's also used for GV non-lazy ...
Evan Cheng
2008-11-08
Make testb optimization work on big-endian targets.
Dale Johannesen
2008-11-07
Make FP tests requiring two compares work on PPC (PR 642).
Dale Johannesen
2008-11-07
Sign-extend rather than zero-extend when promoting
Duncan Sands
2008-11-07
Fix unsigned->ppcf128 conversion.
Dale Johannesen
2008-11-07
Refactor code that adjusts the offsets of stack objects.
Bill Wendling
2008-11-07
When we're doing a compare of load-AND-constant to 0
Dale Johannesen
2008-11-07
- Modify the stack protector algorithm so that the stack slot is allocated in
Bill Wendling
2008-11-06
Remove unneeded header file.
Bill Wendling
2008-11-06
Don't build a vector of returns. Just modify the Function in the loop.
Bill Wendling
2008-11-06
Fixed scalarizing an extract subvector and prevent an infinite loop
Mon P Wang
2008-11-06
The size limit is for individual arrays. So if any array has more than 8 bytes
Bill Wendling
2008-11-06
Don't recalculate the stack position of the stack protector.
Bill Wendling
2008-11-06
Emit label for llvm.dbg.func.start of the inlined function.
Devang Patel
2008-11-06
Formating/comment changes - no functionality change.
Duncan Sands
2008-11-06
- Rename stackprotector_{prologue,epilogue} to stackprotector_{create,check}.
Bill Wendling
2008-11-06
Widening cleanup
Mon P Wang
2008-11-06
Adjust the stack protector heuristic to care about only arrays or calls to
Bill Wendling
2008-11-06
Implement the stack protector stack accesses via intrinsics:
Bill Wendling
2008-11-06
Emit label for llvm.dbg.func.start of the inlined function.
Devang Patel
2008-11-05
Fix thinko in ppcf128 expansion of truncating store.
Duncan Sands
2008-11-05
Type of shuffle mask has changed.
Evan Cheng
2008-11-05
Remove dead variable.
Bill Wendling
2008-11-05
Simplify the allocated size calculation.
Bill Wendling
2008-11-05
Fix comment
Bill Wendling
2008-11-05
Use the new predicate to control when we do prealloc splitting. Fix a small ...
Owen Anderson
2008-11-05
Some code simplification. It now doesn't generate a prologue if the epilogue
Bill Wendling
2008-11-04
Small simplification of the stack guard type.
Bill Wendling
2008-11-04
- Add a "getOrInsertGlobal" method to the Module class. This acts similarly to
Bill Wendling
2008-11-04
First pass at checking for the creation of a new join point when doing pre-al...
Owen Anderson
2008-11-04
Update in response to feedback from Chris:
Bill Wendling
2008-11-04
80 columns
Dale Johannesen
2008-11-04
Fix typo. Patch by nlewycky.
Duncan Sands
2008-11-04
Fix PR3011: LegalizeTypes support for scalarizing
Duncan Sands
2008-11-04
fix leakage of IfcvtTokens
Nuno Lopes
2008-11-04
CMake: Updated list of source files.
Oscar Fuentes
2008-11-04
Initial checkin for stack protectors. Here's what it does:
Bill Wendling
2008-11-03
Fix some ppcf128 regressions: make ExpandFloatRes_LOAD
Dale Johannesen
2008-11-03
Make VAARG promotion work correctly with large funky
Duncan Sands
2008-11-03
Make VAARG work with x86 long double (which is
Duncan Sands
2008-11-03
Make MachineFrameInfo::print not crash when no TargetFrameInfo is available.
Matthijs Kooijman
2008-11-03
Revert my last patch until I consult with Evan about it.
Owen Anderson
2008-11-02
Don't do pre-splitting if doing so would create a value join that did not
Owen Anderson
2008-11-01
Added interface to allow clients to create a MemIntrinsicNode for
Mon P Wang
[next]