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
/
lib
/
CodeGen
/
AsmPrinter
Age
Commit message (
Expand
)
Author
2012-01-23
An option to selectively enable parts of ARM EHABI support.
Evgeniy Stepanov
2012-01-20
More dead code removal (using -Wunreachable-code)
David Blaikie
2012-01-17
Add 148175 back. I am unable to reproduce any non determinism in a dragonegg
Rafael Espindola
2012-01-16
Removing unused default switch cases in switches over enums that already acco...
David Blaikie
2012-01-14
Speculatively revert commit 148175 (rafael), to see if this fixes
Duncan Sands
2012-01-14
Only emit the Leh_func_endN symbol when needed.
Rafael Espindola
2012-01-13
Remove previous commit while I debug the bot failures.
Rafael Espindola
2012-01-13
Remove label that is not used anymore.
Rafael Espindola
2012-01-12
Revert accidental commit.
Bill Wendling
2012-01-12
Fix the code that was WRONG.
Bill Wendling
2012-01-06
Add a comment and ensure that anyone else looking at this code doesn't start
Eric Christopher
2012-01-06
Use const vector references instead of a vector copy. Spotted by Devang.
Eric Christopher
2012-01-06
Use -> instead of (*iter).
Eric Christopher
2012-01-06
Fix a leak I noticed while reviewing the accelerator table changes. Passes
Eric Christopher
2012-01-06
As part of the ongoing work in finalizing the accelerator tables, extend
Eric Christopher
2011-12-20
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-12-20
Add basic generic CodeGen support for half.
Dan Gohman
2011-12-17
Add back the MC bits of 126425. Original patch by Nathan Jeffords. I added the
Rafael Espindola
2011-12-16
Resolve part of a fixme and add a new one.
Eric Christopher
2011-12-16
Add a fixme here.
Eric Christopher
2011-12-16
Extraneous whitespace and 80-col.
Eric Christopher
2011-12-14
DW_AT_virtuality is also defined to be constant, not flag.
Nick Lewycky
2011-12-13
DW_AT_accessibility is "constant" class, not form class, so it may not use
Nick Lewycky
2011-12-12
LLVMBuild: Remove trailing newline, which irked me.
Daniel Dunbar
2011-12-07
Add bundle aware API for querying instruction properties and switch the code
Evan Cheng
2011-12-07
Support vector bitcasts in the AsmPrinter. PR11495.
Eli Friedman
2011-12-06
Use logarithmic units for basic block alignment.
Jakob Stoklund Olesen
2011-12-04
Add inline subprogram names to the name lookup table since they may
Eric Christopher
2011-12-03
Emit the ctors in the proper order on ARM/EABI.
Anton Korobeynikov
2011-12-02
Move global variables in TargetMachine into new TargetOptions class. As an API
Nick Lewycky
2011-11-29
build/CMake: Finish removal of add_llvm_library_dependencies.
Daniel Dunbar
2011-11-17
DISubrange supports unsigned lower/upper array bounds, so let's not fake it i...
Devang Patel
2011-11-15
Stabilize the output of the dwarf accelerator tables. Fixes a comparison
Eric Christopher
2011-11-15
We currently use a callback to handle an IL pass deleting a BB that still
Rafael Espindola
2011-11-12
The dwarf standard says that the only differences between a out-of-line
Rafael Espindola
2011-11-11
Initialize variable.
Eric Christopher
2011-11-11
If we have a DIE with an AT_specification use that instead of the normal
Eric Christopher
2011-11-10
Check in getOrCreateSubprogramDIE if a declaration exists and if so output
Rafael Espindola
2011-11-10
Make types and namespaces take multiple DIEs for the accelerator tables
Eric Christopher
2011-11-10
Move type handling to make sure we get all created types that aren't
Eric Christopher
2011-11-10
Rework adding function names to the dwarf accelerator tables, allow
Eric Christopher
2011-11-09
Add comments.
Benjamin Kramer
2011-11-09
Take advantage of the zero byte in StringMap when emitting dwarf stringpool e...
Benjamin Kramer
2011-11-09
Remove extra ';'
Devang Patel
2011-11-09
Remove the pubnames section, no one consumes it.
Eric Christopher
2011-11-08
Also add the linkage name to the name accelerator tables if it exists
Eric Christopher
2011-11-08
Add the base ObjC method name to the names lookup table as well.
Eric Christopher
2011-11-08
A few more places where we can avoid multiple size queries.
Eric Christopher
2011-11-08
Don't evaluate Data.size() on every iteration.
Eric Christopher
2011-11-07
Add all completed and named types to the dwarf type accelerator tables.
Eric Christopher
[prev]
[next]