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 Static Single Information construction pass written by André Tavares!
Nick Lewycky
2009-07-03
3
-0
/
+109
*
In this unreachable code, return an initialized value.
Duncan Sands
2009-07-03
1
-2
/
+2
*
Fix the build: provide uint8_t.
Duncan Sands
2009-07-03
1
-0
/
+2
*
Implement the SVR4 ABI for PowerPC.
Tilmann Scheller
2009-07-03
1
-0
/
+4
*
Add NumFixedArgs attribute to CallSDNode which indicates the number of fixed ...
Tilmann Scheller
2009-07-03
3
-6
/
+14
*
Fill in a few more missing accessors.
Owen Anderson
2009-07-02
1
-1
/
+3
*
switch the .ll parser to use SourceMgr.
Chris Lattner
2009-07-02
1
-0
/
+10
*
switch the .ll parser into SMDiagnostic.
Chris Lattner
2009-07-02
1
-56
/
+5
*
Simplify debug info intrisinc lowering.
Devang Patel
2009-07-02
2
-2
/
+3
*
add an explicit class for holding llvm::SourceMgr diagnostics and use
Chris Lattner
2009-07-02
1
-6
/
+36
*
Make the current LLVMContext available to passes.
Owen Anderson
2009-07-02
1
-2
/
+14
*
Add an accessor to Function so that Passes can easily get access to the context.
Owen Anderson
2009-07-02
1
-0
/
+5
*
Remove tabs.
Devang Patel
2009-07-02
1
-2
/
+2
*
Add accessors for metadata constants.
Owen Anderson
2009-07-02
1
-0
/
+5
*
Fix typo.
Devang Patel
2009-07-02
1
-5
/
+5
*
Add accessor for MDNode.
Owen Anderson
2009-07-02
1
-0
/
+4
*
Add accessor for getting UndefValue's.
Owen Anderson
2009-07-02
1
-0
/
+4
*
Restore other bits of the C API that I tore up. All pre-existing APIs defaul...
Owen Anderson
2009-07-02
2
-2
/
+12
*
Remove getFunctionAlignment from TargetELFInfo and use new MachineFunction al...
Bruno Cardoso Lopes
2009-07-02
1
-4
/
+0
*
Add debug info utility routines.
Devang Patel
2009-07-02
1
-0
/
+48
*
Maintain the old LTO API, by using the global context.
Owen Anderson
2009-07-02
1
-6
/
+3
*
Fix a bunch of other places that used operator[] to test whether
Dan Gohman
2009-07-02
1
-2
/
+3
*
Add a C wrapper for accessing the global default context.
Owen Anderson
2009-07-02
1
-0
/
+1
*
Add a few methods that got left out earlier.
Owen Anderson
2009-07-01
1
-1
/
+6
*
Fix the LTO header for LLVMContext changes.
Owen Anderson
2009-07-01
1
-3
/
+5
*
Make the use of const with respect to LLVMContext sane. Hopefully this is th...
Owen Anderson
2009-07-01
7
-16
/
+16
*
--- Reverse-merging (from foreign repository) r74648 into '.':
Bill Wendling
2009-07-01
1
-93
/
+89
*
Convert LLParser to use LLVMContext for creating constants.
Owen Anderson
2009-07-01
1
-89
/
+93
*
Use AA to check objects before LDA.
Andreas Bolka
2009-07-01
1
-0
/
+2
*
Add getMDNode() to access metadata node.
Devang Patel
2009-07-01
1
-0
/
+4
*
Hold the LLVMContext by reference rather than by pointer.
Owen Anderson
2009-07-01
9
-18
/
+19
*
Add machine operand for MDNodes. This will be used to communicate debug info.
Devang Patel
2009-07-01
2
-1
/
+19
*
Update comments to make it clear that the function alignment is the Log2 of the
Bill Wendling
2009-07-01
2
-3
/
+3
*
Update configure and config.h.in from r74621.
Jeffrey Yasskin
2009-07-01
1
-0
/
+3
*
Add a portable strerror*() wrapper, llvm::sys::StrError(). This includes the
Jeffrey Yasskin
2009-07-01
2
-2
/
+39
*
Use correct format for LLVM header #includes.
Misha Brukman
2009-07-01
1
-1
/
+1
*
Add a pointer to the owning LLVMContext to Module. This requires threading L...
Owen Anderson
2009-07-01
10
-9
/
+43
*
Remove special handling of implicit_def. Fix a couple more bugs in liveinterv...
Evan Cheng
2009-07-01
1
-13
/
+2
*
Tweak MCSymbol doxyments.
Daniel Dunbar
2009-07-01
1
-3
/
+5
*
Rename MCValue::isConstant to isAbsolute.
Daniel Dunbar
2009-07-01
1
-1
/
+2
*
add comments, privatize interface
Chris Lattner
2009-07-01
1
-2
/
+13
*
disable some ctors.
Chris Lattner
2009-07-01
1
-0
/
+3
*
add some comments to MCSymbol header, make the ctor private so that only MCCo...
Chris Lattner
2009-07-01
1
-5
/
+28
*
improve comments.
Chris Lattner
2009-07-01
1
-1
/
+13
*
improve the APIs for creating struct and function types with no arguments/ele...
Chris Lattner
2009-07-01
2
-4
/
+17
*
Handle IMPLICIT_DEF with isUndef operand marker, part 2. This patch moves the...
Evan Cheng
2009-07-01
1
-0
/
+4
*
Remove unused AsmPrinter OptLevel argument, and propogate.
Daniel Dunbar
2009-07-01
1
-5
/
+5
*
Add a global context, for easing backwards compatibility.
Owen Anderson
2009-06-30
1
-0
/
+3
*
Fill in some methods for the MCValue field of an MCOperand.
Daniel Dunbar
2009-06-30
1
-2
/
+16
*
llvm-mc: Symbols in a relocatable expression of the (a - b + cst) form are
Daniel Dunbar
2009-06-30
1
-4
/
+3
[next]