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
/
lib
/
CodeGen
/
MachOWriter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix some release-assert warnings
Chris Lattner
2008-12-19
1
-4
/
+4
*
Fix MachineCodeEmitter to use uintptr_t instead of intptr_t. This avoids some...
Evan Cheng
2008-12-10
1
-7
/
+7
*
Rename startFunctionStub to startGVStub since it's also used for GV non-lazy ...
Evan Cheng
2008-11-08
1
-3
/
+3
*
Rename APFloat::convertToAPInt to bitcastToAPInt to
Dale Johannesen
2008-10-09
1
-2
/
+2
*
Tidy up several unbeseeming casts from pointer to intptr_t.
Dan Gohman
2008-09-04
1
-1
/
+1
*
Use raw_ostream throughout the AsmPrinter.
Owen Anderson
2008-08-21
1
-2
/
+3
*
Use isSingleValueType instead of isFirstClassType to
Dan Gohman
2008-05-23
1
-1
/
+1
*
Add CommonLinkage; currently tentative definitions
Dale Johannesen
2008-05-14
1
-1
/
+3
*
Correlate stubs with functions in JIT: when emitting a stub, the JIT tells th...
Nicolas Geoffray
2008-04-16
1
-2
/
+3
*
Use PassManagerBase instead of FunctionPassManager for functions
Dan Gohman
2008-03-11
1
-2
/
+2
*
Unbreak build with gcc 4.3: provide missed includes and silence most annoying...
Anton Korobeynikov
2008-02-20
1
-0
/
+1
*
Enable exception handling int JIT
Nicolas Geoffray
2008-02-13
1
-0
/
+14
*
Use getPreferredAlignmentLog or getPreferredAlignment
Duncan Sands
2008-01-29
1
-4
/
+2
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Eliminate the remaining uses of getTypeSize. This
Duncan Sands
2007-11-05
1
-6
/
+8
*
Revise previous patch per review comments.
Dale Johannesen
2007-09-12
1
-4
/
+4
*
Add APInt interfaces to APFloat (allows directly
Dale Johannesen
2007-09-11
1
-4
/
+4
*
Next round of APFloat changes.
Dale Johannesen
2007-09-06
1
-2
/
+4
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
1
-0
/
+945