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
/
Target
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
X86: replace SUB with CMP if possible
Manman Ren
2012-05-31
1
-0
/
+8
*
Add a PrintRegUnit helper similar to PrintReg.
Jakob Stoklund Olesen
2012-05-31
1
-0
/
+23
*
Add MCRegisterInfo::RegListIterator.
Jakob Stoklund Olesen
2012-05-30
1
-4
/
+4
*
Use MCRegUnitIterator to compute regsOverlap().
Jakob Stoklund Olesen
2012-05-29
1
-3
/
+9
*
Change interface for TargetLowering::LowerCallTo and TargetLowering::LowerCall
Justin Holewinski
2012-05-25
1
-19
/
+68
*
Simplify code for calling a function where CanLowerReturn fails, fixing a sma...
Eli Friedman
2012-05-25
1
-2
/
+1
*
misched: Added ScoreboardHazardRecognizer.
Andrew Trick
2012-05-24
1
-0
/
+11
*
Teach tblgen's set theory "sequence" operator to support an optional stride o...
Owen Anderson
2012-05-24
1
-1
/
+2
*
[Hexagon] Clean up Hexagon ELF definition.
Evandro Menezes
2012-05-17
1
-1
/
+2
*
TableGen'erate mapping physical registers to encoding values.
Jim Grosbach
2012-05-15
1
-0
/
+3
*
Rename @llvm.debugger to @llvm.debugtrap.
Dan Gohman
2012-05-14
1
-1
/
+1
*
Define a new intrinsic, @llvm.debugger. It will be similar to __builtin_trap(),
Dan Gohman
2012-05-11
1
-0
/
+2
*
Add an MF argument to TRI::getPointerRegClass() and TII::getRegClass().
Jakob Stoklund Olesen
2012-05-07
2
-2
/
+4
*
Add TRI::getCommonSuperRegClass().
Jakob Stoklund Olesen
2012-05-07
1
-0
/
+28
*
Add a new target hook "predictableSelectIsExpensive".
Benjamin Kramer
2012-05-05
1
-0
/
+10
*
Remove the SubRegClasses field from RegisterClass descriptions.
Jakob Stoklund Olesen
2012-05-04
1
-4
/
+0
*
Remove TargetRegisterClass::SuperRegClasses.
Jakob Stoklund Olesen
2012-05-04
1
-13
/
+0
*
Use SuperRegClassIterator for findRepresentativeClass().
Jakob Stoklund Olesen
2012-05-04
1
-4
/
+0
*
Add a SuperRegClassIterator class.
Jakob Stoklund Olesen
2012-05-04
1
-0
/
+56
*
Use a shared implementation of getMatchingSuperRegClass().
Jakob Stoklund Olesen
2012-05-03
1
-3
/
+1
*
Add TargetRegisterClass::getSuperRegIndices().
Jakob Stoklund Olesen
2012-05-03
1
-0
/
+13
*
Fix the type of SubClassMask.
Jakob Stoklund Olesen
2012-05-03
1
-1
/
+1
*
Don't override subreg functions in targets without subregisters.
Jakob Stoklund Olesen
2012-05-03
1
-2
/
+7
*
Added TargetRegisterInfo::getAllocatableClass.
Andrew Trick
2012-05-03
1
-0
/
+5
*
ARM: improved assembler diagnostics for missing CPU features.
Jim Grosbach
2012-04-24
1
-1
/
+6
*
This patch fixes a problem which arose when using the Post-RA scheduler
Preston Gurd
2012-04-23
1
-0
/
+6
*
Added TargetRegisterInfo::getRegPressureSetName.
Andrew Trick
2012-04-20
1
-1
/
+4
*
Add documentation comment.
Jim Grosbach
2012-04-20
1
-0
/
+5
*
TableGen support for auto-generating assembly two-operand aliases.
Jim Grosbach
2012-04-19
1
-0
/
+2
*
fix pr12559: mark unavailable win32 math libcalls
Joe Groff
2012-04-17
1
-2
/
+8
*
Typo in an unused field.
Andrew Trick
2012-04-17
1
-1
/
+1
*
TableGen's regpressure: emit per-registerclass weight limits.
Andrew Trick
2012-04-11
1
-1
/
+9
*
Comment typo fix.
Duncan Sands
2012-04-11
1
-1
/
+1
*
Added a TargetRegisterInfo interface for accessing register pressure sets.
Andrew Trick
2012-04-10
1
-0
/
+18
*
Fix a long standing tail call optimization bug. When a libcall is emitted
Evan Cheng
2012-04-10
1
-2
/
+4
*
Teach LLVM about a PIE option which, when enabled on top of PIC, makes
Chandler Carruth
2012-04-08
1
-2
/
+8
*
Move the TLSModel information into the TargetMachine rather than hiding
Chandler Carruth
2012-04-08
2
-11
/
+5
*
Always compute all the bits in ComputeMaskedBits.
Rafael Espindola
2012-04-04
1
-1
/
+0
*
Add predicates for checking whether targets have free FNEG and FABS operation...
Owen Anderson
2012-04-02
1
-0
/
+12
*
Prune some includes and forward declarations.
Craig Topper
2012-03-25
8
-20
/
+4
*
Target override to allow CodeGenPrepare to sink address operands to intrinsic...
Pete Cooper
2012-03-13
1
-0
/
+12
*
MCRegisterInfo-ize getMatchingSuperReg.
Jim Grosbach
2012-03-05
1
-4
/
+1
*
Convert more GenRegisterInfo tables from unsigned to uint16_t to reduce stati...
Craig Topper
2012-03-05
1
-3
/
+3
*
Use uint16_t to store register overlaps to reduce static data.
Craig Topper
2012-03-04
1
-1
/
+1
*
Use uint16_t instead of unsigned to store registers in reg classes. Reduces s...
Craig Topper
2012-03-04
1
-5
/
+5
*
Use uint16_t to store registers in callee saved register tables to reduce siz...
Craig Topper
2012-03-04
1
-1
/
+1
*
Move getSubRegIndex out of generated code into MCRegisterInfo, devirtualize it.
Benjamin Kramer
2012-03-01
1
-5
/
+0
*
Move TargetRegisterInfo::getSubReg() to MCRegisterInfo.
Jim Grosbach
2012-03-01
1
-5
/
+0
*
Make TargetRegisterClasses non-virtual by making the only virtual function a ...
Benjamin Kramer
2012-03-01
1
-14
/
+4
*
Re-commit r151623 with fix. Only issue special no-return calls if it's a dire...
Evan Cheng
2012-02-28
1
-2
/
+3
[prev]
[next]