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
2013-04-09
Update the version of dwarf we say we're emitting to at least 3.
Eric Christopher
2013-04-09
Revert r179115 as it looks to have killed the ASan tests.
Chad Rosier
2013-04-09
Add support for bottom-up SLP vectorization infrastructure.
Nadav Rotem
2013-04-09
[ms-inline asm] Use parsePrimaryExpr in lieu of parseExpression if we need to
Chad Rosier
2013-04-09
Revert r176408 and r176407 to address PR15540.
Nadav Rotem
2013-04-09
[ms-inline asm] Maintain a StringRef to reference a symbol in a parsed operand,
Chad Rosier
2013-04-09
Convert MachOObjectFile to a template.
Rafael Espindola
2013-04-09
Add a SymbolTableEntryBase.
Rafael Espindola
2013-04-09
Fix PointerIntPair to be enum class compatible.
Joe Groff
2013-04-08
Add a SectionBase struct.
Rafael Espindola
2013-04-08
Template the MachO types over the word size.
Rafael Espindola
2013-04-08
Update documentation.
Matt Arsenault
2013-04-08
[ms-inline asm] Add support for ImmDisp [ Symbol ] memory operands.
Chad Rosier
2013-04-08
Add all 4 MachO object types. Use the stored type to implement is64Bits().
Rafael Espindola
2013-04-07
TargetLowering: Fix getTypeConversion handling of extended vector types
Arnold Schwaighofer
2013-04-07
Make MachOObjectFile independent from MachOObject.
Rafael Espindola
2013-04-07
Implement MachOObjectFile::getHeader directly.
Rafael Espindola
2013-04-07
Implement MachOObjectFile::getHeaderSize and MachOObjectFile::getData.
Rafael Espindola
2013-04-07
Remove LoadCommandInfo now that we always have a pointer to the command.
Rafael Espindola
2013-04-07
Add MachOObjectFile::LoadCommandInfo.
Rafael Espindola
2013-04-07
Construct MachOObject in MachOObjectFile's constructor.
Rafael Espindola
2013-04-07
Remove unused argument.
Rafael Espindola
2013-04-07
Remove MachOObjectFile::getObject.
Rafael Espindola
2013-04-07
Remove two uses of getObject.
Rafael Espindola
2013-04-07
Remove usage of InMemoryStruct in getSymbol.
Rafael Espindola
2013-04-07
PPC Altivec load/store intrinsics can be marked IntrRead[Write]ArgMem
Hal Finkel
2013-04-07
Remove a use of InMemoryStruct in llvm-readobj.
Rafael Espindola
2013-04-07
Make getObject const. Remove a const_cast.
Rafael Espindola
2013-04-07
Remove last use of InMemoryStruct in llvm-objdump.
Rafael Espindola
2013-04-06
Add a comment to TargetInstrInfo about FoldImmediate
Hal Finkel
2013-04-06
Remove last use of InMemoryStruct from MachOObjectFile.cpp.
Rafael Espindola
2013-04-06
Don't use InMemoryStruct<macho::SymtabLoadCommand>.
Rafael Espindola
2013-04-06
Don't use InMemoryStruct in getSymbol64TableEntry.
Rafael Espindola
2013-04-06
Don't use InMemoryStruct in getSymbolTableEntry.
Rafael Espindola
2013-04-06
Don't use InMemoryStruct in getRelocation.
Rafael Espindola
2013-04-05
Reapply r178845 with fix - Fix bug in PEI's virtual-register scavenging
Hal Finkel
2013-04-05
Use the target options specified on a function to reset the back-end.
Bill Wendling
2013-04-05
Revert r178845 - Fix bug in PEI's virtual-register scavenging
Hal Finkel
2013-04-05
Define versions of Section that are explicitly marked as little endian.
Rafael Espindola
2013-04-05
Don't use InMemoryStruct in getSection and getSection64.
Rafael Espindola
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
Document the return value of SmallSet insert.
Nadav Rotem
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
[prev]
[next]