index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove non-DebugLoc versions of getLoad and getStore.
Dale Johannesen
2009-02-04
1
-11
/
+0
*
New feature: add support for target intrinsics being defined in the
Nate Begeman
2009-02-04
6
-2
/
+64
*
Since I'm obliged to work with a development OS that currently doesn't
Stuart Hastings
2009-02-04
1
-0
/
+4
*
Regenerate.
Nick Lewycky
2009-02-04
1
-0
/
+6
*
Remove non-DebugLoc forms of the exotic forms
Dale Johannesen
2009-02-04
1
-11
/
+0
*
fix a pretty serious bug in StringMap where GetOrCreate(strstart,strend, z)
Chris Lattner
2009-02-04
1
-9
/
+16
*
add a friend needed by a stringmap change.
Chris Lattner
2009-02-04
1
-1
/
+3
*
Remove some more non-DebugLoc versions of construction
Dale Johannesen
2009-02-04
1
-29
/
+0
*
Remove a few non-DebugLoc versions of node creation
Dale Johannesen
2009-02-04
1
-34
/
+5
*
Constify and don't return a reference.
Bill Wendling
2009-02-04
1
-1
/
+1
*
DebugLoc propagation; adjustment to things omitted
Dale Johannesen
2009-02-03
1
-0
/
+6
*
Add getDebugLocTuple to retrieve the DebugLocTuple for a given DebugLoc object.
Bill Wendling
2009-02-03
1
-2
/
+5
*
Add getter for the index.
Bill Wendling
2009-02-03
1
-0
/
+2
*
Add some DL propagation to places that didn't
Dale Johannesen
2009-02-03
2
-3
/
+55
*
Remove dead code.
Devang Patel
2009-02-03
1
-28
/
+0
*
add a method to BumpPtrAllocator that allows allocating elements
Chris Lattner
2009-02-03
1
-0
/
+14
*
Move isIdentifiedObject and isNoAliasCall into AliasAnalysis.cpp since
Dan Gohman
2009-02-03
1
-1
/
+9
*
Create DebugLoc information in FastISel. Several temporary methods were
Bill Wendling
2009-02-03
3
-12
/
+64
*
Propagation in TargetLowering. Includes passing a DL
Dale Johannesen
2009-02-03
2
-2
/
+2
*
Use the SubclassData field to hold ExtType, isTrunc, and MemIndexedMode
Dan Gohman
2009-02-03
1
-21
/
+27
*
Improve -fno-opt style option processing to not require an extra
Mike Stump
2009-02-02
1
-34
/
+25
*
MergeValueInto is too smart: it might choose to do the merge the opposite dir...
Owen Anderson
2009-02-02
1
-1
/
+1
*
Commit missing files.
Dale Johannesen
2009-02-02
1
-0
/
+1
*
Reposition the DebugLoc field to reduce padding space
Dan Gohman
2009-02-02
1
-17
/
+18
*
Made the common case of default address space directive as non-virtual for pe...
Sanjiv Gupta
2009-02-02
1
-8
/
+18
*
Fix PR3453 and probably a bunch of other potential
Duncan Sands
2009-02-01
1
-18
/
+0
*
Fix PR3401: when using large integers, the type
Duncan Sands
2009-01-31
1
-0
/
+4
*
add accessors
Chris Lattner
2009-01-31
1
-0
/
+9
*
Move CurDebugLoc into SelectionDAGLowering.
Dale Johannesen
2009-01-31
1
-6
/
+0
*
Fix build on case-sensitive filesystems (i.e. everybody else)
Dale Johannesen
2009-01-30
1
-1
/
+1
*
Make LowerCallTo and LowerArguments take a DebugLoc
Dale Johannesen
2009-01-30
1
-2
/
+3
*
Get rid of the non-DebugLoc-ified getNOT() method.
Bill Wendling
2009-01-30
1
-1
/
+0
*
Propagate debug loc info for some of the *_EXTEND functions.
Bill Wendling
2009-01-30
1
-0
/
+1
*
DebugLoc form of getNOT().
Bill Wendling
2009-01-30
1
-0
/
+1
*
Each input file is encoded as a separate compile unit in LLVM debugging
Devang Patel
2009-01-30
1
-56
/
+19
*
Add opposite_of and inverse_opt to support -fno- style options. This
Mike Stump
2009-01-30
1
-0
/
+33
*
Enable emitting of constant values in non-default address space as well. The ...
Sanjiv Gupta
2009-01-30
2
-18
/
+22
*
Fix a post-RA scheduling dependency bug.
Dan Gohman
2009-01-30
1
-0
/
+5
*
- Propagate debug loc info in combineSelectAndUse().
Bill Wendling
2009-01-30
1
-4
/
+19
*
Fix a bug in getMaxValue/getMinValue to pass the right signedness the
Chris Lattner
2009-01-30
1
-6
/
+6
*
Propagate debug info when building SelectionDAG.
Dale Johannesen
2009-01-30
1
-0
/
+6
*
Add dump() routines to help debug debug info :)
Devang Patel
2009-01-30
1
-0
/
+27
*
Revert r63273. This was already implemented by Dale. There's no need for my
Bill Wendling
2009-01-29
1
-22
/
+34
*
- Add DebugLoc to getTargetNode().
Bill Wendling
2009-01-29
1
-34
/
+22
*
Exit with nice warnings when register allocator run out of registers.
Evan Cheng
2009-01-29
1
-0
/
+4
*
Make x86's BT instruction matching more thorough, and add some
Dan Gohman
2009-01-29
1
-0
/
+2
*
Add DebugLoc-sensitive versions of many node creation
Dale Johannesen
2009-01-29
1
-0
/
+89
*
Fix comment about removeRange.
Evan Cheng
2009-01-29
1
-1
/
+1
*
Add DebugLoc to the getNode() methods.
Bill Wendling
2009-01-28
1
-10
/
+43
*
Add more comments describing SDNode operator codes.
Dan Gohman
2009-01-28
1
-8
/
+12
[next]