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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Link NamedMDNodes.
Devang Patel
2009-08-11
5
-0
/
+42
*
Add convenience functions for creating inbounds GEPs.
Dan Gohman
2009-08-11
7
-6
/
+164
*
Use DEBUG macro for debug output.
David Goodwin
2009-08-11
1
-11
/
+7
*
add a trivial line # cache to SourceMgr to make repeated queries to
Chris Lattner
2009-08-11
2
-1
/
+45
*
llvm-mc: Fix a crash on invalid due to a typo in relocatable expression
Daniel Dunbar
2009-08-11
2
-1
/
+9
*
Make LLVMContext and LLVMContextImpl classes instead of structs.
Benjamin Kramer
2009-08-11
40
-43
/
+45
*
Remove some unnecessary LoadInst constructors, missed during Twinification.
Daniel Dunbar
2009-08-11
2
-48
/
+1
*
make owen happy by being explicit.
Chris Lattner
2009-08-11
1
-1
/
+2
*
Add some debug output.
David Goodwin
2009-08-11
2
-2
/
+16
*
Fix struct/class mismatch.
Benjamin Kramer
2009-08-11
2
-2
/
+2
*
Use isa instead of dyn_cast when the result is only converted to bool.
Dan Gohman
2009-08-11
2
-3
/
+3
*
Fix cut-n-pasto in comment.
Devang Patel
2009-08-11
1
-1
/
+1
*
fix GetInstSizeInBytes for eh_sjlj_setjmp
Jim Grosbach
2009-08-11
1
-1
/
+1
*
Add convenience functions for creating exact sdiv operators, and
Dan Gohman
2009-08-11
7
-4
/
+51
*
Avoid implicitly depending on Instructions.h.
Dan Gohman
2009-08-11
1
-1
/
+3
*
move some 32-bit instrs to x86instrinfo.td
Chris Lattner
2009-08-11
2
-8
/
+11
*
Revert 78662 to fix broken windows build. Add a comment which explains the pr...
Benjamin Kramer
2009-08-11
1
-1
/
+2
*
This void is implicit in C++.
Benjamin Kramer
2009-08-11
1
-1
/
+1
*
Tidy #includes.
Dan Gohman
2009-08-11
10
-12
/
+3
*
Simplify this code. The case where one class is GR64RegClass and the
Dan Gohman
2009-08-11
1
-8
/
+4
*
Add an explicit keyword.
Dan Gohman
2009-08-11
1
-1
/
+3
*
ConstantFolder and NoFolder no longer require their Context members.
Dan Gohman
2009-08-11
2
-8
/
+7
*
now that these are in file-check format, we can merge them together
Chris Lattner
2009-08-11
5
-56
/
+49
*
Fix a typo in an assertion string.
Dan Gohman
2009-08-11
1
-1
/
+1
*
Use the default copy-ctor, copy-assignment, and destructor.
Dan Gohman
2009-08-11
2
-31
/
+0
*
Add a comment about the additional meaning of setPreservesCFG() for
Dan Gohman
2009-08-11
1
-0
/
+4
*
Don't assume that external global variables are aligned at their preferred
Dan Gohman
2009-08-11
2
-2
/
+32
*
Remove unnecessary throw() specifications; LLVM doesn't use exceptions.
Dan Gohman
2009-08-11
2
-4
/
+4
*
Whitespace cleanup. Remove trailing whitespace.
Jim Grosbach
2009-08-11
19
-116
/
+116
*
Move ~ARMConstantPoolValue() to the .cpp file to avoid needing to include <cs...
Jim Grosbach
2009-08-11
2
-2
/
+6
*
Remove unnecessary casts.
Dan Gohman
2009-08-11
3
-3
/
+3
*
Add const qualifiers.
Dan Gohman
2009-08-11
1
-2
/
+2
*
Remove an unnecessary mutable.
Dan Gohman
2009-08-11
1
-1
/
+1
*
Regenerate per request of Gabor Greif (r78628)
Shantonu Sen
2009-08-11
2
-64
/
+89
*
Silence MSVC warning.
Benjamin Kramer
2009-08-11
1
-1
/
+1
*
Fix the previous accidental commit. Now shrinking common Thumb2 load / store ...
Evan Cheng
2009-08-11
9
-37
/
+78
*
Fix Thumb2 load / store addressing mode matching code. Do not use so_reg form to
Evan Cheng
2009-08-11
3
-47
/
+177
*
80 column violation.
Evan Cheng
2009-08-11
1
-2
/
+2
*
Change llvm-c's ordering of contexts to make it consistent.
Erick Tryzelaar
2009-08-11
2
-10
/
+10
*
Cosmetic changes.
Evan Cheng
2009-08-11
1
-8
/
+8
*
Adding a blank line back.
Evan Cheng
2009-08-11
1
-0
/
+1
*
Link metadata.
Devang Patel
2009-08-11
3
-0
/
+32
*
Remove dead metadata.
Devang Patel
2009-08-11
5
-2
/
+34
*
Rebuild RegScavenger::DistanceMap each time it is needed.
Jakob Stoklund Olesen
2009-08-11
3
-36
/
+66
*
Fix a -Asserts warning.
Daniel Dunbar
2009-08-11
1
-4
/
+4
*
Convert more Neon tests to use FileCheck.
Bob Wilson
2009-08-11
2
-16
/
+58
*
Use vAny type to get rid of Neon intrinsics that differed only in whether
Bob Wilson
2009-08-11
23
-308
/
+253
*
Fix a few more places in TableGen that need to handle EVT::vAny types.
Bob Wilson
2009-08-11
1
-2
/
+4
*
llvm-mc/X86: Parse '*' correctly (in the way the matcher expects).
Daniel Dunbar
2009-08-11
2
-11
/
+10
*
llvm-mc: Accept .word as a synonym for .short
Daniel Dunbar
2009-08-11
2
-1
/
+6
[next]