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
*
SimplifyCFG: Use parallel-and and parallel-or mode to consolidate branch cond...
Tom Stellard
2013-07-27
4
-3
/
+11
*
Use a non-c'tor for converting a boolean into a StringRef.
Bill Wendling
2013-07-26
1
-4
/
+4
*
Remove trailing whitespace.
Stephen Lin
2013-07-26
1
-2
/
+2
*
Correct case of m_UIToFp to m_UIToFP to match instruction name, add m_SIToFP ...
Stephen Lin
2013-07-26
1
-1
/
+8
*
Re-add DataLayout pointer size convenience functions.
Matt Arsenault
2013-07-26
1
-0
/
+12
*
Regenerate.
Eric Christopher
2013-07-26
1
-6
/
+39
*
Add a way to get the context of any particular scope.
Eric Christopher
2013-07-26
1
-0
/
+3
*
Remove dead or useless header checks from cmake and autoconf
Reid Kleckner
2013-07-26
4
-171
/
+0
*
Make .bc en/decoding of AttrKind stable
Tobias Grosser
2013-07-26
1
-0
/
+41
*
[PowerPC] Support powerpc64le as a syntax-checking target.
Bill Schmidt
2013-07-26
2
-1
/
+3
*
Add a bool->StringRef c'tor to StringRef.
Bill Wendling
2013-07-25
1
-0
/
+4
*
Remove the mblaze backend from llvm.
Rafael Espindola
2013-07-25
3
-37
/
+1
*
Add a way to add a kind-value string pair to an attribute.
Bill Wendling
2013-07-25
2
-0
/
+7
*
Fix a comment cut-&-pasto.
Richard Sandiford
2013-07-25
1
-1
/
+1
*
MI Sched: Register pressure heuristics.
Andrew Trick
2013-07-25
1
-0
/
+4
*
Respect llvm.used in Internalize.
Rafael Espindola
2013-07-25
1
-0
/
+8
*
Make these methods const correct.
Rafael Espindola
2013-07-25
1
-3
/
+10
*
Replace the "NoFramePointerElimNonLeaf" target option with a function attribute.
Bill Wendling
2013-07-25
2
-12
/
+1
*
Add helpful accessor methods to get the specified function attribute.
Bill Wendling
2013-07-24
1
-11
/
+14
*
Split generated asm mnemonic matching table into a separate table for each as...
Craig Topper
2013-07-24
1
-1
/
+1
*
[mips] Use pristine object file while processing relocations.
Akira Hatanaka
2013-07-24
2
-0
/
+4
*
Remove dead code.
Eric Christopher
2013-07-24
1
-1
/
+0
*
Remove unnecessary constructors as the default conversions will handle
Eric Christopher
2013-07-24
1
-16
/
+5
*
More constructor cleanup.
Eric Christopher
2013-07-24
1
-2
/
+2
*
Remove one more of these.
Eric Christopher
2013-07-24
1
-4
/
+1
*
Remove more dead/weird/misleading code.
Eric Christopher
2013-07-24
1
-4
/
+1
*
Remove more seemingly unused code.
Eric Christopher
2013-07-24
1
-8
/
+4
*
DAGCombiner: Pass the correct type to TargetLowering::isF(Abs|Neg)Free
Tom Stellard
2013-07-23
1
-2
/
+4
*
Remove unused function.
Eric Christopher
2013-07-23
1
-3
/
+0
*
Keep similar classes near each other. No functional change.
Eric Christopher
2013-07-23
1
-119
/
+119
*
80-column.
Eric Christopher
2013-07-23
1
-1
/
+5
*
Expand the comment on getOpenFileSlice a bit for more details and consistency
Eli Bendersky
2013-07-23
1
-2
/
+3
*
Split getOpenFile into getOpenFile and getOpenFileSlice.
Rafael Espindola
2013-07-23
1
-6
/
+10
*
Revert "Remove use of asymmetric std::lower_bound comparator."
Ahmed Bougacha
2013-07-23
1
-5
/
+0
*
Debug Info Finder: use processDeclare and processValue to list debug info
Manman Ren
2013-07-23
1
-3
/
+12
*
Fix typo (ponted -> pointed)
Matt Arsenault
2013-07-22
1
-7
/
+7
*
Debug Info Finder: add processScope to actually handle the Scope.
Manman Ren
2013-07-22
1
-0
/
+2
*
Recommit r186217 with testcase fix:
Bill Wendling
2013-07-22
2
-10
/
+1
*
Mark ELF's first symbol as format specific so that llvm-nm ignores it.
Rafael Espindola
2013-07-22
1
-1
/
+2
*
Fix missing const
Matt Arsenault
2013-07-22
1
-1
/
+1
*
Fix typo.
Eric Christopher
2013-07-22
1
-3
/
+3
*
MC: mayAffectControlFlow() handling for variadic instructions.
Jim Grosbach
2013-07-22
1
-2
/
+14
*
Treat nothrow forms of ::operator delete and ::operator delete[] as
Richard Smith
2013-07-21
1
-0
/
+4
*
Make the mem2reg interface use an ArrayRef as it keeps a copy of these
Chandler Carruth
2013-07-21
1
-3
/
+3
*
Update mem2reg's comments to conform to the new doxygen standards. No
Chandler Carruth
2013-07-20
1
-7
/
+11
*
Remove trailing whitespace, fix file path in comment
Matt Arsenault
2013-07-20
1
-7
/
+7
*
Debug Info Verifier: simplify DIxxx::Verify
Manman Ren
2013-07-20
1
-0
/
+6
*
Fix size_t -> uint warnings with MSVC 64-bit build
Matt Arsenault
2013-07-20
3
-12
/
+12
*
Retry submitting r186623: COFFDumper: Dump data directory entries.
Rui Ueyama
2013-07-19
1
-0
/
+2
*
[Option] Add inclusion and exclusion flags to option parsing
Reid Kleckner
2013-07-19
1
-2
/
+14
[next]