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
...
*
Three changes:
Chris Lattner
2010-04-07
3
-4
/
+76
*
Post regalloc LICM. Work in progress.
Evan Cheng
2010-04-07
1
-1
/
+1
*
Make this hack more specific to the Apple gcc 4.2 non-LLVM compiler.
Bill Wendling
2010-04-06
1
-1
/
+1
*
this accessor doesn't need to copy the string.
Chris Lattner
2010-04-06
1
-1
/
+1
*
enhance SMDiagnostic to also maintain a pointer to the SourceMgr.
Chris Lattner
2010-04-06
2
-11
/
+20
*
Avoid overflowing a signed integer which triggers undefined behaviour.
Jakob Stoklund Olesen
2010-04-06
1
-4
/
+4
*
propagate cookie management out one layer of function calls.
Chris Lattner
2010-04-06
1
-1
/
+1
*
Give MachineModuleInfo an actual Module*.
Chris Lattner
2010-04-06
2
-1
/
+7
*
give LLVMContext an inline asm diagnostic hook member.
Chris Lattner
2010-04-06
1
-0
/
+18
*
give the SourceMgr object a cookie.
Chris Lattner
2010-04-06
1
-3
/
+7
*
Give llvm::SourceMgr the ability to have a client-specified
Chris Lattner
2010-04-06
2
-7
/
+34
*
Remove MaybeOwningPtr. We're going to use reference-counting instead.
Douglas Gregor
2010-04-05
1
-93
/
+0
*
Give AsmParser an option to control whether it finalizes
Chris Lattner
2010-04-05
1
-1
/
+1
*
add a comment.
Chris Lattner
2010-04-05
1
-0
/
+2
*
stringref-ize the MemoryBuffer::get apis. This requires
Chris Lattner
2010-04-05
1
-2
/
+2
*
Introduce MaybeOwningPtr, a smart pointer that may (or may not) have
Douglas Gregor
2010-04-05
1
-0
/
+92
*
Add an isReachableFromEntry to MachineDominators, following the one
Dan Gohman
2010-04-05
1
-2
/
+7
*
trim some prototypes.
Chris Lattner
2010-04-05
2
-2
/
+0
*
remove the now-redundant MMI pointer in SelectionDAG.
Chris Lattner
2010-04-05
1
-4
/
+1
*
remove some redundant MMI arguments.
Chris Lattner
2010-04-05
2
-3
/
+1
*
unthread MMI from FastISel
Chris Lattner
2010-04-05
2
-4
/
+1
*
remove the MMI pointer from MachineFrameInfo.
Chris Lattner
2010-04-05
1
-17
/
+0
*
enhance MachineFunction to have a MMI pointer.
Chris Lattner
2010-04-05
1
-6
/
+8
*
prune #includes.
Chris Lattner
2010-04-05
1
-9
/
+2
*
finally blast DwarfWriter away.
Chris Lattner
2010-04-05
1
-95
/
+0
*
change AsmPrinter to use DwarfDebug/DwarfException directly
Chris Lattner
2010-04-05
1
-6
/
+10
*
trim some spurious references to DwarfWriter. SDIsel really doesn't
Chris Lattner
2010-04-05
2
-4
/
+4
*
Replace TSFlagsFields and TSFlagsShifts with a simpler TSFlags field.
Jakob Stoklund Olesen
2010-04-05
1
-8
/
+4
*
selection dag doesn't need DwarfWriter, remove some tendrils.
Chris Lattner
2010-04-05
1
-4
/
+1
*
fastisel doesn't need DwarfWriter, remove some tendricles.
Chris Lattner
2010-04-05
3
-8
/
+1
*
1) make DIE take AsmPrinter instead of DwarfPrinter.
Chris Lattner
2010-04-05
1
-6
/
+11
*
Move EmitFrameMoves into AsmPrinter.
Chris Lattner
2010-04-04
1
-1
/
+11
*
missed a header :(
Chris Lattner
2010-04-04
1
-0
/
+10
*
eliminate the magic AbsoluteDebugSectionOffsets MAI hook,
Chris Lattner
2010-04-04
3
-7
/
+13
*
isAbsoluteEHSectionOffsets always returns false, eliminate it
Chris Lattner
2010-04-04
1
-7
/
+0
*
move some more stuff to asmprinter.
Chris Lattner
2010-04-04
1
-0
/
+9
*
simplify some code.
Chris Lattner
2010-04-04
1
-0
/
+9
*
move gettemplabel and getdwlabel to AsmPrinter and rename
Chris Lattner
2010-04-04
1
-31
/
+41
*
move uleb/sleb printing into AsmPrinter from DwarfPrinter.
Chris Lattner
2010-04-04
1
-0
/
+10
*
more interface cleanup make some helpers static functions.
Chris Lattner
2010-04-04
1
-40
/
+30
*
clean up the asmprinter header and privatize some stuff.
Chris Lattner
2010-04-04
1
-57
/
+75
*
split inline asm support out to its own .cpp file.
Chris Lattner
2010-04-04
1
-43
/
+51
*
inline processDebugLoc and simplify it.
Chris Lattner
2010-04-04
1
-5
/
+1
*
clean up the asmprinter interface a bit, rename a few
Chris Lattner
2010-04-04
1
-21
/
+12
*
remove TargetMachine.h #include, also, TRI isn't used frequently
Chris Lattner
2010-04-04
1
-5
/
+0
*
Switch SSEDomainFix to SpecificBumpPtrAllocator.
Jakob Stoklund Olesen
2010-04-04
1
-1
/
+1
*
lazily allocate the GCMetadataPrinters map and remove DenseMap
Chris Lattner
2010-04-04
1
-6
/
+5
*
Momentous day: remove the "O" member from AsmPrinter. Now all
Chris Lattner
2010-04-04
2
-16
/
+6
*
remove the raw_ostream from various dwarf printing things.
Chris Lattner
2010-04-04
1
-2
/
+1
*
mcize the gc metadata printing stuff.
Chris Lattner
2010-04-04
1
-6
/
+2
[prev]
[next]