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
/
CodeGen
Age
Commit message (
Expand
)
Author
2011-06-27
During bottom up fast-isel, instructions emitted to materalize registers are ...
Devang Patel
2011-06-26
There is only one register coalescer. Merge it into the base class and
Rafael Espindola
2011-06-26
Move RegisterCoalescer.h to lib/CodeGen.
Rafael Espindola
2011-06-24
Handle debug info for i128 constants.
Devang Patel
2011-06-19
Fix a FIXME by making GlobalVariable::getInitializer() return a
Jay Foad
2011-06-18
Don't allocate empty read-only SmallVectors during SelectionDAG deallocation.
Benjamin Kramer
2011-06-17
Lower multiply with overflow checking to __mulo<mode>
Eric Christopher
2011-06-17
Add a hook for PBQP clients to run a custom pre-alloc pass to run prior to PB...
Lang Hames
2011-06-16
Introduce MachineBranchProbabilityInfo class, which has similar API to
Jakub Staszak
2011-06-16
Fix formatting.
Owen Anderson
2011-06-15
Add a new MVT::untyped. This will be used in future work for modelling ISA f...
Owen Anderson
2011-06-15
Added -stress-sched flag in the Asserts build.
Andrew Trick
2011-06-14
Add one more argument to the prefetch intrinsic to indicate whether it's a data
Bruno Cardoso Lopes
2011-06-11
Reformatting. Moving class definitions to more natural places. No functionalo...
Bill Wendling
2011-06-10
Provide an ARMCCState subclass of CCState so that ARM clients will always set
Cameron Zwarich
2011-06-10
Rename the ParmContext enum values to make a bit more sense and add a small
Cameron Zwarich
2011-06-10
Remove tabs.
Cameron Zwarich
2011-06-08
Add a parameter to CCState so that it can access the MachineFunction.
Eric Christopher
2011-06-07
Switched to DenseMap for allowed sets in PBQP. Reduces total LLC time by 15% ...
Lang Hames
2011-06-02
Remove dead code.
Devang Patel
2011-06-01
Typos.
Chad Rosier
2011-05-28
When generating code for Win64 EH, emit StartProc and EndProc directives.
Charles Davis
2011-05-27
Make size computation less brittle.
Rafael Espindola
2011-05-27
Add the suffix to the Win64 EH data sections' names if given. Add a test for
Charles Davis
2011-05-27
Add a parameter to the Win64 EH section getters to get a section with a
Charles Davis
2011-05-26
Comment cleanup.
Eric Christopher
2011-05-24
Remove dead code.
Devang Patel
2011-05-20
Add .pdata and .xdata sections to the COFF TLOF implementation.
Charles Davis
2011-05-17
Frame indices are signed. Update MachineOperand methods accordingly.
Jim Grosbach
2011-05-16
Teach LiveInterval::isZeroLength about null SlotIndexes.
Jakob Stoklund Olesen
2011-05-16
Delete unused variables.
Dan Gohman
2011-05-16
Make fast-isel work correctly s/uadd.with.overflow intrinsics.
Eli Friedman
2011-05-16
Basic fast-isel of extractvalue. Not too helpful on its own, given the IR cl...
Eli Friedman
2011-05-12
Re-commit 131172 with fix. MachineInstr identity checks should check dead
Evan Cheng
2011-05-11
Fix comment.
Bill Wendling
2011-05-10
Use .cfi_sections to put the unwind info in .debug_frame when possible. With
Rafael Espindola
2011-05-06
Yet more dead code.
Rafael Espindola
2011-05-06
Update comments.
Rafael Espindola
2011-05-06
More dead code elimination.
Rafael Espindola
2011-05-05
Allow FastISel of three-register-operand instructions.
Owen Anderson
2011-05-02
Remove an unused variable in NDEBUG (found with -Wunused-variable).
Chandler Carruth
2011-05-02
Add a SlotIndexes::insertMachineInstrInMaps to insert the instruction after a...
Jakob Stoklund Olesen
2011-05-01
GCC uses a different encoding of pointers in the FDE when using
Rafael Espindola
2011-04-30
Avoid using stale entries form the sibling value map.
Jakob Stoklund Olesen
2011-04-29
Factor some code to needsCFIMoves. Avoid printing moves when we don't have to.
Rafael Espindola
2011-04-29
add a missing operator that caused us to have to use (*MIB).foo everywhere.
Chris Lattner
2011-04-28
Teach dwarf writer to handle complex address expression for .debug_loc entries.
Devang Patel
2011-04-27
Remove unnecessary argument.
Rafael Espindola
2011-04-27
Rename getPersonalityPICSymbol to getCFIPersonalitySymbol, document it, and
Rafael Espindola
2011-04-27
Make the fast-isel code for literal 0.0 a bit shorter/faster, since 0.0 is co...
Eli Friedman
[prev]
[next]