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-11-08
Handle reference counts in one function: release().
Jakob Stoklund Olesen
2011-11-08
Also add the linkage name to the name accelerator tables if it exists
Eric Christopher
2011-11-08
Add a hack to the scheduler to disable pseudo-two-address dependencies in
Dan Gohman
2011-11-08
Clear old DomainValue after merging.
Jakob Stoklund Olesen
2011-11-08
Add the base ObjC method name to the names lookup table as well.
Eric Christopher
2011-11-08
Lower mem-ops to unaligned i32/i16 load/stores on ARM where supported.
Lang Hames
2011-11-08
Added invariant field to the DAG.getLoad method and changed all calls.
Pete Cooper
2011-11-08
A few more places where we can avoid multiple size queries.
Eric Christopher
2011-11-08
Don't evaluate Data.size() on every iteration.
Eric Christopher
2011-11-08
Add a bunch of calls to RemoveDeadNode in LegalizeDAG, so legalization doesn'...
Eli Friedman
2011-11-07
Revert r144034 while I try to track down a crash.
Eli Friedman
2011-11-07
This code is dead, what with the new EH model and the auto-upgraders in place.
Bill Wendling
2011-11-07
Kill and collapse outstanding DomainValues.
Jakob Stoklund Olesen
2011-11-07
Add a bunch of calls to RemoveDeadNode in LegalizeDAG, so legalization doesn'...
Eli Friedman
2011-11-07
Add all completed and named types to the dwarf type accelerator tables.
Eric Christopher
2011-11-07
Use a reverse post order instead of a DFS order.
Jakob Stoklund Olesen
2011-11-07
Move the hash function to using and taking a StringRef.
Eric Christopher
2011-11-07
Simple destructor to delete the hash data we created earlier.
Eric Christopher
2011-11-07
Extract two methods. No functional change.
Jakob Stoklund Olesen
2011-11-07
MBB doesn't need to be a class member.
Jakob Stoklund Olesen
2011-11-07
Fix pass name after the source was moved.
Jakob Stoklund Olesen
2011-11-07
Use StringRef::startswith to do some string comparisons.
Eric Christopher
2011-11-07
Avoid the use of a local temporary for comment twines.
Eric Christopher
2011-11-07
Allow for the case where the name of the subprogram is "".
Eric Christopher
2011-11-07
Don't introduce custom nodes after legalization in TargetLowering::BuildSDIV()
Richard Osborne
2011-11-07
Remove unnecessary addition to API. Replace with something much simpler.
Eric Christopher
2011-11-07
Add new files to cmake.
Eric Christopher
2011-11-07
Add the support code to enable the dwarf accelerator tables. Upcoming patches
Eric Christopher
2011-11-07
Add a new dwarf accelerator table prototype with the goal of replacing
Eric Christopher
2011-11-07
Expose a way to get the beginning of the dwarf string section.
Eric Christopher
2011-11-07
Fix up comment.
Eric Christopher
2011-11-07
Typo.
Eric Christopher
2011-11-05
Add an option to pad an uleb128 to MCObjectWriter and remove the uleb128 enco...
Benjamin Kramer
2011-11-05
Add more PRI.64 macros for MSVC and use them throughout the codebase.
Benjamin Kramer
2011-11-04
Added missing &. Fixes <rdar://problem/10393723>
Pete Cooper
2011-11-04
Emit declarations before definitions if they are available. This causes DW_AT...
Rafael Espindola
2011-11-03
Reapply r143206, with fixes. Disallow physical register lifetimes
Dan Gohman
2011-11-03
Reverted r143600 - selector reference change
Pete Cooper
2011-11-03
build: Add initial cut at LLVMBuild.txt files.
Daniel Dunbar
2011-11-03
Treat objc selector reference globals as invariant so that MachineLICM can ho...
Pete Cooper
2011-11-02
An array of chars of length 8 will also cause the stack protector to be inserted
Bill Wendling
2011-11-02
Don't emit a directory entry for the value in DW_AT_comp_dir, that is always
Nick Lewycky
2011-11-02
Begin collecting some of the statistics for block placement discussed on
Chandler Carruth
2011-11-01
Update split candidate correctly when interference cache is full.
Jakob Stoklund Olesen
2011-10-31
Cleanup. Document. Make sure that this build_vector optimization only runs be...
Nadav Rotem
2011-10-30
Silence compiler warning.
Benjamin Kramer
2011-10-29
Add a new DAGCombine optimization for BUILD_VECTOR.
Nadav Rotem
2011-10-29
Revert r143206, as there are still some failing tests.
Dan Gohman
2011-10-28
Reapply r143177 and r143179 (reverting r143188), with scheduler
Dan Gohman
2011-10-28
Dwarf: [PR11022] Fix emitting DW_AT_const_value(>i64), to be host-endian-neut...
NAKAMURA Takumi
[prev]
[next]