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
*
Resolve a terrible hack in tblgen: instead of hardcoding
Chris Lattner
2010-10-30
1
-0
/
+12
*
Implement (and document!) support for MnemonicAlias's to have Requires
Chris Lattner
2010-10-30
1
-1
/
+8
*
implement (and document!) the first kind of MC assembler alias, which
Chris Lattner
2010-10-30
1
-0
/
+19
*
80 columns.
Jim Grosbach
2010-10-30
1
-5
/
+5
*
Rename alignof -> alignOf to avoid irritating C++'0x compilers,
Chris Lattner
2010-10-30
4
-6
/
+6
*
Add SkipPHIsAndLabels from PHIElimination to MachineBasicBlock. It is needed
Jakob Stoklund Olesen
2010-10-30
1
-0
/
+5
*
Mult-alt constraint incremental development step 3.
John Thompson
2010-10-29
2
-5
/
+5
*
Inline asm multiple alternative constraints development phase 2 - improved ba...
John Thompson
2010-10-29
3
-19
/
+37
*
Make Program::Wait differentiate execution failure due to the file
Dan Gohman
2010-10-29
1
-2
/
+3
*
Simplify.
Devang Patel
2010-10-29
1
-22
/
+11
*
Print out the connected components in the verifier after complaining about their
Jakob Stoklund Olesen
2010-10-29
1
-3
/
+8
*
Fix indentation.
Devang Patel
2010-10-28
1
-5
/
+5
*
Backward compatibility. Gracefully handle older versions of debug info.
Devang Patel
2010-10-28
1
-0
/
+6
*
Do not work too hard to find type's file info. There is a special field to re...
Devang Patel
2010-10-28
1
-2
/
+8
*
Fix indentation.
Devang Patel
2010-10-28
1
-4
/
+4
*
80-col violations.
Mikhail Glushenkov
2010-10-28
1
-5
/
+5
*
Do not rely on context to find file info. It is already provided as a separat...
Devang Patel
2010-10-28
1
-2
/
+8
*
Implement TLSLD.
Rafael Espindola
2010-10-28
1
-0
/
+1
*
Implement DTPOFF.
Rafael Espindola
2010-10-28
1
-0
/
+1
*
Implement TLSLDM.
Rafael Espindola
2010-10-28
1
-0
/
+1
*
Implement VK_GOTNTPOFF and switch RelocNeedsGOT to use VariantKind.
Rafael Espindola
2010-10-28
1
-0
/
+1
*
Add support for R_386_TLS_GD, R_386_TLS_LE_32, R_386_TLS_IE and R_386_TLS_LE.
Rafael Espindola
2010-10-27
1
-1
/
+26
*
Give a name to nameless argument.
Devang Patel
2010-10-27
1
-1
/
+1
*
It is confusing to call a random-access iterator 'InputIterator'.
Mikhail Glushenkov
2010-10-27
2
-141
/
+182
*
Trailing whitespace.
Mikhail Glushenkov
2010-10-27
2
-67
/
+67
*
Use a MemIntrinsicSDNode for ISD::PREFETCH, which touches
Dale Johannesen
2010-10-26
1
-2
/
+4
*
Teach MachineBasicBlock::print() to annotate instructions and blocks with
Jakob Stoklund Olesen
2010-10-26
2
-2
/
+3
*
Use instruction itinerary to determine what instructions are 'cheap'.
Evan Cheng
2010-10-26
1
-0
/
+6
*
Make the spiller responsible for updating the LiveStacks analysis.
Jakob Stoklund Olesen
2010-10-26
1
-0
/
+3
*
Simplify.
Devang Patel
2010-10-25
1
-1
/
+1
*
Update SelectBasicBlock signature. This should have been committed with r117310.
Devang Patel
2010-10-25
1
-1
/
+1
*
Add support for emitting ARM file attributes.
Rafael Espindola
2010-10-25
1
-0
/
+10
*
Add a new 'hotpatch' attribute. This attribute will insert a two-byte no-op
Charles Davis
2010-10-25
1
-1
/
+4
*
Reference RegionPass to stop it being eliminated.
Tobias Grosser
2010-10-25
1
-0
/
+3
*
Remove deprecated macro names. Hopefully this will unbreak the
Duncan Sands
2010-10-25
1
-11
/
+0
*
SmallVectorize.
Benjamin Kramer
2010-10-23
1
-1
/
+1
*
Move the remaining attribute macros to systematic names based on the attribute
Chandler Carruth
2010-10-23
2
-20
/
+24
*
Switch attribute macros to use 'LLVM_' as a prefix. We retain the old names
Chandler Carruth
2010-10-23
2
-9
/
+17
*
This is a prototype of an experimental register allocation
Andrew Trick
2010-10-22
2
-0
/
+6
*
Transfer implicit ops when forming load multiple and return instructions.
Evan Cheng
2010-10-22
1
-0
/
+4
*
I hate line endings.
Michael J. Spencer
2010-10-22
1
-36
/
+36
*
Endian: Get rid of LLVM_IS_HOST_BIG_ENDIAN.
Michael J. Spencer
2010-10-22
2
-56
/
+38
*
Making the e_machine configurable by the target backend in ELFObjectWriter.
Wesley Peck
2010-10-22
1
-1
/
+2
*
Rename LLVM_IS_TARGET_BIG_ENDIAN to LLVM_IS_HOST_BIG_ENDIAN to reflect what i...
Michael J. Spencer
2010-10-22
2
-2
/
+2
*
Support: Add Endian.h
Michael J. Spencer
2010-10-21
2
-0
/
+231
*
Fix the cleanup process of exception information in JIT. Now JIT
Duncan Sands
2010-10-21
1
-6
/
+17
*
Adding the EM_MBLAZE value to the machine architectures enumeration to
Wesley Peck
2010-10-21
1
-15
/
+16
*
CodeGen-Windows: Only emit _fltused if a VarArg function is called with float...
Michael J. Spencer
2010-10-21
1
-8
/
+7
*
Attempt to fix valgrind complaining about (benign) leaks in pass registration...
Owen Anderson
2010-10-20
2
-9
/
+12
*
Remove Synthesizable from the Type system; as MMX vector
Dale Johannesen
2010-10-20
1
-15
/
+1
[next]