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
Age
Commit message (
Expand
)
Author
2012-12-11
Fall back to the selection dag isel to select tail calls.
Chad Rosier
2012-12-10
Some enhancements for memcpy / memset inline expansion.
Evan Cheng
2012-12-10
Defer call to InitSections until after MCContext has been initialized. If
Lang Hames
2012-12-10
Fix a coding style nit.
Eric Christopher
2012-12-10
Revert r169656.
Bill Wendling
2012-12-10
Cleanup formatting, comments and naming.
Eli Bendersky
2012-12-10
Don't use a red zone for code coverage if the user specified `-mno-red-zone'.
Bill Wendling
2012-12-10
Fix funky copy-pasted grammatical error.
Sean Silva
2012-12-10
Add a new visitor for walking the uses of a pointer value.
Chandler Carruth
2012-12-09
Reorganize FastMathFlags to be a wrapper around unsigned, and streamline some...
Michael Ilseman
2012-12-09
LoopVectorize: support vectorizing intrinsic calls
Paul Redmond
2012-12-09
Have the bitcode reader/writer just use FPMathOperator's fast math enum directly
Michael Ilseman
2012-12-09
- Re-enable population count loop idiom recognization
Shuxin Yang
2012-12-08
Revert the patches adding a popcount loop idiom recognition pass.
Chandler Carruth
2012-12-08
Fix Windows build breakage.
Logan Chien
2012-12-08
Add the `lto_codegen_set_export_dynamic' function.
Bill Wendling
2012-12-07
Add C API for specifying CPU to the disassembler.
Jim Grosbach
2012-12-07
s/AttrListPtr/AttributeSet/g to better label what this class is going to be i...
Bill Wendling
2012-12-07
Make the contents of encoded sections SmallVector<char, N> instead of
Eli Bendersky
2012-12-07
Remove trailing whitespace
Michael Ilseman
2012-12-07
Mark ImmutableMap::remove/add() const.
Ted Kremenek
2012-12-07
Refactor MCInstFragment and MCDataFragment to adhere to a common interface,
Eli Bendersky
2012-12-07
Lift EmitAssignment into MCObjectStreamer which gets rid of at least three
Eli Bendersky
2012-12-07
Added Mapping Symbols for ARM ELF
Tim Northover
2012-12-07
Split MCELFStreamer into a header file.
Logan Chien
2012-12-07
Add an MIBundleBuilder class.
Jakob Stoklund Olesen
2012-12-07
Add higher-level API for dealing with bundled MachineInstrs.
Jakob Stoklund Olesen
2012-12-07
Add manualRetain() and manualRelease() to ImmutableMapRef, and add a new cons...
Ted Kremenek
2012-12-07
Add convenience accessor to Triple for OS == NaCl
Eli Bendersky
2012-12-06
fixed valgrind issues of prior commit, this change applies r169456 changes ba...
Pedro Artigas
2012-12-06
Revert "Allow modifying an ImmutableMap without canonicalizing it immediately."
Ted Kremenek
2012-12-06
Replace r169459 with something safer. Rather than having computeMaskedBits to
Evan Cheng
2012-12-06
Allow modifying an ImmutableMap without canonicalizing it immediately.
Jordan Rose
2012-12-06
Handle non-default array bounds.
Bill Wendling
2012-12-06
Revert r169456, "change MCContext to work on the doInitialization/doFinalizat...
NAKAMURA Takumi
2012-12-06
Let targets provide hooks that compute known zero and ones for any_extend
Evan Cheng
2012-12-06
change MCContext to work on the doInitialization/doFinalization model
Pedro Artigas
2012-12-05
RegPressureTracker::dump(): Remove unnecessary argument.
Andrew Trick
2012-12-05
Change std::vector to SmallVector<4> and remove some unused methods.
Eli Bendersky
2012-12-05
RegisterPressureTracker: unify virtual registers and physical regunits.
Andrew Trick
2012-12-05
RegisterPresssureTracker: Track live physical register by unit.
Andrew Trick
2012-12-05
Remove unused methods
Eli Bendersky
2012-12-05
Updates to Win64EH.h structures.
Michael J. Spencer
2012-12-05
Remove the non-const getInst accessor. It wasn't being used, and isn't very
Eli Bendersky
2012-12-05
Remove two dead functions resulting from a bad rebase.
Andrew Trick
2012-12-05
Try to unbreak the build on hosts that don't transitively pull in a definitio...
Benjamin Kramer
2012-12-05
Remove unused MachineInstr constructors.
Jakob Stoklund Olesen
2012-12-05
Added a option to the disassembler to print immediates as hex.
Kevin Enderby
2012-12-05
- Added calls to doInitialization/doFinalization to immutable passes
Pedro Artigas
2012-12-05
RegisterPressure API. Add support for physical register units.
Andrew Trick
[prev]
[next]