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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Remove dead code.
Devang Patel
2007-01-25
1
-7
/
+0
*
Added a MRegisterInfo hook that tells PEI the target is responsible for
Evan Cheng
2007-01-25
1
-0
/
+6
*
Migrate print routines to asm to be shared by exception handling.
Jim Laskey
2007-01-25
1
-0
/
+62
*
Repair debug frames as a prelude to eh_frames. Switched to using MachineMoves
Jim Laskey
2007-01-24
3
-5
/
+11
*
Use asm printer to emit alignment
Jim Laskey
2007-01-24
1
-0
/
+2
*
Make ivars private and use getters. Have the MachOWriter return "Mach-O
Bill Wendling
2007-01-24
2
-7
/
+8
*
Renamed getTypeAlignmentShift() to getPreferredTypeAlignmentShift().
Evan Cheng
2007-01-24
1
-2
/
+2
*
A virtual method to return the TargetMachOWriterInfo object. This returns
Bill Wendling
2007-01-24
1
-0
/
+6
*
Moved target-specific information to the TargetMachOWriterInfo obj.
Bill Wendling
2007-01-24
1
-62
/
+7
*
New "TargetMachOWriterInfo" class. It holds target-specific information
Bill Wendling
2007-01-24
1
-0
/
+103
*
Add CallGraphSCCPass::assignPassManager().
Devang Patel
2007-01-23
1
-0
/
+4
*
Moved disassembler to libSystem
Anton Korobeynikov
2007-01-23
1
-13
/
+8
*
fix typo
Chris Lattner
2007-01-23
1
-1
/
+1
*
make the SmallSet interface more std::set-like
Chris Lattner
2007-01-23
1
-6
/
+13
*
add a trivial SmallSet class, which operates on a similar principle to
Chris Lattner
2007-01-23
1
-0
/
+76
*
hasFP() is now a virtual method of MRegisterInfo.
Evan Cheng
2007-01-23
1
-0
/
+5
*
Update comment.
Evan Cheng
2007-01-22
1
-1
/
+1
*
default to emiting an uncompressed .bc file
Chris Lattner
2007-01-21
2
-3
/
+3
*
For PR970:
Reid Spencer
2007-01-21
3
-34
/
+7
*
Implement a getTypeSizeInBits method. This helps in transforms that want
Reid Spencer
2007-01-20
1
-0
/
+4
*
TargetData assumes (and some regression tests depend on it) that the size of
Owen Anderson
2007-01-20
1
-1
/
+2
*
Teach TargetData to handle 'preferred' alignment for each target, and use
Chris Lattner
2007-01-20
1
-50
/
+131
*
For PR1043:
Reid Spencer
2007-01-19
3
-20
/
+20
*
Adding disassembler interface and external hook to udis86 library.
Anton Korobeynikov
2007-01-19
2
-0
/
+42
*
Provide an isPowerOf2ByteWidth method for the IntegerType class. This will
Reid Spencer
2007-01-18
1
-0
/
+6
*
Have the OutputBuffer take the is64Bit and isLittleEndian booleans.
Bill Wendling
2007-01-18
1
-6
/
+5
*
add new JumpTableSpecialLabelPrefix hook to asmprinter for jumptable emission.
Chris Lattner
2007-01-18
1
-0
/
+7
*
For PR1028:
Reid Spencer
2007-01-17
1
-2
/
+4
*
Changed to use the OutputBuffer instead of the methods in MachO and ELF
Bill Wendling
2007-01-17
2
-191
/
+0
*
Refactored output buffer methods from MachO and ELF writers.
Bill Wendling
2007-01-17
1
-0
/
+146
*
Update assignPassManager() signature to allow selection of preferred
Devang Patel
2007-01-17
1
-16
/
+22
*
document that BSSSection can be null.
Chris Lattner
2007-01-17
1
-1
/
+9
*
Document flag
Anton Korobeynikov
2007-01-17
1
-0
/
+3
*
* Fix one more bug in PIC codegen: extra load is needed for *all*
Anton Korobeynikov
2007-01-17
2
-0
/
+9
*
Revert patch.
Bill Wendling
2007-01-17
4
-85
/
+194
*
make doxygen comment much better. Patch by B. Scott Michel!
Chris Lattner
2007-01-17
1
-1
/
+31
*
The TargetObjInfo object goes here.
Bill Wendling
2007-01-17
1
-3
/
+18
*
Removed methods which are now in the respective TargetObjInfo implementations.
Bill Wendling
2007-01-17
2
-191
/
+10
*
New "TargetObjInfo" class. This holds information that the object writers will
Bill Wendling
2007-01-17
1
-0
/
+57
*
For PR1117:
Reid Spencer
2007-01-17
1
-0
/
+6
*
For PR1094:
Reid Spencer
2007-01-17
1
-2
/
+3
*
Remove unused forward class declarations.
Reid Spencer
2007-01-17
1
-5
/
+0
*
Undo last check-in.
Devang Patel
2007-01-16
1
-9
/
+2
*
Setup pass manager before scheduling required analysis.
Devang Patel
2007-01-16
1
-2
/
+9
*
Fix for PR1095:
Bill Wendling
2007-01-16
1
-2
/
+8
*
Code refactoring.
Devang Patel
2007-01-16
1
-0
/
+8
*
Remove extra white spaces. Fix comments.
Devang Patel
2007-01-15
1
-2
/
+2
*
rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger.
Chris Lattner
2007-01-15
3
-16
/
+10
*
Update code to eliminate calls to isInteger, calling isIntegral instead.
Chris Lattner
2007-01-15
1
-3
/
+3
*
Primitive types don't include integers any more, adjust.
Reid Spencer
2007-01-14
1
-1
/
+1
[prev]
[next]