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
2013-04-05
Don't fetch pointers from a InMemoryStruct.
Rafael Espindola
2013-04-05
Fix bug in PEI's virtual-register scavenging
Hal Finkel
2013-04-05
Clean up some confusing language, and use more realistic examples.
Jakob Stoklund Olesen
2013-04-04
CostModel: Add parameter to instruction cost to further classify operand values
Arnold Schwaighofer
2013-04-04
Revert r178713
Evan Cheng
2013-04-04
Document the return value of SmallSet insert.
Nadav Rotem
2013-04-03
Make it possible to include llvm-c without including C++ headers. Patch by Fi...
Evan Cheng
2013-04-03
Implement the "mips endian" for r_info.
Rafael Espindola
2013-04-03
Implements low-level object file format specific output for COFF and
Eric Christopher
2013-04-03
Implement sectionContainsSymbol for ELF.
Eric Christopher
2013-04-03
When dumping clear the arm/thumb flag for now.
Eric Christopher
2013-04-02
Add MDBuilder utilities for path-aware TBAA.
Manman Ren
2013-04-02
Count processor resources individually in MachineTraceMetrics.
Jakob Stoklund Olesen
2013-04-01
unindent the file to follow coding standards, change class doc comment
Chris Lattner
2013-04-01
Mips direct object exception handling regression
Jack Carter
2013-04-01
Add support for vector data types in the LLVM interpreter.
Nadav Rotem
2013-04-01
Whitespace cleanup
Joe Abbey
2013-03-30
Object: Turn a couple of degenerate for loops into while loops.
Benjamin Kramer
2013-03-29
SmallVector and SmallPtrSet allocations now power-of-two aligned.
Jean-Luc Duprat
2013-03-29
Remove the old CodePlacementOpt pass.
Benjamin Kramer
2013-03-29
Revert "Fix allocations of SmallVector and SmallPtrSet so they are more prone...
Rafael Espindola
2013-03-29
Fix allocations of SmallVector and SmallPtrSet so they are more prone to
Jean-Luc Duprat
2013-03-28
Add support of RDSEED defined in AVX2 extension
Michael Liao
2013-03-28
Seciton 24.2.2 of the C++ standard, [iterator.iterators], Table 106
Howard Hinnant
2013-03-28
Revert "Updated ELF relocation test for .eh_frame section"
Michael Gottesman
2013-03-28
Revert "Adding DIImportedModules to DIScopes."
David Blaikie
2013-03-27
Updated ELF relocation test for .eh_frame section
Jack Carter
2013-03-27
Add a boolean parameter to the llvm::report_fatal_error() function to indicated
Chad Rosier
2013-03-27
Cleanup the simplify_type implementation.
Rafael Espindola
2013-03-27
Adding DIImportedModules to DIScopes.
David Blaikie
2013-03-26
Make DIBuilder::createClassType more type safe by returning DICompositeType r...
David Blaikie
2013-03-26
DebugInfo: more support for mutating DICompositeType to reduce magic number u...
David Blaikie
2013-03-26
Add a boolean parameter to the ExecuteAndWait static function to indicated
Chad Rosier
2013-03-26
Add XTEST codegen support
Michael Liao
2013-03-26
Debug Info: Provide a means to update the members of a composite type
David Blaikie
2013-03-26
Fix the register scavenger for targets that provide custom spilling
Hal Finkel
2013-03-26
Update PEI's virtual-register-based scavenging to support multiple simultaneo...
Hal Finkel
2013-03-26
PowerPC: Simplify handling of fixups.
Ulrich Weigand
2013-03-26
Fix SCEV forgetMemoizedResults should search and destroy backedge exprs.
Andrew Trick
2013-03-26
Split out the IRReader header and the utility functions it provides into
Chandler Carruth
2013-03-26
Add a new watchdog timer interface. The interface does not permit handling ti...
Nick Lewycky
2013-03-25
[ELF] dont compute symbolname size in every loop
Shankar Easwaran
2013-03-25
reflect comment to the official reference
Shankar Easwaran
2013-03-25
[ELF] add elf_hash function to compute the hash value of a symbol in the dyna...
Shankar Easwaran
2013-03-25
Add a GC plugin for Erlang
Yiannis Tsiouris
2013-03-25
Refine fenv.h handling: check if the desired macros exist, before using
Joerg Sonnenberger
2013-03-22
Allow the register scavenger to spill multiple registers
Hal Finkel
2013-03-22
Swap the DIFile in DILexicalBlockFile out for the raw name/directory pair
David Blaikie
2013-03-22
reorder the fields in DILexicalBlockFile to match the common prefix for DIScopes
David Blaikie
2013-03-22
Revert r177675. This is language-specific and shouldn't be in the API.
Bill Wendling
[next]