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
Age
Commit message (
Expand
)
Author
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
2012-12-05
Added RegisterPressureTracker::dump() for debugging.
Andrew Trick
2012-12-05
Comment formatting.
Andrew Trick
2012-12-05
Copy clang/Driver/<Option parsing stuff> to llvm.
Michael J. Spencer
2012-12-04
Remove bundling from the MCAssembler interface
David Sehr
2012-12-04
Use the 'count' attribute to calculate the upper bound of an array.
Bill Wendling
2012-12-04
Remove a URL from code
Eli Bendersky
2012-12-04
Revert the LOCALMODs implementing Nacl for the legacy JIT
Eli Bendersky
2012-12-04
Make NaCl naming consistent. The triple OSType is called NaCl and is represented
Eli Bendersky
2012-12-04
Fix comment typo.
Duncan Sands
2012-12-04
This patch introduces initial-exec model support for thread-local storage
Bill Schmidt
2012-12-04
Add a 'count' field to the DWARF subrange.
Bill Wendling
2012-12-04
Add a 'getCount' method to get the number of elements in the subrange.
Bill Wendling
2012-12-04
Add 'using' declarations to suppress -Woverloaded-virtual warnings.
Matt Beaumont-Gay
2012-12-04
Stack Alignment: when creating stack objects in MachineFrameInfo, make sure
Manman Ren
2012-12-04
Remove the old TRI::ResolveRegAllocHint() and getRawAllocationOrder() hooks.
Jakob Stoklund Olesen
2012-12-04
Remove VirtRegMap::getRegAllocPref().
Jakob Stoklund Olesen
2012-12-04
Use MRI::getSimpleHint() instead of getRegAllocPref() in remaining cases.
Jakob Stoklund Olesen
2012-12-04
Stack Alignment: move functions from header file MachineFrameInfo.h.
Manman Ren
2012-12-03
Add VirtRegMap::hasKnownPreference().
Jakob Stoklund Olesen
2012-12-03
minor renaming, documentation and cleanups.
Nadav Rotem
2012-12-03
[Support] Make FileOutputBuffer work on Windows.
Michael J. Spencer
2012-12-03
moves doInitialization and doFinalization to the Pass class and removes some ...
Pedro Artigas
2012-12-03
Add a getMemorySize() function for DenseSet.
Argyrios Kyrtzidis
2012-12-03
Add a new hook for providing register allocator hints more flexibly.
Jakob Stoklund Olesen
2012-12-03
Eliminate redundant bitwise operations when using a llvm/ADT/PointerUnion.
Argyrios Kyrtzidis
2012-12-03
Add 'getInt64Field()' method to get the signed integer instead of unsigned.
Bill Wendling
2012-12-03
ASan: add blacklist file to ASan pass options. Clang patch for this will follow.
Alexey Samsonov
[prev]
[next]