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
/
llvm
Commit message (
Expand
)
Author
Age
Files
Lines
*
add a new insertAfter method, patch by Tom Jablin!
Chris Lattner
2009-01-13
2
-0
/
+11
*
Fix fallout from r62144. Evan, please double check this.
Owen Anderson
2009-01-13
1
-4
/
+4
*
Use DebugInfo interface to lower dbg_* intrinsics.
Devang Patel
2009-01-13
5
-7
/
+14
*
Add classof() methods to support isa<> and other related facilities.
Devang Patel
2009-01-12
1
-9
/
+74
*
Rename getABITypeSize to getTypePaddedSize, as
Duncan Sands
2009-01-12
1
-5
/
+5
*
Add DwarfWriter interface to mainipulate source location info.
Devang Patel
2009-01-12
1
-0
/
+20
*
Remove some dead code from the days llvm had type planes.
Rafael Espindola
2009-01-12
1
-5
/
+0
*
Fix PR3241: Currently EmitCopyFromReg emits a copy from the physical register...
Evan Cheng
2009-01-12
1
-1
/
+1
*
add nocapture attribute to llvm.mem* intrinsics and have tblgen
Chris Lattner
2009-01-12
1
-11
/
+17
*
drats! remove tabs
Gabor Greif
2009-01-11
1
-1
/
+1
*
simplify CallSite helper class to not consult the Instruction's
Gabor Greif
2009-01-11
1
-21
/
+38
*
Duplicated node may produce a non-physical register def.
Evan Cheng
2009-01-09
1
-1
/
+1
*
Removed trailing whitespace.
Misha Brukman
2009-01-09
30
-929
/
+929
*
Request DwarfWriter. This will be used to handle dbg_* intrinsics.
Devang Patel
2009-01-09
1
-1
/
+3
*
Add a --check-graph option to llvmc.
Mikhail Glushenkov
2009-01-09
1
-3
/
+24
*
add a helper method.
Chris Lattner
2009-01-09
1
-0
/
+7
*
fit in 80 cols
Chris Lattner
2009-01-09
1
-2
/
+2
*
Adjustments to last patch based on review.
Dale Johannesen
2009-01-09
2
-0
/
+10
*
Convert DwarfWriter into a pass.
Devang Patel
2009-01-08
1
-7
/
+8
*
Delete unnecessary parens around return values.
Dan Gohman
2009-01-08
1
-2
/
+2
*
Correct the form of the atomic opcode names in a comment.
Dan Gohman
2009-01-08
1
-2
/
+2
*
Do not inline functions with (dynamic) alloca into
Dale Johannesen
2009-01-08
1
-2
/
+5
*
* Don't explicitly cast "0" to "void*". This doesn't work well with specialized
Bill Wendling
2009-01-08
1
-3
/
+3
*
Remove extra blank line and space.
Misha Brukman
2009-01-08
1
-2
/
+1
*
* Added unittests for StringMap
Misha Brukman
2009-01-08
1
-2
/
+4
*
* Fixed spelling of "sentinel"
Misha Brukman
2009-01-08
1
-23
/
+23
*
Assert that VectorType::getTruncatedElementVectorType is not used with
Bob Wilson
2009-01-07
1
-0
/
+2
*
remove DebugInfoBuilder, it has been subsumed by Analysis/DebugInfo.h
Chris Lattner
2009-01-07
1
-151
/
+0
*
Add empty() methods for register def lists.
Dan Gohman
2009-01-07
1
-0
/
+8
*
The coalescer does not coalesce a virtual register to a physical register if ...
Evan Cheng
2009-01-07
1
-0
/
+7
*
Improve support for type-generic vector intrinsics by teaching TableGen how
Bob Wilson
2009-01-07
2
-0
/
+27
*
no need to negate the APInt for 0.
Chris Lattner
2009-01-06
1
-1
/
+1
*
Change m_ConstantInt and m_SelectCst to take their constant integers
Chris Lattner
2009-01-05
1
-11
/
+10
*
make m_ConstantInt(int64_t) safely match ConstantInt's that are larger than i64.
Chris Lattner
2009-01-05
1
-1
/
+10
*
Revert r61415 and r61484. Duncan was correct that these weren't needed.
Bill Wendling
2009-01-05
1
-16
/
+0
*
Extract source location info from DebugInfo.
Devang Patel
2009-01-05
1
-9
/
+31
*
Add a note about passing MVT::Other to getSetCCResultType.
Duncan Sands
2009-01-05
1
-2
/
+5
*
Add classof() methods so that dwarf writer can decide what DIDescriptor is in...
Devang Patel
2009-01-05
1
-2
/
+17
*
Add <climits>, to get the definition of CHAR_BIT. This should fix
Dan Gohman
2009-01-05
1
-0
/
+1
*
TargetLowering.h #includes SelectionDAGNodes.h, so it doesn't need its
Dan Gohman
2009-01-05
2
-7
/
+2
*
Construct stuct field DIEs.
Devang Patel
2009-01-05
1
-0
/
+1
*
Construct enumerator DIE using DebugInfo.
Devang Patel
2009-01-05
1
-1
/
+1
*
Construct array/vector type DIEs using DebugInfo.
Devang Patel
2009-01-05
1
-10
/
+12
*
Now, getTag() is used by DwarfWriter.
Devang Patel
2009-01-05
1
-3
/
+4
*
Tidy up #includes, deleting a bunch of unnecessary #includes.
Dan Gohman
2009-01-05
60
-128
/
+43
*
eliminate tabs from my previous commit
Gabor Greif
2009-01-05
1
-1
/
+1
*
Get rid of the tagging functions and use PointerIntPair.
Gabor Greif
2009-01-05
1
-40
/
+5
*
Add a mechanism to specify attributes in getOrInsertFunction.
Nick Lewycky
2009-01-04
1
-1
/
+8
*
Add utility functions for marking parameters as noalias or nocapture.
Nick Lewycky
2009-01-04
1
-12
/
+39
*
Add several more unimplemented operator overloads to ilist_iterator
Dan Gohman
2009-01-04
1
-4
/
+16
[next]