index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
CodeGen
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added a MRegisterInfo hook that tells PEI the target is responsible for
Evan Cheng
2007-01-25
1
-2
/
+3
*
1. Remove dwarf-verbose option (now asm-verbose.)
Jim Laskey
2007-01-25
1
-36
/
+24
*
Migrate print routines to asm to be shared by exception handling.
Jim Laskey
2007-01-25
2
-369
/
+382
*
Repair debug frames as a prelude to eh_frames. Switched to using MachineMoves
Jim Laskey
2007-01-24
2
-16
/
+28
*
Use asm printer to emit alignment
Jim Laskey
2007-01-24
1
-8
/
+2
*
Make ivars private and use getters. Have the MachOWriter return "Mach-O
Bill Wendling
2007-01-24
1
-2
/
+2
*
Renamed getTypeAlignmentShift() to getPreferredTypeAlignmentShift().
Evan Cheng
2007-01-24
1
-1
/
+1
*
Use the TargetMachOWriterInfo class to get this information.
Bill Wendling
2007-01-24
1
-2
/
+2
*
PEI is now responsible for adding MaxCallFrameSize to frame size and align th...
Evan Cheng
2007-01-23
1
-1
/
+16
*
Switch this to use SmallSet to avoid mallocs in the common case.
Chris Lattner
2007-01-23
1
-3
/
+3
*
Fix a bunch of inline asm failures
Chris Lattner
2007-01-23
1
-0
/
+1
*
Remove the DoubleTy special case.
Evan Cheng
2007-01-22
1
-9
/
+5
*
For PR970:
Reid Spencer
2007-01-21
1
-44
/
+50
*
Teach TargetData to handle 'preferred' alignment for each target, and use
Chris Lattner
2007-01-20
5
-18
/
+17
*
Fix for PR1108: type of insert_vector_elt index operand is PtrVT, not MVT::i32.
Evan Cheng
2007-01-20
1
-3
/
+4
*
Remove an unused variable.
Evan Cheng
2007-01-20
1
-1
/
+0
*
We not align the final stack slot but instead let the target do so in emitPro...
Evan Cheng
2007-01-20
1
-7
/
+0
*
GetRegForReload() now keeps track which registers have been considered and re...
Evan Cheng
2007-01-19
1
-8
/
+32
*
For PR1043:
Reid Spencer
2007-01-19
1
-0
/
+1
*
Remove this xform:
Evan Cheng
2007-01-19
1
-7
/
+26
*
Have the OutputBuffer take the is64Bit and isLittleEndian booleans.
Bill Wendling
2007-01-18
2
-14
/
+23
*
add new JumpTableSpecialLabelPrefix hook to asmprinter for jumptable emission.
Chris Lattner
2007-01-18
1
-1
/
+9
*
Changed to use the OutputBuffer instead of the methods in MachO and ELF
Bill Wendling
2007-01-17
2
-127
/
+149
*
Revert patch.
Bill Wendling
2007-01-17
2
-156
/
+126
*
Use the methods in the TargetObjInfo object instead of internal methods.
Bill Wendling
2007-01-17
2
-126
/
+156
*
Fix PR1114 and CodeGen/Generic/2007-01-15-LoadSelectCycle.ll by being
Chris Lattner
2007-01-16
1
-25
/
+41
*
add options to view the dags before the first or second pass of dag combine.
Chris Lattner
2007-01-16
1
-0
/
+18
*
Fix for PR1095:
Bill Wendling
2007-01-16
1
-3
/
+3
*
rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger.
Chris Lattner
2007-01-15
2
-3
/
+3
*
eliminate calls to Type::isInteger, preferring isIntegral instead.
Chris Lattner
2007-01-15
1
-2
/
+2
*
Compensate for loss of DerivedTypes.h in TargetLowering.h
Reid Spencer
2007-01-12
1
-0
/
+1
*
Move a function out of line.
Reid Spencer
2007-01-12
1
-0
/
+21
*
Minor fix.
Evan Cheng
2007-01-12
1
-1
/
+1
*
Simplify code
Chris Lattner
2007-01-12
1
-4
/
+1
*
For PR1064:
Reid Spencer
2007-01-12
2
-45
/
+56
*
Implement review feedback for the ConstantBool->ConstantInt merge. Chris
Reid Spencer
2007-01-12
2
-3
/
+3
*
Store default libgcc routine names and allow them to be redefined by target.
Evan Cheng
2007-01-12
2
-82
/
+205
*
Rename BoolTy as Int1Ty. Patch by Sheng Zhou.
Reid Spencer
2007-01-11
3
-5
/
+5
*
For PR1043:
Zhou Sheng
2007-01-11
3
-20
/
+20
*
Naming consistency.
Evan Cheng
2007-01-08
1
-25
/
+27
*
Fix for PR1075: bottom-up register-reduction scheduling actually increases re...
Evan Cheng
2007-01-08
1
-120
/
+72
*
Implement some trivial FP foldings when -enable-unsafe-fp-math is specified.
Chris Lattner
2007-01-08
1
-0
/
+15
*
Need to handle static declarations properly.
Jim Laskey
2007-01-08
1
-6
/
+9
*
llvm 2.0 doesn't support llvm.isunordered.*
Chris Lattner
2007-01-07
1
-17
/
+0
*
remove support for llvm.isunordered
Chris Lattner
2007-01-07
1
-22
/
+0
*
Change the interface to Module::getOrInsertFunction to be easier to use,to re...
Chris Lattner
2007-01-07
1
-74
/
+39
*
Expand fcopysign to the bitwise sequence if select is marked as expensive.
Evan Cheng
2007-01-05
1
-4
/
+6
*
Bug in ExpandFCOPYSIGNToBitwiseOps(). Clear the old sign bit of operand 0
Evan Cheng
2007-01-05
1
-4
/
+14
*
CopyToReg source operand can be a register as well. e.g. Copy from GlobalBase...
Evan Cheng
2007-01-05
1
-2
/
+6
*
GEP subscript is interpreted as a signed value.
Evan Cheng
2007-01-05
1
-1
/
+1
[next]