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 optimization emitting a reference insted of label difference, since it...
Jan Sjödin
2011-03-11
2
-14
/
+0
*
Add r127409 back now that the windows file was updated.
Rafael Espindola
2011-03-10
2
-4
/
+9
*
Revert r127409 which broke all the Windows bots.
Jakob Stoklund Olesen
2011-03-10
2
-9
/
+4
*
Add support for MemoryBuffers that are not null terminated and add
Rafael Espindola
2011-03-10
2
-4
/
+9
*
ptx: add the rest of special registers of ISA version 2.0
Che-Liang Chiou
2011-03-10
1
-15
/
+38
*
Make SpillIs an optional pointer. Avoid creating a bunch of temporary SmallVe...
Jakob Stoklund Olesen
2011-03-10
1
-3
/
+3
*
Introduce DebugInfoProbe. This is used to monitor how llvm optimizer is treat...
Devang Patel
2011-03-10
1
-0
/
+67
*
Re-commit 127368 and 127371. They are exonerated.
Evan Cheng
2011-03-10
1
-3
/
+5
*
Revert 127368 and 127371 for now.
Evan Cheng
2011-03-09
1
-5
/
+3
*
Restore the default implementation of getCrossCopyRegClass: no need for cross...
Evan Cheng
2011-03-09
1
-1
/
+1
*
Change the definition of TargetRegisterInfo::getCrossCopyRegClass to be more
Evan Cheng
2011-03-09
1
-2
/
+4
*
Add createELFObjectTargetWriter method to TargetAsmBackend, which enables con...
Jan Sjödin
2011-03-09
1
-0
/
+8
*
Add constructors to MCElfStreamer and MCObjectStreamer to take an extra MCAss...
Jan Sjödin
2011-03-09
1
-0
/
+3
*
Add InitializeNativeAsmParser function.
Jan Sjödin
2011-03-09
4
-0
/
+22
*
Typo. Patch by arrowdodger.
John McCall
2011-03-08
1
-1
/
+1
*
fix incorrect comment.
Chris Lattner
2011-03-08
1
-2
/
+2
*
PTX: Add intrinsic support for ntid, ctaid, and nctaid registers
Justin Holewinski
2011-03-08
1
-2
/
+8
*
Let shrinkToUses optionally return a list of now dead machine instructions.
Jakob Stoklund Olesen
2011-03-07
1
-1
/
+3
*
Typos.
Eric Christopher
2011-03-07
1
-2
/
+2
*
Move getRegPressureLimit() from TargetLoweringInfo to TargetRegisterInfo.
Cameron Zwarich
2011-03-07
2
-8
/
+8
*
Often GCC can see that NumBuckets is zero here, resulting in a warning
Duncan Sands
2011-03-07
1
-1
/
+2
*
Tidy up.
Jim Grosbach
2011-03-07
1
-1
/
+0
*
Use the correct LHS type when determining the legalization of a shift's RHS t...
Owen Anderson
2011-03-07
1
-13
/
+13
*
Try fixing mingw build.
Argyrios Kyrtzidis
2011-03-07
1
-27
/
+15
*
Do a compiler check that we use one of the types from PointerUnion[N], instea...
Argyrios Kyrtzidis
2011-03-07
1
-32
/
+106
*
ConstantInt has some getters which return ConstantInt's or ConstantVector's of
Nick Lewycky
2011-03-06
1
-0
/
+2
*
Avoid zero-sized allocations when copying a fresh DenseMap.
Benjamin Kramer
2011-03-05
1
-5
/
+11
*
Preliminary support for ARM frame save directives emission via MI flags.
Anton Korobeynikov
2011-03-05
2
-0
/
+7
*
Provide hooks to set MI flags in MachineInstrBuilder
Anton Korobeynikov
2011-03-05
1
-0
/
+10
*
Some first rudimentary support for ARM EHABI: print exception table in "text ...
Anton Korobeynikov
2011-03-05
2
-2
/
+12
*
Add FrameSetup MI flags
Anton Korobeynikov
2011-03-05
1
-3
/
+31
*
Shorten AsmPrinterFlags filed to accomodate for future Flags field
Anton Korobeynikov
2011-03-05
1
-3
/
+3
*
Lazily allocate DenseMaps.
Benjamin Kramer
2011-03-05
1
-3
/
+20
*
ptx: add basic intrinsic support
Che-Liang Chiou
2011-03-05
3
-2
/
+35
*
Missing "virtual" keyword. Jakob's review.
Andrew Trick
2011-03-05
1
-1
/
+1
*
Increased the register pressure limit on x86_64 from 8 to 12
Andrew Trick
2011-03-05
1
-0
/
+4
*
test commit
Jin-Gu Kang
2011-03-05
1
-0
/
+1
*
Teach the register scavenger to take subregs into account when finding a free...
Jim Grosbach
2011-03-05
1
-1
/
+1
*
Support unregistering exception frames of functions when they are removed.
Eric Christopher
2011-03-04
1
-3
/
+17
*
Renumber slot indexes locally when possible.
Jakob Stoklund Olesen
2011-03-04
1
-21
/
+11
*
Symbolize the default instruction distance.
Jakob Stoklund Olesen
2011-03-04
2
-10
/
+13
*
Deferred SlotIndex renumbering was a good idea but never used.
Jakob Stoklund Olesen
2011-03-04
1
-25
/
+3
*
Add ArrayRef variant.
Devang Patel
2011-03-04
1
-0
/
+3
*
Use an IndexedMap instead of a DenseMap for the live-out cache.
Jakob Stoklund Olesen
2011-03-04
1
-0
/
+9
*
There are times when the landing pad won't have a call to 'eh.selector' in
Bill Wendling
2011-03-03
1
-2
/
+3
*
Allow a target to choose whether to prefer the scavenger emergency spill slot
Jim Grosbach
2011-03-03
1
-0
/
+7
*
Optimize fprintf -> iprintf if there are no floating point arguments
Richard Osborne
2011-03-03
1
-0
/
+3
*
Optimize sprintf -> siprintf if there are no floating point arguments
Richard Osborne
2011-03-03
1
-0
/
+3
*
Optimize printf -> iprintf if there are no floating point arguments
Richard Osborne
2011-03-03
1
-0
/
+3
*
Use X86_thiscall calling convention for Win64 as well.
Tilmann Scheller
2011-03-03
1
-4
/
+1
[next]