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 operand iterator apis to MachineInstr, patch by ether zhhb.
Chris Lattner
2010-11-12
1
-1
/
+11
*
Add helper functions for computing the Location of load, store,
Dan Gohman
2010-11-11
1
-0
/
+6
*
Factor out Instruction::isSafeToSpeculativelyExecute's code for
Dan Gohman
2010-11-11
1
-0
/
+4
*
Initial comdat implementation.
Rafael Espindola
2010-11-11
3
-4
/
+21
*
Add comments.
Dan Gohman
2010-11-11
1
-5
/
+15
*
Add brief doxygen comments for AliasResult enum values.
Dan Gohman
2010-11-11
1
-1
/
+5
*
Set NonLocalDepInfo's Size field to UnknownSize when invalidating
Dan Gohman
2010-11-11
1
-1
/
+1
*
Insert two blank SlotIndexes between basic blocks instead of just one.
Jakob Stoklund Olesen
2010-11-11
1
-0
/
+2
*
Delete unused function.
Jakob Stoklund Olesen
2010-11-10
1
-23
/
+0
*
Take care of special characters while creating named MDNode name to hold func...
Devang Patel
2010-11-10
1
-0
/
+9
*
Enhance GVN to do more precise alias queries for non-local memory
Dan Gohman
2010-11-10
2
-10
/
+11
*
RABasic is nearly functionally complete. There are a few remaining
Andrew Trick
2010-11-10
1
-3
/
+3
*
Use MCSectionELF in places we know we have an ELF section.
Rafael Espindola
2010-11-10
1
-3
/
+4
*
Rename AccessesArguments and AccessesArgumentsReadonly, and rewrite
Dan Gohman
2010-11-10
1
-7
/
+8
*
Fix a copy+pasto Duncan noticed.
Dan Gohman
2010-11-10
1
-2
/
+2
*
Add a doesAccessArgPointees helper function, and update code to use
Dan Gohman
2010-11-10
1
-0
/
+8
*
Factor out the code for testing whether a function accesses
Dan Gohman
2010-11-10
1
-3
/
+10
*
Give NonLocalDepResult a NonLocalDepEntry member, replacing
Dan Gohman
2010-11-10
1
-30
/
+29
*
System/Path: Update comments to match code.
Michael J. Spencer
2010-11-10
1
-3
/
+1
*
There is no EndPtr anymore - reinterpret the original comment in terms
Duncan Sands
2010-11-10
1
-3
/
+3
*
Update ARMConstantPoolValue to not use a modifier string. Use an explicit
Jim Grosbach
2010-11-10
1
-3
/
+9
*
Make ModRefBehavior a lattice. Use this to clean up AliasAnalysis
Dan Gohman
2010-11-10
1
-9
/
+9
*
Fixed version of 118639 with an extra assert to catch similar problems
Rafael Espindola
2010-11-09
2
-10
/
+2
*
Revert previous patch. Missed a case.
Rafael Espindola
2010-11-09
2
-2
/
+10
*
Remove IsExplicit. It was always false.
Rafael Espindola
2010-11-09
2
-10
/
+2
*
Convert comments to doxygen syntax.
Dan Gohman
2010-11-09
1
-23
/
+23
*
AccessesArgumentsReadonly is read-only.
Dan Gohman
2010-11-09
1
-1
/
+3
*
Add a AccessesArgumentsReadonly ModRefBehavior value, so that the intrinsic
Dan Gohman
2010-11-09
1
-0
/
+7
*
Factor out the logic for onlyReadsMemory into a helper function.
Dan Gohman
2010-11-09
1
-3
/
+9
*
Delete AccessesArgumentsAndGlobals, which was unused.
Dan Gohman
2010-11-09
1
-5
/
+0
*
System/Path/Windows: Change GetRootDirectory to return file:/// instead of C:/.
Michael J. Spencer
2010-11-09
1
-1
/
+1
*
Add some comments noting some correspondences between ModRefBehavior
Dan Gohman
2010-11-08
1
-0
/
+6
*
Document parameters. Fix typos.
Devang Patel
2010-11-08
1
-4
/
+23
*
Extend the AliasAnalysis::pointsToConstantMemory interface to allow it
Dan Gohman
2010-11-08
1
-7
/
+8
*
Delete getIntrinsicModRefBehavior. Clients can just use the normal
Dan Gohman
2010-11-08
1
-5
/
+0
*
Add comments.
Dan Gohman
2010-11-08
1
-5
/
+9
*
Add registry hook for assembly text output
Che-Liang Chiou
2010-11-08
1
-1
/
+51
*
typos
Rafael Espindola
2010-11-07
1
-4
/
+4
*
Add method for checking if a path is a symbolic link.
Rafael Espindola
2010-11-07
1
-0
/
+6
*
Relax dwarf line fragments. This fixes a crash in the included testcase.
Rafael Espindola
2010-11-07
1
-1
/
+11
*
Prune includes.
Benjamin Kramer
2010-11-06
2
-8
/
+3
*
Reimplement BuildResultOperands to be in terms of the result instruction's
Chris Lattner
2010-11-06
1
-3
/
+1
*
Add '.code 32' assembler directive to MC streamers.
Jim Grosbach
2010-11-05
1
-1
/
+2
*
MC'ize the '.code 16' and '.thumb_func' ARM directives.
Jim Grosbach
2010-11-05
2
-1
/
+6
*
Trailing whitespace.
Jim Grosbach
2010-11-05
1
-1
/
+1
*
Allow targets to specify the MachO CPUType/CPUSubtype information.
Jim Grosbach
2010-11-05
1
-1
/
+2
*
Add v5 and v7 ARM CPU subtype values.
Jim Grosbach
2010-11-05
1
-0
/
+2
*
CrashRecoveryContext: Add RunSafelyOnThread helper function.
Daniel Dunbar
2010-11-05
1
-0
/
+8
*
Introduce DIBuilder. It is intended to be a front-end friendly interface to e...
Devang Patel
2010-11-04
1
-0
/
+94
*
Add getFile() to get DIFile of a DIType.
Devang Patel
2010-11-04
1
-0
/
+1
[next]