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
*
Fix typos in comments.
Dan Gohman
2008-07-11
1
-4
/
+4
*
Include a frame index in the "fixed stack" pseudo source value
Dan Gohman
2008-07-11
1
-2
/
+2
*
Minor tweaks to the ImmutableList iterator interface.
Ted Kremenek
2008-07-11
1
-2
/
+26
*
Add support for putting NamedRegionTimers in TimerGroups, and
Dan Gohman
2008-07-11
2
-2
/
+5
*
Use find instead of lower_bound.
Dan Gohman
2008-07-11
1
-2
/
+2
*
Trim unnecessary #includes.
Dan Gohman
2008-07-11
2
-2
/
+2
*
It is pointless to turn a UINT_TO_FP into an
Duncan Sands
2008-07-11
1
-0
/
+8
*
Add two missing SINT_TO_FP libcalls.
Duncan Sands
2008-07-11
1
-0
/
+2
*
Add support for 128 bit shifts and 32 bit shifts
Duncan Sands
2008-07-11
1
-0
/
+3
*
Make typedef public to make MSVC++ happy.
Ted Kremenek
2008-07-10
1
-0
/
+1
*
Make some typedefs public to make MSVC++ happy.
Ted Kremenek
2008-07-10
1
-3
/
+4
*
Make typedefs in ilist public (Visual C++ errors out when they are private).
Ted Kremenek
2008-07-10
1
-1
/
+2
*
Pull r53428 from Gaz into mainline:
Bill Wendling
2008-07-10
4
-18
/
+18
*
Added ImmutableMap constructor that accepts a const TreeTy*.
Ted Kremenek
2008-07-10
1
-1
/
+2
*
Tidy up #includes.
Dan Gohman
2008-07-10
4
-5
/
+1
*
Add a SubclassData field to SDNode, similar to what's done
Dan Gohman
2008-07-10
1
-29
/
+42
*
Fix a copy+pasto in an assertion string.
Dan Gohman
2008-07-10
1
-1
/
+1
*
Stack objects have nonnegative indices, not just positive indices.
Dan Gohman
2008-07-10
1
-2
/
+2
*
Escape the graph name. This unbreaks -view-cfg.
Dan Gohman
2008-07-10
1
-1
/
+1
*
Remove this file; the code that it went with is no longer
Dan Gohman
2008-07-10
1
-289
/
+0
*
Add support for 128 bit multiplicative operations.
Duncan Sands
2008-07-10
1
-0
/
+5
*
Add a mysteriously missing libcall, FPTOSINT_F80_I32.
Duncan Sands
2008-07-10
1
-0
/
+1
*
Correct a comment.
Duncan Sands
2008-07-10
1
-2
/
+2
*
- Change the horrible N^2 isRegReDefinedByTwoAddr. Now callers must supply th...
Evan Cheng
2008-07-10
2
-5
/
+5
*
add a helper method for code that wants to handle vector
Chris Lattner
2008-07-10
1
-0
/
+6
*
- Replace use of std::map<std::string, ..> with StringMap. Replace use of std...
Evan Cheng
2008-07-10
1
-10
/
+7
*
Simplify hasNUsesOfValue and hasAnyUsesOfValue even more. This
Dan Gohman
2008-07-09
1
-14
/
+7
*
Move MemoryVT out of LSBaseNode into MemSDNode, allowing the
Dan Gohman
2008-07-09
1
-23
/
+16
*
Move the IsVolatile and SVOffset fields into the MemSDNode base
Dan Gohman
2008-07-09
1
-28
/
+17
*
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
*
First sketch of special section objects
Anton Korobeynikov
2008-07-09
1
-11
/
+74
*
Unbreak
Anton Korobeynikov
2008-07-09
1
-0
/
+1
*
Another bunch of hacks for named sections support
Anton Korobeynikov
2008-07-09
1
-1
/
+2
*
Add hacky way to distinguish named and named sections. This will be generaliz...
Anton Korobeynikov
2008-07-09
1
-0
/
+1
*
Handle ELF mergeable sections
Anton Korobeynikov
2008-07-09
1
-4
/
+4
*
Provide general hook for section name calculation
Anton Korobeynikov
2008-07-09
1
-0
/
+3
*
Print entity size for mergeable sections
Anton Korobeynikov
2008-07-09
1
-8
/
+18
*
Move flag decoding stuff into special hook
Anton Korobeynikov
2008-07-09
1
-0
/
+2
*
Properly handle linkonce stuff
Anton Korobeynikov
2008-07-09
1
-5
/
+3
*
Provide skeletone code for calculation of section, where global should be emi...
Anton Korobeynikov
2008-07-09
1
-1
/
+1
*
Make hooks virtual
Anton Korobeynikov
2008-07-09
1
-3
/
+4
*
Add default section name resolution routine
Anton Korobeynikov
2008-07-09
1
-0
/
+4
*
Constify
Anton Korobeynikov
2008-07-09
1
-1
/
+1
*
Add code for default section falgs computation
Anton Korobeynikov
2008-07-09
1
-0
/
+27
*
Add a little wrapper header that is put around bc files when emitting
Chris Lattner
2008-07-09
1
-4
/
+10
*
Remove getValueRange from SCEV. It wasn't doing anything there anyways, and a
Nick Lewycky
2008-07-09
2
-20
/
+0
*
const-ify SelectionDAG::getNodeValueTypes.
Dan Gohman
2008-07-09
1
-3
/
+3
*
Factor out the code for computing an alignment value, and make it
Dan Gohman
2008-07-08
1
-0
/
+2
*
The graph name really does matter for configurations that use gv.
Dan Gohman
2008-07-08
1
-4
/
+7
[next]