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
2012-01-26
Add support for the R_ARM_TARGET1 relocation, which should be given to reloca...
James Molloy
2012-01-25
Properly emit ctors / dtors with priorities into desired sections
Anton Korobeynikov
2012-01-25
Update hasProperty comment.
Evan Cheng
2012-01-21
Handle register masks in LiveVariables.
Jakob Stoklund Olesen
2012-01-20
Delete an unused member variable.
Jakob Stoklund Olesen
2012-01-20
More dead code removal (using -Wunreachable-code)
David Blaikie
2012-01-19
More bundle related API additions.
Evan Cheng
2012-01-19
Enhance finalizeBundle to return end of bundle iterator because it makes sense.
Evan Cheng
2012-01-19
Added methods to get the live range immediately before a given slot. Intended...
Lang Hames
2012-01-19
- Slight change to finalizeBundle() interface. LastMI is not exclusive (pointing
Evan Cheng
2012-01-19
Rename Finalizebundle to finalizeBundle to conform to coding guideline.
Evan Cheng
2012-01-18
Add a RegisterMaskSDNode class.
Jakob Stoklund Olesen
2012-01-18
Document the fact that the selection dag changes the vselect condition type
Nadav Rotem
2012-01-17
Renamed MachineScheduler to ScheduleTopDownLive.
Andrew Trick
2012-01-16
Extract method for detecting constant unallocatable physregs.
Jakob Stoklund Olesen
2012-01-16
Add a new kind of MachineOperand: MO_RegisterMask.
Jakob Stoklund Olesen
2012-01-15
Return an ArrayRef from ShuffleVectorSDNode::getMask and push it through Code...
Benjamin Kramer
2012-01-13
Fixed comment. Thanks Duncan!
Pete Cooper
2012-01-13
Added the MachineSchedulerPass skeleton.
Andrew Trick
2012-01-12
Added MVT::v2f16
Pete Cooper
2012-01-12
Move Sched::Preference out of TargetMachine.h where it is not referenced.
Evan Cheng
2012-01-11
Detect when a value is undefined on an edge to a landing pad.
Jakob Stoklund Olesen
2012-01-11
Exclusively use SplitAnalysis::getLastSplitPoint().
Jakob Stoklund Olesen
2012-01-07
Added a late machine instruction copy propagation pass. This catches
Evan Cheng
2012-01-05
Kill ObjectCodeEmitter and BinaryObject, they were unused and superseded by MC.
Benjamin Kramer
2012-01-05
comment cleanup
Andrew Trick
2012-01-05
Freeze reserved registers before starting register allocation.
Jakob Stoklund Olesen
2012-01-04
Simplify more DenseMap.find users.
Benjamin Kramer
2011-12-21
Move common code into an MRI function.
Jakob Stoklund Olesen
2011-12-20
Add some constantness to BranchProbabilityInfo and BlockFrequnencyInfo.
Jakub Staszak
2011-12-20
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-12-20
fix typo
Chris Lattner
2011-12-20
Add basic generic CodeGen support for half.
Dan Gohman
2011-12-18
Allow inlining of functions with returns_twice calls, if they have the
Joerg Sonnenberger
2011-12-15
Update DebugLoc while merging nodes at -O0.
Devang Patel
2011-12-14
- Add MachineInstrBundle.h and MachineInstrBundle.cpp. This includes a function
Evan Cheng
2011-12-13
Initial CodeGen support for CTTZ/CTLZ where a zero input produces an
Chandler Carruth
2011-12-10
Fix typo, reported by Eitan Adler!
Nick Lewycky
2011-12-09
[fast-isel] Add support for selecting insertvalue.
Chad Rosier
2011-12-08
Enhance both TargetLibraryInfo and SelectionDAGBuilder so that the latter can...
Owen Anderson
2011-12-08
Make MachineInstr instruction property queries more flexible. This change all
Evan Cheng
2011-12-07
Add bundle aware API for querying instruction properties and switch the code
Evan Cheng
2011-12-07
Add MachineOperand IsInternalRead flag.
Jakob Stoklund Olesen
2011-12-06
First chunk of MachineInstr bundle support.
Evan Cheng
2011-12-06
use space star instead of star space
Sebastian Pop
2011-12-06
add missing point at the end of sentences
Sebastian Pop
2011-12-06
Use logarithmic units for basic block alignment.
Jakob Stoklund Olesen
2011-12-06
Fix unclear wording.
Jakob Stoklund Olesen
2011-12-05
Change the Dominators recalculate() function to only rely on GraphTraits
Anna Zaks
2011-12-02
Move global variables in TargetMachine into new TargetOptions class. As an API
Nick Lewycky
[prev]
[next]