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
/
include
/
llvm
/
CodeGen
Age
Commit message (
Expand
)
Author
2009-09-03
improve comments.
Chris Lattner
2009-09-02
Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson.
Sandeep Patel
2009-09-01
Remove Offset from ExternalSybmol MachineOperands, this is unused (and at lea...
Daniel Dunbar
2009-09-01
Clean up LSDA name generation and use for SJLJ exception handling. This
Jim Grosbach
2009-08-30
Nuke moribund "std::string" version of EOL(..., Encoding).
Bill Wendling
2009-08-29
Add a form of EOL which emits the text version of a DWARF format encoding. This
Bill Wendling
2009-08-28
Reapply 79977.
Devang Patel
2009-08-27
eliminate all 80-col violations that I have introduced in my recent checkins ...
Gabor Greif
2009-08-27
Clean up the minor mess I caused with removing iterator.h. I shall take care ...
Gabor Greif
2009-08-27
Revert accidental commit.
Bill Wendling
2009-08-27
--- Reverse-merging r80147 into '.':
Bill Wendling
2009-08-26
Remove all the LLVM_COMPACTIFY_SENTINELS-related macro magic as discussed wit...
Gabor Greif
2009-08-26
Revert 79977. It causes llvm-gcc bootstrap failures on some platforms.
Devang Patel
2009-08-25
re-committing yesterday's r79938.
Gabor Greif
2009-08-25
Update DebugInfo interface to use metadata, instead of special named llvm.dbg...
Devang Patel
2009-08-25
--- Reverse-merging r79938 into '.':
Bill Wendling
2009-08-24
Resubmit an earlier patch of mine:
Gabor Greif
2009-08-23
Change Pass::print to take a raw ostream instead of std::ostream,
Chris Lattner
2009-08-23
eliminate the std::ostream form of WriteAsOperand and update clients.
Chris Lattner
2009-08-23
shoot a few more std::ostream print methods in the head.
Chris Lattner
2009-08-23
remove various std::ostream version of printing methods from
Chris Lattner
2009-08-23
remove std::ostream versions of printing stuff for MBB and MF,
Chris Lattner
2009-08-23
This was supposed to go with r79803
Chris Lattner
2009-08-23
convert some stuff to work on raw_ostreams instead of std::ostream.
Chris Lattner
2009-08-23
remove some dead print method variants.
Chris Lattner
2009-08-23
remove dead PrefixPrinter class.
Chris Lattner
2009-08-23
remove a dead class.
Chris Lattner
2009-08-22
rename TAI -> MAI, being careful not to make MAILJMP instructions :)
Chris Lattner
2009-08-22
Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.
Chris Lattner
2009-08-22
Record variable debug info at ISel time directly.
Devang Patel
2009-08-21
Fix a bug where the DWARF emitter in the JIT was not initializing alignment
Reid Kleckner
2009-08-21
Fix a comment.
Bob Wilson
2009-08-20
Rename FirstExtendedValueType to INVALID_SIMPLE_VALUE_TYPE
Erick Tryzelaar
2009-08-19
Remove an unnecessary include. Now we won't have circular include
David Greene
2009-08-19
Add missing includes.
David Greene
2009-08-19
Add missing includes.
David Greene
2009-08-19
Add missing includes.
David Greene
2009-08-19
Add missing header.
David Greene
2009-08-19
Add an x86 peep that narrows TEST instructions to forms that use
Dan Gohman
2009-08-19
Use the schedule itinerary operand use/def cycle information to adjust depend...
David Goodwin
2009-08-19
ExuberantAsm is no more.
Chris Lattner
2009-08-19
eliminate AsmPrinter::SwitchToSection and just have clients
Chris Lattner
2009-08-19
Fix gcc-4.4/fedora 11 by adding a sentinel value to SimpleValueType.
Erick Tryzelaar
2009-08-18
Simplify RegScavenger::FindUnusedReg.
Jakob Stoklund Olesen
2009-08-18
Make various changes suggested by Chris.
David Greene
2009-08-18
Make AsmStreamer maintain a notion of the current section, pushing it up from...
Chris Lattner
2009-08-17
Remove a bit more cruft from the sjlj moving to a backend pass.
Jim Grosbach
2009-08-17
Move the sjlj exception handling conversions to a back-end pass where they
Jim Grosbach
2009-08-16
Replace RegScavenger::DistanceMap with a simpler local algorithm.
Jakob Stoklund Olesen
2009-08-16
Clean up the public interface of RegScavenger.
Jakob Stoklund Olesen
[prev]
[next]