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-05
misched: Added MultiIssueItineraries.
Andrew Trick
2012-06-05
sdsched: Use the right heuristics when -mcpu is not provided and we have no i...
Andrew Trick
2012-06-05
misched: Allow disabling scoreboard hazard checking for subtargets with a
Andrew Trick
2012-06-05
misched: comments from code review.
Andrew Trick
2012-06-05
Remove the last remat-related code from LiveIntervalAnalysis.
Jakob Stoklund Olesen
2012-06-05
Stop using LiveIntervals::isReMaterializable().
Jakob Stoklund Olesen
2012-06-04
Delete dead code.
Jakob Stoklund Olesen
2012-06-04
Switch LiveIntervals member variable to LLVM naming standards.
Jakob Stoklund Olesen
2012-06-04
Pass context pointers to LiveRangeCalc::reset().
Jakob Stoklund Olesen
2012-06-04
Remove the "-promote-elements" flag. This flag is now enabled by default.
Nadav Rotem
2012-06-02
Fix typos found by http://github.com/lyda/misspell-check
Benjamin Kramer
2012-06-02
PR1255: case ranges.
Stepan Dyatkovskiy
2012-06-02
PR1255: case ranges.
Stepan Dyatkovskiy
2012-06-02
Fix a bug in the code which custom-lowers truncating stores in LegalizeDAG.
Akira Hatanaka
2012-06-01
Switch all register list clients to the new MC*Iterator interface.
Jakob Stoklund Olesen
2012-06-01
Remove physreg support from adjustCopiesBackFrom and removeCopyByCommutingDef.
Jakob Stoklund Olesen
2012-06-01
Simplify some more getAliasSet callers.
Jakob Stoklund Olesen
2012-06-01
Switch some getAliasSet clients to MCRegAliasIterator.
Jakob Stoklund Olesen
2012-06-01
ARM: properly handle alignment for struct byval.
Manman Ren
2012-06-01
PR1255: case ranges.
Stepan Dyatkovskiy
2012-06-01
quick fix for PR13006, will check in testcase later.
Chris Lattner
2012-06-01
enhance the logic for looking through tailcalls to look through transparent c...
Chris Lattner
2012-06-01
enhance getNoopInput to know about vector<->vector bitcasts of legal
Chris Lattner
2012-06-01
rearrange some logic, no functionality change.
Chris Lattner
2012-06-01
Add support for enum forward declarations.
Eric Christopher
2012-05-31
X86: replace SUB with CMP if possible
Manman Ren
2012-05-30
Prioritize smaller register classes for urgent evictions.
Jakob Stoklund Olesen
2012-05-30
Switch the canonical FMA term operand order to match both the comment I wrote...
Owen Anderson
2012-05-30
Teach DAGCombine to canonicalize the position of a constant in the term opera...
Owen Anderson
2012-05-30
Remove extra space.
Chad Rosier
2012-05-30
Remove some redundant tests.
Jakob Stoklund Olesen
2012-05-30
Teach taildup to update livein set. rdar://11538365
Evan Cheng
2012-05-30
If-converter models predicated defs as read + write. The read should be marke...
Evan Cheng
2012-05-30
Add an insertPass API to TargetPassConfig. <rdar://problem/11498613>
Bob Wilson
2012-05-29
Optional def can be either a def or a use (of reg0).
Evan Cheng
2012-05-29
Clear the entering, exiting and internal ranges of a bundle before collecting
Lang Hames
2012-05-29
ConstantRangesSet renamed to IntegersSubset. CRSBuilder renamed to IntegersSu...
Stepan Dyatkovskiy
2012-05-28
Add llvm.fabs intrinsic.
Peter Collingbourne
2012-05-28
PR1255: Case Ranges
Stepan Dyatkovskiy
2012-05-27
Have getOrCreateSubprogramDIE store the DIE for a subprogram
Peter Collingbourne
2012-05-27
Missed parens.
Benjamin Kramer
2012-05-27
r157525 didn't work, just disable iterator checking.
Benjamin Kramer
2012-05-27
SDAGBuilder: Avoid iterator invalidation harder.
Benjamin Kramer
2012-05-26
SDAGBuilder: Don't create an invalid iterator when there is only one switch c...
Benjamin Kramer
2012-05-26
SelectionDAGBuilder: When emitting small compare chains for switches order th...
Benjamin Kramer
2012-05-26
ScoreboardHazardRecognizer: Remove dead conditional in debug code.
Benjamin Kramer
2012-05-25
Change interface for TargetLowering::LowerCallTo and TargetLowering::LowerCall
Justin Holewinski
2012-05-25
misched: trace formatting
Andrew Trick
2012-05-25
Simplify code for calling a function where CanLowerReturn fails, fixing a sma...
Eli Friedman
2012-05-24
Silence unused variable warnings from when assertions are disabled.
Kaelyn Uhrain
[prev]
[next]