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
*
Split the logic behind CastInst::isNoopCast into a separate static function,
Dan Gohman
2010-05-28
1
-0
/
+8
*
Fix a comment; vectors are not a special case here.
Dan Gohman
2010-05-28
1
-1
/
+1
*
Add a TargetRegisterInfo::composeSubRegIndices hook with a default
Jakob Stoklund Olesen
2010-05-28
2
-1
/
+32
*
Move FindAvailableLoadedValue isSafeToLoadUnconditionally out of
Dan Gohman
2010-05-28
3
-29
/
+51
*
Fix a comment.
Dan Gohman
2010-05-28
1
-1
/
+1
*
Add a -regalloc=default option that chooses a register allocator based on the -O
Jakob Stoklund Olesen
2010-05-27
1
-2
/
+3
*
Remove ancient prototype.
Jakob Stoklund Olesen
2010-05-27
1
-4
/
+0
*
back out 104862/104869. Can reuse stacksave after all. Very cool.
Jim Grosbach
2010-05-27
2
-6
/
+2
*
Make ParseIRFile and getLazyIRFileModule incoporate the underlying
Dan Gohman
2010-05-27
1
-2
/
+4
*
Don't special-case stdout in llvm::WriteBitcodeToFile; just consider
Dan Gohman
2010-05-27
1
-1
/
+2
*
hook ISD::STACKADDR to an intrinsic
Jim Grosbach
2010-05-27
1
-2
/
+3
*
add ISD::STACKADDR to get the current stack pointer. Will be used by sjlj EH
Jim Grosbach
2010-05-27
1
-0
/
+3
*
Add basic error checking to MemoryBuffer::getSTDIN.
Dan Gohman
2010-05-27
1
-1
/
+2
*
remove incorrect GCCBuiltin<> usage
Jim Grosbach
2010-05-27
1
-4
/
+2
*
typo
Gabor Greif
2010-05-27
1
-1
/
+1
*
Fix Lint printing warnings multiple times. Remove the ErrorStr
Dan Gohman
2010-05-26
1
-2
/
+1
*
MC: Add TargetMachine support for setting the value of MCRelaxAll with
Daniel Dunbar
2010-05-26
1
-1
/
+11
*
Add StringRef::compare_numeric and use it to sort TableGen register records.
Jakob Stoklund Olesen
2010-05-26
1
-0
/
+4
*
Adjust eh.sjlj.setjmp to properly have a chain and to have an opcode entry in
Jim Grosbach
2010-05-26
2
-3
/
+8
*
Move the check for "calls setjmp" to SelectionDAGISel so that it can be used by
Bill Wendling
2010-05-26
1
-1
/
+17
*
Eliminate the use of PriorityQueue and just use a std::vector,
Dan Gohman
2010-05-26
1
-13
/
+5
*
Fix indentation.
Dan Gohman
2010-05-26
1
-2
/
+2
*
MC: Change RelaxInstruction to only take the input and output instructions.
Daniel Dunbar
2010-05-26
1
-4
/
+6
*
MC: Simplify MayNeedRelaxation to not provide the fixups, so we can query it
Daniel Dunbar
2010-05-26
1
-4
/
+1
*
Replace the SubRegSet tablegen class with a less error-prone mechanism.
Jakob Stoklund Olesen
2010-05-26
1
-11
/
+17
*
MC: Eliminate MCAsmFixup, replace with MCFixup.
Daniel Dunbar
2010-05-26
4
-47
/
+20
*
MC: Simplify MCFixup and increase the available offset size.
Daniel Dunbar
2010-05-26
1
-29
/
+14
*
MC: Use accessors for access to MCAsmFixup.
Daniel Dunbar
2010-05-26
1
-2
/
+8
*
MC: Eliminate MCFragment vtable, which was unnecessary.
Daniel Dunbar
2010-05-26
1
-12
/
+1
*
Temporarily revert r104655 as it's breaking the bots.
Eric Christopher
2010-05-26
1
-14
/
+1
*
Revert "Replace the SubRegSet tablegen class with a less error-prone mechanism."
Jakob Stoklund Olesen
2010-05-26
1
-17
/
+11
*
Change push_all to a non-virtual function and implement it in the
Dan Gohman
2010-05-26
2
-10
/
+7
*
Delete an unused function.
Dan Gohman
2010-05-26
2
-3
/
+0
*
Dale and Evan suggested putting the "check for setjmp" much earlier in the
Bill Wendling
2010-05-26
1
-1
/
+14
*
Replace the SubRegSet tablegen class with a less error-prone mechanism.
Jakob Stoklund Olesen
2010-05-26
1
-11
/
+17
*
Start adding mach-o tls reloc support.
Eric Christopher
2010-05-26
1
-1
/
+2
*
Drop the SuperregHashTable. It is essentially the same as SubregHashTable.
Jakob Stoklund Olesen
2010-05-25
1
-17
/
+1
*
Print symbolic SubRegIndex names on machine operands.
Jakob Stoklund Olesen
2010-05-25
1
-0
/
+9
*
Remove NumberHack entirely.
Jakob Stoklund Olesen
2010-05-25
1
-5
/
+1
*
Make sure aeskeygenassist uses an unsigned immediate field.
Eric Christopher
2010-05-25
1
-2
/
+2
*
Switch SubRegSet to using symbolic SubRegIndices
Jakob Stoklund Olesen
2010-05-24
1
-2
/
+3
*
Replace the tablegen RegisterClass field SubRegClassList with an alist-like data
Jakob Stoklund Olesen
2010-05-24
2
-6
/
+3
*
Avoid adding duplicate function live-in's.
Evan Cheng
2010-05-24
1
-0
/
+4
*
Add the SubRegIndex TableGen class.
Jakob Stoklund Olesen
2010-05-24
1
-0
/
+8
*
MC: Add an MCLoggingStreamer, for use in debugging integrated-as mismatches.
Daniel Dunbar
2010-05-23
1
-1
/
+7
*
tblgen/AsmMatcher: Change AsmOperandClass to allow a list of superclasses ins...
Daniel Dunbar
2010-05-22
1
-6
/
+6
*
Trivial change to dump() function for SparseBitVector
John Mosby
2010-05-22
1
-6
/
+10
*
Implement @llvm.returnaddress. rdar://8015977.
Evan Cheng
2010-05-22
2
-2
/
+15
*
Implement eh.sjlj.longjmp for ARM. Clean up the intrinsic a bit.
Jim Grosbach
2010-05-22
2
-2
/
+11
*
Add a new section and accessor for TLS data.
Eric Christopher
2010-05-22
1
-0
/
+7
[next]