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
*
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
*
fix the column output stuff in the asmwriter from being dynamic and
Chris Lattner
2009-08-07
1
-0
/
+11
*
Modifications to dyn_cast/cast to make them work for objects too, instead of ...
Argiris Kirtzidis
2009-08-07
1
-4
/
+7
*
fix comment pastos
Chris Lattner
2009-08-07
1
-2
/
+2
*
To catch bugs like the one fixed in
Jeffrey Yasskin
2009-08-07
2
-6
/
+12
*
SIV/MIV classification for LDA.
Andreas Bolka
2009-08-07
1
-0
/
+8
*
Use std::string() instead of std::string("").
Dan Gohman
2009-08-07
1
-1
/
+1
*
Fix a bunch of namespace pollution.
Dan Gohman
2009-08-07
1
-2
/
+2
*
Get rid of RegScavenger::backwards() before the bitrot spreads.
Jakob Stoklund Olesen
2009-08-06
1
-8
/
+3
*
Remove dead code.
Devang Patel
2009-08-06
1
-6
/
+0
*
Fix several fixmes and clean up code by sinking *all* section
Chris Lattner
2009-08-06
1
-15
/
+23
*
Reg Scavenging generalization (Thumb support):
John Mosby
2009-08-06
1
-0
/
+4
*
Fix comment.
Devang Patel
2009-08-06
1
-2
/
+1
*
Don't search the entire type table just to delete a type by name.
Daniel Dunbar
2009-08-06
1
-0
/
+10
*
Privatize the StructType table, which unfortunately involves routing contexts...
Owen Anderson
2009-08-05
2
-6
/
+11
*
Make block and function count available via ProfileInfo.
Daniel Dunbar
2009-08-05
1
-0
/
+6
*
Fix some column padding bugs, reorganize things as suggested by Chris
David Greene
2009-08-05
2
-2
/
+11
*
remove the 'DataSectionStartSuffix' and 'TextSectionStartSuffix' knobs.
Chris Lattner
2009-08-05
1
-14
/
+0
*
Fix FindExecutable to use sys::Path::GetMainExecutable instead of
Dan Gohman
2009-08-05
1
-4
/
+4
*
Add an explicit keyword.
Dan Gohman
2009-08-05
1
-1
/
+1
*
Delete an obsolete sentance from a comment.
Dan Gohman
2009-08-05
1
-2
/
+1
*
Remove unnecessary ProfileInfoLoader methods.
Daniel Dunbar
2009-08-05
1
-30
/
+13
*
Add StringRef::endswith
Daniel Dunbar
2009-08-05
1
-0
/
+5
*
only point to dest labels if the graph has them
Andrew Lenharth
2009-08-05
1
-2
/
+6
*
Remove unused forward decls.
Benjamin Kramer
2009-08-05
2
-24
/
+2
*
- Remove custom handling of jumptables by the elf writter (this was
Bruno Cardoso Lopes
2009-08-05
1
-9
/
+2
[next]