index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
CodeGen
Commit message (
Expand
)
Author
Age
Files
Lines
*
misched: Added CanHandleTerminators.
Andrew Trick
2012-04-13
1
-0
/
+7
*
HexagonPacketizer patch.
Sirish Pande
2012-04-12
1
-12
/
+32
*
Fix a long standing tail call optimization bug. When a libcall is emitted
Evan Cheng
2012-04-10
1
-1
/
+2
*
Typo.
Eric Christopher
2012-04-09
1
-1
/
+1
*
Always compute all the bits in ComputeMaskedBits.
Rafael Espindola
2012-04-04
1
-2
/
+2
*
Matrix simplification in PBQP may push infinite costs onto register options.
Lang Hames
2012-04-03
1
-0
/
+6
*
Fixes to r153903. Added missing explanation of behaviour when the VirtRegMap...
Pete Cooper
2012-04-03
1
-0
/
+5
*
Moved LiveRangeEdit.h so that it can be called from other parts of the backen...
Pete Cooper
2012-04-02
1
-0
/
+202
*
misched: Add finalizeScheduler to complete the target interface.
Andrew Trick
2012-04-01
1
-0
/
+4
*
Teach CodeGen's version of computeMaskedBits to understand the range metadata.
Rafael Espindola
2012-03-31
4
-4
/
+14
*
Enable machine code verification in the entire code generator.
Jakob Stoklund Olesen
2012-03-28
1
-5
/
+0
*
Add an MRI::tracksLiveness() flag.
Jakob Stoklund Olesen
2012-03-27
1
-0
/
+22
*
Add a debug option to dump PBQP graphs during register allocation.
Lang Hames
2012-03-26
1
-0
/
+37
*
MachineInstr: Inline the fast path (non-bundle instruction) of hasProperty.
Benjamin Kramer
2012-03-17
1
-1
/
+12
*
Limit the number of memory operands in MachineInstr to 2^16 and store the num...
Benjamin Kramer
2012-03-16
1
-6
/
+7
*
Revert r152613 (and r152614), "Inline the d'tor and add an anchor instead." f...
NAKAMURA Takumi
2012-03-16
1
-2
/
+1
*
misched: implemented a framework for top-down or bottom-up scheduling.
Andrew Trick
2012-03-14
1
-0
/
+7
*
s/SjLjEHPass/SjLjEHPrepare/
Bill Wendling
2012-03-13
1
-2
/
+2
*
Inline the d'tor and add an anchor instead.
Bill Wendling
2012-03-13
1
-1
/
+2
*
Convert more static tables of registers used by calling convention to uint16_...
Craig Topper
2012-03-11
1
-6
/
+6
*
misched interface: rename Begin/End to RegionBegin/RegionEnd since they are n...
Andrew Trick
2012-03-09
1
-5
/
+5
*
misched: allow the default scheduler to be one chosen by the target.
Andrew Trick
2012-03-09
1
-3
/
+8
*
Added TargetPassConfig::enablePass
Andrew Trick
2012-03-09
1
-1
/
+4
*
misched interface: Expose the MachineScheduler pass.
Andrew Trick
2012-03-08
1
-0
/
+86
*
Cleanup VLIWPacketizer to use the updated ScheduleDAGInstrs interface.
Andrew Trick
2012-03-07
2
-13
/
+15
*
misched prep: Expose the ScheduleDAGInstrs interface so targets may
Andrew Trick
2012-03-07
1
-0
/
+339
*
misched preparation: rename core scheduler methods for consistency.
Andrew Trick
2012-03-07
3
-11
/
+11
*
misched preparation: clarify ScheduleDAG and ScheduleDAGInstrs roles.
Andrew Trick
2012-03-07
1
-13
/
+3
*
misched preparation: modularize schedule emission.
Andrew Trick
2012-03-07
1
-11
/
+0
*
misched preparation: modularize schedule printing.
Andrew Trick
2012-03-07
1
-2
/
+0
*
misched preparation: modularize schedule verification.
Andrew Trick
2012-03-07
1
-3
/
+3
*
Cleanup in preparation for misched: Move DAG visualization logic.
Andrew Trick
2012-03-07
1
-0
/
+4
*
Added MachineBasicBlock::getFullName() to standardize/factor codegen diagnost...
Andrew Trick
2012-03-07
1
-0
/
+4
*
Cleanup: DAG building is specific to either SD or MI scheduling. Not part of ...
Andrew Trick
2012-03-07
1
-5
/
+0
*
misched comments
Andrew Trick
2012-03-07
1
-1
/
+2
*
Remove an unused function.
Nadav Rotem
2012-03-05
1
-13
/
+0
*
Use <def,undef> operands when spilling NEON bundles.
Jakob Stoklund Olesen
2012-03-04
1
-0
/
+1
*
Use uint16_t to store register overlaps to reduce static data.
Craig Topper
2012-03-04
1
-1
/
+1
*
delete dead code, patch by Michael Spencer.
Jia Liu
2012-03-02
1
-5
/
+0
*
Make InlineSpiller bundle-aware.
Jakob Stoklund Olesen
2012-03-01
1
-0
/
+9
*
Move getBundleStart() into MachineInstrBundle.h.
Jakob Stoklund Olesen
2012-03-01
3
-11
/
+19
*
Add an analyzeVirtReg() function.
Jakob Stoklund Olesen
2012-02-29
1
-0
/
+33
*
Move the operand iterator into MachineInstrBundle.h where it belongs.
Jakob Stoklund Olesen
2012-02-29
2
-67
/
+108
*
Instructions inside a bundle have the same number as the bundle itself.
Jakob Stoklund Olesen
2012-02-28
1
-2
/
+6
*
Add a MachineOperand iterator class.
Jakob Stoklund Olesen
2012-02-27
1
-0
/
+67
*
Replace a DenseSet with SmallPtrSet.
Benjamin Kramer
2012-02-23
1
-6
/
+4
*
Strip a layer of boilerplate from the VLIWPacketizer by storing the scheduler...
Benjamin Kramer
2012-02-23
1
-2
/
+1
*
Track reserved registers separately from RegsAvailable.
Jakob Stoklund Olesen
2012-02-23
1
-2
/
+3
*
Allow the use of an alternate symbol for calculating a function's size.
Hal Finkel
2012-02-22
1
-0
/
+5
*
Properly emit _fltused with FastISel. Refactor to share code with SDAG.
Michael J. Spencer
2012-02-22
2
-9
/
+16
[next]