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
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Replace use of std::map<std::string, ..> with StringMap. Replace use of std...
Evan Cheng
2008-07-10
2
-37
/
+35
*
Revert r53367, which was breaking things.
Owen Anderson
2008-07-09
1
-1
/
+3
*
Simplify hasNUsesOfValue and hasAnyUsesOfValue even more. This
Dan Gohman
2008-07-09
2
-28
/
+9
*
hasAnyUseOfValue can check SDUse nodes of its users directly instead
Dan Gohman
2008-07-09
1
-13
/
+3
*
Move MemoryVT out of LSBaseNode into MemSDNode, allowing the
Dan Gohman
2008-07-09
2
-51
/
+32
*
Remove a FIXME: we really need to use const_data section on darwin for
Anton Korobeynikov
2008-07-09
1
-3
/
+4
*
Avoid creating expensive comment string if it's not going to be printed.
Evan Cheng
2008-07-09
1
-1
/
+4
*
Add FIXME for future checking.
Anton Korobeynikov
2008-07-09
1
-0
/
+2
*
Loosen our check here. Local regalloc only cares that the reg is used and de...
Owen Anderson
2008-07-09
1
-3
/
+1
*
Remove extra call to DW.SetModuleInfo on Linux.
Dale Johannesen
2008-07-09
1
-1
/
+0
*
Emit debug info for data-only files on Cell SPU.
Dale Johannesen
2008-07-09
1
-3
/
+5
*
Emit debug into for data-only files for Linux PPC.
Dale Johannesen
2008-07-09
1
-3
/
+10
*
Move the IsVolatile and SVOffset fields into the MemSDNode base
Dan Gohman
2008-07-09
2
-28
/
+28
*
Emit debug info for data-only files. ARM version.
Dale Johannesen
2008-07-09
1
-3
/
+8
*
Don't use an expensive check for two-address-ness when we have the informatio...
Owen Anderson
2008-07-09
1
-2
/
+13
*
Emit debug info for data-only files. This version
Dale Johannesen
2008-07-09
1
-7
/
+8
*
Add missed section
Anton Korobeynikov
2008-07-09
1
-0
/
+1
*
Emit debug info for data-only files. This version
Dale Johannesen
2008-07-09
1
-5
/
+9
*
Factor local liveness computation out into its own function.
Owen Anderson
2008-07-09
1
-28
/
+36
*
Reuse the MO variable instead of recomputing it in RegAllocLocal.
Dan Gohman
2008-07-09
2
-9
/
+9
*
Distinguish .const and .const_data on Darwin, when needed. This is somehow cr...
Anton Korobeynikov
2008-07-09
1
-1
/
+3
*
Give RegAllocSimple a TargetInstrInfo member to keep it consistent
Dan Gohman
2008-07-09
1
-2
/
+2
*
RegAllocLocal has a TargetInstrInfo data member. Use it instead
Dan Gohman
2008-07-09
1
-5
/
+1
*
Use find with std::map, when that's what's needed, instead of lower_bound
Dan Gohman
2008-07-09
2
-5
/
+4
*
Weak stuff always goes to coalesced sections on Darwin
Anton Korobeynikov
2008-07-09
1
-2
/
+6
*
Remove #include <iostream>.
Dan Gohman
2008-07-09
1
-2
/
+0
*
Testcase for PR2024
Anton Korobeynikov
2008-07-09
1
-0
/
+13
*
Silence a warning
Anton Korobeynikov
2008-07-09
1
-1
/
+1
*
Drop enum and use constants for SectionFlags
Anton Korobeynikov
2008-07-09
1
-16
/
+14
*
Add FIXME needed to be resolved later
Anton Korobeynikov
2008-07-09
1
-0
/
+1
*
Use only 'subset' of flags
Anton Korobeynikov
2008-07-09
1
-11
/
+3
*
Typo
Anton Korobeynikov
2008-07-09
1
-1
/
+1
*
Revert accidentially added stuff
Anton Korobeynikov
2008-07-09
1
-2
/
+1
*
First sketch of special section objects
Anton Korobeynikov
2008-07-09
4
-204
/
+242
*
Honour text sections
Anton Korobeynikov
2008-07-09
2
-2
/
+3
*
Use isWeakForLinker() hook
Anton Korobeynikov
2008-07-09
3
-18
/
+6
*
Unbreak
Anton Korobeynikov
2008-07-09
1
-0
/
+1
*
Switch to new section name handling facility
Anton Korobeynikov
2008-07-09
3
-106
/
+18
*
Another bunch of hacks for named sections support
Anton Korobeynikov
2008-07-09
2
-11
/
+22
*
Typo
Anton Korobeynikov
2008-07-09
1
-1
/
+1
*
Drop mergeable flag, if size is no suitable
Anton Korobeynikov
2008-07-09
1
-2
/
+8
*
Fix several bugs in named sections handling
Anton Korobeynikov
2008-07-09
2
-13
/
+11
*
Add hacky way to distinguish named and named sections. This will be generaliz...
Anton Korobeynikov
2008-07-09
4
-46
/
+81
*
Use 'gnu.linkonce', where needed
Anton Korobeynikov
2008-07-09
1
-6
/
+9
*
Fix thinko
Anton Korobeynikov
2008-07-09
2
-4
/
+8
*
Drop dead member reference
Anton Korobeynikov
2008-07-09
1
-1
/
+0
*
Add funny darwin section selection logic
Anton Korobeynikov
2008-07-09
2
-13
/
+123
*
Handle ELF mergeable sections
Anton Korobeynikov
2008-07-09
3
-6
/
+72
*
Provide section selection for X86 ELF targets
Anton Korobeynikov
2008-07-09
3
-64
/
+50
*
Provide general hook for section name calculation
Anton Korobeynikov
2008-07-09
3
-10
/
+44
[next]