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 an unnecessary mutable.
Dan Gohman
2009-08-11
1
-1
/
+1
*
Regenerate per request of Gabor Greif (r78628)
Shantonu Sen
2009-08-11
1
-0
/
+3
*
Change llvm-c's ordering of contexts to make it consistent.
Erick Tryzelaar
2009-08-11
1
-4
/
+4
*
Remove dead metadata.
Devang Patel
2009-08-11
1
-1
/
+1
*
Rebuild RegScavenger::DistanceMap each time it is needed.
Jakob Stoklund Olesen
2009-08-11
1
-13
/
+3
*
Use vAny type to get rid of Neon intrinsics that differed only in whether
Bob Wilson
2009-08-11
1
-90
/
+44
*
Use new EVT::vAny type to combine Neon intrinsics for VPADD.
Bob Wilson
2009-08-11
1
-2
/
+4
*
Add a new overloaded EVT::vAny type for use in TableGen to allow intrinsic
Bob Wilson
2009-08-11
4
-8
/
+23
*
SjLj based exception handling unwinding support. This patch is nasty, brutish
Jim Grosbach
2009-08-11
5
-8
/
+69
*
Modified VNInfo. The "copy" member is now a union which holds the copy for a ...
Lang Hames
2009-08-10
1
-15
/
+36
*
Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...
Owen Anderson
2009-08-10
11
-423
/
+423
*
Align comments.
Devang Patel
2009-08-10
1
-1
/
+1
*
Keep track of DIType.
Devang Patel
2009-08-10
1
-1
/
+8
*
llvm-mc/AsmParser: Allow .td users to redefine the names of the methods to call
Daniel Dunbar
2009-08-10
1
-4
/
+15
*
Rename ConvertType to ConvertConstant to avoid a name conflict on llvm-gcc.
Daniel Dunbar
2009-08-10
1
-2
/
+2
*
SimpleValueType-ify a few more methods on TargetLowering.
Owen Anderson
2009-08-10
1
-31
/
+29
*
Continue the SimpleValueType-ification.
Owen Anderson
2009-08-10
1
-4
/
+2
*
Convert comments to C90-style so llvm-c can import DataTypes.h.
Erick Tryzelaar
2009-08-10
2
-55
/
+61
*
We are not using FoldingSet for metadata uniquing anymore.
Devang Patel
2009-08-10
1
-10
/
+1
*
Start moving TargetLowering away from using full MVTs and towards SimpleValue...
Owen Anderson
2009-08-10
1
-7
/
+8
*
llvm-mc/AsmMatcher: Change assembler parser match classes to their own record
Daniel Dunbar
2009-08-10
1
-7
/
+27
*
Change the MDNode uniquing to a ValueMap, at Devang's request.
Owen Anderson
2009-08-10
2
-2
/
+6
*
split MachO section handling stuff out to its out .h/.cpp file.
Chris Lattner
2009-08-10
2
-153
/
+175
*
Add support for printing loop structure information in asm comments.
David Greene
2009-08-10
2
-0
/
+62
*
Post RA scheduler changes. Introduce a hazard recognizer that uses the target...
David Goodwin
2009-08-10
2
-4
/
+11
*
Add support for a user supplied pointer argument to llvm_install_error_handler.
Daniel Dunbar
2009-08-10
1
-8
/
+14
*
Make the big switch: Change MCSectionMachO to represent a section *semantically*
Chris Lattner
2009-08-10
2
-15
/
+165
*
add a simple back() method to StringRef.
Chris Lattner
2009-08-10
1
-0
/
+5
*
Change Neon table lookup (VTBL) and table extension (VTBX) intrinsics to
Bob Wilson
2009-08-09
1
-9
/
+34
*
Extend comment on ParserMatchClass .td field, and add some missing
Daniel Dunbar
2009-08-09
1
-0
/
+5
*
llvm-mc/AsmParser: Define match classes in the .td file.
Daniel Dunbar
2009-08-09
1
-0
/
+11
*
STLExtras: Add less_ptr.
Daniel Dunbar
2009-08-09
1
-0
/
+7
*
sink the 'name' and 'isdirective' state out of MCSection into its derived cla...
Chris Lattner
2009-08-08
2
-19
/
+48
*
1. Make MCSection an abstract class.
Chris Lattner
2009-08-08
3
-34
/
+16
*
make target-specific TLOF impls (except PIC16) create target-specific
Chris Lattner
2009-08-08
1
-4
/
+4
*
stub out PECOFF/MachO/ELF MCSection classes
Chris Lattner
2009-08-08
1
-1
/
+27
*
eliminate TargetLoweringObjectFileSparc in favor of a TAI hook.
Chris Lattner
2009-08-08
2
-3
/
+17
*
now that getOrCreateSection is all object-file specific,
Chris Lattner
2009-08-08
1
-13
/
+4
*
sink getOrCreateSection down into all the object file implementations,
Chris Lattner
2009-08-08
1
-6
/
+17
*
Fix some cut and paste-os.
Eric Christopher
2009-08-08
1
-3
/
+3
*
Some ProfileInfo cleanups.
Daniel Dunbar
2009-08-08
2
-2
/
+2
*
Add a basic static ProfileInfo provider (ProfileEstimatorPass).
Daniel Dunbar
2009-08-08
3
-0
/
+29
*
Define intrinsics for crc instruction.
Eric Christopher
2009-08-08
1
-0
/
+20
*
More ProfileInfo improvements.
Daniel Dunbar
2009-08-08
1
-13
/
+35
*
ELF improvements:
Bruno Cardoso Lopes
2009-08-08
1
-0
/
+20
*
Remove RegisterScavenger::isSuperRegUsed(). This completely reverses the mist...
Jakob Stoklund Olesen
2009-08-08
1
-3
/
+0
*
Simplify RegScavenger::forward a bit more.
Jakob Stoklund Olesen
2009-08-08
1
-1
/
+7
*
Add new intrinsics for Neon VTRN, VZIP and VUZP operations. Modeling these
Bob Wilson
2009-08-07
1
-0
/
+18
*
Add DEBUG_WITH_TYPE as a clean alternative to tweaking DEBUG_TYPE.
Daniel Dunbar
2009-08-07
1
-7
/
+19
*
remove a bunch of now-dead crud from the asmprinter and TAI interfaces.
Chris Lattner
2009-08-07
2
-27
/
+0
[next]